So here are the logs. And a larger bit of the install.log singular-3.1.7p1.p2] loading cache .././config.cache [singular-3.1.7p1.p2] checking whether make -j1 sets ${MAKE}... (cached) yes [singular-3.1.7p1.p2] checking for gcc... (cached) gcc [singular-3.1.7p1.p2] checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) works... yes [singular-3.1.7p1.p2] checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) is a cross-compiler... no [singular-3.1.7p1.p2] checking whether we are using GNU C... (cached) yes [singular-3.1.7p1.p2] checking whether gcc accepts -g... (cached) yes [singular-3.1.7p1.p2] checking how to run the C preprocessor... (cached) gcc -E [singular-3.1.7p1.p2] checking for ranlib... ranlib [singular-3.1.7p1.p2] checking whether ln -s works... (cached) yes [singular-3.1.7p1.p2] checking for a BSD compatible install... (cached) /usr/bin/install -c [singular-3.1.7p1.p2] checking for working const... yes [singular-3.1.7p1.p2] checking for inline... inline [singular-3.1.7p1.p2] checking for ar... ar [singular-3.1.7p1.p2] checking for perl... (cached) perl [singular-3.1.7p1.p2] checking for addr2line... addr2line [singular-3.1.7p1.p2] checking for ANSI C header files... yes [singular-3.1.7p1.p2] checking for limits.h... yes [singular-3.1.7p1.p2] checking for unistd.h... yes [singular-3.1.7p1.p2] checking for sys/mman.h... yes [singular-3.1.7p1.p2] checking for fcntl.h... yes [singular-3.1.7p1.p2] checking for /usr/include/malloc.h... yes [singular-3.1.7p1.p2] checking for popen... yes [singular-3.1.7p1.p2] checking for readlink... yes [singular-3.1.7p1.p2] checking for getcwd... yes [singular-3.1.7p1.p2] checking for getwd... yes [singular-3.1.7p1.p2] checking for mmap... yes [singular-3.1.7p1.p2] checking for sbrk... yes [singular-3.1.7p1.p2] checking for random... yes [singular-3.1.7p1.p2] checking size of long... (cached) 0 [singular-3.1.7p1.p2] checking size of void*... 8 [singular-3.1.7p1.p2] checking size of double... 8 [singular-3.1.7p1.p2] checking size of size_t... 8 [singular-3.1.7p1.p2] configure: error: need equal sizes for long and void* [singular-3.1.7p1.p2] configure: error: ./configure failed for omalloc [singular-3.1.7p1.p2] Unable to configure Singular. [singular-3.1.7p1.p2] Error building Singular (error in config). [singular-3.1.7p1.p2] [singular-3.1.7p1.p2] real 0m1.515s [singular-3.1.7p1.p2] user 0m0.781s [singular-3.1.7p1.p2] sys 0m0.835s [singular-3.1.7p1.p2] ************************************************************************ [singular-3.1.7p1.p2] Error installing package singular-3.1.7p1.p2 [singular-3.1.7p1.p2] ************************************************************************ [singular-3.1.7p1.p2] Please email sage-devel (http://groups.google.com/group/sage-devel) [singular-3.1.7p1.p2] explaining the problem and including the relevant part of the log file [singular-3.1.7p1.p2] /home/simon/sage/logs/pkgs/singular-3.1.7p1.p2.log [singular-3.1.7p1.p2] Describe your computer, operating system, etc. [singular-3.1.7p1.p2] If you want to try to fix the problem yourself, *don't* just cd to [singular-3.1.7p1.p2] /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2 and type 'make' or whatever is appropriate. [singular-3.1.7p1.p2] Instead, the following commands setup all environment variables [singular-3.1.7p1.p2] correctly and load a subshell for you to debug the error: [singular-3.1.7p1.p2] (cd '/home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2' && '/home/simon/sage/sage' --sh) [singular-3.1.7p1.p2] When you are done debugging, you can type "exit" to leave the subshell. [singular-3.1.7p1.p2] ************************************************************************ Makefile:2746: die Regel für Ziel „/home/simon/sage/local/var/lib/sage/installed/singular-3.1.7p1.p2“ scheiterte make[2]: *** [/home/simon/sage/local/var/lib/sage/installed/singular-3.1.7p1.p2] Fehler 1 make[2]: Verzeichnis „/home/simon/sage/build/make“ wird verlassen Makefile:862: die Regel für Ziel „all“ scheiterte make[1]: *** [all] Fehler 2 make[1]: Verzeichnis „/home/simon/sage/build/make“ wird verlassen
real 71m30.858s user 63m41.418s sys 6m58.234s *************************************************************** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all'): * package: singular-3.1.7p1.p2 log file: /home/simon/sage/logs/pkgs/singular-3.1.7p1.p2.log build directory: /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2 The build directory may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. On Wednesday, August 31, 2016 at 10:37:34 PM UTC+2, leif wrote: > > Simon Brandhorst wrote: > > So far I am using precompiled binaries. They work. Now I am thinking on > > writing my own branch/contributing to sage so I followed the > instructions on > > > > http://doc.sagemath.org/html/en/developer/walk_through.html > > > > to get a developer version of sage. > > Basically I just typed > > > > git clone git://github.com/sagemath/sage.git > > cd sage > > git checkout develop > > make > > > > And get an error Message: > > [singular-3.1.7p1.p2] checking size of long... (cached) 0 > > [singular-3.1.7p1.p2] checking size of void*... 8 > > [singular-3.1.7p1.p2] checking size of double... 8 > > [singular-3.1.7p1.p2] checking size of size_t... 8 > > [singular-3.1.7p1.p2] configure: error: need equal sizes for long and > void* > > [singular-3.1.7p1.p2] configure: error: ./configure failed for omalloc > > [singular-3.1.7p1.p2] Unable to configure Singular. > > [singular-3.1.7p1.p2] Error building Singular (error in config). > > sizeof(long) is zero... Nice. > > > > (the log is too big to attach) > > Well, the last lines should contain "The following packages may have > failed to build:" along with paths to the temporary build directory of > Singular and the log file created for that package. > > Since Singular's 'configure' already failed, we'd need the config.log > file(s) from subfolders of the build directory mentioned. > > Also logs/pkgs/singular-3.1.7p1.p2.log shouldn't be that long; from that > we could see /which/ 'configure' failed (presumably indeed that of > omalloc), as Singular consists of a couple of components with their own > 'configure' scripts. > > > -leif > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
Found local metadata for singular-3.1.7p1.p2 Attempting to download package singular-3.1.7p1.tar.bz2 from mirrors http://mirrors.fe.up.pt/pub/sage/spkg/upstream/singular/singular-3.1.7p1.tar.bz2 [......................................................................] singular-3.1.7p1.p2 ==================================================== Setting up build directory for singular-3.1.7p1.p2 Finished extraction **************************************************** Host system: Linux Quadrator 4.6.7-300.fc24.x86_64 #1 SMP Wed Aug 17 18:48:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) **************************************************** ### Singular spkg-install: choose_patches ### ### Singular spkg-install: apply_patches ### Applying ../patches/Minor.h.patch patching file latest/Singular/Minor.h Applying ../patches/assert.patch patching file latest/factory/assert.h Applying ../patches/currring.patch patching file latest/Singular/iparith.cc Applying ../patches/cygwin64.patch patching file latest/omalloc/configure patching file latest/omalloc/configure.in patching file latest/Singular/Makefile.in patching file latest/singuname.sh Applying ../patches/exeext.patch patching file latest/IntegerProgramming/Makefile.in Applying ../patches/flint-libs.patch patching file latest/factory/configure patching file latest/factory/flint-check.m4 patching file latest/Singular/configure.in patching file latest/Singular/configure Applying ../patches/flint.patch patching file latest/Singular/configure patching file latest/Singular/configure.in Applying ../patches/include_dirs.patch patching file latest/kernel/Makefile.in Applying ../patches/sanitize_gmp_header_hack.patch patching file latest/factory/gen_cf_gmp.cc patching file latest/factory/gen_cf_gmp.template patching file latest/factory/GNUmakefile.in Hunk #1 succeeded at 60 (offset -1 lines). Hunk #2 succeeded at 373 (offset 7 lines). Hunk #3 succeeded at 690 (offset -6 lines). Applying ../patches/sing_win.patch patching file latest/Singular/sing_win.cc Applying ../patches/singular-3.1.7-use_cxx_for_linking.patch patching file latest/Singular/Makefile.in patching file latest/dyn_modules/modgen/Makefile.in patching file latest/kernel/Makefile.in patching file latest/Singular/configure Applying ../patches/singular-gcc6.patch patching file latest/kernel/mod_raw.cc Applying ../patches/singular_ntl.patch patching file latest/factory/NTLconvert.cc Hunk #2 succeeded at 511 (offset 10 lines). Hunk #3 succeeded at 536 (offset 10 lines). Applying ../patches/slibdir.patch patching file latest/IntegerProgramming/Makefile.in patching file latest/Singular/Makefile.in Applying ../patches/stricmp.patch patching file latest/Singular/run.c Applying ../patches/templates.patch patching file latest/factory/GNUmakefile.in Hunk #1 succeeded at 101 (offset 3 lines). patching file latest/Singular/claptmpl.cc ### Singular spkg-install: remove_old_version ### ### Singular spkg-install: config ### creating cache ./config.cache checking uname for singular... x86_64-Linux checking for gcc... gcc checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) works... yes checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for a BSD compatible install... /usr/bin/install -c checking for AIX... no checking for c++... g++ -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib checking whether the C++ compiler (g++ -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib -O2 -g -fPIC -fno-delete-null-pointer-checks -fno-strict-overflow -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) works... yes checking whether the C++ compiler (g++ -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib -O2 -g -fPIC -fno-delete-null-pointer-checks -fno-strict-overflow -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether g++ -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib accepts -g... yes checking whether compiler accepts -pipe... yes checking for perl5... no checking for perl... perl checking for uudecode... no checking for uudeview... no checking for gunzip... gunzip checking for gzip... gzip checking for latex2html... no checking whether ln -s works... yes checking whether _AIX is defined... no checking for atof in -lm... yes checking for socket in -lbsd... no checking for listen in -lsocket... no checking for gethostbyname in -lnsl... yes checking for main in -lgmp... yes checking for IMP_PutGmpInt in -lMP... no checking for MPT_GetTree in -lMPT... no checking for atof in -lsingcf... no checking for atof in -lsingfac... no checking for omTestAddr in -lomalloc... yes checking for main in -lomalloc_ndebug... no checking for gmp.h... yes checking for MP.h... no checking for MPT.h... no checking for factory.h... no checking for factor.h... no checking for omalloc.h... no checking which tmp dir to use... /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2/src/latest/tmp checking whether to configure and build omalloc... yes checking size of long... 0 checking whether to configure and build MP lib... no checking whether to configure and build NTL lib... no checking whether to configure and build factory lib... yes checking whether to configure and build libfac lib... yes checking whether to configure and build gfan lib... no checking whether to configure and build polymake interface... no checking whether to configure and build sgroup lib... no checking whether to configure and build Singular... yes checking whether to build IntegerProgramming... yes checking whether to build Plural... yes checking whether to configure and build Texinfo... no configure: warning: Building of doc might fail. Need Texinfo checking for makeinfo... /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2/src/latest/warn_not_found.sh makeinfo checking for texindex... /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2/src/latest/warn_not_found.sh texindex checking for texi2pdf... /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2/src/latest/warn_not_found.sh texi2pdf checking whether to configure and build Texi2html... no checking for texi2html... no checking whether to build doc... no checking whether to build emacs... no checking which apint package to use... gmp checking whether to use with MP... no checking whether to use with factory... yes checking whether to use with libfac... yes checking whether to use with Singular... yes checking whether to use libsvd... no checking whether make -j1 sets ${MAKE}... yes updating cache ./config.cache creating ./config.status creating Makefile creating doc/Makefile creating doc/version.texi creating doc/uname.texi creating emacs/Makefile creating IntegerProgramming/Makefile configuring in omalloc running /bin/sh ./configure --prefix=/home/simon/sage/local --exec-prefix=/home/simon/sage/local --bindir=/home/simon/sage/local/bin --libdir=/home/simon/sage/local/lib --with-apint=gmp --with-malloc=system --with-NTL --with-flint=/home/simon/sage/local --without-MP --without-lex --without-Boost --enable-Singular --enable-factory --enable-libfac --enable-IntegerProgramming --disable-doc --with-debug --includedir=/home/simon/sage/local/include --enable-omalloc --with-external-config_h='/home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2/src/latest/Singular/omSingularConfig.h' --with-track-custom --enable-Plural --with-factory --with-libfac --with-Singular=yes --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking whether make -j1 sets ${MAKE}... (cached) yes checking for gcc... (cached) gcc checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) works... yes checking whether the C compiler (gcc -O2 -g -fPIC -L/home/simon/sage/local/lib -L/home/simon/sage/local/lib -Wl,-rpath,/home/simon/sage/local/lib ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ranlib... ranlib checking whether ln -s works... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking for working const... yes checking for inline... inline checking for ar... ar checking for perl... (cached) perl checking for addr2line... addr2line checking for ANSI C header files... yes checking for limits.h... yes checking for unistd.h... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for /usr/include/malloc.h... yes checking for popen... yes checking for readlink... yes checking for getcwd... yes checking for getwd... yes checking for mmap... yes checking for sbrk... yes checking for random... yes checking size of long... (cached) 0 checking size of void*... 8 checking size of double... 8 checking size of size_t... 8 configure: error: need equal sizes for long and void* configure: error: ./configure failed for omalloc Unable to configure Singular. Error building Singular (error in config). real 0m1.515s user 0m0.781s sys 0m0.835s ************************************************************************ Error installing package singular-3.1.7p1.p2 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/simon/sage/logs/pkgs/singular-3.1.7p1.p2.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2 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/simon/sage/local/var/tmp/sage/build/singular-3.1.7p1.p2' && '/home/simon/sage/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Sage configure 7.4.beta2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = Quadrator uname -m = x86_64 uname -r = 4.6.7-300.fc24.x86_64 uname -s = Linux uname -v = #1 SMP Wed Aug 17 18:48:43 UTC 2016 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/simon/cplex/cplex/bin/x86-64_linux PATH: /home/simon/cplex/cplex/bin/x86-64_linux PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/bin PATH: /usr/sbin PATH: /home/simon/.local/bin PATH: /home/simon/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2301: checking for a BSD-compatible install configure:2369: result: /usr/bin/install -c configure:2380: checking whether build environment is sane configure:2435: result: yes configure:2586: checking for a thread-safe mkdir -p configure:2625: result: /usr/bin/mkdir -p configure:2632: checking for gawk configure:2648: found /usr/bin/gawk configure:2659: result: gawk configure:2670: checking whether make sets $(MAKE) configure:2692: result: yes configure:2721: checking whether make supports nested variables configure:2738: result: yes configure:2867: checking whether to enable maintainer-specific portions of Makefiles configure:2876: result: yes configure:2941: checking for root user configure:2950: result: no configure:2961: checking build system type configure:2975: result: x86_64-unknown-linux-gnu configure:2995: checking host system type configure:3008: result: x86_64-unknown-linux-gnu configure:3122: checking for ar configure:3138: found /usr/bin/ar configure:3150: result: yes configure:3171: checking for m4 configure:3187: found /usr/bin/m4 configure:3199: result: yes configure:3220: checking for ranlib configure:3236: found /usr/bin/ranlib configure:3248: result: yes configure:3269: checking for strip configure:3285: found /usr/bin/strip configure:3297: result: yes configure:3317: checking for GNU or BSD tar configure:3365: result: /usr/bin/tar configure:3376: checking for GNU make configure:3418: result: /usr/bin/make configure:3432: checking for latex configure:3448: found /usr/bin/latex configure:3460: result: yes configure:3484: checking for perl configure:3502: found /usr/bin/perl configure:3514: result: /usr/bin/perl configure:3522: checking for Perl version 5.8.0 or later configure:3533: result: yes configure:3545: checking for git configure:3577: result: /usr/bin/git configure:3673: checking for gcc configure:3689: found /usr/bin/gcc configure:3700: result: gcc configure:3929: checking for C compiler version configure:3938: gcc --version >&5 gcc (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3) Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3949: $? = 0 configure:3938: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) configure:3949: $? = 0 configure:3938: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3949: $? = 1 configure:3938: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3949: $? = 1 configure:3969: checking whether the C compiler works configure:3991: gcc conftest.c >&5 configure:3995: $? = 0 configure:4043: result: yes configure:4046: checking for C compiler default output file name configure:4048: result: a.out configure:4054: checking for suffix of executables configure:4061: gcc -o conftest conftest.c >&5 configure:4065: $? = 0 configure:4087: result: configure:4109: checking whether we are cross compiling configure:4117: gcc -o conftest conftest.c >&5 configure:4121: $? = 0 configure:4128: ./conftest configure:4132: $? = 0 configure:4147: result: no configure:4152: checking for suffix of object files configure:4174: gcc -c conftest.c >&5 configure:4178: $? = 0 configure:4199: result: o configure:4203: checking whether we are using the GNU C compiler configure:4222: gcc -c conftest.c >&5 configure:4222: $? = 0 configure:4231: result: yes configure:4240: checking whether gcc accepts -g configure:4260: gcc -c -g conftest.c >&5 configure:4260: $? = 0 configure:4301: result: yes configure:4318: checking for gcc option to accept ISO C89 configure:4381: gcc -c -g -O2 conftest.c >&5 configure:4381: $? = 0 configure:4394: result: none needed configure:4419: checking whether gcc understands -c and -o together configure:4441: gcc -c conftest.c -o conftest2.o configure:4444: $? = 0 configure:4441: gcc -c conftest.c -o conftest2.o configure:4444: $? = 0 configure:4456: result: yes configure:4484: checking for style of include used by make configure:4512: result: GNU configure:4538: checking dependency style of gcc configure:4649: result: none configure:4669: checking how to run the C preprocessor configure:4700: gcc -E conftest.c configure:4700: $? = 0 configure:4714: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:4714: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.4.beta2" | #define PACKAGE_STRING "Sage 7.4.beta2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.4.beta2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4739: result: gcc -E configure:4759: gcc -E conftest.c configure:4759: $? = 0 configure:4773: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:4773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.4.beta2" | #define PACKAGE_STRING "Sage 7.4.beta2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.4.beta2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4866: checking for g++ configure:4882: found /usr/bin/g++ configure:4893: result: g++ configure:4920: checking for C++ compiler version configure:4929: g++ --version >&5 g++ (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3) Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4940: $? = 0 configure:4929: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) configure:4940: $? = 0 configure:4929: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4940: $? = 1 configure:4929: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:4940: $? = 1 configure:4944: checking whether we are using the GNU C++ compiler configure:4963: g++ -c conftest.cpp >&5 configure:4963: $? = 0 configure:4972: result: yes configure:4981: checking whether g++ accepts -g configure:5001: g++ -c -g conftest.cpp >&5 configure:5001: $? = 0 configure:5042: result: yes configure:5067: checking dependency style of g++ configure:5178: result: none configure:5252: checking for gfortran configure:5268: found /usr/bin/gfortran configure:5279: result: gfortran configure:5305: checking for Fortran compiler version configure:5314: gfortran --version >&5 GNU Fortran (GCC) 6.1.1 20160621 (Red Hat 6.1.1-3) Copyright (C) 2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5325: $? = 0 configure:5314: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.1.1 20160621 (Red Hat 6.1.1-3) (GCC) configure:5325: $? = 0 configure:5314: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:5325: $? = 1 configure:5314: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'? gfortran: fatal error: no input files compilation terminated. configure:5325: $? = 1 configure:5334: checking whether we are using the GNU Fortran compiler configure:5347: gfortran -c conftest.F >&5 configure:5347: $? = 0 configure:5356: result: yes configure:5362: checking whether gfortran accepts -g configure:5373: gfortran -c -g conftest.f >&5 configure:5373: $? = 0 configure:5381: result: yes configure:5433: checking how to run the C++ preprocessor configure:5460: g++ -E conftest.cpp configure:5460: $? = 0 configure:5474: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:5474: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.4.beta2" | #define PACKAGE_STRING "Sage 7.4.beta2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.4.beta2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5499: result: g++ -E configure:5519: g++ -E conftest.cpp configure:5519: $? = 0 configure:5533: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:5533: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.4.beta2" | #define PACKAGE_STRING "Sage 7.4.beta2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.4.beta2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5562: checking for grep that handles long lines and -e configure:5620: result: /usr/bin/grep configure:5625: checking for egrep configure:5687: result: /usr/bin/grep -E configure:5692: checking for ANSI C header files configure:5712: g++ -c -g -O2 conftest.cpp >&5 configure:5712: $? = 0 configure:5785: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5785: $? = 0 configure:5785: ./conftest configure:5785: $? = 0 configure:5796: result: yes configure:5809: checking for sys/types.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for sys/stat.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for stdlib.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for string.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for memory.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for strings.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for inttypes.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for stdint.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5809: checking for unistd.h configure:5809: g++ -c -g -O2 conftest.cpp >&5 configure:5809: $? = 0 configure:5809: result: yes configure:5821: checking complex.h usability configure:5821: g++ -c -g -O2 conftest.cpp >&5 configure:5821: $? = 0 configure:5821: result: yes configure:5821: checking complex.h presence configure:5821: g++ -E conftest.cpp configure:5821: $? = 0 configure:5821: result: yes configure:5821: checking for complex.h configure:5821: result: yes configure:5851: checking whether g++ supports C++11 features by default configure:5911: g++ -c -g -O2 conftest.cpp >&5 configure:5911: $? = 0 configure:5918: result: yes configure:6150: checking for gcc option to accept ISO C99 configure:6299: gcc -c -g -O2 conftest.c >&5 configure:6299: $? = 0 configure:6312: result: none needed configure:6372: checking for Fortran flag needed to accept free-form source configure:6391: gfortran -c -g -O2 conftest.f >&5 conftest.f:2:3: program freeform 1 Error: Non-numeric character in statement label at (1) conftest.f:2:3: program freeform 1 Error: Unclassifiable statement at (1) conftest.f:4:26: print *, 'Hello ', & 1 Error: Expected expression in PRINT statement at (1) conftest.f:5:11: 'world.' 1 Error: Invalid character in name at (1) configure:6391: $? = 1 configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end configure:6391: gfortran -c -g -O2 -ffree-form conftest.f >&5 configure:6391: $? = 0 configure:6400: result: -ffree-form configure:6492: checking if gcc accepts -dumpversion option configure:6517: cat conftest.c 1>&5 int main() { return 0; } configure:6520: $? = 0 configure:6524: gcc -dumpversion -c conftest.c 1>&5 6.1.1 configure:6527: $? = 0 configure:6530: result: yes configure:6557: checking gcc version configure:6571: result: 6.1.1 configure:6585: checking if g++ accepts -dumpversion option configure:6610: cat conftest.c 1>&5 int main() { return 0; } configure:6613: $? = 0 configure:6617: gcc -dumpversion -c conftest.c 1>&5 6.1.1 configure:6620: $? = 0 configure:6623: result: yes configure:6650: checking g++ version configure:6664: result: 6.1.1 configure:6824: checking for sqrt in -lm configure:6849: g++ -o conftest -g -O2 conftest.cpp -lm >&5 configure:6849: $? = 0 configure:6858: result: yes configure:6996: checking multiprecision library configure:7013: result: MPIR configure:7023: checking BLAS library configure:7041: result: atlas configure:7053: checking package versions configure:7055: result: configure:7161: result: 4ti2-1.6.7 configure:7161: result: alabaster-0.7.8 configure:7161: result: arb-2.8.1.p0 configure:7161: result: atlas-3.10.2.p2 configure:7161: result: autotools-20141105 configure:7161: result: babel-2.3.4 configure:7161: result: backports_abc-0.4 configure:7161: result: backports_shutil_get_terminal_size-1.0.0.p0 configure:7161: result: backports_ssl_match_hostname-3.5.0.1 configure:7161: result: benzene-20130630 configure:7161: result: bliss-0.73+debian-1+sage-2016-08-02 configure:7161: result: boost-1_61_0 configure:7161: result: boost_cropped-1.58.0 configure:7161: result: brial-0.8.5 configure:7161: result: buckygen-1.0 configure:7161: result: bzip2-1.0.6-20150304 configure:7161: result: cbc-2.9.4 configure:7161: result: ccache-3.2.2 configure:7161: result: cddlib-094g.p1 configure:7161: result: cephes-2.8.p1 configure:7161: result: certifi-2016.2.28 configure:7161: result: cliquer-1.21.p3 configure:7161: result: cmake-3.2.3 configure:7161: result: combinatorial_designs-20140630 configure:7161: result: compilerwrapper-1.2 configure:7161: result: configparser-3.5.0 configure:7161: result: configure-179 configure:7161: result: conway_polynomials-0.4.p0 configure:7161: result: coxeter3-1.1 configure:7161: result: cryptominisat-2.9.6 configure:7161: result: csdp-6.2 configure:7161: result: cvxopt-1.1.8.p1 configure:7161: result: cycler-0.10.0 configure:7161: result: cysignals-1.1.1 configure:7161: result: cython-0.24.1.p0 configure:7161: result: d3js-3.4.8 configure:7161: result: database_cremona_ellcurve-20160211 configure:7161: result: database_gap-4.8.3 configure:7161: result: database_jones_numfield-4 configure:7161: result: database_kohel-20160724 configure:7161: result: database_mutation_class-1.0 configure:7161: result: database_odlyzko_zeta-20061209 configure:7161: result: database_pari-20140908 configure:7161: result: database_stein_watkins-20110713 configure:7161: result: database_stein_watkins_mini-20070827 configure:7161: result: database_symbolic_data-20070206 configure:7161: result: dateutil-2.2 configure:7161: result: decorator-4.0.6 configure:7161: result: docutils-0.12 configure:7161: result: dot2tex-2.9.0.p0 configure:7161: result: ecl-16.1.2.p2 configure:7161: result: eclib-20160720 configure:7161: result: ecm-6.4.4.p0 configure:7161: result: elliptic_curves-0.8 configure:7161: result: entrypoints-0.2.2 configure:7161: result: fflas_ffpack-1.6.0.p2 configure:7161: result: flask-0.10.1 configure:7161: result: flask_autoindex-0.6 configure:7161: result: flask_babel-0.9 configure:7161: result: flask_oldsessions-0.10 configure:7161: result: flask_openid-1.2.5 configure:7161: result: flask_silk-0.2 configure:7161: result: flint-2.5.2.p0 configure:7161: result: flintqs-1.0 configure:7161: result: freetype-2.6.3 configure:7161: result: fricas-1.2.7 configure:7161: result: frobby-0.9.0.p2 configure:7161: result: functools32-3.2.3-2 configure:7161: result: future-0.15.2 configure:7161: result: gambit-14.1.0 configure:7161: result: gap-4.8.3 configure:7161: result: gap3-jm5-2015-02-01 configure:7161: result: gap_packages-4.8.3.p1 configure:7161: result: gc-7.2f.p0 configure:7165: result: gcc-4.9.3.p1 not installed (configure check) configure:7161: result: gdb-7.8 configure:7161: result: gf2x-1.1.p1 configure:7161: result: gfan-0.5.p1 configure:7161: result: giac-1.2.2.37 configure:7161: result: giacpy-0.5.6 configure:7165: result: git-2.6.2 not installed (configure check) configure:7161: result: git_trac-20160625 configure:7161: result: givaro-3.7.1 configure:7161: result: glpk-4.55.p1 configure:7161: result: gmp-5.1.3 configure:7161: result: gp2c-0.0.9pl5 configure:7161: result: graphs-20151224 configure:7161: result: gsl-2.1 configure:7161: result: iconv-1.14 configure:7161: result: igraph-0.7.1 configure:7161: result: imagesize-0.7.1 configure:7161: result: iml-1.0.4p1.p1 configure:7161: result: ipykernel-4.3.1 configure:7161: result: ipython-5.0.0 configure:7161: result: ipython_genutils-0.1.0 configure:7161: result: ipywidgets-5.1.5 configure:7161: result: itsdangerous-0.24 configure:7161: result: jinja2-2.8 configure:7161: result: jmol-14.6.1_2016.07.11.p0 configure:7161: result: jsonschema-2.5.1 configure:7161: result: jupyter_client-4.3.0 configure:7161: result: jupyter_core-4.1.0 configure:7161: result: latte_int-1.7.3 configure:7161: result: lcalc-1.23.p14 configure:7161: result: libbraiding-1.0 configure:7161: result: libfplll-20160331 configure:7161: result: libgap-4.8.3 configure:7161: result: libgd-2.1.1.1.p0 configure:7161: result: libhomfly-1.0 configure:7161: result: libogg-1.3.1 configure:7161: result: libpng-1.2.51.p0 configure:7161: result: libtheora-1.1.1 configure:7161: result: lidia-2.3.0+latte-patches-2014-10-04 configure:7161: result: lie-2.2.2 configure:7161: result: linbox-1.3.2.p1 configure:7161: result: lrcalc-1.2.p0 configure:7161: result: lrslib-062+autotools-2016-07-05 configure:7161: result: m4ri-20140914 configure:7161: result: m4rie-20150908 configure:7161: result: markupsafe-0.23 configure:7161: result: mathjax-2.6.1 configure:7161: result: matplotlib-1.5.1 configure:7161: result: maxima-5.35.1.p2 configure:7161: result: mcqd-1.0 configure:7161: result: meataxe-2.4.24.p1 configure:7161: result: mistune-0.7.3 configure:7161: result: modular_decomposition-20100607 configure:7161: result: mpc-1.0.3.p0 configure:7161: result: mpfi-1.5.1 configure:7161: result: mpfr-3.1.4 configure:7161: result: mpir-2.7.2 configure:7161: result: mpmath-0.19 configure:7161: result: nauty-26r1 configure:7161: result: nbconvert-4.2.0 configure:7161: result: nbformat-4.0.1 configure:7161: result: ncurses-5.9.20131221 configure:7161: result: networkx-1.11 configure:7161: result: normaliz-3.1.0 configure:7161: result: nose-1.3.3 configure:7161: result: notebook-4.2.1 configure:7161: result: ntl-9.8.1.p1 configure:7161: result: numpy-1.11.1 configure:7161: result: openblas-0.2.15 configure:7161: result: openssl-1.0.2h configure:7161: result: ore_algebra-0.2 configure:7161: result: palp-2.1.p1 configure:7161: result: pari-2.8.0.alpha.p0 configure:7161: result: pari_galdata-20080411 configure:7161: result: pari_jupyter-1.1.0 configure:7161: result: pari_seadata_small-20090618 configure:7161: result: patch-2.7.5 configure:7161: result: patchbot-2.5.7 configure:7161: result: pathlib2-2.1.0 configure:7161: result: pathpy-7.1 configure:7161: result: perl_term_readline_gnu-1.34 configure:7161: result: pexpect-4.1.0 configure:7161: result: pickleshare-0.7.2 configure:7161: result: pillow-3.3.0 configure:7161: result: pip-8.1.2.p0 configure:7161: result: pkgconf-0.9.7 configure:7161: result: pkgconfig-1.1.0 configure:7161: result: planarity-2.2.0 configure:7161: result: plantri-4.5 configure:7161: result: polymake-3.0r2 configure:7161: result: polytopes_db-20120220 configure:7161: result: ppl-1.2 configure:7161: result: prompt_toolkit-1.0.3 configure:7161: result: ptyprocess-0.5.1 configure:7161: result: pycrypto-2.6.1.p1 configure:7161: result: pygments-2.1.3.p0 configure:7161: result: pynac-0.6.8 configure:7161: result: pyparsing-2.1.5 configure:7161: result: python2-2.7.10.p2 configure:7161: result: python3-3.5.1 configure:7161: result: python_igraph-0.7.0 configure:7161: result: python_openid-2.2.5 configure:7161: result: pytz-2016.4 configure:7161: result: pyx-0.12.1 configure:7161: result: pyzmq-15.3.0 configure:7161: result: qepcad-B.1.69.p0 configure:7161: result: qhull-2015-src-7.2.0 configure:7161: result: r-3.2.4-revised.p0 configure:7161: result: ratpoints-2.1.3.p3 configure:7161: result: readline-6.3.008 configure:7161: result: rpy2-2.8.2 configure:7161: result: rubiks-20070912.p18 configure:7161: result: rw-0.7 configure:7161: result: saclib-2.2.6 configure:7161: result: sage_mode-0.14 configure:7161: result: sagenb-0.13 configure:7161: result: sagenb_export-2.0 configure:7161: result: sagetex-3.0 configure:7161: result: scipoptsuite-3.2.1 configure:7161: result: scipy-0.17.1 configure:7161: result: scons-1.2.0 configure:7161: result: setuptools-24.0.2 configure:7161: result: setuptools_scm-1.11.1 configure:7161: result: simplegeneric-0.8.1 configure:7161: result: singledispatch-3.4.0.3 configure:7161: result: singular-3.1.7p1.p2 configure:7161: result: six-1.10.0 configure:7161: result: snowballstemmer-1.2.1 configure:7161: result: speaklater-1.3 configure:7161: result: sphinx-1.4.4 configure:7161: result: sqlite-autoconf-3130000 configure:7161: result: symmetrica-2.0.p9 configure:7161: result: sympow-1.018.1.p11 configure:7161: result: sympy-1.0.p0 configure:7161: result: tachyon-0.98.9.p5 configure:7161: result: tdlib-0.3.1 configure:7161: result: termcap-1.3.1.p3 configure:7161: result: terminado-0.6 configure:7161: result: threejs-r70 configure:7161: result: tides-2.0 configure:7161: result: topcom-0.17.7 configure:7161: result: tornado-4.3 configure:7161: result: traitlets-4.2.2 configure:7161: result: twisted-16.3.0 configure:7161: result: valgrind-3.10.0 configure:7161: result: vcversioner-2.16.0.0 configure:7161: result: wcwidth-0.1.7 configure:7161: result: werkzeug-0.11.10 configure:7161: result: widgetsnbextension-1.2.3 configure:7161: result: xz-5.2.2 configure:7161: result: zeromq-4.0.5 configure:7161: result: zlib-1.2.8.p0 configure:7161: result: zn_poly-0.9.p11 configure:7161: result: zope_interface-4.2.0 configure:7487: checking that generated files are newer than configure configure:7493: result: done configure:7524: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Sage config.status 7.4.beta2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Quadrator config.status:808: creating build/make/Makefile-auto config.status:980: executing depfiles commands config.status:980: executing mkdirs commands config.status:1089: creating directory /home/simon/sage/logs/pkgs config.status:1089: creating directory /home/simon/sage/local config.status:1089: creating directory /home/simon/sage/local/bin config.status:1089: creating directory /home/simon/sage/local/etc config.status:1089: creating directory /home/simon/sage/local/include config.status:1089: creating directory /home/simon/sage/local/lib config.status:1089: creating directory /home/simon/sage/local/share config.status:1089: creating directory /home/simon/sage/local/var/lib/sage/installed config.status:1101: creating symbolic link lib64 -> lib ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_fc_compiler_gnu=yes ac_cv_fc_freeform=-ffree-form ac_cv_header_complex_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_m_sqrt=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GIT=/usr/bin/git ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MAKE=/usr/bin/make ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/usr/bin/tar ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_FC=gfortran ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_fc_g=yes ac_cv_prog_found_ar=yes ac_cv_prog_found_latex=yes ac_cv_prog_found_m4=yes ac_cv_prog_found_ranlib=yes ac_cv_prog_found_strip=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_cxx_compile_cxx11=yes ax_cv_gcc_version=6.1.1 ax_cv_gxx_version=6.1.1 ax_cv_prog_perl_version=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/simon/sage/config/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} /home/simon/sage/config/missing autoconf' AUTOHEADER='${SHELL} /home/simon/sage/config/missing autoheader' AUTOMAKE='${SHELL} /home/simon/sage/config/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" -DPACKAGE_VERSION=\"7.4.beta2\" -DPACKAGE_STRING=\"Sage\ 7.4.beta2\" -DPACKAGE_BUGREPORT=\"sage-devel@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"7.4.beta2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CXX11=1 -DHAVE_LIBM=1' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FC='gfortran' FCFLAGS='-g -O2 -ffree-form' GCC_VERSION='6.1.1' GREP='/usr/bin/grep' GXX_VERSION='6.1.1' HAVE_CXX11='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /home/simon/sage/config/missing makeinfo' MKDIR_P='/usr/bin/mkdir -p' OBJEXT='o' PACKAGE='sage' PACKAGE_BUGREPORT='sage-devel@googlegroups.com' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 7.4.beta2' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='7.4.beta2' PATH_SEPARATOR=':' PERL='/usr/bin/perl' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='7.4.beta2' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_FC='gfortran' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' found_ar='yes' found_latex='yes' found_m4='yes' found_ranlib='yes' found_strip='yes' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/simon/sage/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Sage" #define PACKAGE_TARNAME "sage" #define PACKAGE_VERSION "7.4.beta2" #define PACKAGE_STRING "Sage 7.4.beta2" #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "7.4.beta2" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_CXX11 1 #define HAVE_LIBM 1 configure: exit 0