This error message is a bit unusual to me. I'm trying to build it in
a solaris lx zone (apparently modern distros aren't supported yet -
centos 5.3 is as close as it gets that I know of):
from install.log:
cp /home/brandon/sage-4.1/spkg/build/ecl-9.4.1/src/src/../contrib/
unicode/ucd.dat .
if [ -f CROSS-COMPILER ]; then \
./CROSS-COMPILER compile; \
else \
ECLDIR=`pwd`/ ./ecl_min compile; \
fi
Internal or unrecoverable error in:
Got signal before environment was installed on our thread.
/bin/sh: line 4: 3013 Aborted ECLDIR=`pwd`/ ./ecl_min
compile
make[3]: *** [bin/ecl] Error 134
make[3]: Leaving directory `/home/brandon/sage-4.1/spkg/build/
ecl-9.4.1/src/build'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/brandon/sage-4.1/spkg/build/
ecl-9.4.1/src'
Failed to build ECL ... exiting
real 1m13.251s
user 0m0.000s
sys 0m0.001s
sage: An error occurred while installing ecl-9.4.1
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /home/brandon/sage-4.1/install.log. Describe your computer,
operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/home/brandon/sage-4.1/spkg/build/ecl-9.4.1 and type 'make'.
Instead type "/home/brandon/sage-4.1/sage -sh"
in order to set all environment variables correctly, then cd to
/home/brandon/sage-4.1/spkg/build/ecl-9.4.1
(When you are done debugging, you can type "exit" to leave the
subshell.)
make[1]: *** [installed/ecl-9.4.1] Error 1
make[1]: Leaving directory `/home/brandon/sage-4.1/spkg'
real 42m54.614s
user 0m0.001s
sys 0m0.002s
Error building Sage.
The system is Centos 5.3 (updated) running in a solaris zone:
uname -a
Linux sagenb 2.6.18 BrandZ fake linux i686 athlon i386 GNU/Linux
cat /proc/cpuinfo:
...
processor : 3
vendor_id : AuthenticAMD
cpu family : 15
model : 65
model name : Dual-Core AMD Opteron(tm) Processor 2214
stepping : 3
cpu MHz : 2199.944
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext lm 3dnowext
3dnow lahf_lm svm altmovcr8 pni cx16
[bran...@sagenb sage-4.1]$ cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 9653698560 9192144896 461553664 0 0 0
Swap: 4830785536 1572032512 3258753024
MemTotal: 9427440 kB
MemFree: 450736 kB
MemShared: 0 kB
Buffers: 0 kB
Cached: 0 kB
SwapCached: 0 kB
Active: 0 kB
Inactive: 0 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 9427440 kB
LowFree: 450736 kB
SwapTotal: 4717564 kB
SwapFree: 3182376 kB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---