Hi,
I had problem building sage-5.5 yesterday on os x 10.5.8 (see my post on sage-devel). Today I tried with sage-5.6.rc0 and I get the same problem. In fact, the building process works, but then sage doesn't start.
Here is the end of log I get :
real 468m18.868s
user 192m23.980s
sys 26m50.036s
Sage build/upgrade complete!
To install small scripts to directly run Sage's versions of GAP,
the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
just 'gap' or 'gp') into a standard 'bin' directory, start Sage
by typing 'sage' (or './sage') and enter something like
install_scripts('/usr/local/bin')
at the Sage command prompt ('sage:').
If you issued 'make', 'make all', or a similar command, then the
HTML version of the documentation will be built right now.
Otherwise, if you want to (re)build the HTML documentation,
run 'make doc'. To build the PDF version, run 'make doc-pdf'.
./sage -b
----------------------------------------------------------
sage: Building and installing modified Sage library files.
Installing c_lib
scons: `install' is up to date.
Updating Cython code....
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.128820180893 seconds
Finished compiling Cython code (time = 5.53028702736 seconds)
running install
running build
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.00762796401978 seconds
Total time spent compiling C/C++ extensions: 0.123225927353 seconds.
running install_lib
running install_egg_info
Removing /Users/slabbe/Applications/sage-5.6.rc0/local/lib/python2.7/site-packages/sage-0.0.0-py2.7.egg-info
Writing /Users/slabbe/Applications/sage-5.6.rc0/local/lib/python2.7/site-packages/sage-0.0.0-py2.7.egg-info
real 0m10.641s
user 0m2.654s
sys 0m1.452s
[ -f local/lib/sage-started.txt ] || local/bin/sage-starts
Testing that Sage starts...
[2013-01-16 09:41:53] Sage version 5.6.rc0, released 2013-01-12
This looks like the first time you are running Sage.
Updating various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Done updating paths.
terminate called after throwing an instance of 'std::runtime_error'
what(): no function 'integrate' with parameters defined
------------------------------------------------------------------------
Unhandled SIGABRT: An abort() occurred in Sage.
This probably occurred because a *compiled* component of Sage has a bug
in it and is not properly wrapped with sig_on(), sig_off(). You might
want to run Sage under gdb with 'sage -gdb' to debug this.
Sage will now terminate.
------------------------------------------------------------------------
/Users/slabbe/Applications/sage-5.6.rc0/spkg/bin/sage: line 832: 29266 Abort trap sage-eval "$@"
Sage failed to start up.
Please email sage-devel (
http://groups.google.com/group/sage-devel)
explaining the problem and send the log file
/Users/slabbe/Applications/sage-5.6.rc0/start.log
Describe your computer, operating system, etc.
make: *** [start] Error 1
*******
~/Applications/sage-5.6.rc0 $ ./sage -gdb
----------------------------------------------------------------------
| Sage Version 5.6.rc0, Release Date: 2013-01-12 |
| Type "notebook()" for the browser-based notebook interface. |
| Type "help()" for help. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:11:58 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .
warning: Could not find object file "/Users/slabbe/Applications/sage-5.6.rc0/spkg/build/python-2.7.3.p3/src/Modules/getbuildinfo.o" - no debug information available for "./Modules/getbuildinfo.c".
warning: Could not find object file "/Users/slabbe/Applications/sage-5.6.rc0/spkg/build/python-2.7.3.p3/src/Parser/acceler.o" - no debug information available for "Parser/acceler.c".
[...]
warning: Could not find object file "/Users/slabbe/Applications/sage-5.6.rc0/spkg/build/libm4rie-20120613/src/.libs/ple.o" - no debug information available for "m4rie/ple.c".
warning: Could not find object file "/Users/slabbe/Applications/sage-5.6.rc0/spkg/build/libm4rie-20120613/src/.libs/conversion.o" - no debug information available for "m4rie/conversion.c".
. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries ... done
terminate called after throwing an instance of 'std::runtime_error'
what(): no function 'integrate' with parameters defined
Program received signal SIGABRT, Aborted.
0x96a82e42 in __kill ()
(gdb)
(gdb)