Gentoo Archives: gentoo-user

From: Dan Wallis <mrdanwallis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Broken binary and revdep-rebuild doesn't find it.
Date: Tue, 31 Mar 2009 18:33:24
Message-Id: 919d41310903311133y40dfd499u8f0aeb5ee0dcc0af@mail.gmail.com
In Reply to: [gentoo-user] Broken binary and revdep-rebuild doesn't find it. by Nikos Chantziaras
1 On 09/03/2009, Nikos Chantziaras <realnc@×××××.de> wrote:
2 > realnc@gentoo ~ $ ldd /usr/lib64/NX/bin/* | grep "not found"
3 > libXcomp.so.3 => not found
4 > libXcompext.so.3 => not found
5 > libXcompshad.so.3 => not found
6 > libXcomp.so.3 => not found
7 >
8 > So today's update of glibc seems to have broken those binaries.
9 > However, running revdep-rebuilt doesn't find the breakage:
10 >
11 > "* Dynamic linking on your system is consistent... All done."
12
13 Which package owns those files?
14 Run "equery belongs $file" on each of them to find out. If you don't
15 have equery, install sys-app/gentoolkit.
16 If the broken files don't belong to any particular package(s), then
17 how did they get there to start with?
18
19 You might also like to try "emerge --depclean"; I recommend running
20 that with --pretend first though, and checking the list.
21
22 I hope that helps (and that it's not too late). :)

Replies

Subject Author
[gentoo-user] Re: Broken binary and revdep-rebuild doesn't find it. Nikos Chantziaras <realnc@×××××.de>