Gentoo Archives: gentoo-user

From: Willie Wong <wwong@×××××××××.EDU>
To: gentoo-user@l.g.o
Subject: [gentoo-user] xkbd and libxcb
Date: Sat, 13 Jan 2007 05:00:48
Message-Id: 20070113045535.GA14523@princeton.edu
1 I am having trouble building x11-misc/xkbd
2
3 It dies with
4
5 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -march=pentium-m -ftracer -pipe -DUSE_XFT -I/usr/include/freetype2 -DUSE_XPM -DDEFAULTCONFIG=\"/usr/share/xkbd/en_GB.qwerty.xkbd\" -c button.c
6 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -march=pentium-m -ftracer -pipe -DUSE_XFT -I/usr/include/freetype2 -DUSE_XPM -DDEFAULTCONFIG=\"/usr/share/xkbd/en_GB.qwerty.xkbd\" -c kb.c
7 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -march=pentium-m -ftracer -pipe -DUSE_XFT -I/usr/include/freetype2 -DUSE_XPM -DDEFAULTCONFIG=\"/usr/share/xkbd/en_GB.qwerty.xkbd\" -c libvirtkeys.c
8 /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Os -march=pentium-m -ftracer -pipe -DUSE_XFT -I/usr/include/freetype2 -DUSE_XPM -DDEFAULTCONFIG=\"/usr/share/xkbd/en_GB.qwerty.xkbd\" -o xkbd xkbd.o libXkbd.o box.o button.o kb.o libvirtkeys.o -lX11 -lXtst -lXpm -lXft -lXrender -lfontconfig -lfreetype -lz -lX11
9 mkdir .libs
10 libtool: link: cannot find the library `/usr/lib/libxcb-xlib.la'
11 make[2]: *** [xkbd] Error 1
12 make[2]: Leaving directory `/tmp/portage/x11-misc/xkbd-0.8.12/work/xkbd-0.8.12/src'
13 make[1]: *** [all-recursive] Error 1
14 make[1]: Leaving directory `/tmp/portage/x11-misc/xkbd-0.8.12/work/xkbd-0.8.12'
15 make: *** [all-recursive-am] Error 2
16
17 Now, I don't think xkbd strictly needs libxcb (it builds just fine
18 on my other computer which has an older version of libX11 with no XCB
19 support), so I think that *something* is screwed up with this
20 computer.
21
22 For background, I orignally installed libX11-1.1.1 with the xcb
23 useflag on, thinking that it wouldn't hurt. Then it turns out some
24 other program (outside portage) does not play well with libxcb, so I
25 turned it off and recompiled. It seems to me that my computer somehow
26 got the idea that -lX11 should still link to libxcb_xlib....
27
28 Can anybody help?
29
30 Thanks,
31
32 W
33 --
34 Once you've seen one shopping center you've seen a mall.
35 Sortir en Pantoufles: up 36 days, 3:00
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [SOLVED] xkbd and libxcb Willie Wong <wwong@×××××××××.EDU>