Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: [gentoo-user] unable to find xcb-{aux, event, atom}
Date: Wed, 01 Jun 2011 04:01:57
Message-Id: yu9wrh6yzef.fsf@nyu.edu
1 I get the following error several times when trying to emerge
2 gnome-panel on "oldlap", an ~x86 gentoo.
3
4 CCLD panel-test-applets
5 /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lxcb-aux
6 /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lxcb-event
7 /usr/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lxcb-atom
8 collect2: ld returned 1 exit status
9
10 oldlap ~ # locate xcb-aux
11 /usr/lib/pkgconfig/xcb-aux.pc
12 oldlap ~ #
13
14 On "ajglap", which is ~amd64, gnome panel is fine and
15
16 ajglap gottlieb # locate xcb-aux
17 /usr/lib64/pkgconfig/xcb-aux.pc
18 ajglap gottlieb #
19
20 which seems to me to be the same as for "oldlap" except for the 64 vs 32
21 difference expected for ~amd64 vs ~x86.
22
23 Any suggestions would be appreciated.
24
25 thanks,
26 allan

Replies

Subject Author
Re: [gentoo-user] unable to find xcb-{aux, event, atom} Mick <michaelkintzios@×××××.com>