Gentoo Archives: gentoo-user

From: Jeff Cranmer <jeff@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Error compiling phonon-gstreamer
Date: Sat, 31 Dec 2011 20:27:30
Message-Id: 1325363183.31159.12.camel@laptop.limeyworld
In Reply to: Re: [gentoo-user] Error compiling phonon-gstreamer by Michael Mol
1 On Sat, 2011-12-31 at 14:52 -0500, Michael Mol wrote:
2 > On Sat, Dec 31, 2011 at 2:46 PM, Jeff Cranmer <jeff@××××××××××××××.com> wrote:
3 > >> >
4 > >> > http://forums.gentoo.org/viewtopic-p-6888730.html#6888730
5 > >> >
6 > >> > Dale
7 > >> >
8 > >> > :-) :-)
9 > >> >
10 > >> Thanks for the link.
11 > >> I tried changing the use flags for phonon to -gstreamer vlc, but for
12 > >> some reason I'm still getting gstreamer pulled in as use flag
13 > >> requirement, though it adds vlc. Same error as before.
14 > >>
15 > >> I'll try -makeopts="-j1", since at the moment I'm running
16 > >> makeopts="-j6"
17 > >>
18 > >> Jeff
19 > >
20 > > No luck with makeopts="-j1" either.
21 >
22 > If you add "--tree" to your emerge line, you can see what's pulling in
23 > gstreamer. If it comes to it, running a command like:
24 >
25 > emerge -pe --verbose --tree --with-bdeps=y @world
26 >
27 > will give you a tree view showing the entire dependency tree on your
28 > system. From there, you should be able to get a clue as to which
29 > packages are pulling in packages you're having difficulty with.
30 >
31 >
32 doing an emerge -pDv world, I can see the following tree
33 kde-base/kdeedu-meta-4.7.4
34 kde-base/kmplot-4.7.4
35 x11-libs/qt-webkit-4.7.4
36 media-libs/phonon-4.6.0-r1
37 media-libs/phonon-gstreamer-4.5.1
38
39 Phonon reports a use flag of gstreamer, despite me calling -gstreamer in
40 make.conf. The calling packages don't report gstreamer as a use flag.

Replies

Subject Author
Re: [gentoo-user] Error compiling phonon-gstreamer Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Error compiling phonon-gstreamer Michael Mol <mikemol@×××××.com>