On Wed, Jun 01 2011, Mick wrote: > On Wednesday 01 Jun 2011 05:00:08 Allan Gottlieb wrote: >> I get the following error several times when trying to emerge >> gnome-panel on "oldlap", an ~x86 gentoo. >> >> CCLD panel-test-applets >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: >> cannot find -lxcb-aux >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: >> cannot find -lxcb-event >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: >> cannot find -lxcb-atom collect2: ld returned 1 exit status >> >> oldlap ~ # locate xcb-aux >> /usr/lib/pkgconfig/xcb-aux.pc >> oldlap ~ # > > I seem to have more here, on a stable amd64: > > $ locate xcb-aux > /usr/lib64/libxcb-aux.a > /usr/lib64/libxcb-aux.la > /usr/lib64/libxcb-aux.so > /usr/lib64/libxcb-aux.so.0 > /usr/lib64/libxcb-aux.so.0.0.0 > /usr/lib64/pkgconfig/xcb-aux.pc
Very interesting! I just looked on one of my stable boxes and sure enough "allan" is amd64 allan ~ # equery f xcb-util | grep atom /usr/include/xcb/xcb_atom.h /usr/lib64/libxcb-atom.a /usr/lib64/libxcb-atom.la /usr/lib64/libxcb-atom.so /usr/lib64/libxcb-atom.so.1 /usr/lib64/libxcb-atom.so.1.0.0 /usr/lib64/pkgconfig/xcb-atom.pc "ajglap" is ~amd64 ajglap lib64 # equery f xcb-util | grep atom /usr/include/xcb/xcb_atom.h /usr/lib64/pkgconfig/xcb-atom.pc so xcb-util-0.3.6 has the files but -0.3.8 (testing) does not. This has opened a new lead, which I am now pursuing (bug 366227). I will report back what I find. allan gottlieb