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 1QZPY2-0004J0-9l for garchives@archives.gentoo.org; Wed, 22 Jun 2011 15:40:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB7A21C262; Wed, 22 Jun 2011 15:35:03 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id B47261C255 for ; Wed, 22 Jun 2011 15:35:03 +0000 (UTC) Received: by gyd8 with SMTP id 8so558855gyd.40 for ; Wed, 22 Jun 2011 08:35:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EOSWFMkLMukaoYGWhFOxvtJ9BSZYOxFveJQjviqZ4o4=; b=kZc64y0/5tQU/sXLC7N6gByRfU1u1aQ+YzyaE+rGmf5BWlzYf+2NaVwMcbv1eMYT0U pL4QTpy6C8I0VRfGbPjO0KXhpPcxAz7HGSlGOC2eP5hqLSeWjKqdQhPI9nCr25CWrTWU 529VZhfnhVL3rJy79enJ2ruBW5UM3DyqD02aA= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=K3mDQk3Sl6V0K9Cz42H5bBfDKItejpISeHZJC1zYEN961ds932N19Ui23P0TbVf0KS MB5eTO3s8XtUze8pARv4LIRrG0tOnjXcJHm4SDO6UmRiRhk5hngcawkbXc0dyI+v/lEC JTYF086YQK0tVqGE+GNm9eg8vZIARjdcrmFEs= Received: by 10.236.95.141 with SMTP id p13mr1384686yhf.371.1308756903124; Wed, 22 Jun 2011 08:35:03 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-109-99.jan.bellsouth.net [98.95.109.99]) by mx.google.com with ESMTPS id g5sm385675yhm.26.2011.06.22.08.35.01 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 08:35:02 -0700 (PDT) Message-ID: <4E020BA4.50201@gmail.com> Date: Wed, 22 Jun 2011 10:35:00 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110606 Gentoo/2.0.14-r1 SeaMonkey/2.0.14 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] Re: Do we have to build gcc with fortran now? References: <4E0167C4.9080100@gmail.com> <4E01CF99.1070109@gmail.com> <4E01EF3F.8040800@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 912079741704b6a8030610c34bd00af1 Nikos Chantziaras wrote: > > I suppose you got the idea by now ;-) Do you need dev-lang/R? If > not, then "emerge -pv --depclean dev-lang/R". Do you need the > package(s) that this brings up? If not, continue --depclean those > until you reach something that has no other dependencies; meaning you > reached the top level. Do you need *that*? If not, unmerge it, then > depclean everything (just "emerge -a --depclean".) > > This should get rid of all stuff you don't actually need/want. > > Well, that leads back to KDE. So, looks like it stays. >>> [...] >>> That is no solution. I highly doubt you need a Fortran compiler :-/ By >>> adding more stuff to your make.conf as a work-around for problems like >>> this, you add more and more stuff to your Gentoo install; stuff you >>> actually have zero use for. By that logic, you could enable every >>> possible USE flag that exists so that you always have everything, just >>> in case. But then you should probably be using openSUSE or something >>> :-P >>> >> Well, it appeared to only affect gcc here. We all know I have to have >> that. > > GCC is a compiler collection. You usually only need gcc and g++. > Fortan, Objective-C, Objective-C++, ADA, Pascal, Java, whatever else > is usually something you don't install unless you know you need it. > But gcc is the one that got rebuilt when I changed the USE flag. So, it needs it because the other package needs it and in the end, KDE needs all that stuff. So, the flag is added and I guess it is needed by something I want to keep. Sort of like my GUI and all. ;-) Funny thing is, it appears the dev changed it back so after the next sync, I can shorten my USE line by one flag. Progress. lol Dale :-) :-)