From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GVlUB-0002Ts-2p for garchives@archives.gentoo.org; Fri, 06 Oct 2006 08:55:15 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k968s7Rl008914; Fri, 6 Oct 2006 08:54:07 GMT Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k968o3DY019908 for ; Fri, 6 Oct 2006 08:50:04 GMT Received: from BA.zlin.dk (unknown [10.0.0.3]) by shuttle.zlin.dk (Postfix) with ESMTP id A44C430037 for ; Fri, 6 Oct 2006 10:50:03 +0200 (CEST) From: Bo =?utf-8?q?=C3=98rsted_Andresen?= To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Building lapack failed Date: Fri, 6 Oct 2006 10:49:56 +0200 User-Agent: KMail/1.9.4 References: <20061006070513.9603.qmail@web86915.mail.ukl.yahoo.com> In-Reply-To: <20061006070513.9603.qmail@web86915.mail.ukl.yahoo.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1940310.cAu83FC2rJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200610061050.01719.bo.andresen@zlin.dk> X-Archives-Salt: e96eb727-2631-4a88-aeb5-35c5811cca15 X-Archives-Hash: 7c05149d60e24c39b5588a8402fd586b --nextPart1940310.cAu83FC2rJ Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 06 October 2006 09:05, JC Denton wrote: > I try to install lapack on my machine. > > This is what I get when I try to emerge lapack: [SNIP] > !!! ERROR: sci-libs/lapack-3.0 failed. [SNIP] I think bug #146448 [1] is the most relevant bug (which you should be able = to=20 find on your own). Unfortunately it provides no solutions. This package=20 simply isn't prepared for gcc-4.x yet. > I had problems with blas before, because I could not find g77 on my system > but I fixed this by writing a shell script called g77 that points to > "/usr/lib/R/bin/f77". So blas did compile but now lapack fails. > > What can I do about this? Apologize my ignorance... Why do you need this package anyway? No package=20 currently in the tree depend on sci-libs/lapack... [1] https://bugs.gentoo.org/show_bug.cgi?id=3D146448 =2E... Hmm.... actually this seems to work for me: # echo -e '#!/bin/sh\ngfortran -ff2c' > /usr/bin/g77 && chmod +x /usr/bin/g= 77 # emerge -va sci-libs/lapack # rm /usr/bin/g77 I strongly suggest that you remove it when you're done since this isn't the= =20 supported solution. At the very least mention it if you ever file a bug whe= re=20 it might have an impact... =2D-=20 Bo Andresen --nextPart1940310.cAu83FC2rJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFJhi58/kKEzmwNNoRAnxGAKDMOYFbe3YcLl0lTsxIxQenXFmUWgCg4Ow9 +Cr3c1LLo/alzl96EEl2s10= =I0OW -----END PGP SIGNATURE----- --nextPart1940310.cAu83FC2rJ-- -- gentoo-user@gentoo.org mailing list