Hi,

I've run into a couple of problems while installing sage-2.7.3:

1. first I tried to install it from scratch; it choked on
lapack-20070723, and here's the end of install.log:
****************************************************
Host system
uname -a:
Linux latitude 2.6.21-gentoo-r4 #1 SMP Wed Jul 18 15:19:23 EDT 2007 i686
Genuine Intel(R) CPU T2400 @ 1.83GHz GenuineIntel GNU/Linux
****************************************************
****************************************************
GCC Version
gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib
--disable-checking --disable-werror --enable-secureplt
--disable-libunwind-exceptions --disable-multilib --enable-libmudflap
--disable-libssp --enable-java-awt=gtk --with-arch=i686
--enable-languages=c,c++,java,fortran --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.0.1)
****************************************************
make[2]: Entering directory `/opt/sage-2.7.3/spkg/build/lapack-20070723/src'
( cd INSTALL; make; ./testlsame; ./testslamch; \
          ./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
make[3]: Entering directory
`/opt/sage-2.7.3/spkg/build/lapack-20070723/src/INSTALL'
sage_fortran -fPIC  -c lsame.f -o lsame.o
sage_fortran.bin: installation problem, cannot exec 'f951': No such file
or directory
make[3]: *** [lsame.o] Error 1
make[3]: Leaving directory
`/opt/sage-2.7.3/spkg/build/lapack-20070723/src/INSTALL'
./testlsame: error while loading shared libraries: libgfortran.so.2:
cannot open shared object file: No such file or directory
./testslamch: error while loading shared libraries: libgfortran.so.2:
cannot open shared object file: No such file or directory
./testdlamch: error while loading shared libraries: libgfortran.so.2:
cannot open shared object file: No such file or directory
/bin/sh: line 1: ./testsecond: No such file or directory
 Time for 1,000,000 DAXPY ops  =  0.400E-02 seconds
 DAXPY performance rate        =   250.     mflops
 Including DSECND, time        =   0.00     seconds
 Average time for DSECND       = -0.800E-03 milliseconds
 Equivalent floating point ops =  -200.     ops
 LAPACK            3 .           1 .           1
( cd SRC; make )
make[3]: Entering directory
`/opt/sage-2.7.3/spkg/build/lapack-20070723/src/SRC'
sage_fortran -fPIC  -c sgbbrd.f -o sgbbrd.o
sage_fortran.bin: installation problem, cannot exec 'f951': No such file
or directory
make[3]: *** [sgbbrd.o] Error 1
make[3]: Leaving directory
`/opt/sage-2.7.3/spkg/build/lapack-20070723/src/SRC'
make[2]: *** [lapacklib] Error 2
make[2]: Leaving directory `/opt/sage-2.7.3/spkg/build/lapack-20070723/src'
Error compiling lapack.

real    0m0.187s
user    0m0.032s
sys     0m0.020s
sage: An error occured while installing lapack-20070723
Please email William Stein <[EMAIL PROTECTED]> explaining the
problem and send him the relevant part of
of /opt/sage-2.7.3/install.log.  Don't send the whole thing.
If you want to try to fix the problem, yourself *don't* just cd to
/opt/sage-2.7.3/spkg/build/lapack-20070723 and type 'make'.
Instead (using bash) type "source local/bin/sage-env" from the directory
/opt/sage-2.7.3
in order to set all environment variables correctly, then cd to
/opt/sage-2.7.3/spkg/build/lapack-20070723
make[1]: *** [installed/lapack-20070723] Error 1
make[1]: Leaving directory `/opt/sage-2.7.3/spkg'



2. since I had not had any problems installing sage-2.7.2 from scratch,
I just upgraded that to sage-2.7.3, and that worked fine; I then did
make tests, in which one test failed:

sage -t  devel/sage-main/sage/rings/power_series_ring_element.pyx*** ***
Error: TIMED OUT! *** ***
*** *** Error: TIMED OUT! *** ***
         [191.5 s]


Cheers,
Alex



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to