Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --depclean does not remove due to link level dependencies
Date: Thu, 05 Nov 2009 12:18:06
Message-Id: 200911051318.00237.wonko@wonkology.org
In Reply to: Re: [gentoo-user] emerge --depclean does not remove due to link level dependencies by KH
1 KH writes:
2
3 > Alex Schuster schrieb:
4
5 > > Still, this is ugly I think. Another part of the emerge --depclean
6 > > output is:
7 > > * media-sound/esound-0.2.41 pulled in by:
8 > > * app-office/gnucash-2.2.9-r1 needs libesd.so.0
9 > > * gnome-extra/gnome-media-2.26.0-r1 needs libesd.so.0
10 > > * gnome-extra/nautilus-cd-burner-2.24.0 needs libesd.so.0
11 > > * gnome-extra/yelp-2.26.0 needs libesd.so.0
12 > > * media-libs/smpeg-0.4.4-r9 needs libesd.so.0
13 > > * media-sound/amarok-1.4.10_p20090130-r3 needs libesd.so.0
14 > > * media-sound/rhythmbox-0.11.6-r1 needs libesd.so.0
15 > > * media-sound/synaesthesia-2.4 needs libesd.so.0
16 > > * media-video/transcode-1.0.7 needs libesd.so.0
17 > >
18 > > I do not have esd in my USE flags. Looks like all those packages use
19 > > it anyway when it is available.
20
21 > esd might be in there because of the profile you use. Did you change
22 > your profile lately?
23
24 Two months ago I changed it from 2008.0 to 10.0/desktop, but I may also
25 have had the esd USE flag set intentionally.
26
27 > You can add -esd to make.conf and see what happens.
28
29 esd is not in my use flags according to emerge --info, and the emerge --
30 newuse stuff has been done, so everything optionally depending on esd
31 should have been recompiled already.
32
33 Wonko