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.2.rc2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = MacBook-Retina.local uname -m = x86_64 uname -r = 15.6.0 uname -s = Darwin uname -v = Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 Primary memory available: 8.00 gigabytes Default processor set: 239 tasks, 1017 threads, 4 processors Load average: 1.94, Mach factor: 2.05 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /Users/Masson/Downloads/GitHub/git-trac-command/bin PATH: /Users/Masson/Downloads/GitHub/sage PATH: /opt/X11/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: config/install-sh -c -d configure:2632: checking for gawk configure:2662: result: no configure:2632: checking for mawk configure:2662: result: no configure:2632: checking for nawk configure:2662: result: no configure:2632: checking for awk configure:2648: found /usr/bin/awk configure:2659: result: awk 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-apple-darwin15.6.0 configure:2995: checking host system type configure:3008: result: x86_64-apple-darwin15.6.0 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:3460: result: no configure:3470: WARNING: You do not have 'latex', which is recommended, but not configure:3472: WARNING: required. Latex is only really used for building pdf configure:3474: WARNING: documents and for %latex mode in the Sage notebook. 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 Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:3949: $? = 0 configure:3938: gcc -v >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:3949: $? = 0 configure:3938: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3949: $? = 1 configure:3938: gcc -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files 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:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:4714: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include configure:4739: result: gcc -E configure:4759: gcc -E conftest.c configure:4759: $? = 0 configure:4773: gcc -E conftest.c conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:4773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include 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 Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 configure:4940: $? = 0 configure:4929: g++ -v >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.3.0 (clang-703.0.31) Target: x86_64-apple-darwin15.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin configure:4940: $? = 0 configure:4929: g++ -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:4940: $? = 1 configure:4929: g++ -qversion >&5 clang: error: unknown argument: '-qversion' clang: error: no input files 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:5282: result: no configure:5252: checking for g95 configure:5282: result: no configure:5252: checking for xlf95 configure:5282: result: no configure:5252: checking for f95 configure:5282: result: no configure:5252: checking for fort configure:5282: result: no configure:5252: checking for ifort configure:5282: result: no configure:5252: checking for ifc configure:5282: result: no configure:5252: checking for efc configure:5282: result: no configure:5252: checking for pgfortran configure:5282: result: no configure:5252: checking for pgf95 configure:5282: result: no configure:5252: checking for lf95 configure:5282: result: no configure:5252: checking for ftn configure:5282: result: no configure:5252: checking for nagfor configure:5282: result: no configure:5252: checking for xlf90 configure:5282: result: no configure:5252: checking for f90 configure:5282: result: no configure:5252: checking for pgf90 configure:5282: result: no configure:5252: checking for pghpf configure:5282: result: no configure:5252: checking for epcf90 configure:5282: result: no configure:5252: checking for g77 configure:5282: result: no configure:5252: checking for xlf configure:5282: result: no configure:5252: checking for f77 configure:5282: result: no configure:5252: checking for frt configure:5282: result: no configure:5252: checking for pgf77 configure:5282: result: no configure:5252: checking for cf77 configure:5282: result: no configure:5252: checking for fort77 configure:5282: result: no configure:5252: checking for fl32 configure:5282: result: no configure:5252: checking for af77 configure:5282: result: no configure:5305: checking for Fortran compiler version configure:5314: --version >&5 ./configure: line 5316: --version: command not found configure:5325: $? = 127 configure:5314: -v >&5 ./configure: line 5316: -v: command not found configure:5325: $? = 127 configure:5314: -V >&5 ./configure: line 5316: -V: command not found configure:5325: $? = 127 configure:5314: -qversion >&5 ./configure: line 5316: -qversion: command not found configure:5325: $? = 127 configure:5334: checking whether we are using the GNU Fortran compiler configure:5347: -c conftest.F >&5 ./configure: line 1630: -c: command not found configure:5347: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5356: result: no configure:5362: checking whether accepts -g configure:5373: -c -g conftest.f >&5 ./configure: line 1630: -c: command not found configure:5373: $? = 127 configure: failed program was: | program main | | end configure:5381: result: no 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:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:5474: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include configure:5499: result: g++ -E configure:5519: g++ -E conftest.cpp configure:5519: $? = 0 configure:5533: g++ -E conftest.cpp conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:5533: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include 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 conftest.cpp:25:21: error: expected parameter declarator static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:25:21: error: expected ')' conftest.cpp:25:20: note: to match this '(' static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:25:7: error: C++ requires a type specifier for all declarations static_assert(sizeof(int) <= sizeof(T), "not big enough"); ^ conftest.cpp:32:22: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] virtual void f() override {} ^ conftest.cpp:35:29: error: a space is required between consecutive right angle brackets (use '> >') typedef check> right_angle_brackets; ^~ > > conftest.cpp:38:5: error: unknown type name 'decltype' decltype(a) b; ^ conftest.cpp:38:16: error: expected ';' after top level declarator decltype(a) b; ^ ; conftest.cpp:42:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions] check_type&& cr = static_cast(c); ^ conftest.cpp:42:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions] check_type&& cr = static_cast(c); ^ conftest.cpp:44:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] auto d = a; ^ conftest.cpp:45:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] auto l = [](){}; ^ conftest.cpp:45:14: error: expected expression auto l = [](){}; ^ conftest.cpp:55:24: warning: alias declarations are a C++11 extension [-Wc++11-extensions] using member = typename T::member_type; ^ conftest.cpp:71:17: error: expected expression void noret [[noreturn]] () { throw 0; } ^ 6 warnings and 8 errors generated. configure:5911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | #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 | 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> right_angle_brackets; | | int a; | decltype(a) b; | | typedef check check_type; | check_type c; | check_type&& cr = static_cast(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 | using member = typename T::member_type; | | template | void func(...) {} | | template | void func(member*) {} | | void test(); | | void test() { | func(0); | } | } | | // Check for C++11 attribute support | void noret [[noreturn]] () { throw 0; } | configure:5918: result: no configure:5927: checking whether g++ supports C++11 features with -std=gnu++11 configure:5989: g++ -c -g -O2 -std=gnu++11 conftest.cpp >&5 configure:5989: $? = 0 configure:5998: 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:6824: checking for sqrt in -lm configure:6849: g++ -o conftest -g -O2 -std=gnu++11 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:7152: result: 4ti2-1.6.7 configure:7152: result: alabaster-0.7.7 configure:7152: result: arb-2.8.1.p0 configure:7152: result: atlas-3.10.2.p2 configure:7152: result: autotools-20141105 configure:7152: result: babel-2.2.0 configure:7152: result: backports_abc-0.4 configure:7152: result: backports_ssl_match_hostname-3.5.0.1 configure:7152: result: benzene-20130630 configure:7152: result: bliss-0.73 configure:7152: result: boost_cropped-1.58.0 configure:7152: result: brial-0.8.4.3 configure:7152: result: buckygen-1.0 configure:7152: result: bzip2-1.0.6-20150304 configure:7152: result: cbc-2.9.4 configure:7152: result: ccache-3.2.2 configure:7152: result: cddlib-094g.p0 configure:7152: result: cephes-2.8.p1 configure:7152: result: certifi-2016.2.28 configure:7152: result: cliquer-1.21.p3 configure:7152: result: cmake-3.2.3 configure:7152: result: combinatorial_designs-20140630 configure:7152: result: compilerwrapper-1.2 configure:7152: result: configure-164 configure:7152: result: conway_polynomials-0.4.p0 configure:7152: result: coxeter3-1.1 configure:7152: result: cryptominisat-2.9.6 configure:7152: result: csdp-6.2 configure:7152: result: cvxopt-1.1.8.p1 configure:7152: result: cycler-0.10.0 configure:7152: result: cysignals-1.1.0 configure:7152: result: cython-0.24.p0 configure:7152: result: d3js-3.4.8 configure:7152: result: database_cremona_ellcurve-20160211 configure:7152: result: database_gap-4.8.3 configure:7152: result: database_jones_numfield-4 configure:7152: result: database_mutation_class-1.0 configure:7152: result: database_odlyzko_zeta-20061209 configure:7152: result: database_pari-20140908 configure:7152: result: database_stein_watkins-20110713 configure:7152: result: database_stein_watkins_mini-20070827 configure:7152: result: database_symbolic_data-20070206 configure:7152: result: dateutil-2.2 configure:7152: result: decorator-4.0.6 configure:7152: result: docutils-0.12 configure:7152: result: dot2tex-2.9.0.p0 configure:7152: result: ecl-15.3.7.p1 configure:7152: result: eclib-20150827 configure:7152: result: ecm-6.4.4 configure:7152: result: elliptic_curves-0.8 configure:7152: result: fflas_ffpack-1.6.0.p2 configure:7152: result: flask-0.10.1 configure:7152: result: flask_autoindex-0.5 configure:7152: result: flask_babel-0.9 configure:7152: result: flask_oldsessions-0.10 configure:7152: result: flask_openid-1.2.5 configure:7152: result: flask_silk-0.2 configure:7152: result: flint-2.5.2.p0 configure:7152: result: flintqs-1.0 configure:7152: result: freetype-2.6 configure:7152: result: fricas-1.2.4 configure:7152: result: functools32-3.2.3-2 configure:7152: result: gambit-14.1.0 configure:7152: result: gap-4.8.3 configure:7152: result: gap3-jm5-2015-02-01 configure:7152: result: gap_packages-4.8.3.p1 configure:7152: result: gc-7.2f.p0 configure:7156: result: gcc-4.9.3.p1 not installed (configure check) configure:7152: result: gdb-7.8 configure:7152: result: gf2x-1.1.p1 configure:7152: result: gfan-0.5.p0 configure:7152: result: giac-1.2.2.37 configure:7152: result: giacpy-0.5.6 configure:7156: result: git-2.6.2 not installed (configure check) configure:7152: result: git_trac-20150522 configure:7152: result: givaro-3.7.1 configure:7152: result: glpk-4.55.p1 configure:7152: result: gmp-5.1.3 configure:7152: result: gp2c-0.0.9pl5 configure:7152: result: graphs-20151224 configure:7152: result: gsl-2.1 configure:7152: result: iconv-1.14 configure:7152: result: igraph-0.7.1 configure:7152: result: imagesize-0.7.0 configure:7152: result: iml-1.0.4p1.p1 configure:7152: result: ipykernel-4.3.1 configure:7152: result: ipython-4.1.2 configure:7152: result: ipython_genutils-0.1.0 configure:7152: result: ipywidgets-4.1.1 configure:7152: result: itsdangerous-0.24 configure:7152: result: jinja2-2.8 configure:7152: result: jmol-14.2.11_2015.01.20 configure:7152: result: jsonschema-2.5.1 configure:7152: result: jupyter_client-4.2.2 configure:7152: result: jupyter_core-4.1.0 configure:7152: result: latte_int-1.7.3 configure:7152: result: lcalc-1.23.p14 configure:7152: result: libfplll-20160331 configure:7152: result: libgap-4.8.3 configure:7152: result: libgd-2.1.1.1.p0 configure:7152: result: libogg-1.3.1 configure:7152: result: libpng-1.2.51.p0 configure:7152: result: libtheora-1.1.1 configure:7152: result: lidia-2.3.0+latte-patches-2014-10-04 configure:7152: result: lie-2.2.2 configure:7152: result: linbox-1.3.2.p1 configure:7152: result: lrcalc-1.2.p0 configure:7152: result: lrslib-051 configure:7152: result: m4ri-20140914 configure:7152: result: m4rie-20150908 configure:7152: result: markupsafe-0.23 configure:7152: result: mathjax-2.5 configure:7152: result: matplotlib-1.5.1 configure:7152: result: maxima-5.35.1.p2 configure:7152: result: mcqd-1.0 configure:7152: result: meataxe-2.4.24.p1 configure:7152: result: mistune-0.7.2 configure:7152: result: modular_decomposition-20100607 configure:7152: result: mpc-1.0.3.p0 configure:7152: result: mpfi-1.5.1 configure:7152: result: mpfr-3.1.4 configure:7152: result: mpir-2.7.2 configure:7152: result: mpmath-0.19 configure:7152: result: nauty-26r1 configure:7152: result: nbconvert-4.2.0 configure:7152: result: nbformat-4.0.1 configure:7152: result: ncurses-5.9.20131221 configure:7152: result: networkx-1.11 configure:7152: result: normaliz-3.1.0 configure:7152: result: nose-1.3.3 configure:7152: result: notebook-4.2.0 configure:7152: result: ntl-9.6.2.p1 configure:7152: result: numpy-1.11.0 configure:7152: result: openblas-0.2.15 configure:7152: result: openssl-1.0.2h configure:7152: result: ore_algebra-0.2 configure:7152: result: palp-2.1.p1 configure:7152: result: pari-2.8-2341-g61b65cc.p0 configure:7152: result: pari_galdata-20080411 configure:7152: result: pari_jupyter-1.1.0 configure:7152: result: pari_seadata_small-20090618 configure:7152: result: patch-2.7.5 configure:7152: result: patchbot-2.5.5 configure:7152: result: pathlib2-2.1.0 configure:7152: result: pathpy-7.1 configure:7152: result: pexpect-4.0.1.p1 configure:7152: result: pickleshare-0.7.2 configure:7152: result: pillow-3.2.0 configure:7152: result: pip-8.1.1 configure:7152: result: pkgconf-0.9.7 configure:7152: result: pkgconfig-1.1.0 configure:7152: result: planarity-2.2.0 configure:7152: result: plantri-4.5 configure:7152: result: polytopes_db-20120220 configure:7152: result: ppl-1.1 configure:7462: checking that generated files are newer than configure configure:7468: result: done configure:7499: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-apple-darwin15.6.0 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-apple-darwin15.6.0 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_prog_AWK=awk 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=no 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} /Users/Masson/Downloads/GitHub/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} /Users/Masson/Downloads/GitHub/sage/config/missing autoconf' AUTOHEADER='${SHELL} /Users/Masson/Downloads/GitHub/sage/config/missing autoheader' AUTOMAKE='${SHELL} /Users/Masson/Downloads/GitHub/sage/config/missing automake-1.15' AWK='awk' 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.2.rc2\" -DPACKAGE_STRING=\"Sage\ 7.2.rc2\" -DPACKAGE_BUGREPORT=\"sage-devel@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"7.2.rc2\" -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='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FC='' FCFLAGS='' GCC_VERSION='' GREP='/usr/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} /Users/Masson/Downloads/GitHub/sage/config/missing makeinfo' MKDIR_P='config/install-sh -c -d' OBJEXT='o' PACKAGE='sage' PACKAGE_BUGREPORT='sage-devel@googlegroups.com' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 7.2.rc2' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='7.2.rc2' PATH_SEPARATOR=':' PERL='/usr/bin/perl' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='7.2.rc2' 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-apple-darwin15.6.0' build_alias='' build_cpu='x86_64' build_os='darwin15.6.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' found_ar='yes' found_latex='no' found_m4='yes' found_ranlib='yes' found_strip='yes' host='x86_64-apple-darwin15.6.0' host_alias='' host_cpu='x86_64' host_os='darwin15.6.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/Masson/Downloads/GitHub/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.2.rc2" #define PACKAGE_STRING "Sage 7.2.rc2" #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "7.2.rc2" #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 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Sage config.status 7.2.rc2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on MacBook-Retina.local config.status:807: creating build/make/Makefile-auto config.status:979: executing depfiles commands config.status:979: executing mkdirs commands config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/logs/pkgs config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/bin config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/etc config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/include config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/lib config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/share config.status:1088: creating directory /Users/Masson/Downloads/GitHub/sage/local/var/lib/sage/installed