Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] gconf-2.28.1 can't find /usr/lib/libdbus-glib-1.la so it won't compile
Date: Fri, 24 Dec 2010 14:20:19
Message-Id: 4D14ABCD.1010208@gmail.com
1 Hi,
2
3 I was trying to update my old x86 rig and ran into this:
4
5 Merging translations into org.gnome.gconf.defaults.policy.
6 CREATED org.gnome.gconf.defaults.policy
7 mv -f .deps/gconf-defaults.Tpo .deps/gconf-defaults.Po
8 /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc
9 -march=native -O2 -pipe -fomit-frame-pointer -Wall -Wl,-O1
10 -Wl,--as-needed -o gconf-defaults-mechanism gconf-defaults.o
11 gconf-defaults-main.o ../gconf/libgconf-2.la -pthread -ldbus-glib-1
12 -ldbus-1 -lpthread -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0
13 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
14 libtool: link: cannot find the library `/usr/lib/libdbus-glib-1.la' or
15 unhandled argument `/usr/lib/libdbus-glib-1.la'
16 make[3]: *** [gconf-defaults-mechanism] Error 1
17 make[3]: Leaving directory
18 `/var/tmp/portage/gnome-base/gconf-2.28.1/work/GConf-2.28.1/defaults'
19 make[2]: *** [all] Error 2
20 make[2]: Leaving directory
21 `/var/tmp/portage/gnome-base/gconf-2.28.1/work/GConf-2.28.1/defaults'
22 make[1]: *** [all-recursive] Error 1
23 make[1]: Leaving directory
24 `/var/tmp/portage/gnome-base/gconf-2.28.1/work/GConf-2.28.1'
25 make: *** [all] Error 2
26 emake failed
27 * ERROR: gnome-base/gconf-2.28.1 failed:
28 * compile failure
29 *
30 * Call stack:
31 * ebuild.sh, line 56: Called src_compile
32 * environment, line 3011: Called gnome2_src_compile
33 * environment, line 2300: Called die
34 * The specific snippet of code:
35 * emake || die "compile failure"
36 *
37 * If you need support, post the output of 'emerge --info
38 =gnome-base/gconf-2.28.1',
39 * the complete build log and the output of 'emerge -pqv
40 =gnome-base/gconf-2.28.1'.
41 * The complete build log is located at
42 '/var/log/portage/elog/gnome-base:gconf-2.28.1:20101224-141011.log'.
43 * The ebuild environment file is located at
44 '/var/tmp/portage/gnome-base/gconf-2.28.1/temp/environment'.
45 * S: '/var/tmp/portage/gnome-base/gconf-2.28.1/work/GConf-2.28.1'
46
47 >>> Failed to emerge gnome-base/gconf-2.28.1, Log file:
48
49 >>> '/var/log/portage/elog/gnome-base:gconf-2.28.1:20101224-141011.log'
50
51 * GNU info directory index is up-to-date.
52 root@smoker / # emerge -pv dbus-glib
53
54 These are the packages that would be merged, in order:
55
56 Calculating dependencies... done!
57 [ebuild R ] dev-libs/dbus-glib-0.92 USE="-bash-completion -debug
58 -doc -static-libs -test" 0 kB
59
60 Total: 1 package (1 reinstall), Size of downloads: 0 kB
61 root@smoker / #
62
63 As you can see, I have dbus-glib installed. I also thought it may be a
64 version problem so I installed the really unstable one and it still
65 fails. I did some searching but they were all old threads about
66 different versions and no fixes. I also didn't see anything wrong with
67 my USE flags either.
68
69 What am I missing?
70
71 Dale
72
73 :-) :-)

Replies