Gentoo Archives: gentoo-user

From: Graham Murray <graham@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Playsound . . . won't!
Date: Mon, 17 Sep 2007 11:24:16
Message-Id: 87hclttulx.fsf@newton.gmurray.org.uk
In Reply to: Re: [gentoo-user] Playsound . . . won't! by Mick
1 Mick <michaelkintzios@×××××.com> writes:
2
3 > Revdep-rebuild -X seems to go through OK:
4 > =========================================
5 > # revdep-rebuild -X -p -v
6 > Configuring search environment for revdep-rebuild
7 >
8 > Checking reverse dependencies...
9 >
10 > Packages containing binaries and libraries broken by a package update
11 > will be emerged.
12 >
13 > Collecting system binaries and libraries... done.
14 > (/root/.revdep-rebuild.1_files)
15 >
16 > Collecting complete LD_LIBRARY_PATH... done.
17 > (/root/.revdep-rebuild.2_ldpath)
18 >
19 > Checking dynamic linking consistency...
20 > broken /usr/bin/playsound (requires libFLAC.so.7)
21 > broken /usr/lib/gstreamer-0.10/libgstflac.so (requires libFLAC.so.7)
22 > broken /usr/lib/gstreamer-0.8/libgstossaudio.so (requires
23 > libgstinterfaces-0.8.so.0)
24 > broken /usr/lib/libSDL_sound-1.0.so.1.0.0 (requires libFLAC.so.7)
25 > broken /usr/lib/libakode_xiph_decoder.so (requires libFLAC.so.7
26 > libOggFLAC.so.3)
27 > broken /usr/lib/gstreamer-0.8/libgstossaudio.la
28 > (requires /usr/lib/libgstinter
29 > faces-0.8.la)
30 > broken /usr/lib/libakode_xiph_decoder.la (requires /usr/lib/libOggFLAC.la)
31 > done.
32 [snip]
33 > Dynamic linking on your system is consistent... All done.
34 > =========================================
35
36 That looks like your revdep-rebuild is broken. It is finding
37 inconsistencies (eg files that need to link against the missing
38 libFLAC.so.7) but then at the end contradicting itself by reporting that
39 the dynamic linking is consistent.
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Playsound . . . won't! Alan McKinnon <alan@××××××××××××××××.za>