Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] unable to find xcb-{aux, event, atom}
Date: Wed, 01 Jun 2011 11:29:34
Message-Id: yu9ei3dhjv1.fsf@nyu.edu
In Reply to: Re: [gentoo-user] unable to find xcb-{aux, event, atom} by Mick
1 On Wed, Jun 01 2011, Mick wrote:
2
3 > On Wednesday 01 Jun 2011 05:00:08 Allan Gottlieb wrote:
4 >> I get the following error several times when trying to emerge
5 >> gnome-panel on "oldlap", an ~x86 gentoo.
6 >>
7 >> CCLD panel-test-applets
8 >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld:
9 >> cannot find -lxcb-aux
10 >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld:
11 >> cannot find -lxcb-event
12 >> /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld:
13 >> cannot find -lxcb-atom collect2: ld returned 1 exit status
14 >>
15 >> oldlap ~ # locate xcb-aux
16 >> /usr/lib/pkgconfig/xcb-aux.pc
17 >> oldlap ~ #
18 >
19 > I seem to have more here, on a stable amd64:
20 >
21 > $ locate xcb-aux
22 > /usr/lib64/libxcb-aux.a
23 > /usr/lib64/libxcb-aux.la
24 > /usr/lib64/libxcb-aux.so
25 > /usr/lib64/libxcb-aux.so.0
26 > /usr/lib64/libxcb-aux.so.0.0.0
27 > /usr/lib64/pkgconfig/xcb-aux.pc
28
29 Very interesting! I just looked on one of my stable boxes and sure
30 enough
31
32 "allan" is amd64
33 allan ~ # equery f xcb-util | grep atom
34 /usr/include/xcb/xcb_atom.h
35 /usr/lib64/libxcb-atom.a
36 /usr/lib64/libxcb-atom.la
37 /usr/lib64/libxcb-atom.so
38 /usr/lib64/libxcb-atom.so.1
39 /usr/lib64/libxcb-atom.so.1.0.0
40 /usr/lib64/pkgconfig/xcb-atom.pc
41
42 "ajglap" is ~amd64
43 ajglap lib64 # equery f xcb-util | grep atom
44 /usr/include/xcb/xcb_atom.h
45 /usr/lib64/pkgconfig/xcb-atom.pc
46
47 so xcb-util-0.3.6 has the files but -0.3.8 (testing) does not.
48
49 This has opened a new lead, which I am now pursuing (bug 366227).
50 I will report back what I find.
51
52 allan gottlieb

Replies

Subject Author
Re: [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED) Allan Gottlieb <gottlieb@×××.edu>