Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12809] New: Lapack install error at g77 call

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12809] New: Lapack install error at g77 call
  • Date: 7 Jul 2006 00:57:52 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12809

Summary: Lapack install error at g77 call
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: cluster
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: briareus AT gmail.com


Casting lapack did not list g77 as a dependency, but fails on missing g77
during install. Details follow:
---------------------------------------------

root@BoneTower:~# gaze DEPENDS lapack
root@BoneTower:~# gaze dependencies lapack 2
lapack ()
root@BoneTower:~# cast lapack
Computing previously installed dependencies...
lapack preparing environment...
Collating dependencies...
Spells are to be cast:
---------------------------
lapack

Do you want to cast these spells? [y] y
Found source file lapack.tgz for spell lapack in /var/spool/sorcery
Found source file manpages.tgz for spell lapack in /var/spool/sorcery
Waiting for any Solo casts to complete...
Waiting for any other casts of lapack to complete... done.
Building lapack
hash checking source file lapack.tgz...
Algorithm used: sha512
Allowing new hashsha512
Checking spell level WORKS_FOR_ME
Spell level is a new allowed level
hash verification succeeded
Unpacking source file lapack.tgz for spell lapack.
hash checking source file manpages.tgz...
Algorithm used: sha512
Allowing new hashsha512
Checking spell level WORKS_FOR_ME
Spell level is a new allowed level
hash verification succeeded
Unpacking source file manpages.tgz for spell lapack.
Using gcc version: 4.0.3
Installing in dir: /usr/src/LAPACK
lapack 3.0
( cd INSTALL; /usr/bin/make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; \
cp lsame.f ../BLAS/SRC/; cp lsame.f ../SRC; \
cp slamch.f ../SRC/; cp dlamch.f ../SRC/; \
cp second.f ../SRC/; cp dsecnd.f ../SRC/ )
make[1]: Entering directory `/usr/src/LAPACK/INSTALL'
g77 -funroll-all-loops -fno-f2c -O3 -c lsame.f
make[1]: g77: Command not found
make[1]: *** [lsame.o] Error 127
make[1]: Leaving directory `/usr/src/LAPACK/INSTALL'
/bin/sh: ./testlsame: No such file or directory
/bin/sh: ./testslamch: No such file or directory
/bin/sh: line 1: ./testdlamch: No such file or directory
/bin/sh: line 1: ./testsecond: No such file or directory
/bin/sh: line 1: ./testdsecnd: No such file or directory
( cd BLAS/SRC; /usr/bin/make )
make[1]: Entering directory `/usr/src/LAPACK/BLAS/SRC'
g77 -funroll-all-loops -fno-f2c -O3 -c isamax.f
make[1]: g77: Command not found
make[1]: *** [isamax.o] Error 127
make[1]: Leaving directory `/usr/src/LAPACK/BLAS/SRC'
make: *** [blaslib] Error 2
! Problem Detected !
Creating compile log /var/log/sorcery/compile/lapack-3.0.bz2
View Compile log for lapack-3.0? [n]

Spells that encountered problems:
---------------------------------
lapack

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12809] New: Lapack install error at g77 call, bugzilla-daemon, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page