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 1QZUTm-0003N5-Kb for garchives@archives.gentoo.org; Wed, 22 Jun 2011 20:56:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 374781C018; Wed, 22 Jun 2011 20:55:16 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 09A431C018 for ; Wed, 22 Jun 2011 20:55:15 +0000 (UTC) Received: by gxk9 with SMTP id 9so710832gxk.40 for ; Wed, 22 Jun 2011 13:55:15 -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=D6IMF9D97MoIWBfOnvyRoWmrkAFGCi4FE2UWL0jQpHs=; b=elsggO0Xjj+nUBP8s84sw9oZxmogoNvfbbtENPq/aKBBEQWxrPOHXDhgz8Yp4OBYo3 DVdGQv5Z+3AaDM5aQB8SSDPS7IKgrSSA8K8UgPeduL5L+hqcbkhseIOEZcJ8GsR6bHA7 Xc92U7yDv3C8L2ZRY94euNCMKnAOPuUsRokvg= 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=AtoOEqRTQVTa569WIC6/+OlHnBiVRx019MyfDpb5hbTnHC+S9TPPeK83MjKtuTzkjy oWnVEv9hHg4yP/K+3cos16vZ/VcoUYHDWJWktDkKPC3pQ65EybnxuNCmShimd0R9YUvj 8ZaEV3/Yfts9RenOB2eFpdabRJVj0Ea0LwLMA= Received: by 10.236.155.34 with SMTP id i22mr1769996yhk.391.1308776115108; Wed, 22 Jun 2011 13:55:15 -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 e24sm587429yhk.65.2011.06.22.13.55.13 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 13:55:14 -0700 (PDT) Message-ID: <4E0256B0.4010105@gmail.com> Date: Wed, 22 Jun 2011 15:55:12 -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] Do we have to build gcc with fortran now? References: <4E0167C4.9080100@gmail.com> <201106221525.47375.michaelkintzios@gmail.com> <4E020F32.1040209@gmail.com> <4E022FFD.3090708@gmail.com> <4E0246FB.2090309@gmail.com> In-Reply-To: <4E0246FB.2090309@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 173678e8a72518cecb43169e9df3a292 Matthew Finkel wrote: > On 06/22/11 14:10, Dale wrote: > >> I put -fortran in make.conf. I ran emerge -uvDNa world and let it >> rebuild a few packages. Then I get this: >> >> >>>>> Emerging (1 of 2) sci-libs/blas-reference-20070226 >>>>> >> * lapack-lite-3.1.1.tgz RMD160 SHA1 SHA256 size ;-) >> ... >> [ ok ] >> * Package: sci-libs/blas-reference-20070226 >> * Repository: gentoo >> * Maintainer: sci@gentoo.org >> * USE: amd64 consolekit elibc_glibc kernel_linux multilib >> policykit userland_GNU >> * FEATURES: preserve-libs sandbox >> >> * Please install currently selected gcc version with USE=fortran. >> * If you intend to use a different compiler then gfortran, please >> * set FC variable accordingly and take care that the neccessary >> * fortran dialects are support. >> >> * ERROR: sci-libs/blas-reference-20070226 failed (setup phase): >> * Currently no working fortran compiler is available >> * >> * Call stack: >> * ebuild.sh, line 56: Called pkg_setup >> * ebuild.sh, line 1446: Called fortran-2_pkg_setup >> * fortran-2.eclass, line 134: Called _die_msg >> * fortran-2.eclass, line 120: Called die >> * The specific snippet of code: >> * die "Currently no working fortran compiler is available" >> * >> * If you need support, post the output of 'emerge --info >> =sci-libs/blas-reference-20070226', >> * the complete build log and the output of 'emerge -pqv >> =sci-libs/blas-reference-20070226'. >> * The complete build log is located at >> '/var/log/portage/sci-libs:blas-reference-20070226:20110622-180601.log'. >> * The ebuild environment file is located at >> '/var/tmp/portage/sci-libs/blas-reference-20070226/temp/die.env'. >> * S: >> '/var/tmp/portage/sci-libs/blas-reference-20070226/work/lapack-lite-3.1.1' >> >> >>>>> Failed to emerge sci-libs/blas-reference-20070226, Log file: >>>>> >> >>>>> >> '/var/log/portage/sci-libs:blas-reference-20070226:20110622-180601.log' >> root@fireball / # >> >> Am I going in circles again? I don't drink because I don't like being >> drunk. I also don't spin around in my chair for the same reason. One >> of those may be needed to reverse the problem here. >> >> Now to go see how to fix this mess once and for all. >> >> Dale >> >> :-) :-) >> >> > Do correct me if I'm wrong, but wasn't blas-reference pulled in by > merging gcc with USE="fortran"? Or did you install blas-reference for > another reason? > > > > No clue. I just -c'd some stuff and kept running revdep-rebuild and emerge -uvDNa world until it all got sorted. It took a few times but I finally got a clean result. The funny thing is this. I removed about 3 packages but had to install close to a dozen to satisfy what was missing. Cantore, or something like that, was left with no backend when I removed R. So, removed some bloat then installed some more bloat. Ain't that a peach? Dale :-) :-)