Gentoo Archives: gentoo-user

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