Gentoo Archives: gentoo-user

From: Fernando Meira <fmeira@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] power-down during emerge -u world causing library-issues
Date: Tue, 01 Nov 2005 10:25:29
Message-Id: a3c2e88b0511010219t6cd0d686m65345dc465098ff9@mail.gmail.com
1 Hi,
2 I was updating my system yesterday when suddenly the computer switched
3 off... it got too hot!! Fans may be getting dirty..
4 When I restarted again, I tried to emerge --resume but portage said that
5 there was nothing to resume.. I then ran emerge -u world again (because the
6 update was not finish when that happened) and it started to update (dbus &
7 k3b - not sure if only these 2 were left thou..).
8 The problem is that when compiling k3b, i get this error:
9
10 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
11 warning: libdbus-1.so.0, needed by /usr/lib/libhal.so, not found (try using
12 -rpath or -rpath-link)
13 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
14 warning: libstdc++.so.5, needed by /usr/kde/3.4/lib/libkparts.so, may
15 conflict with libstdc++.so.6
16 /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld:
17 warning: libstdc++.so.5, needed by /usr/kde/3.4/lib/libkparts.so, may
18 conflict with libstdc++.so.6
19 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_boolean'
20 /usr/lib/libhal.so: undefined reference to
21 `dbus_message_iter_get_string_array'
22 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_nil'
23 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_double'
24 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_uint64'
25 /usr/lib/libhal.so: undefined reference to
26 `dbus_message_iter_append_boolean'
27 /usr/lib/libhal.so: undefined reference to
28 `dbus_message_iter_init_dict_iterator'
29 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_uint64'
30 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_int32'
31 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_dict_key'
32 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_int32'
33 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_string'
34 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_double'
35 /usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_string'
36 collect2: ld returned 1 exit status
37 make[3]: *** [k3b] Error 1
38 make[3]: Leaving directory `/var/tmp/portage/k3b-0.12.4a/work/k3b-0.12.4a
39 /src'
40 make[2]: *** [all-recursive] Error 1
41 make[2]: Leaving directory `/var/tmp/portage/k3b-0.12.4a/work/k3b-0.12.4a
42 /src'
43 make[1]: *** [all-recursive] Error 1
44 make[1]: Leaving directory `/var/tmp/portage/k3b-0.12.4a/work/k3b-0.12.4a'
45 make: *** [all] Error 2
46
47 So, there are some missing libraries and others causing conflicts.. don't
48 know if that was caused by the power-down, or something while updating was
49 running, but how can I fix this? Should I reemerge some packages? If so,
50 which ones?
51
52 Thanks for the help,
53 Fernando

Replies

Subject Author
Re: [gentoo-user] power-down during emerge -u world causing library-issues John Myers <electronerd@×××××××××××××.net>
Re: [gentoo-user] power-down during emerge -u world causing library-issues Dale <dalek@××××××××××.net>