> Just try "make" again, its likely to not hit that particular race all the > time. Or build in serial.
Hmmm.. I built from scratch after pulling branch #13201 and I got an error while building scipy. But perhaps it is because I fixed the merge conflict in a bad way. Hmmmmmmm... Still no Sage. :-P Nathann -- 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/d/optout.
Found local metadata for scipy-0.12.0.p1 Attempting to download package scipy-0.12.0.p1 >>> Trying to download http://www.sagemath.org/packages/upstream/scipy/scipy-0.12.0.tar.bz2 [............................................................] Checksum: d596b721a041b887613f225e07c27514a16a2e37 vs d596b721a041b887613f225e07c27514a16a2e37 scipy-0.12.0.p1 ==================================================== Setting up build directory for scipy-0.12.0.p1 Finished set up **************************************************** Host system: Linux grotte 3.0.0 #34 SMP Fri Aug 16 20:28:20 CEST 2013 x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-16' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.2 (Debian 4.8.2-16) **************************************************** Note: CFLAGS, CXXFLAGS and SHAREDFLAGS are taken from distutils, so their current settings are ignored. Traceback (most recent call last): File "setup.py", line 165, in <module> setup_package() File "setup.py", line 145, in setup_package from numpy.distutils.core import setup File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/__init__.py", line 137, in <module> import add_newdocs File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module> from numpy.lib import add_newdoc File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module> from polynomial import * File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in <module> from numpy.linalg import eigvals, lstsq, inv File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in <module> from linalg import * File "/home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <module> from numpy.linalg import lapack_lite ImportError: /home/ncohen/.Sage/local/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: zungqr_ Error building scipy. real 0m0.197s user 0m0.044s sys 0m0.012s ************************************************************************ Error installing package scipy-0.12.0.p1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/ncohen/.Sage/logs/pkgs/scipy-0.12.0.p1.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/ncohen/.Sage/local/var/tmp/sage/build/scipy-0.12.0.p1 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 '/home/ncohen/.Sage/local/var/tmp/sage/build/scipy-0.12.0.p1' && '/home/ncohen/.Sage/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************
