Am Mittwoch, 22. Februar 2017 17:04:21 UTC+1 schrieb Jeroen Demeyer: > > On 2017-02-22 16:50, Simon King wrote: > > In other words, I still don't see why gcc should be rebuilt (unless the > > developer's manual needs update). > > Can you post the config.log file? > > VoilĂ !
Cheers, Simon -- 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 https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
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.6.beta4, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = king-ThinkPad-T430 uname -m = x86_64 uname -r = 4.4.0-62-generic uname -s = Linux uname -v = #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /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/king/bin PATH: /home/king/.local/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /snap/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2313: checking for a BSD-compatible install configure:2381: result: /usr/bin/install -c configure:2392: checking whether build environment is sane configure:2447: result: yes configure:2598: checking for a thread-safe mkdir -p configure:2637: result: /bin/mkdir -p configure:2644: checking for gawk configure:2660: found /usr/bin/gawk configure:2671: result: gawk configure:2682: checking whether make sets $(MAKE) configure:2704: result: yes configure:2733: checking whether make supports nested variables configure:2750: result: yes configure:2879: checking whether to enable maintainer-specific portions of Makefiles configure:2888: result: yes configure:2955: checking for root user configure:2964: result: no configure:2975: checking build system type configure:2989: result: x86_64-pc-linux-gnu configure:3009: checking host system type configure:3022: result: x86_64-pc-linux-gnu configure:3136: checking for ar configure:3152: found /usr/bin/ar configure:3164: result: yes configure:3185: checking for m4 configure:3201: found /usr/bin/m4 configure:3213: result: yes configure:3234: checking for ranlib configure:3250: found /usr/bin/ranlib configure:3262: result: yes configure:3283: checking for strip configure:3299: found /usr/bin/strip configure:3311: result: yes configure:3331: checking for GNU or BSD tar configure:3379: result: /bin/tar configure:3390: checking for GNU make configure:3432: result: /usr/bin/make configure:3446: checking for latex configure:3462: found /usr/bin/latex configure:3474: result: yes configure:3498: checking for perl configure:3516: found /usr/bin/perl configure:3528: result: /usr/bin/perl configure:3536: checking for Perl version 5.8.0 or later configure:3547: result: yes configure:3559: checking for git configure:3591: result: /usr/bin/git configure:3687: checking for gcc configure:3703: found /usr/bin/gcc configure:3714: result: gcc configure:3943: checking for C compiler version configure:3952: gcc --version >&5 gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 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:3963: $? = 0 configure:3952: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --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-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --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 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) configure:3963: $? = 0 configure:3952: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3963: $? = 1 configure:3952: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3963: $? = 1 configure:3983: checking whether the C compiler works configure:4005: gcc conftest.c >&5 configure:4009: $? = 0 configure:4057: result: yes configure:4060: checking for C compiler default output file name configure:4062: result: a.out configure:4068: checking for suffix of executables configure:4075: gcc -o conftest conftest.c >&5 configure:4079: $? = 0 configure:4101: result: configure:4123: checking whether we are cross compiling configure:4131: gcc -o conftest conftest.c >&5 configure:4135: $? = 0 configure:4142: ./conftest configure:4146: $? = 0 configure:4161: result: no configure:4166: checking for suffix of object files configure:4188: gcc -c conftest.c >&5 configure:4192: $? = 0 configure:4213: result: o configure:4217: checking whether we are using the GNU C compiler configure:4236: gcc -c conftest.c >&5 configure:4236: $? = 0 configure:4245: result: yes configure:4254: checking whether gcc accepts -g configure:4274: gcc -c -g conftest.c >&5 configure:4274: $? = 0 configure:4315: result: yes configure:4332: checking for gcc option to accept ISO C89 configure:4395: gcc -c -g -O2 conftest.c >&5 configure:4395: $? = 0 configure:4408: result: none needed configure:4433: checking whether gcc understands -c and -o together configure:4455: gcc -c conftest.c -o conftest2.o configure:4458: $? = 0 configure:4455: gcc -c conftest.c -o conftest2.o configure:4458: $? = 0 configure:4470: result: yes configure:4498: checking for style of include used by make configure:4526: result: GNU configure:4552: checking dependency style of gcc configure:4663: result: none configure:4683: checking how to run the C preprocessor configure:4714: gcc -E conftest.c configure:4714: $? = 0 configure:4728: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.6.beta4" | #define PACKAGE_STRING "Sage 7.6.beta4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.6.beta4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4753: result: gcc -E configure:4773: gcc -E conftest.c configure:4773: $? = 0 configure:4787: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4787: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.6.beta4" | #define PACKAGE_STRING "Sage 7.6.beta4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.6.beta4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4880: checking for g++ configure:4896: found /usr/bin/g++ configure:4907: result: g++ configure:4934: checking for C++ compiler version configure:4943: g++ --version >&5 g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Copyright (C) 2015 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:4954: $? = 0 configure:4943: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --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-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --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 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) configure:4954: $? = 0 configure:4943: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4954: $? = 1 configure:4943: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:4954: $? = 1 configure:4958: checking whether we are using the GNU C++ compiler configure:4977: g++ -c conftest.cpp >&5 configure:4977: $? = 0 configure:4986: result: yes configure:4995: checking whether g++ accepts -g configure:5015: g++ -c -g conftest.cpp >&5 configure:5015: $? = 0 configure:5056: result: yes configure:5081: checking dependency style of g++ configure:5192: result: none configure:5266: checking for gfortran configure:5296: result: no configure:5266: checking for g95 configure:5296: result: no configure:5266: checking for xlf95 configure:5296: result: no configure:5266: checking for f95 configure:5296: result: no configure:5266: checking for fort configure:5296: result: no configure:5266: checking for ifort configure:5296: result: no configure:5266: checking for ifc configure:5296: result: no configure:5266: checking for efc configure:5296: result: no configure:5266: checking for pgfortran configure:5296: result: no configure:5266: checking for pgf95 configure:5296: result: no configure:5266: checking for lf95 configure:5296: result: no configure:5266: checking for ftn configure:5296: result: no configure:5266: checking for nagfor configure:5296: result: no configure:5266: checking for xlf90 configure:5296: result: no configure:5266: checking for f90 configure:5296: result: no configure:5266: checking for pgf90 configure:5296: result: no configure:5266: checking for pghpf configure:5296: result: no configure:5266: checking for epcf90 configure:5296: result: no configure:5266: checking for g77 configure:5296: result: no configure:5266: checking for xlf configure:5296: result: no configure:5266: checking for f77 configure:5296: result: no configure:5266: checking for frt configure:5296: result: no configure:5266: checking for pgf77 configure:5296: result: no configure:5266: checking for cf77 configure:5296: result: no configure:5266: checking for fort77 configure:5296: result: no configure:5266: checking for fl32 configure:5296: result: no configure:5266: checking for af77 configure:5296: result: no configure:5319: checking for Fortran compiler version configure:5328: --version >&5 ./configure: line 5330: --version: command not found configure:5339: $? = 127 configure:5328: -v >&5 ./configure: line 5330: -v: command not found configure:5339: $? = 127 configure:5328: -V >&5 ./configure: line 5330: -V: command not found configure:5339: $? = 127 configure:5328: -qversion >&5 ./configure: line 5330: -qversion: command not found configure:5339: $? = 127 configure:5348: checking whether we are using the GNU Fortran compiler configure:5361: -c conftest.F >&5 ./configure: line 1642: -c: command not found configure:5361: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5370: result: no configure:5376: checking whether accepts -g configure:5387: -c -g conftest.f >&5 ./configure: line 1642: -c: command not found configure:5387: $? = 127 configure: failed program was: | program main | | end configure:5395: result: no configure:5447: checking how to run the C++ preprocessor configure:5474: g++ -E conftest.cpp configure:5474: $? = 0 configure:5488: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5488: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.6.beta4" | #define PACKAGE_STRING "Sage 7.6.beta4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.6.beta4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5513: result: g++ -E configure:5533: g++ -E conftest.cpp configure:5533: $? = 0 configure:5547: g++ -E conftest.cpp conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5547: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.6.beta4" | #define PACKAGE_STRING "Sage 7.6.beta4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.6.beta4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5576: checking for grep that handles long lines and -e configure:5634: result: /bin/grep configure:5639: checking for egrep configure:5701: result: /bin/grep -E configure:5706: checking for ANSI C header files configure:5726: g++ -c -g -O2 conftest.cpp >&5 configure:5726: $? = 0 configure:5799: g++ -o conftest -g -O2 conftest.cpp >&5 configure:5799: $? = 0 configure:5799: ./conftest configure:5799: $? = 0 configure:5810: result: yes configure:5823: checking for sys/types.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for sys/stat.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for stdlib.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for string.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for memory.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for strings.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for inttypes.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for stdint.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5823: checking for unistd.h configure:5823: g++ -c -g -O2 conftest.cpp >&5 configure:5823: $? = 0 configure:5823: result: yes configure:5835: checking complex.h usability configure:5835: g++ -c -g -O2 conftest.cpp >&5 configure:5835: $? = 0 configure:5835: result: yes configure:5835: checking complex.h presence configure:5835: g++ -E conftest.cpp configure:5835: $? = 0 configure:5835: result: yes configure:5835: checking for complex.h configure:5835: result: yes configure:5865: checking whether g++ supports C++11 features by default configure:5925: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:25:21: error: expected identifier before 'sizeof' static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:25:21: error: expected ',' or '...' before 'sizeof' conftest.cpp:25:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive] static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:32:20: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 virtual void f() override {} ^ conftest.cpp:35:29: error: '>>' should be '> >' within a nested template argument list typedef check<check<bool>> right_angle_brackets; ^ conftest.cpp:38:13: error: expected constructor, destructor, or type conversion before '(' token decltype(a) b; ^ conftest.cpp:42:15: error: expected unqualified-id before '&&' token check_type&& cr = static_cast<check_type&&>(c); ^ conftest.cpp:44:10: error: 'd' does not name a type auto d = a; ^ conftest.cpp:45:10: error: 'l' does not name a type auto l = [](){}; ^ conftest.cpp: In constructor 'use_l::use_l()': conftest.cpp:47:32: error: 'l' was not declared in this scope struct use_l { use_l() { l(); } }; ^ conftest.cpp: At global scope: conftest.cpp:55:9: error: expected unqualified-id before 'using' using member = typename T::member_type; ^ conftest.cpp:61:19: error: variable or field 'func' declared void void func(member<T>*) {} ^ conftest.cpp:61:19: error: 'member' was not declared in this scope conftest.cpp:61:27: error: expected primary-expression before '>' token void func(member<T>*) {} ^ conftest.cpp:61:29: error: expected primary-expression before ')' token void func(member<T>*) {} ^ conftest.cpp:71:27: warning: c++11 attributes only available with -std=c++11 or -std=gnu++11 void noret [[noreturn]] () { throw 0; } ^ configure:5925: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.6.beta4" | #define PACKAGE_STRING "Sage 7.6.beta4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.6.beta4" | #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 | /* end confdefs.h. */ | | template <typename T> | struct check | { | static_assert(sizeof(int) <= sizeof(T), "not big enough"); | }; | | struct Base { | virtual void f() {} | }; | struct Child : public Base { | virtual void f() override {} | }; | | typedef check<check<bool>> right_angle_brackets; | | int a; | decltype(a) b; | | typedef check<int> check_type; | check_type c; | check_type&& cr = static_cast<check_type&&>(c); | | auto d = a; | auto l = [](){}; | // Prevent Clang error: unused variable 'l' [-Werror,-Wunused-variable] | struct use_l { use_l() { l(); } }; | | // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae | // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function because of this | namespace test_template_alias_sfinae { | struct foo {}; | | template<typename T> | using member = typename T::member_type; | | template<typename T> | void func(...) {} | | template<typename T> | void func(member<T>*) {} | | void test(); | | void test() { | func<foo>(0); | } | } | | // Check for C++11 attribute support | void noret [[noreturn]] () { throw 0; } | configure:5932: result: no configure:5941: checking whether g++ supports C++11 features with -std=gnu++11 configure:6003: g++ -c -g -O2 -std=gnu++11 conftest.cpp >&5 configure:6003: $? = 0 configure:6012: result: yes configure:6164: checking for gcc option to accept ISO C99 configure:6313: gcc -c -g -O2 conftest.c >&5 configure:6313: $? = 0 configure:6326: result: none needed configure:6838: checking for sqrt in -lm configure:6863: g++ -o conftest -g -O2 -std=gnu++11 conftest.cpp -lm >&5 configure:6863: $? = 0 configure:6872: result: yes configure:7010: checking multiprecision library configure:7027: result: MPIR configure:7037: checking BLAS library configure:7055: result: openblas configure:7067: checking package versions configure:7069: result: configure:7175: result: 4ti2-1.6.7 configure:7175: result: alabaster-0.7.8.p0 configure:7175: result: appnope-0.1.0.p0 configure:7175: result: arb-2.8.1.p1 configure:7175: result: atlas-3.10.2.p3 configure:7175: result: autotools-20141105 configure:7175: result: babel-2.3.4.p0 configure:7175: result: backports_abc-0.5 configure:7175: result: backports_shutil_get_terminal_size-1.0.0.p1 configure:7175: result: backports_ssl_match_hostname-3.5.0.1.p0 configure:7175: result: benzene-20130630 configure:7175: result: bliss-0.73+debian-1+sage-2016-08-02 configure:7175: result: boost-1_61_0 configure:7175: result: boost_cropped-1.58.0 configure:7175: result: brial-0.8.5 configure:7175: result: buckygen-1.0 configure:7175: result: bzip2-1.0.6-20150304 configure:7175: result: cbc-2.9.4 configure:7175: result: ccache-3.2.2 configure:7175: result: cddlib-094g.p1 configure:7175: result: cephes-2.8.p1 configure:7175: result: certifi-2016.2.28.p0 configure:7175: result: cliquer-1.21.p3 configure:7175: result: cmake-3.2.3 configure:7175: result: combinatorial_designs-20140630 configure:7175: result: compilerwrapper-1.2 configure:7175: result: configparser-3.5.0 configure:7175: result: configure-206 configure:7175: result: conway_polynomials-0.4.p0 configure:7175: result: coxeter3-1.1 configure:7175: result: cryptominisat-2.9.6 configure:7175: result: csdp-6.2 configure:7175: result: cvxopt-1.1.8.p2 configure:7175: result: cycler-0.10.0.p0 configure:7175: result: cysignals-1.3.2 configure:7175: result: cython-0.25.2 configure:7175: result: d3js-3.4.8 configure:7175: result: database_cremona_ellcurve-20161017 configure:7175: result: database_gap-4.8.6 configure:7175: result: database_jones_numfield-4 configure:7175: result: database_kohel-20160724 configure:7175: result: database_mutation_class-1.0 configure:7175: result: database_odlyzko_zeta-20061209 configure:7175: result: database_pari-20161017 configure:7175: result: database_stein_watkins-20110713 configure:7175: result: database_stein_watkins_mini-20070827 configure:7175: result: database_symbolic_data-20070206 configure:7175: result: dateutil-2.5.3 configure:7175: result: decorator-4.0.6.p0 configure:7175: result: docutils-0.12.p0 configure:7175: result: dot2tex-2.9.0.p1 configure:7175: result: ecl-16.1.2.p2 configure:7175: result: eclib-20170104 configure:7175: result: ecm-6.4.4.p0 configure:7175: result: elliptic_curves-0.8.p0 configure:7175: result: entrypoints-0.2.2 configure:7175: result: enum34-1.1.6 configure:7175: result: fflas_ffpack-2.2.2.p0 configure:7175: result: flask-0.10.1.p0 configure:7175: result: flask_autoindex-0.6.p0 configure:7175: result: flask_babel-0.9.p0 configure:7175: result: flask_oldsessions-0.10.p0 configure:7175: result: flask_openid-1.2.5.p0 configure:7175: result: flask_silk-0.2.p0 configure:7175: result: flint-2.5.2.p1 configure:7175: result: flintqs-1.0 configure:7175: result: fpylll-0.2.3dev configure:7175: result: freetype-2.6.3 configure:7175: result: fricas-1.2.7 configure:7175: result: frobby-0.9.0.p2 configure:7175: result: functools32-3.2.3-2.p0 configure:7175: result: future-0.15.2.p0 configure:7175: result: gambit-14.1.0 configure:7175: result: gap-4.8.6.p3 configure:7175: result: gap3-jm5-2015-02-01 configure:7175: result: gap_packages-4.8.6.p2 configure:7175: result: gc-7.2f.p0 configure:7179: result: gcc-5.4.0 not installed (configure check) configure:7175: result: gdb-7.8 configure:7175: result: gf2x-1.1.p1 configure:7175: result: gfan-0.5.p1 configure:7175: result: giac-1.2.2.103 configure:7175: result: giacpy_sage-0.6 configure:7179: result: git-2.11.0 not installed (configure check) configure:7175: result: git_trac-20160625.p0 configure:7175: result: givaro-4.0.2.p0 configure:7175: result: glpk-4.60.p0 configure:7175: result: gmp-5.1.3 configure:7175: result: gmpy2-2.0.8 configure:7175: result: gp2c-0.0.10 configure:7175: result: graphs-20161026 configure:7175: result: gsl-2.1.p1 configure:7175: result: iconv-1.14 configure:7175: result: igraph-0.7.1 configure:7175: result: imagesize-0.7.1.p0 configure:7175: result: iml-1.0.4p1.p1 configure:7175: result: ipykernel-4.5.2 configure:7175: result: ipython-5.1.0 configure:7175: result: ipython_genutils-0.1.0.p0 configure:7175: result: ipywidgets-5.2.2.p1 configure:7175: result: itsdangerous-0.24.p0 configure:7175: result: jinja2-2.8.p0 configure:7175: result: jmol-14.6.1_2016.07.11.p0 configure:7175: result: jsonschema-2.5.1.p0 configure:7175: result: jupyter_client-4.4.0 configure:7175: result: jupyter_core-4.2.1 configure:7175: result: latte_int-1.7.3 configure:7175: result: lcalc-1.23.p14 configure:7175: result: libbraiding-1.0 configure:7175: result: libfplll-5.0.3rc0 configure:7175: result: libgap-4.8.6 configure:7175: result: libgd-2.1.1.1.p0 configure:7175: result: libhomfly-1.0 configure:7175: result: libogg-1.3.1 configure:7175: result: libpng-1.2.51.p0 configure:7175: result: libtheora-1.1.1 configure:7175: result: lidia-2.3.0+latte-patches-2014-10-04 configure:7175: result: lie-2.2.2 configure:7175: result: linbox-1.4.2 configure:7175: result: lrcalc-1.2.p0 configure:7175: result: lrslib-062+autotools-2016-09-08 configure:7175: result: m4ri-20140914 configure:7175: result: m4rie-20150908 configure:7175: result: markupsafe-0.23.p0 configure:7175: result: mathjax-2.6.1 configure:7175: result: matplotlib-1.5.1.p0 configure:7175: result: maxima-5.39.0.p0 configure:7175: result: mcqd-1.0 configure:7175: result: meataxe-2.4.24.p1 configure:7175: result: mistune-0.7.3.p0 configure:7175: result: modular_decomposition-20100607 configure:7175: result: mpc-1.0.3.p0 configure:7175: result: mpfi-1.5.1 configure:7175: result: mpfr-3.1.5 configure:7175: result: mpir-2.7.2.p0 configure:7175: result: mpmath-0.19.p0 configure:7175: result: nauty-26r1 configure:7175: result: nbconvert-4.2.0.p0 configure:7175: result: nbformat-4.2.0 configure:7175: result: ncurses-5.9.20131221 configure:7175: result: networkx-1.11.p0 configure:7175: result: normaliz-3.1.4 configure:7175: result: nose-1.3.3.p0 configure:7175: result: notebook-4.3.1 configure:7175: result: notedown-dfda648b configure:7175: result: ntl-10.1.0 configure:7175: result: numpy-1.11.1.p0 configure:7175: result: openblas-0.2.19.p0 configure:7175: result: openssl-1.0.2j configure:7175: result: ore_algebra-0.2.p0 configure:7175: result: palp-2.1.p1 configure:7175: result: pandoc_attributes-8bc82f6d configure:7175: result: pandocfilters-1.3.0 configure:7175: result: pari-2.9.1.p0 configure:7175: result: pari_galdata-20080411 configure:7175: result: pari_jupyter-1.1.0.p0 configure:7175: result: pari_seadata_small-20090618 configure:7175: result: patch-2.7.5 configure:7175: result: patchbot-2.5.7 configure:7175: result: pathlib2-2.1.0.p0 configure:7175: result: pathpy-7.1.p0 configure:7175: result: perl_term_readline_gnu-1.34 configure:7175: result: pexpect-4.1.0.p0 configure:7175: result: pickleshare-0.7.2.p0 configure:7175: result: pillow-3.3.0 configure:7175: result: pip-8.1.2.p1 configure:7175: result: pkgconf-0.9.7 configure:7175: result: pkgconfig-1.2.2.p0 configure:7175: result: planarity-2.2.0 configure:7175: result: plantri-4.5 configure:7175: result: polymake-3.0r2 configure:7175: result: polytopes_db-20120220 configure:7175: result: ppl-1.2 configure:7175: result: prompt_toolkit-1.0.3.p0 configure:7175: result: psutil-4.3.1.p0 configure:7175: result: ptyprocess-0.5.1.p0 configure:7175: result: pycrypto-2.6.1.p2 configure:7175: result: pygments-2.1.3.p1 configure:7175: result: pynac-0.7.4 configure:7175: result: pynormaliz-1.0 configure:7175: result: pyparsing-2.1.5.p0 configure:7175: result: python2-2.7.13.p0 configure:7175: result: python3-3.5.1 configure:7175: result: python_igraph-0.7.0.p0 configure:7175: result: python_openid-2.2.5.p0 configure:7175: result: pytz-2016.4.p0 configure:7175: result: pyx-0.12.1.p0 configure:7175: result: pyzmq-16.0.0 configure:7175: result: qepcad-B.1.69.p0 configure:7175: result: qhull-2015-src-7.2.0 configure:7175: result: r-3.2.4-revised.p0 configure:7175: result: ratpoints-2.1.3.p4 configure:7175: result: readline-6.3.008 configure:7175: result: rpy2-2.8.2.p0 configure:7175: result: rst2ipynb-0.2.1 configure:7175: result: rubiks-20070912.p19 configure:7175: result: rw-0.7 configure:7175: result: saclib-2.2.6 configure:7175: result: sagenb-0.13 configure:7175: result: sagenb_export-2.0.p0 configure:7175: result: sagetex-3.0 configure:7175: result: scipoptsuite-3.2.1 configure:7175: result: scipy-0.17.1.p0 configure:7175: result: scons-1.2.0 configure:7175: result: setuptools-24.0.2 configure:7175: result: setuptools_scm-1.11.1.p0 configure:7175: result: simplegeneric-0.8.1.p0 configure:7175: result: singledispatch-3.4.0.3.p0 configure:7175: result: singular-4.1.0p1 configure:7175: result: six-1.10.0.p0 configure:7175: result: snowballstemmer-1.2.1.p0 configure:7175: result: speaklater-1.3.p0 configure:7175: result: sphinx-1.4.4.p0 configure:7175: result: sqlite-autoconf-3130000 configure:7175: result: symmetrica-2.0.p10 configure:7175: result: sympow-1.018.1.p11 configure:7175: result: sympy-1.0.p1 configure:7175: result: tachyon-0.98.9.p5 configure:7175: result: tdlib-0.3.1 configure:7175: result: termcap-1.3.1.p3 configure:7175: result: terminado-0.6 configure:7175: result: thebe-9624e0a0 configure:7175: result: threejs-r80 configure:7175: result: tides-2.0 configure:7175: result: topcom-0.17.7 configure:7175: result: tornado-4.3.p0 configure:7175: result: traitlets-4.3.1 configure:7175: result: twisted-16.3.0.p0 configure:7175: result: valgrind-3.10.0 configure:7175: result: vcversioner-2.16.0.0.p0 configure:7175: result: wcwidth-0.1.7.p0 configure:7175: result: werkzeug-0.11.10.p0 configure:7175: result: widgetsnbextension-1.2.6.p0 configure:7175: result: xz-5.2.2 configure:7175: result: zeromq-4.0.5 configure:7175: result: zlib-1.2.8.p0 configure:7175: result: zn_poly-0.9.p11 configure:7175: result: zope_interface-4.2.0.p0 configure:7503: checking that generated files are newer than configure configure:7509: result: done configure:7540: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Sage config.status 7.6.beta4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on king-ThinkPad-T430 config.status:816: creating build/make/Makefile-auto config.status:816: creating src/Makefile config.status:988: executing depfiles commands config.status:988: executing mkdirs commands config.status:1093: creating directory /home/king/Sage/git/sage/logs/pkgs config.status:1093: creating directory /home/king/Sage/git/sage/local config.status:1093: creating directory /home/king/Sage/git/sage/local/bin config.status:1093: creating directory /home/king/Sage/git/sage/local/etc config.status:1093: creating directory /home/king/Sage/git/sage/local/include config.status:1093: creating directory /home/king/Sage/git/sage/local/lib config.status:1093: creating directory /home/king/Sage/git/sage/local/share config.status:1093: creating directory /home/king/Sage/git/sage/local/var/lib/sage/installed ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-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=no 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-pc-linux-gnu ac_cv_lib_m_sqrt=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GIT=/usr/bin/git ac_cv_path_GREP=/bin/grep ac_cv_path_MAKE=/usr/bin/make ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/bin/tar ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/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_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_fc_g=no 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=no ax_cv_cxx_compile_cxx11__std_gnupp11=yes ax_cv_prog_perl_version=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/king/Sage/git/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/king/Sage/git/sage/config/missing autoconf' AUTOHEADER='${SHELL} /home/king/Sage/git/sage/config/missing autoheader' AUTOMAKE='${SHELL} /home/king/Sage/git/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 -std=gnu++11' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" -DPACKAGE_VERSION=\"7.6.beta4\" -DPACKAGE_STRING=\"Sage\ 7.6.beta4\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"7.6.beta4\" -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='/bin/grep -E' EXEEXT='' FC='' FCFLAGS='' GCC_VERSION='' GREP='/bin/grep' GXX_VERSION='' 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/king/Sage/git/sage/config/missing makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='sage' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 7.6.beta4' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='7.6.beta4' PATH_SEPARATOR=':' PERL='/usr/bin/perl' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='7.6.beta4' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_FC='' 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-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' 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-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/king/Sage/git/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}' runstatedir='${localstatedir}/run' 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.6.beta4" #define PACKAGE_STRING "Sage 7.6.beta4" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "7.6.beta4" #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
