2013/12/17 Justin C. Walker <[email protected]> > Cloned from github. Build completed w/o problems, and all tests > ('ptestlong') passed on two OS X systems: 10.6.8 (dual 6-core Xeons) and > 10.9.1 (quad core Core i7). >
Is this supposed to build on 10.9? That did not work for me. Recently upgraded my Mac from 10.6.8 to 10.9.1 and Xcode from 3.something to 5.0.2. Then cloned from github (Sage version 6.0.rc1, released 2013-12-17) and typed "make". After a long time, I got: conway_polynomials-0.4.p0] Error 1 Details below. I had the same problem with 5.13.rc0. Best, Marco Found local metadata for conway_polynomials-0.4.p0 Attempting to download package conway_polynomials-0.4.p0 >>> Trying to download http://www.sagemath.org/packages/upstream//conway_polynomials/conway_polynomials-0.4.tar.bz2 [...........................] Checksum: 25b7abe5c935d20c3ebcde943308652c412d14dc vs 25b7abe5c935d20c3ebcde943308652c412d14dc conway_polynomials-0.4.p0 ==================================================== Setting up build directory for conway_polynomials-0.4.p0 Finished set up **************************************************** Host system: Darwin 192.168.2.4 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64 **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/Users/marcostreng/sage_built_on_mavericks/sage/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.7.3/lto-wrapper Target: x86_64-apple-darwin13.0.0 Configured with: ../src/configure --prefix=/Users/marcostreng/sage_built_on_mavericks/sage/local --with-local-prefix=/Users/marcostreng/sage_built_on_mavericks/sage/local --with-gmp=/Users/marcostreng/sage_built_on_mavericks/sage/local --with-mpfr=/Users/marcostreng/sage_built_on_mavericks/sage/local --with-mpc=/Users/marcostreng/sage_built_on_mavericks/sage/local --with-system-zlib --disable-multilib --disable-nls Thread model: posix gcc version 4.7.3 (GCC) **************************************************** terminate called after throwing an instance of 'std::runtime_error' what(): no function 'integrate' with 2 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(). Sage will now terminate. ------------------------------------------------------------------------ /Users/marcostreng/sage_built_on_mavericks/sage/src/bin/sage-spkg: line 665: 37020 Abort trap: 6 ./spkg-install real 0m11.882s user 0m0.903s sys 0m0.633s ************************************************************************ Error installing package conway_polynomials-0.4.p0 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /Users/marcostreng/sage_built_on_mavericks/sage/logs/pkgs/conway_polynomials-0.4.p0.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Users/marcostreng/sage_built_on_mavericks/sage/local/var/tmp/sage/build/conway_polynomials-0.4.p0 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/Users/marcostreng/sage_built_on_mavericks/sage/local/var/tmp/sage/build/conway_polynomials-0.4.p0' && '/Users/marcostreng/sage_built_on_mavericks/sage/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ > > Justin > > -- > Justin C. Walker, Curmudgeon at Large > Institute for the Absorption of Federal Funds > ----------- > I want to die, peacefully in my sleep, like my grandfather; > not screaming in terror, like his passengers. > > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/groups/opt_out.
