public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] unable to find xcb-{aux, event, atom}
@ 2011-06-01  4:00 Allan Gottlieb
  2011-06-01  5:27 ` Mick
  0 siblings, 1 reply; 5+ messages in thread
From: Allan Gottlieb @ 2011-06-01  4:00 UTC (permalink / raw
  To: gentoo-user

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 ~ # 

On "ajglap", which is ~amd64, gnome panel is fine and

ajglap gottlieb # locate xcb-aux
/usr/lib64/pkgconfig/xcb-aux.pc
ajglap gottlieb # 

which seems to me to be the same as for "oldlap" except for the 64 vs 32
difference expected for ~amd64 vs ~x86.

Any suggestions would be appreciated.

thanks,
allan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] unable to find xcb-{aux, event, atom}
  2011-06-01  4:00 [gentoo-user] unable to find xcb-{aux, event, atom} Allan Gottlieb
@ 2011-06-01  5:27 ` Mick
  2011-06-01 11:27   ` Allan Gottlieb
  0 siblings, 1 reply; 5+ messages in thread
From: Mick @ 2011-06-01  5:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1445 bytes --]

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

$ locate xcb-event
/usr/lib64/libxcb-event.a
/usr/lib64/libxcb-event.la
/usr/lib64/libxcb-event.so
/usr/lib64/libxcb-event.so.1
/usr/lib64/libxcb-event.so.1.0.0
/usr/lib64/pkgconfig/xcb-event.pc

$ locate xcb-atom
/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
/usr/portage/media-sound/pulseaudio/files/pulseaudio-0.9.22-xcb-atom-2.patch
/usr/portage/media-sound/pulseaudio/files/pulseaudio-0.9.22-xcb-atom.patch

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] unable to find xcb-{aux, event, atom}
  2011-06-01  5:27 ` Mick
@ 2011-06-01 11:27   ` Allan Gottlieb
  2011-06-01 17:38     ` [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED) Allan Gottlieb
  0 siblings, 1 reply; 5+ messages in thread
From: Allan Gottlieb @ 2011-06-01 11:27 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED)
  2011-06-01 11:27   ` Allan Gottlieb
@ 2011-06-01 17:38     ` Allan Gottlieb
  2011-06-01 21:56       ` Mick
  0 siblings, 1 reply; 5+ messages in thread
From: Allan Gottlieb @ 2011-06-01 17:38 UTC (permalink / raw
  To: gentoo-user

On Wed, Jun 01 2011, Allan Gottlieb wrote:

> 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 
>
> 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.

Indeed that lead fixed all the problems (which are apparently caused by
xcb-util).  From the bug

    Gilles Dartiguelongue 2011-05-09 08:23:52 UTC

    Please rebuild xcb-utils after running through as much packages as
    possible with revdep-rebuild. From irc discussions, it looks like
    xcb links to itself and/or pollutes some la files which ends up in
    these weird problems.

So merging a few manually from the revdep-rebuild list, the merging
xcb-util and repeating, eventually clears up everything.

allan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED)
  2011-06-01 17:38     ` [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED) Allan Gottlieb
@ 2011-06-01 21:56       ` Mick
  0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2011-06-01 21:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 2043 bytes --]

On Wednesday 01 Jun 2011 18:38:35 Allan Gottlieb wrote:
> On Wed, Jun 01 2011, Allan Gottlieb wrote:
> > 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
> > 
> > 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.
> 
> Indeed that lead fixed all the problems (which are apparently caused by
> xcb-util).  From the bug
> 
>     Gilles Dartiguelongue 2011-05-09 08:23:52 UTC
> 
>     Please rebuild xcb-utils after running through as much packages as
>     possible with revdep-rebuild. From irc discussions, it looks like
>     xcb links to itself and/or pollutes some la files which ends up in
>     these weird problems.
> 
> So merging a few manually from the revdep-rebuild list, the merging
> xcb-util and repeating, eventually clears up everything.

Interesting fix/workaround.  Thanks for the heads up.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-01 21:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01  4:00 [gentoo-user] unable to find xcb-{aux, event, atom} Allan Gottlieb
2011-06-01  5:27 ` Mick
2011-06-01 11:27   ` Allan Gottlieb
2011-06-01 17:38     ` [gentoo-user] unable to find xcb-{aux, event, atom} (FIXED) Allan Gottlieb
2011-06-01 21:56       ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox