From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rh5oK-0005Ta-ER for garchives@archives.gentoo.org; Sat, 31 Dec 2011 20:45:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C32E21C02D; Sat, 31 Dec 2011 20:45:39 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 53C4921C02D for ; Sat, 31 Dec 2011 20:44:30 +0000 (UTC) Received: by yhjj52 with SMTP id j52so9892829yhj.40 for ; Sat, 31 Dec 2011 12:44:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=AjqkBfs/BJUXOV7u37k9fRqozt5K3+qMMAcg+iab+ss=; b=ggAs81EVZPC7mLFojec6csUon+jJCl/n2xGEgnMD/DUHt1MbS0Bj8vBaYm4ToZyKde 9/o80sV8BhM7yX0fQvgTiPP1lqpYGl9kTJKaGAuhqoGwJQQbWoZNGYI0t5ChsxYweL0F fyVrpFD8t0Fctt9rLvNKc628Nik9EATDaVvsM= Received: by 10.236.186.101 with SMTP id v65mr11177503yhm.112.1325364269799; Sat, 31 Dec 2011 12:44:29 -0800 (PST) Received: from [192.168.2.5] (adsl-65-0-65-42.jan.bellsouth.net. [65.0.65.42]) by mx.google.com with ESMTPS id i32sm103726488anm.6.2011.12.31.12.44.28 (version=SSLv3 cipher=OTHER); Sat, 31 Dec 2011 12:44:29 -0800 (PST) Message-ID: <4EFF742B.5000208@gmail.com> Date: Sat, 31 Dec 2011 14:44:27 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Error compiling phonon-gstreamer References: <1325343562.15973.6.camel@laptop.limeyworld> <4EFF42D3.4090800@gmail.com> <4EFF4AA4.2090702@gmail.com> <1325356963.15973.80.camel@laptop.limeyworld> <1325360771.31159.1.camel@laptop.limeyworld> <1325363183.31159.12.camel@laptop.limeyworld> In-Reply-To: <1325363183.31159.12.camel@laptop.limeyworld> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 93e33142-afaa-41c2-a35a-4ac85500b38c X-Archives-Hash: 9d3b34cddf13b98c53e227ba9c037821 Jeff Cranmer wrote: > On Sat, 2011-12-31 at 14:52 -0500, Michael Mol wrote: >> On Sat, Dec 31, 2011 at 2:46 PM, Jeff Cranmer wrote: >>>>> http://forums.gentoo.org/viewtopic-p-6888730.html#6888730 >>>>> >>>>> Dale >>>>> >>>>> :-) :-) >>>>> >>>> Thanks for the link. >>>> I tried changing the use flags for phonon to -gstreamer vlc, but for >>>> some reason I'm still getting gstreamer pulled in as use flag >>>> requirement, though it adds vlc. Same error as before. >>>> >>>> I'll try -makeopts="-j1", since at the moment I'm running >>>> makeopts="-j6" >>>> >>>> Jeff >>> No luck with makeopts="-j1" either. >> If you add "--tree" to your emerge line, you can see what's pulling in >> gstreamer. If it comes to it, running a command like: >> >> emerge -pe --verbose --tree --with-bdeps=y @world >> >> will give you a tree view showing the entire dependency tree on your >> system. From there, you should be able to get a clue as to which >> packages are pulling in packages you're having difficulty with. >> >> > doing an emerge -pDv world, I can see the following tree > kde-base/kdeedu-meta-4.7.4 > kde-base/kmplot-4.7.4 > x11-libs/qt-webkit-4.7.4 > media-libs/phonon-4.6.0-r1 > media-libs/phonon-gstreamer-4.5.1 > > Phonon reports a use flag of gstreamer, despite me calling -gstreamer in > make.conf. The calling packages don't report gstreamer as a use flag. > > > Most likely you would have to change the USE flag in make.conf and then do a emerge -N world. Thing about all this, in a couple days or so, there will be a fix and you get to undo all this stuff. I'm just going to mask it and wait for the fix to hit the tree or the new KDE release may fix it and it should be out before to long too. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS="--quiet-build=n"