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 1QZEZ9-0001dt-NQ for garchives@archives.gentoo.org; Wed, 22 Jun 2011 03:57:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581741C00B; Wed, 22 Jun 2011 03:55:52 +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 263781C00B for ; Wed, 22 Jun 2011 03:55:51 +0000 (UTC) Received: by gxk9 with SMTP id 9so253599gxk.40 for ; Tue, 21 Jun 2011 20:55:51 -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:content-type:content-transfer-encoding; bh=8VggH299VIzdB9BSCm31fKihUddVrsrdKWWDDHBQV78=; b=CTQWf/Z0GHh4vIkpRVR8auda6cGfhP/LHNx0H5q9+y8TaeMwg8+WZHTPbCUMVY4C5d Cy6UBcktyRJa7AdaheKpQW28QXcVEjH24+DpxM7iTNmKdsHZorrDTaeYTIlXLfZG1dMg 3f+mTjn7izjTb0P5S9nPlslrjFz1ahhQ1s/xA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=vmpGtQzcl9D2WXK/OKpv+aAPULlnmONI+Sw63xAox9vOiQ54grHYz24HAud1dQXh6b SgouluXt6s5s+WsWyanLm5lu03IObPFpgKPSP8MALw0Og45mIp4eynYlVtevC8Fi4Zaa 6b0MaN7d9znaQHa2onPudzRi7r/qW4yFiIGgg= Received: by 10.236.153.130 with SMTP id f2mr297001yhk.281.1308714951332; Tue, 21 Jun 2011 20:55:51 -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 w66sm112043yhi.80.2011.06.21.20.55.49 (version=SSLv3 cipher=OTHER); Tue, 21 Jun 2011 20:55:50 -0700 (PDT) Message-ID: <4E0167C4.9080100@gmail.com> Date: Tue, 21 Jun 2011 22:55:48 -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: [gentoo-user] Do we have to build gcc with fortran now? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: b63d6dc02ca4c4cab56c22a8df2f426a I just did my updates and ran into this: * 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-034357.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-034357.log' root@fireball / # This is my gcc info: [ebuild R ] sys-devel/gcc-4.4.5 USE="gtk mudflap (multilib) nls nptl openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj -graphite (-hardened) (-libffi) -multislot -nocxx -nopie -nossp -objc -objc++ -objc-gc -test -vanilla" So, does everyone need to turn on the fortran USE flag so that they don't break anything? May I also add, the USE flag description is worth about as much as a screen door on a submarine. fortran - Adds support for fortran (formerly f77) That doesn't tell me very much. Heads up for folks about to do their updates, check into the USE flag fortran to see if you need to add it to yours before updating a bunch of stuff. Dale :-) :-)