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 1Rh5EY-0001hT-PG for garchives@archives.gentoo.org; Sat, 31 Dec 2011 20:08:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C5421C061; Sat, 31 Dec 2011 20:08:37 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id C089F21C02D for ; Sat, 31 Dec 2011 20:07:28 +0000 (UTC) Received: by yenm3 with SMTP id m3so9188574yen.40 for ; Sat, 31 Dec 2011 12:07:28 -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=RsWnGehK21F0/ewdWb+T0VFARNCeyAzQjKVh6Pj0Uec=; b=J61CH9iuwNAxnupLC3mWv2XmhyaKNB1MCx2FBD9TtT2/L1wy1P0cMTh79EEE4PWUhO xzRLNokLJyGjc3vKJt5g/0MFooCKK9a4yrUeXqXBG+956dH6vFl+E6XRGO395XDb9yoP kF1OPkIiHidDf7VPBZvIPIu+Al+Ner/r19IwM= Received: by 10.236.173.202 with SMTP id v50mr57847657yhl.102.1325362048242; Sat, 31 Dec 2011 12:07:28 -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 o50sm61200272yhl.9.2011.12.31.12.07.26 (version=SSLv3 cipher=OTHER); Sat, 31 Dec 2011 12:07:27 -0800 (PST) Message-ID: <4EFF6B7D.2080305@gmail.com> Date: Sat, 31 Dec 2011 14:07:25 -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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 38fce769-dbc3-4ca4-affd-7f7db6fac0f8 X-Archives-Hash: 8f4dac825e2e92ad91d4bc64d41c5afc 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. > > Changing the USE flag may disable things that are needed tho. It's not really a fix but a workaround at best. Me, I want a fix so that it compiles as it should with the current USE flags. I think I may mask that package version. I'm sure it will have a different version whenever they fix it. Since it is using the old one just fine, it shouldn't break anything but will try again when they do a fix'er upper. ;-) 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"