Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble with libxcb (and others)
Date: Tue, 26 Apr 2011 19:01:52
Message-Id: yu9fwp4ltx4.fsf@nyu.edu
In Reply to: [gentoo-user] trouble with libxcb (and others) by Allan Gottlieb
1 On Tue, Apr 26 2011, Allan Gottlieb wrote:
2
3 > Starting last night several builds and programs are crashing due to
4 > problems in libxcb and others.
5 >
6 > My system is ~amd64.
7 >
8 > For example evolution fails to start and says
9
10 A rebuild of evolution fixed this but the other two errors
11 still occur
12
13
14 > There is no libxcb-aux now on my system nor is there an libxcb-atom,
15 > which revdep rebuild mentioned.
16 >
17 > openoffice (picked up by revdep-rebuild) fails to build saying
18 >
19 > checking for pkg-config... /usr/bin/pkg-config
20 > checking for libwpd-0.8 ... Package libwpd-0.8 was not found in the pkg-config search path. Perhaps you should add the directory containing `libwpd-0.8.pc' to the PKG_CONFIG_PATH environment variable No package 'libwpd-0.8' found
21 > configure: error: Library requirements (libwpd-0.8 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
22 >
23 > I looked (using locate) and I have libwpd-0.9.1 now. Should I downgrade
24 > to lib0.8.14?
25 >
26 > Another problem, perhaps not related, but occurring at the same time is
27 > that xlsclients-1.1.1 (also picked up by revdep-rebuild) fails to
28 > build with
29 >>>> Source configured.
30 >>>> Compiling source in /var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1 ...
31 >>>> Working in BUILD_DIR: "/var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1_build"
32 > make --jobs --load-average=5
33 > make all-am
34 > make[1]: Entering directory `/var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1_build'
35 > CC xlsclients.o
36 > GEN xlsclients.1
37 > x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition -Wdeclaration-after-statement -march=native -O2 -pipe -c /var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1/xlsclients.c
38 > /var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1/xlsclients.c: In function ‘print_client_properties’:
39 > /var/tmp/portage/x11-apps/xlsclients-1.1.1/work/xlsclients-1.1.1/xlsclients.c:542:8: error: ‘WM_CLIENT_MACHINE’ undeclared (first use in this function)
40 >
41 > Something must have gone quite wrong in my last update world.
42 >
43 > Advice would be appreciated.
44 >
45 > thanks,
46 > allan

Replies

Subject Author
Re: [gentoo-user] trouble with libxcb (and others) Todd Goodman <tsg@×××××××××.net>