On 2 March 2013 13:04, Jeroen Demeyer <
jdem...@cage.ugent.be> wrote:
> On 2013-03-02 12:28, David Kirkby wrote:
>> I tried to build Sage 5.8.beta2 on a Sun Blade 2000 SPARC. The build
>> fails, but install.log does not indicate why.
> I assume this was a parallel build?
>
> I'm sure it does indicate why, just not at the end of the file. When
> make encounters an errors, it continues building the stuff it was
> already building. This means that there can be a large gap between the
> point the error occurs and the end of the build.
Thank you. Checking I see you are right. It was the build of "R" that
failed. Odd this.
mkdir ../../../../library/tools/libs
make[9]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src/library/tools/src'
make[8]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src/library/tools/src'
make[7]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src/library/tools'
ld.so.1: /export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/bin/exec/R:
fatal: libgcc_s.so.1: version `GCC_4.0.0' not found (required by file
/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/lib/libR.so)
ld.so.1: /export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/bin/exec/R:
fatal: libgcc_s.so.1: open failed: No such file or directory
/bin/bash: line 1: 5021 Done echo
"tools:::.install_package_description('.',
'"../../../library/tools"')"
5022 Killed | R_DEFAULT_PACKAGES=NULL
../../../bin/R --vanilla --slave >/dev/null
make[6]: *** [all] Error 137
make[6]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src/library/tools'
make[5]: *** [R] Error 1
make[5]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src/library'
make[4]: *** [R] Error 1
make[4]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src/src'
make[3]: *** [R] Error 1
make[3]: Leaving directory
`/export/home/drkirkby/sage-5.8.beta2/spkg/build/r-2.15.2.p1/src'
Error building R.
real 39m50.830s
user 13m53.030s
sys 1m39.435s
************************************************************************
Error installing package r-2.15.2.p1
************************************************************************
Please email sage-devel (
http://groups.google.com/group/sage-devel)
I would note this failure was with the gcc on my computer (4.5.0), not
the one in Sage tarball. Perhaps I have a compiler issue.
I was at the same time building another copy of the same version of
Sage, where I'd purposely changed the path so only the old 3.4.3
version of gcc could be found. So to build Sage it was necessary for
the gcc 4.6.3 package in Sage to be built. That build of Sage
completed OK and I'm just running the doctests on that now.
I'm a bit puzzled by this, as I've built Sage with the 4.5.0 before.
But the 4.6.3 package in Sage is saving the day!
Dave