Sage 4.1.2.alpha2 fails to compile on t2.math, SPARC Solaris with GCC
4.4.1 and the Sun linker. This time the cause of the failure is due to
ticket #6596 [1] which upgrades Singular to version 3-1-0-4-20090723.
This failure has also been reported for Sage 4.1.2.alpha1. The
relevant ticket is #6951 [2]. Here's a snippet of the relevant error
message:
{{{
/bin/sh: ../.././install-sh: not found
make[3]: [install-libsingular] Error 1 (ignored)
../.././install-sh -c kInline.cc
/scratch/mvngu/sage-4.1.2.alpha2/local/include/singular
make[3]: ../.././install-sh: Command not found
make[3]: *** [install-libsingular] Error 127
make[3]: Leaving directory
`/scratch/mvngu/sage-4.1.2.alpha2/spkg/build/singular-3-1-0-4-20090818/src/kernel'
make[2]: *** [install-libsingular] Error 2
make[2]: Leaving directory
`/scratch/mvngu/sage-4.1.2.alpha2/spkg/build/singular-3-1-0-4-20090818/src'
Unable to install libsingular.
real 51m44.032s
user 45m26.845s
sys 2m40.908s
sage: An error occurred while installing singular-3-1-0-4-20090818
}}}
[1] http://trac.sagemath.org/sage_trac/ticket/6596
[2] http://trac.sagemath.org/sage_trac/ticket/6951
--
Regards
Minh Van Nguyen