I've been trying to build some of the other packages for Sage on Solaris
- I seem to have got a bit stuck on a couple of the bugs, so thought I'd
leave them (hoping for a bit of help in some cases).
I tried installing scipy_sandbox-20071020.p4 and get what looks like
some serious errors, which I suspect should abort the build process,
though perhaps I am mistaken.
scipy_sandbox-20071020.p4/patches/setup.py~
scipy_sandbox-20071020.p4/patches/setup.py.spline
Finished extraction
****************************************************
Host system
uname -a:
SunOS t2 5.10 Generic_141414-02 sun4v sparc SUNW,T5240
****************************************************
****************************************************
GCC Version
gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.2.4/configure
--prefix=/usr/local/gcc-4.2.4-sun-linker/ --with-as=/usr/ccs/bin/as
--without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld
--enable-languages=c,c++,fortran --with-mpfr-include=/usr/local/include
--with-mpfr-lib=/usr/local/lib --with-gmp-include=/usr/local/include
--with-gmp-lib=/usr/local/lib
Thread model: posix
gcc version 4.2.4
****************************************************
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/python2.6/site-packages/numpy/distutils/command/config.py:361:
DeprecationWarning:
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not
use it anymore, and avoid configuration checks
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
DeprecationWarning)
Undefined first referenced
symbol in file
_gfortran_transfer_integer
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_transfer_character
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_stop_numeric
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_st_write
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_st_write_done
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
ld: fatal: Symbol referencing errors. No output written to _configtest
collect2: ld returned 1 exit status
compiling '_configtest.c':
/* This file is generated from numpy/distutils/system_info.py */
void ATL_buildinfo(void);
int main(void) {
ATL_buildinfo();
return 0;
}
Undefined first referenced
symbol in file
_gfortran_transfer_integer
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_transfer_character
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_stop_numeric
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_st_write
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
_gfortran_st_write_done
/rootpool2/local/kirkby/sage-4.1.1.alpha0/local/lib/libf77blas.so
ld: fatal: Symbol referencing errors. No output written to _configtest
collect2: ld returned 1 exit status
running install
running build
Then finally we get:
Successfully installed scipy_sandbox-20071020.p4
Somehow that does not seem right to me. If these 'undefined symbol
errors' are acceptable, then perhaps there needs to be a few notes
output to say, "Don't be spooked by some error messages", which is what
the ATLAS code says in one place.
Dave
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---