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 1QZW2g-0005K9-WE for garchives@archives.gentoo.org; Wed, 22 Jun 2011 22:37:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 978741C05A; Wed, 22 Jun 2011 22:34:19 +0000 (UTC) Received: from basement.kutulu.org (187.250.102.97.cfl.res.rr.com [97.102.250.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 66E541C05A for ; Wed, 22 Jun 2011 22:34:19 +0000 (UTC) Received: from localhost (basement.kutulu.org [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id D3769112007; Wed, 22 Jun 2011 18:34:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at kutulu.org Received: from basement.kutulu.org ([127.0.0.1]) by localhost (basement.kutulu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p3i+VYNPCsvA; Wed, 22 Jun 2011 18:34:18 -0400 (EDT) Received: from [192.168.100.84] (173.221.47.98.nw.nuvox.net [173.221.47.98]) by basement.kutulu.org (Postfix) with ESMTPSA id 4F653112006; Wed, 22 Jun 2011 18:34:18 -0400 (EDT) Message-ID: <4E026DE9.1030807@kutulu.org> Date: Wed, 22 Jun 2011 18:34:17 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 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 CC: Dale 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: <4E01EF3F.8040800@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: dea0fb9e468c90b899e052f643f9bd53 On 6/22/2011 9:33 AM, Dale wrote: > Nikos Chantziaras wrote: >> On 06/22/2011 02:18 PM, Dale wrote: >>> Nikos Chantziaras wrote: >>>> Uninstall sci-libs/blas-reference I guess. And probably whatever >>>> depends on it. Please do an "emerge -pv --depclean blas-reference" and >>>> post the output so we can see what's pulling it as a dep on your >>>> system. >>>> >>> >>> Here is the output: >>> >>> root@fireball / # emerge -pv --depclean blas-reference >>> >>> Calculating dependencies... done! >>> sci-libs/blas-reference-20070226 pulled in by: >>> virtual/blas-1.0 >> >> OK, that didn't help. Try: emerge -pv --depclean virtual/blas >> >> > > Here you go: > > root@fireball / # emerge -pv --depclean virtual/blas > > Calculating dependencies... done! > virtual/blas-1.0 pulled in by: > dev-lang/R-2.10.1 I think the point we're trying to arrive at here is why you need a FORTRAN compiler installed in the first place. Given that you didn't even know you needed one until recently, it seems odd that you've installed packages that require f77 to build. Did you install R on purpose? If not, what pulled that in, and did you install *that* on purpose? Odds are one of your 1.5quadrillion USE flags is pulling in FORTRAN when you don't even need it. --Mike