Error running the pipinst script for setuptools-73.0.1.

194 views
Skip to first unread message

Léon Vaia

unread,
Apr 4, 2025, 8:49:29 PMApr 4
to sage-devel
Dear Sage Development Team,

I have an issue while building Sage from source.
I'm doing it on a Dell XPS 13 on WSL with Ubuntu.

I attach the log files.
I'm given the following error:

[setuptools-73.0.1] Using cached file /home/leonv/sage/sage/upstream/setuptools-73.0.1-py3-none-any.whl
[setuptools-73.0.1] Setting up build directory /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/tmp/sage/build/setuptools-73.0.1
[setuptools-73.0.1] No stamp file for package 'setuptools' in /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/lib/sage/installed
[setuptools-73.0.1] No spkg-legacy-uninstall script; nothing to do
[setuptools-73.0.1] [spkg-install] Staged wheel file, staged /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/lib/sage/scripts/setuptools/spkg-requirements.txt
[setuptools-73.0.1] Moving package files from temporary location /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/tmp/sage/build/setuptools-73.0.1/inst to /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5
[setuptools-73.0.1] [spkg-pipinst] /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/bin/python3: No module named pip
[setuptools-73.0.1] [spkg-pipinst] /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/bin/python3: No module named pip
[setuptools-73.0.1] [spkg-pipinst] Warning: installing with "python3 -m pip install --verbose --no-index --find-links=/home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/lib/sage/wheels --disable-pip-version-check --isolated --no-cache-dir" failed. Retrying, adding "--no-deps --ignore-installed --ignore-requires-python"
[setuptools-73.0.1] [spkg-pipinst] /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/bin/python3: No module named pip
[setuptools-73.0.1] [spkg-pipinst] Error: installing with pip  failed
[setuptools-73.0.1] [spkg-pipinst] **************************************************************************************************************************************************************************
[setuptools-73.0.1] [spkg-pipinst] Error installing setuptools
[setuptools-73.0.1] [spkg-pipinst] **************************************************************************************************************************************************************************
[setuptools-73.0.1] ************************************************************************
[setuptools-73.0.1] Error running the pipinst script for setuptools-73.0.1.
[setuptools-73.0.1] ************************************************************************
[setuptools-73.0.1] Please email sage-devel (http://groups.google.com/group/sage-devel)
[setuptools-73.0.1] explaining the problem and including the log files
[setuptools-73.0.1]   /home/leonv/sage/sage/logs/pkgs/setuptools-73.0.1.log
[setuptools-73.0.1] and
[setuptools-73.0.1]   /home/leonv/sage/sage/config.log
[setuptools-73.0.1] Describe your computer, operating system, etc.
[setuptools-73.0.1] ************************************************************************
make[4]: *** [Makefile:3412: setuptools-SAGE_VENV-no-deps] Error 1
make[3]: *** [Makefile:3412: /home/leonv/sage/sage/local/var/lib/sage/venv-python3.12.5/var/lib/sage/installed/setuptools-73.0.1] Error 2
make[2]: *** [Makefile:3030: all-start] Error 2
make[2]: Leaving directory '/home/leonv/sage/sage/build/make'
***************************************************************

Thank you for your time,
Léon Vaia
setuptools-73.0.1.log

Dima Pasechnik

unread,
Apr 4, 2025, 9:37:56 PMApr 4
to sage-...@googlegroups.com, leon.va...@gmail.com
Please send the top level config.log too, as asked at the end of the log file you attached

Léon Vaia

unread,
Apr 5, 2025, 12:28:45 PMApr 5
to sage-devel
I'm sorry, I initially couldn't manage to upload it. Now i copied the content in a text file using cat.
config.txt

Dima Pasechnik

unread,
Apr 5, 2025, 1:58:30 PMApr 5
to sage-...@googlegroups.com
Oh, this is yet another example of the harm caused by the presence of Python spkg, this time on Ubuntu in WSL.

Can you install Python from the system (it has to be Python 3.11 or newer, possibly you need to use a ppa, if there is no official Python 3.11 package available),
and use it, instead of building Python from source as a part of the building process?

Léon Vaia

unread,
Apr 6, 2025, 9:38:25 AMApr 6
to sage-devel
I already installed it, as python3, and it is Python 3.12. Actually I already installed python3-setuptools as well. Why is it still building it from source?

Dima Pasechnik

unread,
Apr 6, 2025, 3:39:08 PMApr 6
to sage-...@googlegroups.com
Are you not mixing up Python installed in Windows with Python installed in WSL?

In WSL terminal, what is the output of

   python3

command?

What is the output of

   echo $PATH

command?



Marc Culler

unread,
Apr 6, 2025, 8:49:00 PMApr 6
to sage-devel
Did you install the package python3-pip?  That is separate from the python3 package on Unbuntu 24.04.

- Marc

Léon Vaia

unread,
Apr 7, 2025, 2:19:59 AMApr 7
to sage-devel
Output of python3 on wsl terminal:
Python 3.12.3 (main, Feb  4 2025, 14:48:35) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Output of echo $PATH:
/usr/sbin/:/sbin/:/bin/:/usr/lib/wsl/lib/

Léon Vaia

unread,
Apr 7, 2025, 2:26:25 AMApr 7
to sage-devel
Yes, I already installed the package python3-pip

Dima Pasechnik

unread,
Apr 7, 2025, 11:03:13 AMApr 7
to sage-...@googlegroups.com
Could you please post the top-level config.log

Léon Vaia

unread,
Apr 7, 2025, 1:36:40 PMApr 7
to sage-devel
I already posted it in response to your request. If you prefer it just copied and pasted, here it is:

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Sage real_configure 10.7.beta0, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./real_configure ## --------- ## ## Platform. ## ## --------- ## hostname = DESKTOP-OG9VL36 uname -m = x86_64 uname -r = 5.15.167.4-microsoft-standard-WSL2 uname -s = Linux uname -v = #1 SMP Tue Nov 5 00:21:55 UTC 2024 /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: /usr/sbin/ PATH: /sbin/ PATH: /bin/ PATH: /usr/lib/wsl/lib/ ## ----------- ## ## Core tests. ## ## ----------- ## real_configure:5518: looking for aux files: config.guess config.sub compile config.rpath missing install-sh real_configure:5531: trying ./config/ real_configure:5560: ./config/config.guess found real_configure:5560: ./config/config.sub found real_configure:5560: ./config/compile found real_configure:5560: ./config/config.rpath found real_configure:5560: ./config/missing found real_configure:5542: ./config/install-sh found real_configure:5697: checking for a BSD-compatible install real_configure:5770: result: /bin/install -c real_configure:5781: checking whether build environment is sane real_configure:5836: result: yes real_configure:5995: checking for a race-free mkdir -p real_configure:6039: result: /bin/mkdir -p real_configure:6046: checking for gawk real_configure:6067: found /bin/gawk real_configure:6078: result: gawk real_configure:6089: checking whether make sets $(MAKE) real_configure:6112: result: yes real_configure:6142: checking whether make supports nested variables real_configure:6160: result: yes real_configure:6299: checking whether to enable maintainer-specific portions of Makefiles real_configure:6309: result: yes real_configure:6338: checking whether make supports the include directive real_configure:6353: make -f confmf.GNU && cat confinc.out this is the am__doit target real_configure:6356: $? = 0 real_configure:6375: result: yes (GNU style) real_configure:6451: checking for gcc real_configure:6472: found /bin/gcc real_configure:6483: result: gcc real_configure:6836: checking for C compiler version real_configure:6845: gcc --version >&5 gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:6856: $? = 0 real_configure:6845: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:6856: $? = 0 real_configure:6845: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. real_configure:6856: $? = 1 real_configure:6845: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. real_configure:6856: $? = 1 real_configure:6845: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. real_configure:6856: $? = 1 real_configure:6876: checking whether the C compiler works real_configure:6898: gcc conftest.c >&5 real_configure:6902: $? = 0 real_configure:6952: result: yes real_configure:6955: checking for C compiler default output file name real_configure:6957: result: a.out real_configure:6963: checking for suffix of executables real_configure:6970: gcc -o conftest conftest.c >&5 real_configure:6974: $? = 0 real_configure:6997: result: real_configure:7019: checking whether we are cross compiling real_configure:7027: gcc -o conftest conftest.c >&5 real_configure:7031: $? = 0 real_configure:7038: ./conftest real_configure:7042: $? = 0 real_configure:7057: result: no real_configure:7062: checking for suffix of object files real_configure:7085: gcc -c conftest.c >&5 real_configure:7089: $? = 0 real_configure:7111: result: o real_configure:7115: checking whether the compiler supports GNU C real_configure:7135: gcc -c conftest.c >&5 real_configure:7135: $? = 0 real_configure:7145: result: yes real_configure:7156: checking whether gcc accepts -g real_configure:7177: gcc -c -g conftest.c >&5 real_configure:7177: $? = 0 real_configure:7221: result: yes real_configure:7241: checking for gcc option to enable C11 features real_configure:7256: gcc -c -g -O2 conftest.c >&5 real_configure:7256: $? = 0 real_configure:7274: result: none needed real_configure:7390: checking whether gcc understands -c and -o together real_configure:7413: gcc -c conftest.c -o conftest2.o real_configure:7416: $? = 0 real_configure:7413: gcc -c conftest.c -o conftest2.o real_configure:7416: $? = 0 real_configure:7428: result: yes real_configure:7447: checking dependency style of gcc real_configure:7559: result: none real_configure:7580: checking build system type real_configure:7595: result: x86_64-pc-linux-gnu real_configure:7615: checking host system type real_configure:7629: result: x86_64-pc-linux-gnu real_configure:7677: checking for ld used by gcc real_configure:7805: result: /bin//ld real_configure:7812: checking if the linker (/bin//ld) is GNU ld real_configure:7828: result: yes real_configure:7836: checking for shared library run path origin real_configure:7850: result: done real_configure:7924: checking for root user real_configure:7933: result: no real_configure:8015: checking the symbolic links in the source tree real_configure:8019: result: intact real_configure:8053: checking for a sed that does not truncate output real_configure:8123: result: /bin/sed real_configure:8131: checking for ar real_configure:8152: found /bin/ar real_configure:8164: result: yes real_configure:8185: checking for m4 real_configure:8206: found /bin/m4 real_configure:8218: result: yes real_configure:8298: checking for pkg-config real_configure:8321: found /bin/pkg-config real_configure:8333: result: /bin/pkg-config real_configure:8358: checking pkg-config is at least version 0.29 real_configure:8361: result: yes real_configure:8372: checking for ranlib real_configure:8393: found /bin/ranlib real_configure:8405: result: yes real_configure:8426: checking for strip real_configure:8447: found /bin/strip real_configure:8459: result: yes real_configure:8479: checking for GNU or BSD tar real_configure:8533: result: /bin/tar real_configure:8545: checking for GNU make real_configure:8593: result: /bin/make real_configure:8604: checking for Python real_configure:8607: result: /bin/python real_configure:8619: checking for perl real_configure:8642: found /bin/perl real_configure:8654: result: /bin/perl real_configure:8662: checking for Perl version 5.8.0 or later real_configure:8675: result: yes real_configure:8706: checking whether a conda environment is active real_configure:8714: result: no real_configure:8820: checking for gcc real_configure:8852: result: gcc real_configure:9205: checking for C compiler version real_configure:9214: gcc --version >&5 gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:9225: $? = 0 real_configure:9214: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:9225: $? = 0 real_configure:9214: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. real_configure:9225: $? = 1 real_configure:9214: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. real_configure:9225: $? = 1 real_configure:9214: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. real_configure:9225: $? = 1 real_configure:9229: checking whether the compiler supports GNU C real_configure:9259: result: yes real_configure:9270: checking whether gcc accepts -g real_configure:9335: result: yes real_configure:9355: checking for gcc option to enable C11 features real_configure:9388: result: none needed real_configure:9504: checking whether gcc understands -c and -o together real_configure:9542: result: yes real_configure:9561: checking dependency style of gcc real_configure:9673: result: none real_configure:9693: checking how to run the C preprocessor real_configure:9719: gcc -E conftest.c real_configure:9719: $? = 0 real_configure:9734: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:9734: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> real_configure:9761: result: gcc -E real_configure:9775: gcc -E conftest.c real_configure:9775: $? = 0 real_configure:9790: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:9790: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> real_configure:9889: checking for g++ real_configure:9910: found /bin/g++ real_configure:9921: result: g++ real_configure:9948: checking for C++ compiler version real_configure:9957: g++ --version >&5 g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:9968: $? = 0 real_configure:9957: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:9968: $? = 0 real_configure:9957: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. real_configure:9968: $? = 1 real_configure:9957: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. real_configure:9968: $? = 1 real_configure:9972: checking whether the compiler supports GNU C++ real_configure:9992: g++ -c conftest.cpp >&5 real_configure:9992: $? = 0 real_configure:10002: result: yes real_configure:10013: checking whether g++ accepts -g real_configure:10034: g++ -c -g conftest.cpp >&5 real_configure:10034: $? = 0 real_configure:10078: result: yes real_configure:10098: checking for g++ option to enable C++11 features real_configure:10113: g++ -c conftest.cpp >&5 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:177:25: note: remove parentheses to default-initialize a variable 177 | cxx11test::delegate d2(); | ^~ | -- conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable real_configure:10113: $? = 0 real_configure:10131: result: none needed real_configure:10197: checking dependency style of g++ real_configure:10309: result: none real_configure:10382: checking for gfortran real_configure:10403: found /bin/gfortran real_configure:10414: result: gfortran real_configure:10440: checking for Fortran compiler version real_configure:10449: gfortran --version >&5 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:10460: $? = 0 real_configure:10449: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:10460: $? = 0 real_configure:10449: gfortran -V >&5 gfortran: error: unrecognized command-line option '-V' gfortran: fatal error: no input files compilation terminated. real_configure:10460: $? = 1 real_configure:10449: gfortran -qversion >&5 gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'? gfortran: fatal error: no input files compilation terminated. real_configure:10460: $? = 1 real_configure:10469: checking whether the compiler supports GNU Fortran real_configure:10483: gfortran -c conftest.F >&5 real_configure:10483: $? = 0 real_configure:10493: result: yes real_configure:10501: checking whether gfortran accepts -g real_configure:10513: gfortran -c -g conftest.f >&5 real_configure:10513: $? = 0 real_configure:10522: result: yes real_configure:10617: checking for gcc real_configure:10638: found /bin/gcc real_configure:10649: result: gcc real_configure:10674: checking for Objective C compiler version real_configure:10683: gcc --version >&5 gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:10694: $? = 0 real_configure:10683: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:10694: $? = 0 real_configure:10683: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. real_configure:10694: $? = 1 real_configure:10683: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. real_configure:10694: $? = 1 real_configure:10698: checking whether the compiler supports GNU Objective C real_configure:10718: gcc -c conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. real_configure:10718: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } real_configure:10728: result: no real_configure:10739: checking whether gcc accepts -g real_configure:10760: gcc -c -g conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. real_configure:10760: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:10776: gcc -c conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. real_configure:10776: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:10793: gcc -c -g conftest.m >&5 gcc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory compilation terminated. real_configure:10793: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:10804: result: no real_configure:10829: checking dependency style of gcc real_configure:10939: result: none real_configure:11013: checking for g++ real_configure:11034: found /bin/g++ real_configure:11045: result: g++ real_configure:11070: checking for Objective C++ compiler version real_configure:11079: g++ --version >&5 g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Copyright (C) 2023 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. real_configure:11090: $? = 0 real_configure:11079: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ... rest of stderr output deleted ... real_configure:11090: $? = 0 real_configure:11079: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. real_configure:11090: $? = 1 real_configure:11079: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. real_configure:11090: $? = 1 real_configure:11094: checking whether the compiler supports GNU Objective C++ real_configure:11114: g++ -c conftest.mm >&5 g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory compilation terminated. real_configure:11114: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } real_configure:11124: result: no real_configure:11135: checking whether g++ accepts -g real_configure:11156: g++ -c -g conftest.mm >&5 g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory compilation terminated. real_configure:11156: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:11172: g++ -c conftest.mm >&5 g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory compilation terminated. real_configure:11172: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:11189: g++ -c -g conftest.mm >&5 g++: fatal error: cannot execute 'cc1objplus': execvp: No such file or directory compilation terminated. real_configure:11189: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } real_configure:11200: result: no real_configure:11225: checking dependency style of g++ real_configure:11335: result: none real_configure:11376: checking for stdio.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for stdlib.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for string.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for inttypes.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for stdint.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for strings.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for sys/stat.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for sys/types.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11376: checking for unistd.h real_configure:11376: g++ -c conftest.cpp >&5 real_configure:11376: $? = 0 real_configure:11376: result: yes real_configure:11401: checking for complex.h real_configure:11401: g++ -c conftest.cpp >&5 real_configure:11401: $? = 0 real_configure:11401: result: yes real_configure:11424: checking for sqrt in -lm real_configure:11446: g++ -o conftest conftest.cpp -lm >&5 real_configure:11446: $? = 0 real_configure:11456: result: yes ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gcc... ## ## ---------------------------------------------------- ## real_configure:11749: checking whether gcc is already installed in SAGE_LOCAL real_configure:11821: result: no real_configure:11860: checking for C compiler vendor real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(_CRAYC)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28:9: error: 'thisisanerror' undeclared (first use in this function) 28 | thisisanerror; | ^~~~~~~~~~~~~ conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in real_configure:11908: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | int | main (void) | { | | #if !(defined(__FUJITSU)) | thisisanerror; | #endif | | ; | return 0; | } real_configure:11908: gcc -c -g -O2 conftest.c >&5 real_configure:11908: $? = 0 real_configure:11917: result: gnu real_configure:11961: checking whether g++ supports C++11 features with -std=gnu++11 real_configure:12258: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:12258: $? = 0 real_configure:12268: result: yes real_configure:12721: checking if gcc accepts -dumpversion option real_configure:12748: cat conftest.c 1>&5 int main() { return 0; } real_configure:12751: $? = 0 real_configure:12755: gcc -dumpversion -c conftest.c 1>&5 13 real_configure:12758: $? = 0 real_configure:12762: result: yes real_configure:12791: checking gcc version real_configure:12807: result: 13 real_configure:12821: checking if g++ accepts -dumpversion option real_configure:12848: cat conftest.c 1>&5 int main() { return 0; } real_configure:12851: $? = 0 real_configure:12855: gcc -dumpversion -c conftest.c 1>&5 13 real_configure:12858: $? = 0 real_configure:12862: result: yes real_configure:12891: checking g++ version real_configure:12907: result: 13 real_configure:13023: checking whether C++ compiler accepts "-march=native" real_configure:13043: g++ -std=gnu++11 -c -march=native conftest.cpp >&5 real_configure:13043: $? = 0 real_configure:13053: result: yes real_configure:13074: checking for OpenMP flag of C compiler real_configure:13120: gcc -o conftest -g -O2 -fopenmp conftest.c -lm >&5 real_configure:13120: $? = 0 real_configure:13130: result: -fopenmp real_configure:13158: checking for OpenMP flag of C++ compiler real_configure:13204: g++ -std=gnu++11 -o conftest -fopenmp conftest.cpp -lm >&5 real_configure:13204: $? = 0 real_configure:13214: result: -fopenmp real_configure:13240: will use system package and not install SPKG gcc real_configure:13271: checking for the location of crti.o real_configure:13281: result: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu real_configure:13298: checking how to run the C++ preprocessor real_configure:13320: g++ -std=gnu++11 -E conftest.cpp real_configure:13320: $? = 0 real_configure:13335: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory 23 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:13335: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> real_configure:13362: result: g++ -std=gnu++11 -E real_configure:13376: g++ -std=gnu++11 -E conftest.cpp real_configure:13376: $? = 0 real_configure:13391: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:23:10: fatal error: ac_nonexistent.h: No such file or directory 23 | #include <ac_nonexistent.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:13391: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gmp... ## ## ---------------------------------------------------- ## real_configure:13515: checking for gmp.h real_configure:13515: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:13515: $? = 0 real_configure:13515: result: yes real_configure:13523: checking for gmpxx.h real_configure:13523: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:13523: $? = 0 real_configure:13523: result: yes real_configure:13532: checking if version of GMP is greater than 6.2.1 real_configure:13553: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:13553: $? = 0 real_configure:13555: result: yes real_configure:13565: checking for library containing __gmpn_gcd_11 real_configure:13594: g++ -std=gnu++11 -o conftest conftest.cpp -lm >&5 /bin/ld: /tmp/ccm75MSX.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `__gmpn_gcd_11' collect2: error: ld returned 1 exit status real_configure:13594: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int __gmpn_gcd_11 (); | } | int | main (void) | { | return conftest::__gmpn_gcd_11 (); | ; | return 0; | } real_configure:13594: g++ -std=gnu++11 -o conftest conftest.cpp -lgmp -lm >&5 real_configure:13594: $? = 0 real_configure:13614: result: -lgmp real_configure:13630: will use system package and not install SPKG gmp real_configure:13665: checking absolute name of <gmp.h> real_configure:13671: checking for gmp.h real_configure:13671: result: yes real_configure:13692: result: ///usr/include/x86_64-linux-gnu/gmp.h ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG zlib... ## ## ----------------------------------------------------- ## real_configure:13832: checking for zlib >= 1.2.11 real_configure:13839: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.11" real_configure:13842: $? = 0 real_configure:13856: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.11" real_configure:13859: $? = 0 real_configure:13897: result: yes real_configure:13901: checking for inflateEnd in -lz real_configure:13923: g++ -std=gnu++11 -o conftest conftest.cpp -lz -lgmp -lm >&5 real_configure:13923: $? = 0 real_configure:13933: result: yes real_configure:13942: checking for zlib.h real_configure:13942: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:13942: $? = 0 real_configure:13942: result: yes real_configure:13953: checking for libpng >= 1.2 real_configure:13960: $PKG_CONFIG --exists --print-errors "libpng >= 1.2" Package libpng was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng.pc' to the PKG_CONFIG_PATH environment variable Package 'libpng', required by 'virtual:world', not found real_configure:13963: $? = 1 real_configure:13977: $PKG_CONFIG --exists --print-errors "libpng >= 1.2" Package libpng was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng.pc' to the PKG_CONFIG_PATH environment variable Package 'libpng', required by 'virtual:world', not found real_configure:13980: $? = 1 real_configure:13994: result: no Package 'libpng', required by 'virtual:world', not found real_configure:14011: checking for inflateValidate in -lz real_configure:14033: g++ -std=gnu++11 -o conftest conftest.cpp -lz -lgmp -lm >&5 real_configure:14033: $? = 0 real_configure:14043: result: yes real_configure:14120: will use system package and not install SPKG zlib ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG glpk... ## ## ----------------------------------------------------- ## real_configure:14257: checking whether any of gmp zlib is installed as or will be installed as SPKG real_configure:14267: result: no real_configure:14272: checking for glpsol real_configure:14310: result: no real_configure:14318: glpsol not found. Installing glpk real_configure:14453: no suitable system package found for SPKG glpk ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG 4ti2... ## ## ----------------------------------------------------- ## real_configure:14588: checking whether any of gmp glpk zlib is installed as or will be installed as SPKG real_configure:14593: result: yes; install 4ti2 as well real_configure:15142: no suitable system package found for SPKG 4ti2 ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG _develop... ## ## --------------------------------------------------------- ## real_configure:15280: no suitable system package found for SPKG _develop ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG _prereq... ## ## -------------------------------------------------------- ## real_configure:15403: will use system package and not install SPKG _prereq ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG _recommended... ## ## ------------------------------------------------------------- ## real_configure:15556: no suitable system package found for SPKG _recommended ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG tox... ## ## ---------------------------------------------------- ## real_configure:15674: checking for tox >= 4.2.7 real_configure:15753: result: real_configure:15780: no suitable system package found for SPKG tox ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG virtualenv... ## ## ----------------------------------------------------------- ## real_configure:15920: no suitable system package found for SPKG virtualenv ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG appdirs... ## ## -------------------------------------------------------- ## real_configure:16060: no suitable system package found for SPKG appdirs ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG bliss... ## ## ------------------------------------------------------ ## real_configure:16180: checking for bliss/bliss_C.h real_configure:16180: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:54:10: fatal error: bliss/bliss_C.h: No such file or directory 54 | #include <bliss/bliss_C.h> | ^~~~~~~~~~~~~~~~~ compilation terminated. real_configure:16180: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <bliss/bliss_C.h> real_configure:16180: result: no real_configure:16312: no suitable system package found for SPKG bliss ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG boost_cropped... ## ## -------------------------------------------------------------- ## real_configure:16580: checking for boostlib >= 1.66.0 (106600) real_configure:16612: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:27:10: fatal error: boost/version.hpp: No such file or directory 27 | #include <boost/version.hpp> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:16612: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | #include <boost/version.hpp> | | int | main (void) | { | | (void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < (106600))])); | | ; | return 0; | } real_configure:16731: g++ -std=gnu++11 -c -I/include/boost-0 conftest.cpp >&5 conftest.cpp:27:10: fatal error: boost/version.hpp: No such file or directory 27 | #include <boost/version.hpp> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:16731: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | #include <boost/version.hpp> | | int | main (void) | { | | (void) ((void)sizeof(char[1 - 2*!!((BOOST_VERSION) < (106600))])); | | ; | return 0; | } real_configure:16751: We could not detect the boost libraries (version 1.66.0 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation. real_configure:16795: no suitable system package found for SPKG boost_cropped ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libpng... ## ## ------------------------------------------------------- ## real_configure:16913: checking installing zlib? real_configure:16920: result: no real_configure:16924: checking for libpng >= 1.2 real_configure:16931: $PKG_CONFIG --exists --print-errors "libpng >= 1.2" Package libpng was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng.pc' to the PKG_CONFIG_PATH environment variable Package 'libpng', required by 'virtual:world', not found real_configure:16934: $? = 1 real_configure:16948: $PKG_CONFIG --exists --print-errors "libpng >= 1.2" Package libpng was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng.pc' to the PKG_CONFIG_PATH environment variable Package 'libpng', required by 'virtual:world', not found real_configure:16951: $? = 1 real_configure:16965: result: no Package 'libpng', required by 'virtual:world', not found real_configure:17018: no suitable system package found for SPKG libpng ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG m4ri... ## ## ----------------------------------------------------- ## real_configure:17138: checking whether any of libpng is installed as or will be installed as SPKG real_configure:17143: result: yes; install m4ri as well real_configure:17248: no suitable system package found for SPKG m4ri ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG brial... ## ## ------------------------------------------------------ ## real_configure:17370: checking whether any of gcc boost_cropped m4ri is installed as or will be installed as SPKG real_configure:17375: result: yes; install brial as well real_configure:17575: no suitable system package found for SPKG brial ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG bzip2... ## ## ------------------------------------------------------ ## real_configure:17692: checking for bzlib.h real_configure:17692: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:17692: $? = 0 real_configure:17692: result: yes real_configure:17696: checking for library containing BZ2_bzCompress real_configure:17725: g++ -std=gnu++11 -o conftest conftest.cpp -lz -lgmp -lm >&5 /bin/ld: /tmp/ccF9uyE7.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `BZ2_bzCompress' collect2: error: ld returned 1 exit status real_configure:17725: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int BZ2_bzCompress (); | } | int | main (void) | { | return conftest::BZ2_bzCompress (); | ; | return 0; | } real_configure:17725: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 real_configure:17725: $? = 0 real_configure:17745: result: -lbz2 real_configure:17754: checking for bzip2 real_configure:17777: found /bin/bzip2 real_configure:17789: result: /bin/bzip2 real_configure:17816: will use system package and not install SPKG bzip2 ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cachetools... ## ## ----------------------------------------------------------- ## real_configure:17971: no suitable system package found for SPKG cachetools real_configure:18003: checking for Fortran flag needed to accept free-form source real_configure:18023: gfortran -c conftest.f >&5 conftest.f:2:4: 2 | program freeform | 1 Error: Non-numeric character in statement label at (1) conftest.f:4:27: 4 | print *, 'Hello ', & | 1 Error: Expected expression in PRINT statement at (1) conftest.f:5:12: 5 | 'world.' | 1 Error: Invalid character in name at (1) real_configure:18023: $? = 1 real_configure: failed program was: | | program freeform | ! FIXME: how to best confuse non-freeform compilers? | print *, 'Hello ', & | 'world.' | end real_configure:18023: gfortran -c -ffree-form conftest.f >&5 real_configure:18023: $? = 0 real_configure:18033: result: -ffree-form ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG gfortran... ## ## --------------------------------------------------------- ## real_configure:18185: checking the version of gfortran real_configure:18188: result: 13 real_configure:18240: will use system package and not install SPKG gfortran ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG openblas... ## ## --------------------------------------------------------- ## real_configure:18374: checking whether any of gfortran is installed as or will be installed as SPKG real_configure:18384: result: no real_configure:18398: checking for openblas >= 0.2.20 openblas < 0.3.99 real_configure:18405: $PKG_CONFIG --exists --print-errors "openblas >= 0.2.20 openblas < 0.3.99" Package openblas was not found in the pkg-config search path. Perhaps you should add the directory containing `openblas.pc' to the PKG_CONFIG_PATH environment variable Package 'openblas', required by 'virtual:world', not found Package 'openblas', required by 'virtual:world', not found real_configure:18408: $? = 1 real_configure:18422: $PKG_CONFIG --exists --print-errors "openblas >= 0.2.20 openblas < 0.3.99" Package openblas was not found in the pkg-config search path. Perhaps you should add the directory containing `openblas.pc' to the PKG_CONFIG_PATH environment variable Package 'openblas', required by 'virtual:world', not found Package 'openblas', required by 'virtual:world', not found real_configure:18425: $? = 1 real_configure:18439: result: no Package 'openblas', required by 'virtual:world', not found Package 'openblas', required by 'virtual:world', not found real_configure:18455: checking for library containing openblas_get_config real_configure:18484: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccre5mFm.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `openblas_get_config' collect2: error: ld returned 1 exit status real_configure:18484: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int openblas_get_config (); | } | int | main (void) | { | return conftest::openblas_get_config (); | ; | return 0; | } real_configure:18484: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18484: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int openblas_get_config (); | } | int | main (void) | { | return conftest::openblas_get_config (); | ; | return 0; | } real_configure:18484: g++ -std=gnu++11 -o conftest conftest.cpp -lcblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lcblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18484: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int openblas_get_config (); | } | int | main (void) | { | return conftest::openblas_get_config (); | ; | return 0; | } real_configure:18484: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccQ6WeAg.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `openblas_get_config' collect2: error: ld returned 1 exit status real_configure:18484: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int openblas_get_config (); | } | int | main (void) | { | return conftest::openblas_get_config (); | ; | return 0; | } real_configure:18504: result: no real_configure:18582: checking for library containing cblas_dgemm real_configure:18611: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/cczW440D.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `cblas_dgemm' collect2: error: ld returned 1 exit status real_configure:18611: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int cblas_dgemm (); | } | int | main (void) | { | return conftest::cblas_dgemm (); | ; | return 0; | } real_configure:18611: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18611: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int cblas_dgemm (); | } | int | main (void) | { | return conftest::cblas_dgemm (); | ; | return 0; | } real_configure:18611: g++ -std=gnu++11 -o conftest conftest.cpp -lcblas -lgfortran -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lcblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18611: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int cblas_dgemm (); | } | int | main (void) | { | return conftest::cblas_dgemm (); | ; | return 0; | } real_configure:18611: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lgfortran -lbz2 -lz -lgmp -lm >&5 real_configure:18611: $? = 0 real_configure:18631: result: -lblas real_configure:18646: checking for library containing dgeqrf real_configure:18675: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccTsetjJ.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `dgeqrf' collect2: error: ld returned 1 exit status real_configure:18675: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dgeqrf (); | } | int | main (void) | { | return conftest::dgeqrf (); | ; | return 0; | } real_configure:18675: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18675: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dgeqrf (); | } | int | main (void) | { | return conftest::dgeqrf (); | ; | return 0; | } real_configure:18675: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccQf11ba.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `dgeqrf' collect2: error: ld returned 1 exit status real_configure:18675: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dgeqrf (); | } | int | main (void) | { | return conftest::dgeqrf (); | ; | return 0; | } real_configure:18695: result: no real_configure:18710: checking for library containing dgeqrf_ real_configure:18739: g++ -std=gnu++11 -o conftest conftest.cpp -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccqlTYVR.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `dgeqrf_' collect2: error: ld returned 1 exit status real_configure:18739: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dgeqrf_ (); | } | int | main (void) | { | return conftest::dgeqrf_ (); | ; | return 0; | } real_configure:18739: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18739: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dgeqrf_ (); | } | int | main (void) | { | return conftest::dgeqrf_ (); | ; | return 0; | } real_configure:18739: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -lblas -lbz2 -lz -lgmp -lm >&5 real_configure:18739: $? = 0 real_configure:18759: result: -llapack real_configure:18774: checking for library containing DGEQRF real_configure:18803: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccHV3EeW.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `DGEQRF' collect2: error: ld returned 1 exit status real_configure:18803: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF (); | } | int | main (void) | { | return conftest::DGEQRF (); | ; | return 0; | } real_configure:18803: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18803: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF (); | } | int | main (void) | { | return conftest::DGEQRF (); | ; | return 0; | } real_configure:18803: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/cc2t4HtX.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `DGEQRF' collect2: error: ld returned 1 exit status real_configure:18803: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF (); | } | int | main (void) | { | return conftest::DGEQRF (); | ; | return 0; | } real_configure:18823: result: no real_configure:18838: checking for library containing DGEQRF_ real_configure:18867: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/cc1RqhJF.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `DGEQRF_' collect2: error: ld returned 1 exit status real_configure:18867: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF_ (); | } | int | main (void) | { | return conftest::DGEQRF_ (); | ; | return 0; | } real_configure:18867: g++ -std=gnu++11 -o conftest conftest.cpp -lopenblas -lgfortran -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lopenblas: No such file or directory collect2: error: ld returned 1 exit status real_configure:18867: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF_ (); | } | int | main (void) | { | return conftest::DGEQRF_ (); | ; | return 0; | } real_configure:18867: g++ -std=gnu++11 -o conftest conftest.cpp -llapack -lgfortran -llapack -lblas -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/cc29vZAm.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `DGEQRF_' collect2: error: ld returned 1 exit status real_configure:18867: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int DGEQRF_ (); | } | int | main (void) | { | return conftest::DGEQRF_ (); | ; | return 0; | } real_configure:18887: result: no real_configure:19715: no suitable system package found for SPKG openblas ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG cbc... ## ## ---------------------------------------------------- ## real_configure:19837: checking whether any of openblas zlib bzip2 is installed as or will be installed as SPKG real_configure:19842: result: yes; install cbc as well real_configure:19945: no suitable system package found for SPKG cbc ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cddlib... ## ## ------------------------------------------------------- ## real_configure:20065: checking whether any of gmp is installed as or will be installed as SPKG real_configure:20075: result: no real_configure:20082: checking for cddexec real_configure:20117: result: no real_configure:20134: checking for cddexec_gmp real_configure:20169: result: no real_configure:20186: checking for redcheck_gmp real_configure:20221: result: no real_configure:20238: checking for scdd_gmp real_configure:20273: result: no real_configure:20238: checking for scdd real_configure:20273: result: no real_configure:20320: checking for cddlib/cdd.h real_configure:20320: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:27:16: fatal error: cddlib/setoper.h: No such file or directory 27 | #include <cddlib/setoper.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:20320: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | #include <cddlib/setoper.h> | #include <cddlib/cddmp.h> | | | #include <cddlib/cdd.h> real_configure:20320: result: no real_configure:20333: checking for library containing dd_abs real_configure:20362: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/cc1uu2OY.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `dd_abs' collect2: error: ld returned 1 exit status real_configure:20362: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dd_abs (); | } | int | main (void) | { | return conftest::dd_abs (); | ; | return 0; | } real_configure:20362: g++ -std=gnu++11 -o conftest conftest.cpp -lcddgmp -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lcddgmp: No such file or directory collect2: error: ld returned 1 exit status real_configure:20362: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int dd_abs (); | } | int | main (void) | { | return conftest::dd_abs (); | ; | return 0; | } real_configure:20382: result: no real_configure:20417: no suitable system package found for SPKG cddlib ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG chardet... ## ## -------------------------------------------------------- ## real_configure:20557: no suitable system package found for SPKG chardet ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cliquer... ## ## -------------------------------------------------------- ## real_configure:20674: checking for library containing clique_unweighted_max_weight real_configure:20703: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 /bin/ld: /tmp/ccWCJ6bJ.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `clique_unweighted_max_weight' collect2: error: ld returned 1 exit status real_configure:20703: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int clique_unweighted_max_weight (); | } | int | main (void) | { | return conftest::clique_unweighted_max_weight (); | ; | return 0; | } real_configure:20703: g++ -std=gnu++11 -o conftest conftest.cpp -lcliquer -lbz2 -lz -lgmp -lm >&5 /bin/ld: cannot find -lcliquer: No such file or directory collect2: error: ld returned 1 exit status real_configure:20703: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int clique_unweighted_max_weight (); | } | int | main (void) | { | return conftest::clique_unweighted_max_weight (); | ; | return 0; | } real_configure:20723: result: no real_configure:20830: no suitable system package found for SPKG cliquer ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG cmake... ## ## ------------------------------------------------------ ## real_configure:20946: checking for cmake >= 3.22 real_configure:21037: result: real_configure:21063: no suitable system package found for SPKG cmake ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG colorama... ## ## --------------------------------------------------------- ## real_configure:21203: no suitable system package found for SPKG colorama ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG coxeter3... ## ## --------------------------------------------------------- ## real_configure:21326: checking for library coxeter3 real_configure:21348: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm -lcoxeter3 >&5 conftest.cpp:28:22: fatal error: coxeter/sage.h: No such file or directory 28 | #include <coxeter/sage.h> | ^~~~~~~~~~~~~~~~ compilation terminated. real_configure:21348: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | | #include <coxeter/sage.h> | #include <coxeter/interactive.h> | | int | main (void) | { | | coxeter::CoxGroup *g = interactive::coxeterGroup("B", 2); | | ; | return 0; | } | real_configure:21356: result: no real_configure:21390: no suitable system package found for SPKG coxeter3 ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG curl... ## ## ----------------------------------------------------- ## real_configure:21509: checking for curl 7.22 real_configure:21552: result: real_configure:21598: checking for gawk real_configure:21630: result: gawk real_configure:21697: checking for curl-config real_configure:21735: result: no real_configure:21813: checking whether libcurl is usable real_configure:21848: g++ -std=gnu++11 -o conftest conftest.cpp -lcurl -lbz2 -lz -lgmp -lm >&5 conftest.cpp:26:10: fatal error: curl/curl.h: No such file or directory 26 | #include <curl/curl.h> | ^~~~~~~~~~~~~ compilation terminated. real_configure:21848: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <curl/curl.h> | int | main (void) | { | | /* Try and use a few common options to force a failure if we are | missing symbols or can't link. */ | int x; | curl_easy_setopt(NULL,CURLOPT_URL,NULL); | x=CURL_ERROR_SIZE; | x=CURLOPT_WRITEFUNCTION; | x=CURLOPT_WRITEDATA; | x=CURLOPT_ERRORBUFFER; | x=CURLOPT_STDERR; | x=CURLOPT_VERBOSE; | if (x) {;} | | ; | return 0; | } real_configure:21863: result: no real_configure:21965: checking whether programs linking to libcurl can be executed real_configure:22016: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm >&5 conftest.cpp:26:10: fatal error: curl/curl.h: No such file or directory 26 | #include <curl/curl.h> | ^~~~~~~~~~~~~ compilation terminated. real_configure:22016: $? = 1 real_configure: program exited with status 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | #include <curl/curl.h> | int | main (void) | { | | curl_easy_setopt(NULL,CURLOPT_URL,NULL); | | ; | return 0; | } real_configure:22028: result: no real_configure:22054: no suitable system package found for SPKG curl ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG distlib... ## ## -------------------------------------------------------- ## real_configure:22194: no suitable system package found for SPKG distlib ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libatomic_ops... ## ## -------------------------------------------------------------- ## real_configure:22313: checking for atomic_ops >= 7.6.2 real_configure:22320: $PKG_CONFIG --exists --print-errors "atomic_ops >= 7.6.2" Package atomic_ops was not found in the pkg-config search path. Perhaps you should add the directory containing `atomic_ops.pc' to the PKG_CONFIG_PATH environment variable Package 'atomic_ops', required by 'virtual:world', not found real_configure:22323: $? = 1 real_configure:22337: $PKG_CONFIG --exists --print-errors "atomic_ops >= 7.6.2" Package atomic_ops was not found in the pkg-config search path. Perhaps you should add the directory containing `atomic_ops.pc' to the PKG_CONFIG_PATH environment variable Package 'atomic_ops', required by 'virtual:world', not found real_configure:22340: $? = 1 real_configure:22354: result: no Package 'atomic_ops', required by 'virtual:world', not found real_configure:22402: no suitable system package found for SPKG libatomic_ops ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG gc... ## ## --------------------------------------------------- ## real_configure:22522: checking whether any of libatomic_ops is installed as or will be installed as SPKG real_configure:22527: result: yes; install gc as well real_configure:22791: no suitable system package found for SPKG gc ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ecl... ## ## ---------------------------------------------------- ## real_configure:22917: checking whether any of gcc gc gmp is installed as or will be installed as SPKG real_configure:22922: result: yes; install ecl as well real_configure:23059: no suitable system package found for SPKG ecl ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ntl... ## ## ---------------------------------------------------- ## real_configure:23196: checking whether any of gmp gcc is installed as or will be installed as SPKG real_configure:23206: result: no real_configure:23209: checking for NTL/ZZ.h real_configure:23209: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:23209: $? = 0 real_configure:23209: result: yes real_configure:23217: checking whether we can link a program using NTL real_configure:23234: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:23234: $? = 0 real_configure:23236: result: yes real_configure:23247: checking NTL version >= 10.3 real_configure:23276: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:23276: $? = 0 real_configure:23276: ./conftest 11.5.1 real_configure:23276: $? = 0 real_configure:23279: result: yes real_configure:23305: will use system package and not install SPKG ntl real_configure:23341: checking absolute name of <NTL/ZZ.h> real_configure:23347: checking for NTL/ZZ.h real_configure:23347: result: yes real_configure:23368: result: ///usr/include/NTL/ZZ.h real_configure:23447: $PKG_CONFIG --exists --print-errors "ntl" Package ntl was not found in the pkg-config search path. Perhaps you should add the directory containing `ntl.pc' to the PKG_CONFIG_PATH environment variable Package 'ntl', required by 'virtual:world', not found real_configure:23450: $? = 1 real_configure:23480: $PKG_CONFIG --exists --print-errors "ntl" Package ntl was not found in the pkg-config search path. Perhaps you should add the directory containing `ntl.pc' to the PKG_CONFIG_PATH environment variable Package 'ntl', required by 'virtual:world', not found real_configure:23483: $? = 1 ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ncurses... ## ## -------------------------------------------------------- ## real_configure:23614: checking for ncurses >= 6.0 real_configure:23621: $PKG_CONFIG --exists --print-errors "ncurses >= 6.0" Package ncurses was not found in the pkg-config search path. Perhaps you should add the directory containing `ncurses.pc' to the PKG_CONFIG_PATH environment variable Package 'ncurses', required by 'virtual:world', not found real_configure:23624: $? = 1 real_configure:23638: $PKG_CONFIG --exists --print-errors "ncurses >= 6.0" Package ncurses was not found in the pkg-config search path. Perhaps you should add the directory containing `ncurses.pc' to the PKG_CONFIG_PATH environment variable Package 'ncurses', required by 'virtual:world', not found real_configure:23641: $? = 1 real_configure:23655: result: no Package 'ncurses', required by 'virtual:world', not found real_configure:23673: checking for ncurses.h real_configure:23673: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:56:10: fatal error: ncurses.h: No such file or directory 56 | #include <ncurses.h> | ^~~~~~~~~~~ compilation terminated. real_configure:23673: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ncurses.h> real_configure:23673: result: no real_configure:23843: no suitable system package found for SPKG ncurses ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG readline... ## ## --------------------------------------------------------- ## real_configure:23961: checking Installing ncurses? real_configure:23964: result: Yes. Install readline as well. real_configure:24202: no suitable system package found for SPKG readline ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari... ## ## ----------------------------------------------------- ## real_configure:24323: checking whether any of gmp readline is installed as or will be installed as SPKG real_configure:24328: result: yes; install pari as well real_configure:24821: no suitable system package found for SPKG pari ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpfr... ## ## ----------------------------------------------------- ## real_configure:24949: checking whether any of gmp is installed as or will be installed as SPKG real_configure:24959: result: no real_configure:24962: checking for mpfr.h real_configure:24962: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:24962: $? = 0 real_configure:24962: result: yes real_configure:24970: checking for library containing mpfr_cmpabs_ui real_configure:24999: g++ -std=gnu++11 -o conftest conftest.cpp -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/cc4cY04P.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `mpfr_cmpabs_ui' collect2: error: ld returned 1 exit status real_configure:24999: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | /* end confdefs.h. */ | | namespace conftest { | extern "C" int mpfr_cmpabs_ui (); | } | int | main (void) | { | return conftest::mpfr_cmpabs_ui (); | ; | return 0; | } real_configure:24999: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:24999: $? = 0 real_configure:25019: result: -lmpfr real_configure:25039: will use system package and not install SPKG mpfr ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG flint... ## ## ------------------------------------------------------ ## real_configure:25182: checking whether any of mpfr is installed as or will be installed as SPKG real_configure:25192: result: no real_configure:25198: checking for flint/flint.h real_configure:25198: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:25198: $? = 0 real_configure:25198: result: yes real_configure:25204: checking for library containing gr_get_fexpr real_configure:25233: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/ccc1JeRv.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `gr_get_fexpr' collect2: error: ld returned 1 exit status real_configure:25233: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int gr_get_fexpr (); | } | int | main (void) | { | return conftest::gr_get_fexpr (); | ; | return 0; | } real_configure:25233: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:25233: $? = 0 real_configure:25253: result: -lflint real_configure:25259: checking whether FLINT version is >= 3.2.0 real_configure:25277: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:25277: $? = 0 real_configure:25279: result: no real_configure:25198: checking for flint/padic.h real_configure:25198: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:25198: $? = 0 real_configure:25198: result: yes real_configure:25204: checking for library containing gr_get_fexpr real_configure:25253: result: -lflint real_configure:25259: checking whether FLINT version is >= 3.2.0 real_configure:25277: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:25277: $? = 0 real_configure:25279: result: no real_configure:25309: will use system package and not install SPKG flint ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG eclib... ## ## ------------------------------------------------------ ## real_configure:25453: checking whether any of ntl pari flint is installed as or will be installed as SPKG real_configure:25458: result: yes; install eclib as well real_configure:25650: no suitable system package found for SPKG eclib ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ecm... ## ## ---------------------------------------------------- ## real_configure:25771: checking whether any of gmp is installed as or will be installed as SPKG real_configure:25781: result: no real_configure:25784: checking for ecm.h real_configure:25784: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:58:10: fatal error: ecm.h: No such file or directory 58 | #include <ecm.h> | ^~~~~~~ compilation terminated. real_configure:25784: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ecm.h> real_configure:25784: result: no real_configure:26068: no suitable system package found for SPKG ecm ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG givaro... ## ## ------------------------------------------------------- ## real_configure:26189: checking for givaro >= 4.2.0 real_configure:26196: $PKG_CONFIG --exists --print-errors "givaro >= 4.2.0" Package givaro was not found in the pkg-config search path. Perhaps you should add the directory containing `givaro.pc' to the PKG_CONFIG_PATH environment variable Package 'givaro', required by 'virtual:world', not found real_configure:26199: $? = 1 real_configure:26213: $PKG_CONFIG --exists --print-errors "givaro >= 4.2.0" Package givaro was not found in the pkg-config search path. Perhaps you should add the directory containing `givaro.pc' to the PKG_CONFIG_PATH environment variable Package 'givaro', required by 'virtual:world', not found real_configure:26216: $? = 1 real_configure:26230: result: no Package 'givaro', required by 'virtual:world', not found real_configure:26278: no suitable system package found for SPKG givaro ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fflas_ffpack... ## ## ------------------------------------------------------------- ## real_configure:26400: checking whether any of givaro gmp openblas is installed as or will be installed as SPKG real_configure:26405: result: yes; install fflas_ffpack as well real_configure:26511: no suitable system package found for SPKG fflas_ffpack real_configure:26533: checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq real_configure:26553: g++ -std=gnu++11 -c -mavx512f -mavx512vl -mavx512dq conftest.cpp >&5 real_configure:26553: $? = 0 real_configure:26562: result: yes real_configure:26574: checking whether C++ compiler accepts -mfma real_configure:26594: g++ -std=gnu++11 -c -mfma conftest.cpp >&5 real_configure:26594: $? = 0 real_configure:26603: result: yes real_configure:26613: checking whether C++ compiler accepts -mfma4 real_configure:26633: g++ -std=gnu++11 -c -mfma4 conftest.cpp >&5 real_configure:26633: $? = 0 real_configure:26642: result: yes ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ffmpeg... ## ## ------------------------------------------------------- ## real_configure:26760: checking for ffmpeg real_configure:26783: found /bin/ffmpeg real_configure:26795: result: /bin/ffmpeg real_configure:26812: will use system package and not install SPKG ffmpeg ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG filelock... ## ## --------------------------------------------------------- ## real_configure:26971: no suitable system package found for SPKG filelock ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG fplll... ## ## ------------------------------------------------------ ## real_configure:27092: checking whether any of gcc mpfr is installed as or will be installed as SPKG real_configure:27102: result: no real_configure:27107: checking for fplll >= 5.5.0 real_configure:27114: $PKG_CONFIG --exists --print-errors "fplll >= 5.5.0" Package fplll was not found in the pkg-config search path. Perhaps you should add the directory containing `fplll.pc' to the PKG_CONFIG_PATH environment variable Package 'fplll', required by 'virtual:world', not found real_configure:27117: $? = 1 real_configure:27131: $PKG_CONFIG --exists --print-errors "fplll >= 5.5.0" Package fplll was not found in the pkg-config search path. Perhaps you should add the directory containing `fplll.pc' to the PKG_CONFIG_PATH environment variable Package 'fplll', required by 'virtual:world', not found real_configure:27134: $? = 1 real_configure:27148: result: no Package 'fplll', required by 'virtual:world', not found real_configure:27262: no suitable system package found for SPKG fplll ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG free_fonts... ## ## ----------------------------------------------------------- ## real_configure:27381: checking for FreeSerif.ttf real_configure:27393: result: no real_configure:27398: checking for FreeSerif.otf /usr/share/fonts/opentype/freefont/FreeSerif.otf real_configure:27403: result: yes real_configure:27420: will use system package and not install SPKG free_fonts ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG freetype... ## ## --------------------------------------------------------- ## real_configure:27556: checking whether any of gcc libpng is installed as or will be installed as SPKG real_configure:27561: result: yes; install freetype as well real_configure:27664: no suitable system package found for SPKG freetype ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fricas... ## ## ------------------------------------------------------- ## real_configure:27789: checking for FriCAS >= 1.3.8 real_configure:27874: result: /bin/fricas real_configure:27885: will use system package and not install SPKG fricas ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gap... ## ## ---------------------------------------------------- ## real_configure:28028: checking whether any of ncurses readline zlib is installed as or will be installed as SPKG real_configure:28033: result: yes; install gap as well real_configure:28302: no suitable system package found for SPKG gap ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG gengetopt... ## ## ---------------------------------------------------------- ## real_configure:28439: checking for gengetopt real_configure:28477: result: no real_configure:28506: no suitable system package found for SPKG gengetopt ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gf2x... ## ## ----------------------------------------------------- ## real_configure:28625: checking for gf2x >= 1.2 real_configure:28632: $PKG_CONFIG --exists --print-errors "gf2x >= 1.2" Package gf2x was not found in the pkg-config search path. Perhaps you should add the directory containing `gf2x.pc' to the PKG_CONFIG_PATH environment variable Package 'gf2x', required by 'virtual:world', not found real_configure:28635: $? = 1 real_configure:28649: $PKG_CONFIG --exists --print-errors "gf2x >= 1.2" Package gf2x was not found in the pkg-config search path. Perhaps you should add the directory containing `gf2x.pc' to the PKG_CONFIG_PATH environment variable Package 'gf2x', required by 'virtual:world', not found real_configure:28652: $? = 1 real_configure:28666: result: no Package 'gf2x', required by 'virtual:world', not found real_configure:28682: checking for gf2x.h real_configure:28682: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:58:10: fatal error: gf2x.h: No such file or directory 58 | #include <gf2x.h> | ^~~~~~~~ compilation terminated. real_configure:28682: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <gf2x.h> real_configure:28682: result: no real_configure:28690: checking for library containing gf2x_mul_r real_configure:28719: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/ccN95Dkv.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `gf2x_mul_r' collect2: error: ld returned 1 exit status real_configure:28719: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int gf2x_mul_r (); | } | int | main (void) | { | return conftest::gf2x_mul_r (); | ; | return 0; | } real_configure:28719: g++ -std=gnu++11 -o conftest conftest.cpp -lgf2x -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: cannot find -lgf2x: No such file or directory collect2: error: ld returned 1 exit status real_configure:28719: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int gf2x_mul_r (); | } | int | main (void) | { | return conftest::gf2x_mul_r (); | ; | return 0; | } real_configure:28739: result: no real_configure:28942: no suitable system package found for SPKG gf2x ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gfan... ## ## ----------------------------------------------------- ## real_configure:29059: checking for gfan >= 0.6.2 real_configure:29143: result: real_configure:29154: will use system package and not install SPKG gfan ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG giac... ## ## ----------------------------------------------------- ## real_configure:29289: checking whether any of pari is installed as or will be installed as SPKG real_configure:29294: result: yes; install giac as well real_configure:29526: no suitable system package found for SPKG giac ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG git... ## ## ---------------------------------------------------- ## real_configure:29644: checking for git real_configure:29685: result: /bin/git real_configure:29692: will use system package and not install SPKG git ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gp2c... ## ## ----------------------------------------------------- ## real_configure:29795: checking whether any of pari is installed as or will be installed as SPKG real_configure:29800: result: yes; install gp2c as well real_configure:30061: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG graphviz... ## ## --------------------------------------------------------- ## real_configure:30174: checking for dot real_configure:30195: found /bin/dot real_configure:30206: result: dot real_configure:30225: checking for neato real_configure:30246: found /bin/neato real_configure:30257: result: neato real_configure:30276: checking for twopi real_configure:30297: found /bin/twopi real_configure:30308: result: twopi real_configure:30328: will use system package and not install SPKG graphviz ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG gsl... ## ## ---------------------------------------------------- ## real_configure:30464: checking whether any of openblas is installed as or will be installed as SPKG real_configure:30469: result: yes; install gsl as well real_configure:30610: no suitable system package found for SPKG gsl real_configure:30652: checking 32-bit host C ABI real_configure:30719: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:30719: $? = 0 real_configure:30915: result: no real_configure:30920: checking for grep that handles long lines and -e real_configure:30984: result: /bin/grep real_configure:30989: checking for egrep real_configure:31057: result: /bin/grep -E real_configure:31066: checking for ELF binary format real_configure:31090: result: yes real_configure:31142: checking for the common suffixes of directories in the library search path real_configure:31211: result: lib,lib,lib64 real_configure:31743: checking for iconv real_configure:31768: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:31768: $? = 0 real_configure:31804: result: yes real_configure:31807: checking for working iconv real_configure:31951: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:31951: $? = 0 real_configure:31951: ./conftest real_configure:31951: $? = 0 real_configure:31964: result: yes real_configure:31992: checking whether iconv is compatible with its POSIX signature real_configure:32017: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:32017: $? = 0 real_configure:32026: result: yes ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG iconv... ## ## ------------------------------------------------------ ## real_configure:32157: will use system package and not install SPKG iconv ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG igraph... ## ## ------------------------------------------------------- ## real_configure:32294: checking whether any of glpk openblas gmp is installed as or will be installed as SPKG real_configure:32299: result: yes; install igraph as well real_configure:32404: no suitable system package found for SPKG igraph ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG imagemagick... ## ## ------------------------------------------------------------ ## real_configure:32523: checking for convert real_configure:32546: found /bin/convert real_configure:32558: result: /bin/convert real_configure:32575: will use system package and not install SPKG imagemagick ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG iml... ## ## ---------------------------------------------------- ## real_configure:32711: checking whether any of gmp openblas is installed as or will be installed as SPKG real_configure:32716: result: yes; install iml as well real_configure:32824: no suitable system package found for SPKG iml ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG info... ## ## ----------------------------------------------------- ## real_configure:32943: checking for info real_configure:32966: found /bin/info real_configure:32978: result: /bin/info real_configure:32994: checking for texi2any real_configure:33032: result: no real_configure:33073: no suitable system package found for SPKG info ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG isl... ## ## ---------------------------------------------------- ## real_configure:33193: checking whether any of gmp is installed as or will be installed as SPKG real_configure:33203: result: no real_configure:33208: checking for isl >= 0.20 real_configure:33215: $PKG_CONFIG --exists --print-errors "isl >= 0.20" real_configure:33218: $? = 0 real_configure:33232: $PKG_CONFIG --exists --print-errors "isl >= 0.20" real_configure:33235: $? = 0 real_configure:33275: result: yes real_configure:33288: will use system package and not install SPKG isl ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG lcalc... ## ## ------------------------------------------------------ ## real_configure:33423: checking whether any of pari is installed as or will be installed as SPKG real_configure:33428: result: yes; install lcalc as well real_configure:33575: no suitable system package found for SPKG lcalc ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG libbraiding... ## ## ------------------------------------------------------------ ## real_configure:33694: checking for libbraiding >= 1.3.1 real_configure:33701: $PKG_CONFIG --exists --print-errors "libbraiding >= 1.3.1" Package libbraiding was not found in the pkg-config search path. Perhaps you should add the directory containing `libbraiding.pc' to the PKG_CONFIG_PATH environment variable Package 'libbraiding', required by 'virtual:world', not found real_configure:33704: $? = 1 real_configure:33718: $PKG_CONFIG --exists --print-errors "libbraiding >= 1.3.1" Package libbraiding was not found in the pkg-config search path. Perhaps you should add the directory containing `libbraiding.pc' to the PKG_CONFIG_PATH environment variable Package 'libbraiding', required by 'virtual:world', not found real_configure:33721: $? = 1 real_configure:33735: result: no Package 'libbraiding', required by 'virtual:world', not found real_configure:33752: result: couldn't find libbraiding >= 1.3.1. It will be installed real_configure:33795: no suitable system package found for SPKG libbraiding ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libffi... ## ## ------------------------------------------------------- ## real_configure:33914: checking for libffi real_configure:33921: $PKG_CONFIG --exists --print-errors "libffi" Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable Package 'libffi', required by 'virtual:world', not found real_configure:33924: $? = 1 real_configure:33938: $PKG_CONFIG --exists --print-errors "libffi" Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable Package 'libffi', required by 'virtual:world', not found real_configure:33941: $? = 1 real_configure:33955: result: no Package 'libffi', required by 'virtual:world', not found real_configure:33975: checking for ffi/ffi.h real_configure:33975: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:60:10: fatal error: ffi/ffi.h: No such file or directory 60 | #include <ffi/ffi.h> | ^~~~~~~~~~~ compilation terminated. real_configure:33975: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ffi/ffi.h> real_configure:33975: result: no real_configure:33975: checking for ffi.h real_configure:33975: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:60:10: fatal error: ffi.h: No such file or directory 60 | #include <ffi.h> | ^~~~~~~ compilation terminated. real_configure:33975: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ffi.h> real_configure:33975: result: no real_configure:33987: checking for library containing ffi_call real_configure:34016: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/ccDAyGQb.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `ffi_call' collect2: error: ld returned 1 exit status real_configure:34016: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int ffi_call (); | } | int | main (void) | { | return conftest::ffi_call (); | ; | return 0; | } real_configure:34016: g++ -std=gnu++11 -o conftest conftest.cpp -lffi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: cannot find -lffi: No such file or directory collect2: error: ld returned 1 exit status real_configure:34016: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int ffi_call (); | } | int | main (void) | { | return conftest::ffi_call (); | ; | return 0; | } real_configure:34036: result: no real_configure:34155: no suitable system package found for SPKG libffi ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG libgd... ## ## ------------------------------------------------------ ## real_configure:34277: checking whether any of gcc libpng freetype is installed as or will be installed as SPKG real_configure:34282: result: yes; install libgd as well real_configure:34385: no suitable system package found for SPKG libgd ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG libgraphviz... ## ## ------------------------------------------------------------ ## real_configure:34502: checking for graphviz/cgraph.h real_configure:34502: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:34502: $? = 0 real_configure:34502: result: yes real_configure:34515: will use system package and not install SPKG libgraphviz ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libhomfly... ## ## ---------------------------------------------------------- ## real_configure:34650: checking whether any of gc is installed as or will be installed as SPKG real_configure:34655: result: yes; install libhomfly as well real_configure:34757: no suitable system package found for SPKG libhomfly ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libjpeg... ## ## -------------------------------------------------------- ## real_configure:34876: checking for libjpeg real_configure:34883: $PKG_CONFIG --exists --print-errors "libjpeg" real_configure:34886: $? = 0 real_configure:34900: $PKG_CONFIG --exists --print-errors "libjpeg" real_configure:34903: $? = 0 real_configure:34945: result: yes real_configure:34957: will use system package and not install SPKG libjpeg ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG xz... ## ## --------------------------------------------------- ## real_configure:35081: SPKG xz is not required on this system ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG liblzma... ## ## -------------------------------------------------------- ## real_configure:35325: checking whether any of xz is installed as or will be installed as SPKG real_configure:35335: result: no real_configure:35338: checking for lzma_raw_decoder in -llzma real_configure:35360: g++ -std=gnu++11 -o conftest conftest.cpp -llzma -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: cannot find -llzma: No such file or directory collect2: error: ld returned 1 exit status real_configure:35360: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int lzma_raw_decoder (); | } | int | main (void) | { | return conftest::lzma_raw_decoder (); | ; | return 0; | } real_configure:35370: result: no real_configure:35379: checking for lzma.h real_configure:35379: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:60:10: fatal error: lzma.h: No such file or directory 60 | #include <lzma.h> | ^~~~~~~~ compilation terminated. real_configure:35379: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <lzma.h> real_configure:35379: result: no real_configure:35414: no suitable system package found for SPKG liblzma ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG nauty... ## ## ------------------------------------------------------ ## real_configure:35533: checking for geng real_configure:35571: result: no real_configure:35581: checking for nauty-geng real_configure:35619: result: no real_configure:36362: no suitable system package found for SPKG nauty ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libnauty... ## ## --------------------------------------------------------- ## real_configure:36490: checking whether any of nauty is installed as or will be installed as SPKG real_configure:36495: result: yes; install libnauty as well real_configure:36595: no suitable system package found for SPKG libnauty ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libsemigroups... ## ## -------------------------------------------------------------- ## real_configure:36714: checking for libsemigroups >= 0.6.7 real_configure:36721: $PKG_CONFIG --exists --print-errors "libsemigroups >= 0.6.7" Package libsemigroups was not found in the pkg-config search path. Perhaps you should add the directory containing `libsemigroups.pc' to the PKG_CONFIG_PATH environment variable Package 'libsemigroups', required by 'virtual:world', not found real_configure:36724: $? = 1 real_configure:36738: $PKG_CONFIG --exists --print-errors "libsemigroups >= 0.6.7" Package libsemigroups was not found in the pkg-config search path. Perhaps you should add the directory containing `libsemigroups.pc' to the PKG_CONFIG_PATH environment variable Package 'libsemigroups', required by 'virtual:world', not found real_configure:36741: $? = 1 real_configure:36755: result: no Package 'libsemigroups', required by 'virtual:world', not found real_configure:36803: no suitable system package found for SPKG libsemigroups ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG libxml2... ## ## -------------------------------------------------------- ## real_configure:36922: checking for xml2-config real_configure:36945: found /bin/xml2-config real_configure:36958: result: /bin/xml2-config real_configure:36975: will use system package and not install SPKG libxml2 ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG m4rie... ## ## ------------------------------------------------------ ## real_configure:37110: checking whether any of m4ri is installed as or will be installed as SPKG real_configure:37115: result: yes; install m4rie as well real_configure:37217: no suitable system package found for SPKG m4rie ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG linbox... ## ## ------------------------------------------------------- ## real_configure:37346: checking whether any of fflas_ffpack flint fplll givaro gmp iml m4ri m4rie mpfr ntl is installed as or will be installed as SPKG real_configure:37351: result: yes; install linbox as well real_configure:37594: no suitable system package found for SPKG linbox ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG llvm... ## ## ----------------------------------------------------- ## real_configure:37719: will use system package and not install SPKG llvm ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrcalc... ## ## ------------------------------------------------------- ## real_configure:37860: checking for lrcalc/schublib.h real_configure:37860: gcc -c -g -O2 conftest.c >&5 conftest.c:33:16: fatal error: lrcalc/ivector.h: No such file or directory 33 | #include <lrcalc/ivector.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:37860: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #ifndef _IVECTOR_H | #include <lrcalc/ivector.h> | #endif | | #include <lrcalc/schublib.h> real_configure:37860: result: no real_configure:37860: checking for lrcalc/lrcoef.h real_configure:37860: gcc -c -g -O2 conftest.c >&5 conftest.c:33:16: fatal error: lrcalc/ivector.h: No such file or directory 33 | #include <lrcalc/ivector.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:37860: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #ifndef _IVECTOR_H | #include <lrcalc/ivector.h> | #endif | | #include <lrcalc/lrcoef.h> real_configure:37860: result: no real_configure:37963: no suitable system package found for SPKG lrcalc ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrslib... ## ## ------------------------------------------------------- ## real_configure:38084: checking whether any of gmp flint is installed as or will be installed as SPKG real_configure:38094: result: no real_configure:38101: checking for lrsnash real_configure:38122: found /bin/lrsnash real_configure:38133: result: lrsnash real_configure:38151: checking whether lrsnash can handle the new input format *lrsnash:lrslib v.7.1 2021.6.2(64bit,lrsgmp.h,hybrid arithmetic) gmp v.6.3 2 1 0 1 1 0 *Number of equilibria found: 1 *Player 1: vertices=1 bases=1 pivots=2 *Player 2: vertices=1 bases=1 pivots=2 *lrsnash:lrslib v.7.1 2021.6.2(64bit,lrsgmp.h,hybrid arithmetic) *0.002u 0.000s 3016Kb 0 flts 0 swaps 0 blks-in 0 blks-out real_configure:38163: result: yes real_configure:38185: will use system package and not install SPKG lrslib ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG mathjax... ## ## -------------------------------------------------------- ## real_configure:38320: checking for MathJax-3.x real_configure:38337: result: no real_configure:38362: no suitable system package found for SPKG mathjax ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG maxima... ## ## ------------------------------------------------------- ## real_configure:38494: checking whether any of ecl is installed as or will be installed as SPKG real_configure:38499: result: yes; install maxima as well real_configure:38659: no suitable system package found for SPKG maxima ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG meson... ## ## ------------------------------------------------------ ## real_configure:38789: checking for meson >= 1.5.0 real_configure:38882: result: real_configure:38908: no suitable system package found for SPKG meson ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpc... ## ## ---------------------------------------------------- ## real_configure:39028: checking whether any of mpfr is installed as or will be installed as SPKG real_configure:39038: result: no real_configure:39041: checking for MPC >= 1.2.1 real_configure:39058: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:32:10: fatal error: mpc.h: No such file or directory 32 | #include <mpc.h> | ^~~~~~~ compilation terminated. real_configure:39058: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <mpc.h> | int | main (void) | { | | #if (!defined(MPC_VERSION) || (MPC_VERSION < MPC_VERSION_NUM(1,2,1))) | # error "Sage requires MPC 1.2.1 or later (for gmpy2 2.2)." | #endif | | ; | return 0; | } real_configure:39126: result: no real_configure:39156: no suitable system package found for SPKG mpc ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpfi... ## ## ----------------------------------------------------- ## real_configure:39286: checking whether any of mpfr is installed as or will be installed as SPKG real_configure:39296: result: no real_configure:39299: checking for mpfi.h real_configure:39299: g++ -std=gnu++11 -c conftest.cpp >&5 real_configure:39299: $? = 0 real_configure:39299: result: yes real_configure:39307: checking for library containing mpfi_diam_abs real_configure:39336: g++ -std=gnu++11 -o conftest conftest.cpp -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/ccIR0nzi.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `mpfi_diam_abs' collect2: error: ld returned 1 exit status real_configure:39336: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int mpfi_diam_abs (); | } | int | main (void) | { | return conftest::mpfi_diam_abs (); | ; | return 0; | } real_configure:39336: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:39336: $? = 0 real_configure:39356: result: -lmpfi real_configure:39369: checking MPFI version >= 1.5 real_configure:39396: gcc -o conftest -g -O2 conftest.c -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:39396: $? = 0 real_configure:39396: ./conftest 1.5.3 real_configure:39396: $? = 0 real_configure:39398: result: yes real_configure:39432: will use system package and not install SPKG mpfi ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG msolve... ## ## ------------------------------------------------------- ## real_configure:39566: checking for msolve >= 0.6.5 real_configure:39573: $PKG_CONFIG --exists --print-errors "msolve >= 0.6.5" Package msolve was not found in the pkg-config search path. Perhaps you should add the directory containing `msolve.pc' to the PKG_CONFIG_PATH environment variable Package 'msolve', required by 'virtual:world', not found real_configure:39576: $? = 1 real_configure:39590: $PKG_CONFIG --exists --print-errors "msolve >= 0.6.5" Package msolve was not found in the pkg-config search path. Perhaps you should add the directory containing `msolve.pc' to the PKG_CONFIG_PATH environment variable Package 'msolve', required by 'virtual:world', not found real_configure:39593: $? = 1 real_configure:39607: result: no Package 'msolve', required by 'virtual:world', not found real_configure:39624: checking for msolve real_configure:39671: result: could not find working msolve real_configure:39680: result: real_configure:39773: no suitable system package found for SPKG msolve ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG ninja_build... ## ## ------------------------------------------------------------ ## real_configure:39889: checking for ninja >= 1.8.2 real_configure:39981: result: /bin/ninja real_configure:39992: will use system package and not install SPKG ninja_build ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG onetbb... ## ## ------------------------------------------------------- ## real_configure:40123: checking whether oneTBB >= 2018 is available ./real_configure: line 40133: cmake: command not found real_configure:40139: result: no real_configure:40164: no suitable system package found for SPKG onetbb ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG python3... ## ## -------------------------------------------------------- ## real_configure:40317: checking whether any of bzip2 liblzma libffi zlib is installed as or will be installed as SPKG real_configure:40322: result: yes; install python3 as well real_configure:41813: no suitable system package found for SPKG python3 ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG openssl... ## ## -------------------------------------------------------- ## real_configure:42489: checking for pkg-config real_configure:42521: result: /bin/pkg-config real_configure:42568: checking for openssl/ssl.h in /usr/local/ssl real_configure:42579: result: no real_configure:42568: checking for openssl/ssl.h in /usr/lib/ssl real_configure:42579: result: no real_configure:42568: checking for openssl/ssl.h in /usr/ssl real_configure:42579: result: no real_configure:42568: checking for openssl/ssl.h in /usr/pkg real_configure:42579: result: no real_configure:42568: checking for openssl/ssl.h in /usr/local real_configure:42579: result: no real_configure:42568: checking for openssl/ssl.h in /usr real_configure:42579: result: no real_configure:42591: checking whether compiling and linking against OpenSSL works Trying link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=; OPENSSL_INCLUDES= real_configure:42613: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 conftest.cpp:32:10: fatal error: openssl/ssl.h: No such file or directory 32 | #include <openssl/ssl.h> | ^~~~~~~~~~~~~~~ compilation terminated. real_configure:42613: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <openssl/ssl.h> | int | main (void) | { | SSL_new(NULL) | ; | return 0; | } real_configure:42675: result: no real_configure:42711: no suitable system package found for SPKG openssl ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG palp... ## ## ----------------------------------------------------- ## real_configure:42831: checking for poly.x real_configure:42869: result: no real_configure:42881: checking for poly-4d.x real_configure:42919: result: no real_configure:42931: checking for poly-5d.x real_configure:42969: result: no real_configure:42981: checking for poly-6d.x real_configure:43019: result: no real_configure:43031: checking for poly-11d.x real_configure:43069: result: no real_configure:43082: checking for class.x real_configure:43120: result: no real_configure:43132: checking for class-4d.x real_configure:43170: result: no real_configure:43182: checking for class-5d.x real_configure:43220: result: no real_configure:43232: checking for class-6d.x real_configure:43270: result: no real_configure:43282: checking for class-11d.x real_configure:43320: result: no real_configure:43333: checking for nef.x real_configure:43371: result: no real_configure:43383: checking for nef-4d.x real_configure:43421: result: no real_configure:43433: checking for nef-5d.x real_configure:43471: result: no real_configure:43483: checking for nef-6d.x real_configure:43521: result: no real_configure:43533: checking for nef-11d.x real_configure:43571: result: no real_configure:43584: checking for cws.x real_configure:43622: result: no real_configure:43634: checking for cws-4d.x real_configure:43672: result: no real_configure:43684: checking for cws-5d.x real_configure:43722: result: no real_configure:43734: checking for cws-6d.x real_configure:43772: result: no real_configure:43784: checking for cws-11d.x real_configure:43822: result: no real_configure:43853: no suitable system package found for SPKG palp ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pandoc... ## ## ------------------------------------------------------- ## real_configure:43972: checking for pandoc real_configure:43995: found /bin/pandoc real_configure:44007: result: /bin/pandoc real_configure:44024: will use system package and not install SPKG pandoc ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_elldata... ## ## ------------------------------------------------------------- ## real_configure:44158: checking installing pari? real_configure:44161: result: yes; install pari_elldata as well real_configure:44189: no suitable system package found for SPKG pari_elldata ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_galdata... ## ## ------------------------------------------------------------- ## real_configure:44308: checking installing pari? real_configure:44311: result: yes; install pari_galdata as well real_configure:44339: no suitable system package found for SPKG pari_galdata ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pari_galpol... ## ## ------------------------------------------------------------ ## real_configure:44458: checking installing pari? real_configure:44461: result: yes; install pari_galpol as well real_configure:44489: no suitable system package found for SPKG pari_galpol ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_nftables... ## ## -------------------------------------------------------------- ## real_configure:44607: checking installing pari? real_configure:44610: result: yes; install pari_nftables as well real_configure:44641: no suitable system package found for SPKG pari_nftables ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_seadata... ## ## ------------------------------------------------------------- ## real_configure:44760: checking installing pari? real_configure:44763: result: yes; install pari_seadata as well real_configure:44791: no suitable system package found for SPKG pari_seadata ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_seadata_small... ## ## ------------------------------------------------------------------- ## real_configure:44910: checking installing pari? real_configure:44913: result: yes; install pari_seadata_small as well real_configure:44941: no suitable system package found for SPKG pari_seadata_small ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG patch... ## ## ------------------------------------------------------ ## real_configure:45058: checking for GNU patch >= 2.7.0 real_configure:45143: result: /bin/patch real_configure:45154: will use system package and not install SPKG patch ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG patchelf... ## ## --------------------------------------------------------- ## real_configure:45288: checking for patchelf real_configure:45326: result: no real_configure:45355: no suitable system package found for SPKG patchelf ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pdf2svg... ## ## -------------------------------------------------------- ## real_configure:45474: checking for pdf2svg real_configure:45497: found /bin/pdf2svg real_configure:45509: result: /bin/pdf2svg real_configure:45526: will use system package and not install SPKG pdf2svg ## -------------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_cpan_polymake_prereq... ## ## -------------------------------------------------------------------------- ## real_configure:45726: checking for perl module XML::Writer real_configure:45736: result: ok real_configure:45726: checking for perl module XML::LibXML real_configure:45736: result: ok real_configure:45726: checking for perl module XML::LibXSLT real_configure:45736: result: ok real_configure:45726: checking for perl module File::Slurp real_configure:45736: result: ok real_configure:45726: checking for perl module JSON real_configure:45736: result: ok real_configure:45726: checking for perl module SVG real_configure:45736: result: ok real_configure:45726: checking for perl module Term::ReadKey real_configure:45736: result: ok real_configure:45760: will use system package and not install SPKG perl_cpan_polymake_prereq ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_mongodb... ## ## ------------------------------------------------------------- ## real_configure:45948: checking for perl module MongoDB real_configure:45958: result: ok real_configure:45982: will use system package and not install SPKG perl_mongodb ## ----------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG perl_term_readline_gnu... ## ## ----------------------------------------------------------------------- ## real_configure:46168: checking for perl module Term::ReadLine real_configure:46178: result: ok real_configure:46186: checking Term::ReadLine module... real_configure:46195: result: GNU real_configure:46212: will use system package and not install SPKG perl_term_readline_gnu ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pkgconf... ## ## -------------------------------------------------------- ## real_configure:46362: will use system package and not install SPKG pkgconf ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG planarity... ## ## ---------------------------------------------------------- ## real_configure:46500: checking for planarity/graph.h real_configure:46500: gcc -c -g -O2 conftest.c >&5 conftest.c:60:10: fatal error: planarity/graph.h: No such file or directory 60 | #include <planarity/graph.h> | ^~~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:46500: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <planarity/graph.h> real_configure:46500: result: no real_configure:46607: no suitable system package found for SPKG planarity ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG polymake... ## ## --------------------------------------------------------- ## real_configure:46725: checking for polymake-config >= 3.5 real_configure:46808: result: /bin/polymake-config real_configure:46814: checking whether libpolymake works real_configure:46853: g++ -o conftest -I/usr/include -I/usr/include/polymake/external -DPOLYMAKE_VERSION=411 -fPIC -pipe -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/polymake-T3bFRH/polymake-4.11=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/polymake-T3bFRH/polymake-4.11=/usr/src/polymake-4.11-2build5 -Wdate-time -D_FORTIFY_SOURCE=3 -std=c++14 -ftemplate-depth-200 -fno-strict-aliasing -fopenmp -Wshadow -Wlogical-op -Wconversion -Wzero-as-null-pointer-constant -Wno-parentheses -Wno-error=unused-function -Wno-stringop-overflow -Wno-array-bounds -Wno-maybe-uninitialized -Wno-free-nonheap-object -DPOLYMAKE_WITH_FLINT -O2 -DPOLYMAKE_DEBUG=0 -lpolymake -L/usr/lib -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -fuse-ld=gold -fopenmp -Wl,-E -Wl,-rpath,/usr/lib conftest.cpp -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 real_configure:46853: $? = 0 real_configure:46853: ./conftest real_configure:46853: $? = 0 real_configure:46856: result: yes real_configure:46889: will use system package and not install SPKG polymake ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ppl... ## ## ---------------------------------------------------- ## real_configure:47026: checking whether any of gcc glpk gmp is installed as or will be installed as SPKG real_configure:47031: result: yes; install ppl as well real_configure:47442: no suitable system package found for SPKG ppl ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG primesieve... ## ## ----------------------------------------------------------- ## real_configure:47562: checking for primesieve >= 8.0 real_configure:47569: $PKG_CONFIG --exists --print-errors "primesieve >= 8.0" Package primesieve was not found in the pkg-config search path. Perhaps you should add the directory containing `primesieve.pc' to the PKG_CONFIG_PATH environment variable Package 'primesieve', required by 'virtual:world', not found real_configure:47572: $? = 1 real_configure:47586: $PKG_CONFIG --exists --print-errors "primesieve >= 8.0" Package primesieve was not found in the pkg-config search path. Perhaps you should add the directory containing `primesieve.pc' to the PKG_CONFIG_PATH environment variable Package 'primesieve', required by 'virtual:world', not found real_configure:47589: $? = 1 real_configure:47603: result: no Package 'primesieve', required by 'virtual:world', not found real_configure:47654: no suitable system package found for SPKG primesieve ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG primecount... ## ## ----------------------------------------------------------- ## real_configure:47777: checking whether any of primesieve is installed as or will be installed as SPKG real_configure:47782: result: yes; install primecount as well real_configure:48108: no suitable system package found for SPKG primecount ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG qhull... ## ## ------------------------------------------------------ ## real_configure:48228: checking for qhull real_configure:48266: result: no real_configure:48274: qhull not found. Installing qhull real_configure:48417: no suitable system package found for SPKG qhull ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG rw... ## ## --------------------------------------------------- ## real_configure:48535: checking for rw.h real_configure:48535: g++ -std=gnu++11 -c conftest.cpp >&5 conftest.cpp:60:10: fatal error: rw.h: No such file or directory 60 | #include <rw.h> | ^~~~~~ compilation terminated. real_configure:48535: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <rw.h> real_configure:48535: result: no real_configure:48549: checking for library containing calculate_level real_configure:48578: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: /tmp/cccNk4m6.o: in function `main': conftest.cpp:(.text+0x9): undefined reference to `calculate_level' collect2: error: ld returned 1 exit status real_configure:48578: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int calculate_level (); | } | int | main (void) | { | return conftest::calculate_level (); | ; | return 0; | } real_configure:48578: g++ -std=gnu++11 -o conftest conftest.cpp -lrw -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl >&5 /bin/ld: cannot find -lrw: No such file or directory collect2: error: ld returned 1 exit status real_configure:48578: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | namespace conftest { | extern "C" int calculate_level (); | } | int | main (void) | { | return conftest::calculate_level (); | ; | return 0; | } real_configure:48598: result: no real_configure:48629: no suitable system package found for SPKG rw ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG sbcl... ## ## ----------------------------------------------------- ## real_configure:48746: checking for sbcl >= 1.4.16 real_configure:48831: result: /bin/sbcl real_configure:48850: will use system package and not install SPKG sbcl ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG singular... ## ## --------------------------------------------------------- ## real_configure:48990: checking whether any of gmp ntl flint readline mpfr cddlib is installed as or will be installed as SPKG real_configure:48995: result: yes; install singular as well real_configure:49206: no suitable system package found for SPKG singular ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sqlite... ## ## ------------------------------------------------------- ## real_configure:49334: checking libsqlite3 >= sqlite3_min_version real_configure:49367: g++ -std=gnu++11 -o conftest conftest.cpp -lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl -lsqlite3 >&5 conftest.cpp:34:51: fatal error: sqlite3.h: No such file or directory 34 | #include <sqlite3.h> | ^~~~~~~~~~~ compilation terminated. real_configure:49367: $? = 1 real_configure: program exited with status 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | | #include <sqlite3.h> | #include <assert.h> | #include <stdlib.h> | #include <string.h> | | int | main (void) | { | | assert( strcmp(sqlite3_libversion(),SQLITE_VERSION)==0 ); | if (SQLITE_VERSION_NUMBER < 3*1000000 + 8*1000 + 7) | exit(1); | else | exit(0); | | ; | return 0; | } | real_configure:49372: result: no real_configure:49405: no suitable system package found for SPKG sqlite ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG suitesparse... ## ## ------------------------------------------------------------ ## real_configure:49525: checking whether any of openblas is installed as or will be installed as SPKG real_configure:49530: result: yes; install suitesparse as well real_configure:49779: no suitable system package found for SPKG suitesparse ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG symengine... ## ## ---------------------------------------------------------- ## real_configure:49918: checking whether any of gmp ecm flint mpc mpfr is installed as or will be installed as SPKG real_configure:49923: result: yes; install symengine as well real_configure:50044: no suitable system package found for SPKG symengine ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG symmetrica... ## ## ----------------------------------------------------------- ## real_configure:50168: checking for symmetrica/def.h real_configure:50168: gcc -c -g -O2 conftest.c >&5 conftest.c:60:10: fatal error: symmetrica/def.h: No such file or directory 60 | #include <symmetrica/def.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. real_configure:50168: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <symmetrica/def.h> real_configure:50168: result: no real_configure:50308: no suitable system package found for SPKG symmetrica ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sympow... ## ## ------------------------------------------------------- ## real_configure:50427: checking for sympow real_configure:50465: result: no real_configure:50516: no suitable system package found for SPKG sympow ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG tachyon... ## ## -------------------------------------------------------- ## real_configure:50635: checking for tachyon real_configure:50673: result: no real_configure:50681: tachyon not found. Installing tachyon real_configure:50705: no suitable system package found for SPKG tachyon ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG texlive... ## ## -------------------------------------------------------- ## real_configure:50825: checking for pdflatex real_configure:50848: found /bin/pdflatex real_configure:50860: result: /bin/pdflatex real_configure:50874: checking for latexmk real_configure:50897: found /bin/latexmk real_configure:50909: result: /bin/latexmk real_configure:50923: checking for dvipng real_configure:50946: found /bin/dvipng real_configure:50958: result: /bin/dvipng real_configure:50971: checking for latex package fontspec /usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty real_configure:50976: result: yes real_configure:50987: checking for latex package xunicode /usr/share/texlive/texmf-dist/tex/xelatex/xunicode/xunicode.sty real_configure:50992: result: yes real_configure:51003: checking for latex package xltxtra /usr/share/texlive/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty real_configure:51008: result: yes real_configure:51019: checking for latex package amssymb /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty real_configure:51024: result: yes real_configure:51035: checking for latex package amsfonts /usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty real_configure:51040: result: yes real_configure:51051: checking for latex package graphicx /usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty real_configure:51056: result: yes real_configure:51067: checking for latex package mathrsfs /usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty real_configure:51072: result: yes real_configure:51083: checking for latex package textcomp /usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty real_configure:51088: result: yes real_configure:51099: checking for latex package tikz /usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty real_configure:51104: result: yes real_configure:51115: checking for latex package tikz-qtree /usr/share/texlive/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.sty real_configure:51120: result: yes real_configure:51131: checking for latex package iftex /usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty real_configure:51136: result: yes real_configure:51147: checking for latex package tkz-berge /usr/share/texlive/texmf-dist/tex/latex/tkz-berge/tkz-berge.sty real_configure:51152: result: yes real_configure:51163: checking for latex package tkz-graph /usr/share/texlive/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty real_configure:51168: result: yes real_configure:51179: checking for latex package xy /usr/share/texlive/texmf-dist/tex/generic/xypic/xy.sty real_configure:51184: result: yes real_configure:51195: checking for latex package babel /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty real_configure:51200: result: yes real_configure:51211: checking for latex package subfigure /usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty real_configure:51216: result: yes real_configure:51227: checking for latex package hyperref /usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty real_configure:51232: result: yes real_configure:51243: checking for latex package hypcap /usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty real_configure:51248: result: yes real_configure:51259: checking for latex package xr /usr/share/texlive/texmf-dist/tex/latex/tools/xr.sty real_configure:51264: result: yes real_configure:51275: checking for latex package tgtermes /usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty real_configure:51280: result: yes real_configure:51291: checking for latex package fncychap /usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty real_configure:51296: result: yes real_configure:51312: will use system package and not install SPKG texlive ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG texlive_luatex... ## ## --------------------------------------------------------------- ## real_configure:51445: checking for luaotfload-main.lua /usr/share/texlive/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua real_configure:51450: result: yes real_configure:51465: will use system package and not install SPKG texlive_luatex ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG xindy... ## ## ------------------------------------------------------ ## real_configure:51600: checking for xindy real_configure:51623: found /bin/xindy real_configure:51635: result: /bin/xindy real_configure:51652: will use system package and not install SPKG xindy ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG zeromq... ## ## ------------------------------------------------------- ## real_configure:51787: checking whether any of gcc is installed as or will be installed as SPKG real_configure:51797: result: no real_configure:51824: checking for zmq.h real_configure:51824: gcc -c -g -O2 conftest.c >&5 conftest.c:60:10: fatal error: zmq.h: No such file or directory 60 | #include <zmq.h> | ^~~~~~~ compilation terminated. real_configure:51824: $? = 1 real_configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "10.7.beta0" | #define PACKAGE_STRING "Sage 10.7.beta0" | #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "10.7.beta0" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_LIBM 1 | #define HAVE_CXX11 1 | #define HAVE_GMP_H 1 | #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" | #define HAVE_LIBZ 1 | #define HAVE_NTL_ZZ_H 1 | #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" | #define HAVE_FLINT_FLINT_H 1 | #define HAVE_FLINT_PADIC_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include <stddef.h> | #ifdef HAVE_STDIO_H | # include <stdio.h> | #endif | #ifdef HAVE_STDLIB_H | # include <stdlib.h> | #endif | #ifdef HAVE_STRING_H | # include <string.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <zmq.h> real_configure:51824: result: no real_configure:51872: WARNING: no valid ZMQ installation was found real_configure:51916: no suitable system package found for SPKG zeromq ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG admcycles... ## ## ---------------------------------------------------------- ## real_configure:52033: checking if --enable-system-site-packages was used real_configure:52089: result: no; skipping check real_configure:52119: no suitable system package found for SPKG admcycles ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG alabaster... ## ## ---------------------------------------------------------- ## real_configure:52236: checking if --enable-system-site-packages was used real_configure:52292: result: no; skipping check real_configure:52322: no suitable system package found for SPKG alabaster ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG anyio... ## ## ------------------------------------------------------ ## real_configure:52439: checking if --enable-system-site-packages was used real_configure:52495: result: no; skipping check real_configure:52525: no suitable system package found for SPKG anyio ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG appnope... ## ## -------------------------------------------------------- ## real_configure:52635: SPKG appnope is not required on this system ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG argon2_cffi... ## ## ------------------------------------------------------------ ## real_configure:52854: checking if --enable-system-site-packages was used real_configure:52910: result: no; skipping check real_configure:52940: no suitable system package found for SPKG argon2_cffi ## --------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG argon2_cffi_bindings... ## ## --------------------------------------------------------------------- ## real_configure:53058: checking if --enable-system-site-packages was used real_configure:53114: result: no; skipping check real_configure:53145: no suitable system package found for SPKG argon2_cffi_bindings ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG arrow... ## ## ------------------------------------------------------ ## real_configure:53262: checking if --enable-system-site-packages was used real_configure:53318: result: no; skipping check real_configure:53348: no suitable system package found for SPKG arrow ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG asttokens... ## ## ---------------------------------------------------------- ## real_configure:53465: checking if --enable-system-site-packages was used real_configure:53521: result: no; skipping check real_configure:53551: no suitable system package found for SPKG asttokens ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG async_lru... ## ## ---------------------------------------------------------- ## real_configure:53668: checking if --enable-system-site-packages was used real_configure:53724: result: no; skipping check real_configure:53754: no suitable system package found for SPKG async_lru ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG attrs... ## ## ------------------------------------------------------ ## real_configure:53871: checking if --enable-system-site-packages was used real_configure:53927: result: no; skipping check real_configure:53957: no suitable system package found for SPKG attrs ## ----------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG auditwheel_or_delocate... ## ## ----------------------------------------------------------------------- ## real_configure:54074: checking if --enable-system-site-packages was used real_configure:54130: result: no; skipping check real_configure:54160: no suitable system package found for SPKG auditwheel_or_delocate ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG babel... ## ## ------------------------------------------------------ ## real_configure:54277: checking if --enable-system-site-packages was used real_configure:54333: result: no; skipping check real_configure:54363: no suitable system package found for SPKG babel ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG beautifulsoup4... ## ## --------------------------------------------------------------- ## real_configure:54480: checking if --enable-system-site-packages was used real_configure:54536: result: no; skipping check real_configure:54566: no suitable system package found for SPKG beautifulsoup4 ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG beniget... ## ## -------------------------------------------------------- ## real_configure:54683: checking if --enable-system-site-packages was used real_configure:54739: result: no; skipping check real_configure:54769: no suitable system package found for SPKG beniget ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG biopython... ## ## ---------------------------------------------------------- ## real_configure:54886: checking if --enable-system-site-packages was used real_configure:54942: result: no; skipping check real_configure:54972: no suitable system package found for SPKG biopython ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG bleach... ## ## ------------------------------------------------------- ## real_configure:55089: checking if --enable-system-site-packages was used real_configure:55145: result: no; skipping check real_configure:55175: no suitable system package found for SPKG bleach ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG calver... ## ## ------------------------------------------------------- ## real_configure:55293: checking if --enable-system-site-packages was used real_configure:55349: result: no; skipping check real_configure:55380: no suitable system package found for SPKG calver ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG certifi... ## ## -------------------------------------------------------- ## real_configure:55497: checking if --enable-system-site-packages was used real_configure:55553: result: no; skipping check real_configure:55583: no suitable system package found for SPKG certifi ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG cffi... ## ## ----------------------------------------------------- ## real_configure:55700: checking if --enable-system-site-packages was used real_configure:55756: result: no; skipping check real_configure:55786: no suitable system package found for SPKG cffi ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG charset_normalizer... ## ## ------------------------------------------------------------------- ## real_configure:55904: checking if --enable-system-site-packages was used real_configure:55960: result: no; skipping check real_configure:55991: no suitable system package found for SPKG charset_normalizer ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG comm... ## ## ----------------------------------------------------- ## real_configure:56108: checking if --enable-system-site-packages was used real_configure:56164: result: no; skipping check real_configure:56194: no suitable system package found for SPKG comm ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG contourpy... ## ## ---------------------------------------------------------- ## real_configure:56311: checking if --enable-system-site-packages was used real_configure:56367: result: no; skipping check real_configure:56397: no suitable system package found for SPKG contourpy ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG conway_polynomials... ## ## ------------------------------------------------------------------- ## real_configure:56515: checking if --enable-system-site-packages was used real_configure:56571: result: no; skipping check real_configure:56602: no suitable system package found for SPKG conway_polynomials ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG cppy... ## ## ----------------------------------------------------- ## real_configure:56719: checking if --enable-system-site-packages was used real_configure:56775: result: no; skipping check real_configure:56805: no suitable system package found for SPKG cppy ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cvxopt... ## ## ------------------------------------------------------- ## real_configure:56927: checking whether any of gsl glpk suitesparse is installed as or will be installed as SPKG real_configure:56932: result: yes; install cvxopt as well real_configure:57032: no suitable system package found for SPKG cvxopt ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG cvxpy... ## ## ------------------------------------------------------ ## real_configure:57149: checking if --enable-system-site-packages was used real_configure:57205: result: no; skipping check real_configure:57235: no suitable system package found for SPKG cvxpy ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cycler... ## ## ------------------------------------------------------- ## real_configure:57352: checking if --enable-system-site-packages was used real_configure:57408: result: no; skipping check real_configure:57438: no suitable system package found for SPKG cycler ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG cylp... ## ## ----------------------------------------------------- ## real_configure:57555: checking if --enable-system-site-packages was used real_configure:57611: result: no; skipping check real_configure:57641: no suitable system package found for SPKG cylp ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cysignals... ## ## ---------------------------------------------------------- ## real_configure:57759: checking if --enable-system-site-packages was used real_configure:57815: result: no; skipping check real_configure:57846: no suitable system package found for SPKG cysignals ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cypari... ## ## ------------------------------------------------------- ## real_configure:57967: checking whether any of cysignals pari is installed as or will be installed as SPKG real_configure:57972: result: yes; install cypari as well real_configure:58072: no suitable system package found for SPKG cypari ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG cython... ## ## ------------------------------------------------------- ## real_configure:58190: checking if --enable-system-site-packages was used real_configure:58246: result: no; skipping check real_configure:58277: no suitable system package found for SPKG cython ## --------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG database_cubic_hecke... ## ## --------------------------------------------------------------------- ## real_configure:58394: checking if --enable-system-site-packages was used real_configure:58450: result: no; skipping check real_configure:58480: no suitable system package found for SPKG database_cubic_hecke ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG database_knotinfo... ## ## ------------------------------------------------------------------ ## real_configure:58597: checking if --enable-system-site-packages was used real_configure:58653: result: no; skipping check real_configure:58683: no suitable system package found for SPKG database_knotinfo ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG dateutil... ## ## --------------------------------------------------------- ## real_configure:58800: checking if --enable-system-site-packages was used real_configure:58856: result: no; skipping check real_configure:58886: no suitable system package found for SPKG dateutil ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ipykernel... ## ## ---------------------------------------------------------- ## real_configure:59003: checking if --enable-system-site-packages was used real_configure:59059: result: no; skipping check real_configure:59089: no suitable system package found for SPKG ipykernel ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG debugpy... ## ## -------------------------------------------------------- ## real_configure:59216: checking if --enable-system-site-packages was used real_configure:59272: result: no; skipping check real_configure:59303: no suitable system package found for SPKG debugpy ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG decorator... ## ## ---------------------------------------------------------- ## real_configure:59420: checking if --enable-system-site-packages was used real_configure:59476: result: no; skipping check real_configure:59506: no suitable system package found for SPKG decorator ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG defusedxml... ## ## ----------------------------------------------------------- ## real_configure:59623: checking if --enable-system-site-packages was used real_configure:59679: result: no; skipping check real_configure:59709: no suitable system package found for SPKG defusedxml ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG docutils... ## ## --------------------------------------------------------- ## real_configure:59826: checking if --enable-system-site-packages was used real_configure:59882: result: no; skipping check real_configure:59912: no suitable system package found for SPKG docutils ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG dot2tex... ## ## -------------------------------------------------------- ## real_configure:60029: checking if --enable-system-site-packages was used real_configure:60085: result: no; skipping check real_configure:60115: no suitable system package found for SPKG dot2tex ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG ecos_python... ## ## ------------------------------------------------------------ ## real_configure:60232: checking if --enable-system-site-packages was used real_configure:60288: result: no; skipping check real_configure:60318: no suitable system package found for SPKG ecos_python ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG editables... ## ## ---------------------------------------------------------- ## real_configure:60435: checking if --enable-system-site-packages was used real_configure:60491: result: no; skipping check real_configure:60521: no suitable system package found for SPKG editables ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG entrypoints... ## ## ------------------------------------------------------------ ## real_configure:60638: checking if --enable-system-site-packages was used real_configure:60694: result: no; skipping check real_configure:60724: no suitable system package found for SPKG entrypoints ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG exceptiongroup... ## ## --------------------------------------------------------------- ## real_configure:60842: checking if --enable-system-site-packages was used real_configure:60898: result: no; skipping check real_configure:60929: no suitable system package found for SPKG exceptiongroup ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG execnet... ## ## -------------------------------------------------------- ## real_configure:61046: checking if --enable-system-site-packages was used real_configure:61102: result: no; skipping check real_configure:61132: no suitable system package found for SPKG execnet ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG executing... ## ## ---------------------------------------------------------- ## real_configure:61249: checking if --enable-system-site-packages was used real_configure:61305: result: no; skipping check real_configure:61335: no suitable system package found for SPKG executing ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fastjsonschema... ## ## --------------------------------------------------------------- ## real_configure:61453: checking if --enable-system-site-packages was used real_configure:61509: result: no; skipping check real_configure:61540: no suitable system package found for SPKG fastjsonschema ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG flit_core... ## ## ---------------------------------------------------------- ## real_configure:61657: checking if --enable-system-site-packages was used real_configure:61713: result: no; skipping check real_configure:61743: no suitable system package found for SPKG flit_core ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fonttools... ## ## ---------------------------------------------------------- ## real_configure:61860: checking if --enable-system-site-packages was used real_configure:61916: result: no; skipping check real_configure:61946: no suitable system package found for SPKG fonttools ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG numpy... ## ## ------------------------------------------------------ ## real_configure:62066: checking whether any of openblas is installed as or will be installed as SPKG real_configure:62071: result: yes; install numpy as well real_configure:62171: no suitable system package found for SPKG numpy ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG fpylll... ## ## ------------------------------------------------------- ## real_configure:62293: checking whether any of cysignals fplll numpy is installed as or will be installed as SPKG real_configure:62298: result: yes; install fpylll as well real_configure:62398: no suitable system package found for SPKG fpylll ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG fqdn... ## ## ----------------------------------------------------- ## real_configure:62515: checking if --enable-system-site-packages was used real_configure:62571: result: no; skipping check real_configure:62601: no suitable system package found for SPKG fqdn ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG furo... ## ## ----------------------------------------------------- ## real_configure:62719: checking if --enable-system-site-packages was used real_configure:62775: result: no; skipping check real_configure:62806: no suitable system package found for SPKG furo ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG gap_jupyter... ## ## ------------------------------------------------------------ ## real_configure:62923: checking if --enable-system-site-packages was used real_configure:62979: result: no; skipping check real_configure:63009: no suitable system package found for SPKG gap_jupyter ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG gast... ## ## ----------------------------------------------------- ## real_configure:63126: checking if --enable-system-site-packages was used real_configure:63182: result: no; skipping check real_configure:63212: no suitable system package found for SPKG gast ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG gitpython... ## ## ---------------------------------------------------------- ## real_configure:63329: checking if --enable-system-site-packages was used real_configure:63385: result: no; skipping check real_configure:63415: no suitable system package found for SPKG gitpython ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG gmpy2... ## ## ------------------------------------------------------ ## real_configure:63532: checking if --enable-system-site-packages was used real_configure:63588: result: no; skipping check real_configure:63618: no suitable system package found for SPKG gmpy2 ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG h11... ## ## ---------------------------------------------------- ## real_configure:63735: checking if --enable-system-site-packages was used real_configure:63791: result: no; skipping check real_configure:63821: no suitable system package found for SPKG h11 ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG hatchling... ## ## ---------------------------------------------------------- ## real_configure:63938: checking if --enable-system-site-packages was used real_configure:63994: result: no; skipping check real_configure:64024: no suitable system package found for SPKG hatchling ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG httpcore... ## ## --------------------------------------------------------- ## real_configure:64142: checking if --enable-system-site-packages was used real_configure:64198: result: no; skipping check real_configure:64229: no suitable system package found for SPKG httpcore ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG httpx... ## ## ------------------------------------------------------ ## real_configure:64347: checking if --enable-system-site-packages was used real_configure:64403: result: no; skipping check real_configure:64434: no suitable system package found for SPKG httpx ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG idna... ## ## ----------------------------------------------------- ## real_configure:64551: checking if --enable-system-site-packages was used real_configure:64607: result: no; skipping check real_configure:64637: no suitable system package found for SPKG idna ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG imagesize... ## ## ---------------------------------------------------------- ## real_configure:64754: checking if --enable-system-site-packages was used real_configure:64810: result: no; skipping check real_configure:64840: no suitable system package found for SPKG imagesize ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG importlib_metadata... ## ## ------------------------------------------------------------------- ## real_configure:64964: SPKG importlib_metadata is not required on this system ## -------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG importlib_resources... ## ## -------------------------------------------------------------------- ## real_configure:65189: SPKG importlib_resources is not required on this system ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG iniconfig... ## ## ---------------------------------------------------------- ## real_configure:65407: checking if --enable-system-site-packages was used real_configure:65463: result: no; skipping check real_configure:65493: no suitable system package found for SPKG iniconfig ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ipympl... ## ## ------------------------------------------------------- ## real_configure:65611: checking if --enable-system-site-packages was used real_configure:65667: result: no; skipping check real_configure:65698: no suitable system package found for SPKG ipympl ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ipython... ## ## -------------------------------------------------------- ## real_configure:65815: checking if --enable-system-site-packages was used real_configure:65871: result: no; skipping check real_configure:65901: no suitable system package found for SPKG ipython ## ----------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ipython_genutils... ## ## ----------------------------------------------------------------- ## real_configure:66018: checking if --enable-system-site-packages was used real_configure:66074: result: no; skipping check real_configure:66105: no suitable system package found for SPKG ipython_genutils ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ipywidgets... ## ## ----------------------------------------------------------- ## real_configure:66222: checking if --enable-system-site-packages was used real_configure:66278: result: no; skipping check real_configure:66308: no suitable system package found for SPKG ipywidgets ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG isoduration... ## ## ------------------------------------------------------------ ## real_configure:66425: checking if --enable-system-site-packages was used real_configure:66481: result: no; skipping check real_configure:66511: no suitable system package found for SPKG isoduration ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG jedi... ## ## ----------------------------------------------------- ## real_configure:66628: checking if --enable-system-site-packages was used real_configure:66684: result: no; skipping check real_configure:66714: no suitable system package found for SPKG jedi ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jinja2... ## ## ------------------------------------------------------- ## real_configure:66831: checking if --enable-system-site-packages was used real_configure:66887: result: no; skipping check real_configure:66917: no suitable system package found for SPKG jinja2 ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG json5... ## ## ------------------------------------------------------ ## real_configure:67034: checking if --enable-system-site-packages was used real_configure:67090: result: no; skipping check real_configure:67120: no suitable system package found for SPKG json5 ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG jsonpointer... ## ## ------------------------------------------------------------ ## real_configure:67237: checking if --enable-system-site-packages was used real_configure:67293: result: no; skipping check real_configure:67323: no suitable system package found for SPKG jsonpointer ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jsonschema... ## ## ----------------------------------------------------------- ## real_configure:67440: checking if --enable-system-site-packages was used real_configure:67496: result: no; skipping check real_configure:67526: no suitable system package found for SPKG jsonschema ## -------------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jsonschema_specifications... ## ## -------------------------------------------------------------------------- ## real_configure:67643: checking if --enable-system-site-packages was used real_configure:67699: result: no; skipping check real_configure:67729: no suitable system package found for SPKG jsonschema_specifications ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupymake... ## ## --------------------------------------------------------- ## real_configure:67846: checking if --enable-system-site-packages was used real_configure:67902: result: no; skipping check real_configure:67932: no suitable system package found for SPKG jupymake ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_client... ## ## --------------------------------------------------------------- ## real_configure:68050: checking if --enable-system-site-packages was used real_configure:68106: result: no; skipping check real_configure:68137: no suitable system package found for SPKG jupyter_client ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_core... ## ## ------------------------------------------------------------- ## real_configure:68255: checking if --enable-system-site-packages was used real_configure:68311: result: no; skipping check real_configure:68342: no suitable system package found for SPKG jupyter_core ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_events... ## ## --------------------------------------------------------------- ## real_configure:68459: checking if --enable-system-site-packages was used real_configure:68515: result: no; skipping check real_configure:68545: no suitable system package found for SPKG jupyter_events ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_jsmol... ## ## -------------------------------------------------------------- ## real_configure:68663: checking if --enable-system-site-packages was used real_configure:68719: result: no; skipping check real_configure:68750: no suitable system package found for SPKG jupyter_jsmol ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG jupyter_lsp... ## ## ------------------------------------------------------------ ## real_configure:68867: checking if --enable-system-site-packages was used real_configure:68923: result: no; skipping check real_configure:68953: no suitable system package found for SPKG jupyter_lsp ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_server... ## ## --------------------------------------------------------------- ## real_configure:69070: checking if --enable-system-site-packages was used real_configure:69126: result: no; skipping check real_configure:69156: no suitable system package found for SPKG jupyter_server ## ------------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_server_terminals... ## ## ------------------------------------------------------------------------- ## real_configure:69273: checking if --enable-system-site-packages was used real_configure:69329: result: no; skipping check real_configure:69359: no suitable system package found for SPKG jupyter_server_terminals ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyter_sphinx... ## ## --------------------------------------------------------------- ## real_configure:69477: checking if --enable-system-site-packages was used real_configure:69533: result: no; skipping check real_configure:69564: no suitable system package found for SPKG jupyter_sphinx ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyterlab... ## ## ----------------------------------------------------------- ## real_configure:69681: checking if --enable-system-site-packages was used real_configure:69737: result: no; skipping check real_configure:69767: no suitable system package found for SPKG jupyterlab ## -------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyterlab_mathjax2... ## ## -------------------------------------------------------------------- ## real_configure:69884: checking if --enable-system-site-packages was used real_configure:69940: result: no; skipping check real_configure:69970: no suitable system package found for SPKG jupyterlab_mathjax2 ## -------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyterlab_pygments... ## ## -------------------------------------------------------------------- ## real_configure:70088: checking if --enable-system-site-packages was used real_configure:70144: result: no; skipping check real_configure:70175: no suitable system package found for SPKG jupyterlab_pygments ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG jupyterlab_server... ## ## ------------------------------------------------------------------ ## real_configure:70292: checking if --enable-system-site-packages was used real_configure:70348: result: no; skipping check real_configure:70378: no suitable system package found for SPKG jupyterlab_server ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG jupyterlab_widgets... ## ## ------------------------------------------------------------------- ## real_configure:70496: checking if --enable-system-site-packages was used real_configure:70552: result: no; skipping check real_configure:70583: no suitable system package found for SPKG jupyterlab_widgets ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG kiwisolver... ## ## ----------------------------------------------------------- ## real_configure:70700: checking if --enable-system-site-packages was used real_configure:70756: result: no; skipping check real_configure:70786: no suitable system package found for SPKG kiwisolver ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrcalc_python... ## ## -------------------------------------------------------------- ## real_configure:70903: checking if --enable-system-site-packages was used real_configure:70959: result: no; skipping check real_configure:70989: no suitable system package found for SPKG lrcalc_python ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG markupsafe... ## ## ----------------------------------------------------------- ## real_configure:71106: checking if --enable-system-site-packages was used real_configure:71162: result: no; skipping check real_configure:71192: no suitable system package found for SPKG markupsafe ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG mathics... ## ## -------------------------------------------------------- ## real_configure:71309: checking if --enable-system-site-packages was used real_configure:71365: result: no; skipping check real_configure:71395: no suitable system package found for SPKG mathics ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG matplotlib... ## ## ----------------------------------------------------------- ## real_configure:71518: checking whether any of bzip2 freetype libpng qhull is installed as or will be installed as SPKG real_configure:71523: result: yes; install matplotlib as well real_configure:71623: no suitable system package found for SPKG matplotlib ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG matplotlib_inline... ## ## ------------------------------------------------------------------ ## real_configure:71741: checking if --enable-system-site-packages was used real_configure:71797: result: no; skipping check real_configure:71828: no suitable system package found for SPKG matplotlib_inline ## ----------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG memory_allocator... ## ## ----------------------------------------------------------------- ## real_configure:71946: checking if --enable-system-site-packages was used real_configure:72002: result: no; skipping check real_configure:72033: no suitable system package found for SPKG memory_allocator ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG meson_python... ## ## ------------------------------------------------------------- ## real_configure:72151: checking if --enable-system-site-packages was used real_configure:72207: result: no; skipping check real_configure:72238: no suitable system package found for SPKG meson_python ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG mistune... ## ## -------------------------------------------------------- ## real_configure:72355: checking if --enable-system-site-packages was used real_configure:72411: result: no; skipping check real_configure:72441: no suitable system package found for SPKG mistune ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG mpmath... ## ## ------------------------------------------------------- ## real_configure:72558: checking if --enable-system-site-packages was used real_configure:72614: result: no; skipping check real_configure:72644: no suitable system package found for SPKG mpmath ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG nbclient... ## ## --------------------------------------------------------- ## real_configure:72761: checking if --enable-system-site-packages was used real_configure:72817: result: no; skipping check real_configure:72847: no suitable system package found for SPKG nbclient ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG nbconvert... ## ## ---------------------------------------------------------- ## real_configure:72964: checking if --enable-system-site-packages was used real_configure:73020: result: no; skipping check real_configure:73050: no suitable system package found for SPKG nbconvert ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG nbformat... ## ## --------------------------------------------------------- ## real_configure:73167: checking if --enable-system-site-packages was used real_configure:73223: result: no; skipping check real_configure:73253: no suitable system package found for SPKG nbformat ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG nest_asyncio... ## ## ------------------------------------------------------------- ## real_configure:73370: checking if --enable-system-site-packages was used real_configure:73426: result: no; skipping check real_configure:73456: no suitable system package found for SPKG nest_asyncio ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG networkx... ## ## --------------------------------------------------------- ## real_configure:73573: checking if --enable-system-site-packages was used real_configure:73629: result: no; skipping check real_configure:73659: no suitable system package found for SPKG networkx ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG nibabel... ## ## -------------------------------------------------------- ## real_configure:73776: checking if --enable-system-site-packages was used real_configure:73832: result: no; skipping check real_configure:73862: no suitable system package found for SPKG nibabel ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG notebook... ## ## --------------------------------------------------------- ## real_configure:73979: checking if --enable-system-site-packages was used real_configure:74035: result: no; skipping check real_configure:74065: no suitable system package found for SPKG notebook ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG notebook_shim... ## ## -------------------------------------------------------------- ## real_configure:74182: checking if --enable-system-site-packages was used real_configure:74238: result: no; skipping check real_configure:74268: no suitable system package found for SPKG notebook_shim ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG notedown... ## ## --------------------------------------------------------- ## real_configure:74385: checking if --enable-system-site-packages was used real_configure:74441: result: no; skipping check real_configure:74471: no suitable system package found for SPKG notedown ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG ore_algebra... ## ## ------------------------------------------------------------ ## real_configure:74588: checking if --enable-system-site-packages was used real_configure:74644: result: no; skipping check real_configure:74674: no suitable system package found for SPKG ore_algebra ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG osqp_python... ## ## ------------------------------------------------------------ ## real_configure:74791: checking if --enable-system-site-packages was used real_configure:74847: result: no; skipping check real_configure:74877: no suitable system package found for SPKG osqp_python ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG overrides... ## ## ---------------------------------------------------------- ## real_configure:74994: checking if --enable-system-site-packages was used real_configure:75050: result: no; skipping check real_configure:75080: no suitable system package found for SPKG overrides ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG p_group_cohomology... ## ## ------------------------------------------------------------------- ## real_configure:75197: checking if --enable-system-site-packages was used real_configure:75253: result: no; skipping check real_configure:75283: no suitable system package found for SPKG p_group_cohomology ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG packaging... ## ## ---------------------------------------------------------- ## real_configure:75400: checking if --enable-system-site-packages was used real_configure:75456: result: no; skipping check real_configure:75486: no suitable system package found for SPKG packaging ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pandoc_attributes... ## ## ------------------------------------------------------------------ ## real_configure:75603: checking if --enable-system-site-packages was used real_configure:75659: result: no; skipping check real_configure:75689: no suitable system package found for SPKG pandoc_attributes ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pandocfilters... ## ## -------------------------------------------------------------- ## real_configure:75807: checking if --enable-system-site-packages was used real_configure:75863: result: no; skipping check real_configure:75894: no suitable system package found for SPKG pandocfilters ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pari_jupyter... ## ## ------------------------------------------------------------- ## real_configure:76011: checking if --enable-system-site-packages was used real_configure:76067: result: no; skipping check real_configure:76097: no suitable system package found for SPKG pari_jupyter ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG parso... ## ## ------------------------------------------------------ ## real_configure:76214: checking if --enable-system-site-packages was used real_configure:76270: result: no; skipping check real_configure:76300: no suitable system package found for SPKG parso ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pathspec... ## ## --------------------------------------------------------- ## real_configure:76417: checking if --enable-system-site-packages was used real_configure:76473: result: no; skipping check real_configure:76503: no suitable system package found for SPKG pathspec ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pexpect... ## ## -------------------------------------------------------- ## real_configure:76620: checking if --enable-system-site-packages was used real_configure:76676: result: no; skipping check real_configure:76706: no suitable system package found for SPKG pexpect ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG phitigra... ## ## --------------------------------------------------------- ## real_configure:76823: checking if --enable-system-site-packages was used real_configure:76879: result: no; skipping check real_configure:76909: no suitable system package found for SPKG phitigra ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pickleshare... ## ## ------------------------------------------------------------ ## real_configure:77026: checking if --enable-system-site-packages was used real_configure:77082: result: no; skipping check real_configure:77112: no suitable system package found for SPKG pickleshare ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pillow... ## ## ------------------------------------------------------- ## real_configure:77235: checking whether any of bzip2 freetype libpng zlib is installed as or will be installed as SPKG real_configure:77240: result: yes; install pillow as well real_configure:77340: no suitable system package found for SPKG pillow ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG pip... ## ## ---------------------------------------------------- ## real_configure:77458: checking if --enable-system-site-packages was used real_configure:77514: result: no; skipping check real_configure:77598: no suitable system package found for SPKG pip ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pkgconfig... ## ## ---------------------------------------------------------- ## real_configure:77715: checking if --enable-system-site-packages was used real_configure:77771: result: no; skipping check real_configure:77801: no suitable system package found for SPKG pkgconfig ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG platformdirs... ## ## ------------------------------------------------------------- ## real_configure:77918: checking if --enable-system-site-packages was used real_configure:77974: result: no; skipping check real_configure:78004: no suitable system package found for SPKG platformdirs ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pluggy... ## ## ------------------------------------------------------- ## real_configure:78121: checking if --enable-system-site-packages was used real_configure:78177: result: no; skipping check real_configure:78207: no suitable system package found for SPKG pluggy ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG ply... ## ## ---------------------------------------------------- ## real_configure:78324: checking if --enable-system-site-packages was used real_configure:78380: result: no; skipping check real_configure:78410: no suitable system package found for SPKG ply ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pplpy... ## ## ------------------------------------------------------ ## real_configure:78532: checking whether any of cysignals gmpy2 ppl is installed as or will be installed as SPKG real_configure:78537: result: yes; install pplpy as well real_configure:78637: no suitable system package found for SPKG pplpy ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG primecountpy... ## ## ------------------------------------------------------------- ## real_configure:78758: checking whether any of cysignals primecount is installed as or will be installed as SPKG real_configure:78763: result: yes; install primecountpy as well real_configure:78863: no suitable system package found for SPKG primecountpy ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG prometheus_client... ## ## ------------------------------------------------------------------ ## real_configure:78981: checking if --enable-system-site-packages was used real_configure:79037: result: no; skipping check real_configure:79068: no suitable system package found for SPKG prometheus_client ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG prompt_toolkit... ## ## --------------------------------------------------------------- ## real_configure:79186: checking if --enable-system-site-packages was used real_configure:79242: result: no; skipping check real_configure:79273: no suitable system package found for SPKG prompt_toolkit ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG psutil... ## ## ------------------------------------------------------- ## real_configure:79390: checking if --enable-system-site-packages was used real_configure:79446: result: no; skipping check real_configure:79476: no suitable system package found for SPKG psutil ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG ptyprocess... ## ## ----------------------------------------------------------- ## real_configure:79593: checking if --enable-system-site-packages was used real_configure:79649: result: no; skipping check real_configure:79679: no suitable system package found for SPKG ptyprocess ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pure_eval... ## ## ---------------------------------------------------------- ## real_configure:79796: checking if --enable-system-site-packages was used real_configure:79852: result: no; skipping check real_configure:79882: no suitable system package found for SPKG pure_eval ## --------------------------------------------------- ## ## Checking whether SageMath should install SPKG py... ## ## --------------------------------------------------- ## real_configure:79999: checking if --enable-system-site-packages was used real_configure:80055: result: no; skipping check real_configure:80085: no suitable system package found for SPKG py ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pybind11... ## ## --------------------------------------------------------- ## real_configure:80202: checking if --enable-system-site-packages was used real_configure:80258: result: no; skipping check real_configure:80288: no suitable system package found for SPKG pybind11 ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pybtex... ## ## ------------------------------------------------------- ## real_configure:80405: checking if --enable-system-site-packages was used real_configure:80461: result: no; skipping check real_configure:80491: no suitable system package found for SPKG pybtex ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pycosat... ## ## -------------------------------------------------------- ## real_configure:80608: checking if --enable-system-site-packages was used real_configure:80664: result: no; skipping check real_configure:80694: no suitable system package found for SPKG pycosat ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pycparser... ## ## ---------------------------------------------------------- ## real_configure:80811: checking if --enable-system-site-packages was used real_configure:80867: result: no; skipping check real_configure:80897: no suitable system package found for SPKG pycparser ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pycryptosat... ## ## ------------------------------------------------------------ ## real_configure:81014: checking if --enable-system-site-packages was used real_configure:81070: result: no; skipping check real_configure:81100: no suitable system package found for SPKG pycryptosat ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pygments... ## ## --------------------------------------------------------- ## real_configure:81217: checking if --enable-system-site-packages was used real_configure:81273: result: no; skipping check real_configure:81303: no suitable system package found for SPKG pygments ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pygraphviz... ## ## ----------------------------------------------------------- ## real_configure:81420: checking if --enable-system-site-packages was used real_configure:81476: result: no; skipping check real_configure:81506: no suitable system package found for SPKG pygraphviz ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pynormaliz... ## ## ----------------------------------------------------------- ## real_configure:81623: checking if --enable-system-site-packages was used real_configure:81679: result: no; skipping check real_configure:81709: no suitable system package found for SPKG pynormaliz ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyparsing... ## ## ---------------------------------------------------------- ## real_configure:81826: checking if --enable-system-site-packages was used real_configure:81882: result: no; skipping check real_configure:81912: no suitable system package found for SPKG pyparsing ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyppeteer... ## ## ---------------------------------------------------------- ## real_configure:82029: checking if --enable-system-site-packages was used real_configure:82085: result: no; skipping check real_configure:82115: no suitable system package found for SPKG pyppeteer ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyproject_api... ## ## -------------------------------------------------------------- ## real_configure:82232: checking if --enable-system-site-packages was used real_configure:82288: result: no; skipping check real_configure:82318: no suitable system package found for SPKG pyproject_api ## ---------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyproject_hooks... ## ## ---------------------------------------------------------------- ## real_configure:82435: checking if --enable-system-site-packages was used real_configure:82491: result: no; skipping check real_configure:82521: no suitable system package found for SPKG pyproject_hooks ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyproject_metadata... ## ## ------------------------------------------------------------------- ## real_configure:82639: checking if --enable-system-site-packages was used real_configure:82695: result: no; skipping check real_configure:82726: no suitable system package found for SPKG pyproject_metadata ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyrsistent... ## ## ----------------------------------------------------------- ## real_configure:82843: checking if --enable-system-site-packages was used real_configure:82899: result: no; skipping check real_configure:82929: no suitable system package found for SPKG pyrsistent ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyscipopt... ## ## ---------------------------------------------------------- ## real_configure:83046: checking if --enable-system-site-packages was used real_configure:83102: result: no; skipping check real_configure:83132: no suitable system package found for SPKG pyscipopt ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pysingular... ## ## ----------------------------------------------------------- ## real_configure:83249: checking if --enable-system-site-packages was used real_configure:83305: result: no; skipping check real_configure:83335: no suitable system package found for SPKG pysingular ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pytest... ## ## ------------------------------------------------------- ## real_configure:83452: checking if --enable-system-site-packages was used real_configure:83508: result: no; skipping check real_configure:83538: no suitable system package found for SPKG pytest ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pytest_mock... ## ## ------------------------------------------------------------ ## real_configure:83655: checking if --enable-system-site-packages was used real_configure:83711: result: no; skipping check real_configure:83741: no suitable system package found for SPKG pytest_mock ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pytest_xdist... ## ## ------------------------------------------------------------- ## real_configure:83858: checking if --enable-system-site-packages was used real_configure:83914: result: no; skipping check real_configure:83944: no suitable system package found for SPKG pytest_xdist ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG python_build... ## ## ------------------------------------------------------------- ## real_configure:84061: checking if --enable-system-site-packages was used real_configure:84117: result: no; skipping check real_configure:84147: no suitable system package found for SPKG python_build ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG python_igraph... ## ## -------------------------------------------------------------- ## real_configure:84264: checking if --enable-system-site-packages was used real_configure:84320: result: no; skipping check real_configure:84350: no suitable system package found for SPKG python_igraph ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG python_json_logger... ## ## ------------------------------------------------------------------- ## real_configure:84467: checking if --enable-system-site-packages was used real_configure:84523: result: no; skipping check real_configure:84553: no suitable system package found for SPKG python_json_logger ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pythran... ## ## -------------------------------------------------------- ## real_configure:84670: checking if --enable-system-site-packages was used real_configure:84726: result: no; skipping check real_configure:84756: no suitable system package found for SPKG pythran ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG pytz... ## ## ----------------------------------------------------- ## real_configure:84873: checking if --enable-system-site-packages was used real_configure:84929: result: no; skipping check real_configure:84959: no suitable system package found for SPKG pytz ## ---------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pytz_deprecation_shim... ## ## ---------------------------------------------------------------------- ## real_configure:85076: checking if --enable-system-site-packages was used real_configure:85132: result: no; skipping check real_configure:85162: no suitable system package found for SPKG pytz_deprecation_shim ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyx... ## ## ---------------------------------------------------- ## real_configure:85279: checking if --enable-system-site-packages was used real_configure:85335: result: no; skipping check real_configure:85365: no suitable system package found for SPKG pyx ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG pyyaml... ## ## ------------------------------------------------------- ## real_configure:85482: checking if --enable-system-site-packages was used real_configure:85538: result: no; skipping check real_configure:85568: no suitable system package found for SPKG pyyaml ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG pyzmq... ## ## ------------------------------------------------------ ## real_configure:85688: checking whether any of zeromq is installed as or will be installed as SPKG real_configure:85693: result: yes; install pyzmq as well real_configure:85793: no suitable system package found for SPKG pyzmq ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG qdldl_python... ## ## ------------------------------------------------------------- ## real_configure:85910: checking if --enable-system-site-packages was used real_configure:85966: result: no; skipping check real_configure:85996: no suitable system package found for SPKG qdldl_python ## ------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG referencing... ## ## ------------------------------------------------------------ ## real_configure:86113: checking if --enable-system-site-packages was used real_configure:86169: result: no; skipping check real_configure:86199: no suitable system package found for SPKG referencing ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG requests... ## ## --------------------------------------------------------- ## real_configure:86316: checking if --enable-system-site-packages was used real_configure:86372: result: no; skipping check real_configure:86402: no suitable system package found for SPKG requests ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG rfc3339_validator... ## ## ------------------------------------------------------------------ ## real_configure:86519: checking if --enable-system-site-packages was used real_configure:86575: result: no; skipping check real_configure:86605: no suitable system package found for SPKG rfc3339_validator ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG rfc3986_validator... ## ## ------------------------------------------------------------------ ## real_configure:86722: checking if --enable-system-site-packages was used real_configure:86778: result: no; skipping check real_configure:86808: no suitable system package found for SPKG rfc3986_validator ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG rpy2... ## ## ----------------------------------------------------- ## real_configure:86906: checking for libR >= 3.5 real_configure:86913: $PKG_CONFIG --exists --print-errors "libR >= 3.5" Package libR was not found in the pkg-config search path. Perhaps you should add the directory containing `libR.pc' to the PKG_CONFIG_PATH environment variable Package 'libR', required by 'virtual:world', not found real_configure:86916: $? = 1 real_configure:86930: $PKG_CONFIG --exists --print-errors "libR >= 3.5" Package libR was not found in the pkg-config search path. Perhaps you should add the directory containing `libR.pc' to the PKG_CONFIG_PATH environment variable Package 'libR', required by 'virtual:world', not found real_configure:86933: $? = 1 real_configure:86947: result: no Package 'libR', required by 'virtual:world', not found real_configure:87062: SPKG rpy2 is not required on this system ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG rst2ipynb... ## ## ---------------------------------------------------------- ## real_configure:87281: checking if --enable-system-site-packages was used real_configure:87337: result: no; skipping check real_configure:87367: no suitable system package found for SPKG rst2ipynb ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sagelib... ## ## -------------------------------------------------------- ## real_configure:87484: checking if --enable-system-site-packages was used real_configure:87540: result: no; skipping check real_configure:87570: no suitable system package found for SPKG sagelib ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sagemath_giac... ## ## -------------------------------------------------------------- ## real_configure:87688: checking if --enable-system-site-packages was used real_configure:87744: result: no; skipping check real_configure:87775: no suitable system package found for SPKG sagemath_giac ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sagenb_export... ## ## -------------------------------------------------------------- ## real_configure:87892: checking if --enable-system-site-packages was used real_configure:87948: result: no; skipping check real_configure:87978: no suitable system package found for SPKG sagenb_export ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sagetex... ## ## -------------------------------------------------------- ## real_configure:88095: checking if --enable-system-site-packages was used real_configure:88151: result: no; skipping check real_configure:88181: no suitable system package found for SPKG sagetex ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG scipy... ## ## ------------------------------------------------------ ## real_configure:88301: checking whether any of openblas is installed as or will be installed as SPKG real_configure:88306: result: yes; install scipy as well real_configure:88406: no suitable system package found for SPKG scipy ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG scs... ## ## ---------------------------------------------------- ## real_configure:88523: checking if --enable-system-site-packages was used real_configure:88579: result: no; skipping check real_configure:88609: no suitable system package found for SPKG scs ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG send2trash... ## ## ----------------------------------------------------------- ## real_configure:88726: checking if --enable-system-site-packages was used real_configure:88782: result: no; skipping check real_configure:88812: no suitable system package found for SPKG send2trash ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG setuptools... ## ## ----------------------------------------------------------- ## real_configure:88929: checking if --enable-system-site-packages was used real_configure:88985: result: no; skipping check real_configure:89015: no suitable system package found for SPKG setuptools ## --------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG setuptools_scm... ## ## --------------------------------------------------------------- ## real_configure:89133: checking if --enable-system-site-packages was used real_configure:89189: result: no; skipping check real_configure:89220: no suitable system package found for SPKG setuptools_scm ## ----------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG singular_jupyter... ## ## ----------------------------------------------------------------- ## real_configure:89337: checking if --enable-system-site-packages was used real_configure:89393: result: no; skipping check real_configure:89423: no suitable system package found for SPKG singular_jupyter ## ---------------------------------------------------- ## ## Checking whether SageMath should install SPKG six... ## ## ---------------------------------------------------- ## real_configure:89540: checking if --enable-system-site-packages was used real_configure:89596: result: no; skipping check real_configure:89626: no suitable system package found for SPKG six ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG slabbe... ## ## ------------------------------------------------------- ## real_configure:89743: checking if --enable-system-site-packages was used real_configure:89799: result: no; skipping check real_configure:89829: no suitable system package found for SPKG slabbe ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG snappy... ## ## ------------------------------------------------------- ## real_configure:89946: checking if --enable-system-site-packages was used real_configure:90002: result: no; skipping check real_configure:90032: no suitable system package found for SPKG snappy ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sniffio... ## ## -------------------------------------------------------- ## real_configure:90149: checking if --enable-system-site-packages was used real_configure:90205: result: no; skipping check real_configure:90235: no suitable system package found for SPKG sniffio ## ---------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG snowballstemmer... ## ## ---------------------------------------------------------------- ## real_configure:90353: checking if --enable-system-site-packages was used real_configure:90409: result: no; skipping check real_configure:90440: no suitable system package found for SPKG snowballstemmer ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG soupsieve... ## ## ---------------------------------------------------------- ## real_configure:90557: checking if --enable-system-site-packages was used real_configure:90613: result: no; skipping check real_configure:90643: no suitable system package found for SPKG soupsieve ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinx... ## ## ------------------------------------------------------- ## real_configure:90761: checking if --enable-system-site-packages was used real_configure:90817: result: no; skipping check real_configure:90848: no suitable system package found for SPKG sphinx ## ---------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinx_basic_ng... ## ## ---------------------------------------------------------------- ## real_configure:90966: checking if --enable-system-site-packages was used real_configure:91022: result: no; skipping check real_configure:91053: no suitable system package found for SPKG sphinx_basic_ng ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG sphinx_copybutton... ## ## ------------------------------------------------------------------ ## real_configure:91171: checking if --enable-system-site-packages was used real_configure:91227: result: no; skipping check real_configure:91258: no suitable system package found for SPKG sphinx_copybutton ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinx_inline_tabs... ## ## ------------------------------------------------------------------- ## real_configure:91376: checking if --enable-system-site-packages was used real_configure:91432: result: no; skipping check real_configure:91463: no suitable system package found for SPKG sphinx_inline_tabs ## ------------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG sphinxcontrib_applehelp... ## ## ------------------------------------------------------------------------ ## real_configure:91581: checking if --enable-system-site-packages was used real_configure:91637: result: no; skipping check real_configure:91668: no suitable system package found for SPKG sphinxcontrib_applehelp ## ---------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinxcontrib_devhelp... ## ## ---------------------------------------------------------------------- ## real_configure:91786: checking if --enable-system-site-packages was used real_configure:91842: result: no; skipping check real_configure:91873: no suitable system package found for SPKG sphinxcontrib_devhelp ## ----------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinxcontrib_htmlhelp... ## ## ----------------------------------------------------------------------- ## real_configure:91991: checking if --enable-system-site-packages was used real_configure:92047: result: no; skipping check real_configure:92078: no suitable system package found for SPKG sphinxcontrib_htmlhelp ## --------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinxcontrib_jsmath... ## ## --------------------------------------------------------------------- ## real_configure:92196: checking if --enable-system-site-packages was used real_configure:92252: result: no; skipping check real_configure:92283: no suitable system package found for SPKG sphinxcontrib_jsmath ## --------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinxcontrib_qthelp... ## ## --------------------------------------------------------------------- ## real_configure:92401: checking if --enable-system-site-packages was used real_configure:92457: result: no; skipping check real_configure:92488: no suitable system package found for SPKG sphinxcontrib_qthelp ## ------------------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG sphinxcontrib_serializinghtml... ## ## ------------------------------------------------------------------------------ ## real_configure:92606: checking if --enable-system-site-packages was used real_configure:92662: result: no; skipping check real_configure:92693: no suitable system package found for SPKG sphinxcontrib_serializinghtml ## ------------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sphinxcontrib_websupport... ## ## ------------------------------------------------------------------------- ## real_configure:92811: checking if --enable-system-site-packages was used real_configure:92867: result: no; skipping check real_configure:92898: no suitable system package found for SPKG sphinxcontrib_websupport ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG sqlalchemy... ## ## ----------------------------------------------------------- ## real_configure:93015: checking if --enable-system-site-packages was used real_configure:93071: result: no; skipping check real_configure:93101: no suitable system package found for SPKG sqlalchemy ## ----------------------------------------------------------- ## ## Checking whether SageMath should install SPKG stack_data... ## ## ----------------------------------------------------------- ## real_configure:93219: checking if --enable-system-site-packages was used real_configure:93275: result: no; skipping check real_configure:93306: no suitable system package found for SPKG stack_data ## ----------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG surface_dynamics... ## ## ----------------------------------------------------------------- ## real_configure:93423: checking if --enable-system-site-packages was used real_configure:93479: result: no; skipping check real_configure:93509: no suitable system package found for SPKG surface_dynamics ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG symengine_py... ## ## ------------------------------------------------------------- ## real_configure:93626: checking if --enable-system-site-packages was used real_configure:93682: result: no; skipping check real_configure:93697: will use system package and not install SPKG symengine_py ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG sympy... ## ## ------------------------------------------------------ ## real_configure:93829: checking if --enable-system-site-packages was used real_configure:93885: result: no; skipping check real_configure:93915: no suitable system package found for SPKG sympy ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG terminado... ## ## ---------------------------------------------------------- ## real_configure:94032: checking if --enable-system-site-packages was used real_configure:94088: result: no; skipping check real_configure:94118: no suitable system package found for SPKG terminado ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG texttable... ## ## ---------------------------------------------------------- ## real_configure:94235: checking if --enable-system-site-packages was used real_configure:94291: result: no; skipping check real_configure:94321: no suitable system package found for SPKG texttable ## --------------------------------------------------------- ## ## Checking whether SageMath should install SPKG tinycss2... ## ## --------------------------------------------------------- ## real_configure:94439: checking if --enable-system-site-packages was used real_configure:94495: result: no; skipping check real_configure:94526: no suitable system package found for SPKG tinycss2 ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG tomli... ## ## ------------------------------------------------------ ## real_configure:94643: checking if --enable-system-site-packages was used real_configure:94699: result: no; skipping check real_configure:94729: no suitable system package found for SPKG tomli ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG tornado... ## ## -------------------------------------------------------- ## real_configure:94846: checking if --enable-system-site-packages was used real_configure:94902: result: no; skipping check real_configure:94932: no suitable system package found for SPKG tornado ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG traitlets... ## ## ---------------------------------------------------------- ## real_configure:95049: checking if --enable-system-site-packages was used real_configure:95105: result: no; skipping check real_configure:95135: no suitable system package found for SPKG traitlets ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG trove_classifiers... ## ## ------------------------------------------------------------------ ## real_configure:95253: checking if --enable-system-site-packages was used real_configure:95309: result: no; skipping check real_configure:95340: no suitable system package found for SPKG trove_classifiers ## ---------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG types_python_dateutil... ## ## ---------------------------------------------------------------------- ## real_configure:95457: checking if --enable-system-site-packages was used real_configure:95513: result: no; skipping check real_configure:95543: no suitable system package found for SPKG types_python_dateutil ## ------------------------------------------------------------------ ## ## Checking whether SageMath should install SPKG typing_extensions... ## ## ------------------------------------------------------------------ ## real_configure:95667: SPKG typing_extensions is not required on this system ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG tzlocal... ## ## -------------------------------------------------------- ## real_configure:95885: checking if --enable-system-site-packages was used real_configure:95941: result: no; skipping check real_configure:95971: no suitable system package found for SPKG tzlocal ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG uri_template... ## ## ------------------------------------------------------------- ## real_configure:96088: checking if --enable-system-site-packages was used real_configure:96144: result: no; skipping check real_configure:96174: no suitable system package found for SPKG uri_template ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG urllib3... ## ## -------------------------------------------------------- ## real_configure:96291: checking if --enable-system-site-packages was used real_configure:96347: result: no; skipping check real_configure:96377: no suitable system package found for SPKG urllib3 ## -------------------------------------------------------- ## ## Checking whether SageMath should install SPKG wcwidth... ## ## -------------------------------------------------------- ## real_configure:96494: checking if --enable-system-site-packages was used real_configure:96550: result: no; skipping check real_configure:96580: no suitable system package found for SPKG wcwidth ## ---------------------------------------------------------- ## ## Checking whether SageMath should install SPKG webcolors... ## ## ---------------------------------------------------------- ## real_configure:96697: checking if --enable-system-site-packages was used real_configure:96753: result: no; skipping check real_configure:96783: no suitable system package found for SPKG webcolors ## ------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG webencodings... ## ## ------------------------------------------------------------- ## real_configure:96901: checking if --enable-system-site-packages was used real_configure:96957: result: no; skipping check real_configure:96988: no suitable system package found for SPKG webencodings ## ----------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG websocket_client... ## ## ----------------------------------------------------------------- ## real_configure:97105: checking if --enable-system-site-packages was used real_configure:97161: result: no; skipping check real_configure:97191: no suitable system package found for SPKG websocket_client ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG wheel... ## ## ------------------------------------------------------ ## real_configure:97308: checking if --enable-system-site-packages was used real_configure:97364: result: no; skipping check real_configure:97394: no suitable system package found for SPKG wheel ## ------------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG widgetsnbextension... ## ## ------------------------------------------------------------------- ## real_configure:97512: checking if --enable-system-site-packages was used real_configure:97568: result: no; skipping check real_configure:97599: no suitable system package found for SPKG widgetsnbextension ## ----------------------------------------------------- ## ## Checking whether SageMath should install SPKG zipp... ## ## ----------------------------------------------------- ## real_configure:97716: checking if --enable-system-site-packages was used real_configure:97772: result: no; skipping check real_configure:97802: no suitable system package found for SPKG zipp ## ----------------------------------------------------------------------- ## ## Build status for each package: ## ## ----------------------------------------------------------------------- ## real_configure:103359: result: 4ti2: no suitable system package; optional, use "./configure --enable-4ti2" to install SPKG version 1.6.10 real_configure:105131: result: admcycles: no; optional pip package; use "./sage -i admcycles" to install real_configure:105294: result: alabaster: no; standard, SPKG version 0.7.16 will be installed real_configure:105458: result: anyio: no; standard, SPKG version 4.4.0 will be installed real_configure:105622: result: appdirs: no suitable system package; standard, SPKG version 1.4.4 will be installed real_configure:105786: result: appnope: not required on your platform; SPKG will not be installed real_configure:105950: result: argon2_cffi: no; standard, SPKG version 21.3.0 will be installed real_configure:106114: result: argon2_cffi_bindings: no; standard, SPKG version 21.2.0 will be installed real_configure:106278: result: arrow: no; standard, SPKG version 1.3.0 will be installed real_configure:106442: result: asttokens: no; standard, SPKG version 2.4.1 will be installed real_configure:106606: result: async_lru: no; standard, SPKG version 2.0.4 will be installed real_configure:106770: result: attrs: no; standard, SPKG version 23.2.0 will be installed real_configure:106939: result: auditwheel_or_delocate: no; optional pip package; use "./sage -i auditwheel_or_delocate" to install real_configure:107106: result: awali: experimental, use "./configure --enable-awali" to install SPKG version 1.0.2-190218 real_configure:107269: result: babel: no; standard, SPKG version 2.14.0 will be installed real_configure:107437: result: barvinok: experimental, use "./configure --enable-barvinok" to install SPKG version 0.41.7 real_configure:107600: result: beautifulsoup4: no; standard, SPKG version 4.12.2 will be installed real_configure:107764: result: beniget: no; standard, SPKG version 0.4.1 will be installed real_configure:107932: result: benzene: optional, use "./configure --enable-benzene" to install SPKG version 20130630 real_configure:108100: result: biopython: no; optional pip package; use "./sage -i biopython" to install real_configure:108263: result: bleach: no; standard, SPKG version 6.1.0 will be installed real_configure:108431: result: bliss: no suitable system package; optional, use "./configure --enable-bliss" to install SPKG version 0.77 real_configure:108594: result: boost_cropped: no suitable system package; standard, SPKG version 1.66.0.p0 will be installed real_configure:108758: result: brial: no suitable system package; standard, SPKG version 1.2.8 will be installed real_configure:108926: result: buckygen: optional, use "./configure --enable-buckygen" to install SPKG version 1.1 real_configure:109089: result: bzip2: using system package; SPKG will not be installed real_configure:109253: result: cachetools: no suitable system package; standard, SPKG version 5.3.3 will be installed real_configure:109417: result: calver: no; standard, SPKG version 2022.6.26 will be installed real_configure:109585: result: cbc: no suitable system package; optional, use "./configure --enable-cbc" to install SPKG version 2.9.4.p0 real_configure:109752: result: ccache: optional, use "./configure --enable-ccache" to install SPKG version 4.10.2 real_configure:109915: result: cddlib: no suitable system package; standard, SPKG version 0.94m will be installed real_configure:110079: result: certifi: no; standard, SPKG version 2024.2.2 will be installed real_configure:110243: result: cffi: no; standard, SPKG version 1.17.1 will be installed real_configure:110407: result: chardet: no suitable system package; standard, SPKG version 5.2.0 will be installed real_configure:110571: result: charset_normalizer: no; standard, SPKG version 3.3.2 will be installed real_configure:110740: result: clarabel: optional pip package; use "./sage -i clarabel" to install real_configure:110903: result: cliquer: no suitable system package; standard, SPKG version 1.22 will be installed real_configure:111067: result: cmake: no suitable system package; standard, SPKG version 3.31.2 will be installed real_configure:111235: result: cocoalib: experimental, use "./configure --enable-cocoalib" to install SPKG version 0.99564 real_configure:111398: result: colorama: no suitable system package; standard, SPKG version 0.4.6 will be installed real_configure:111562: result: comm: no; standard, SPKG version 0.1.4 will be installed real_configure:111730: result: configure: base, use "./configure --enable-configure" to install SPKG version a2b47d65bcbe9d176b07208feb6aae513fc41244 real_configure:111893: result: contourpy: no; standard, SPKG version 1.3.1 will be installed real_configure:112057: result: conway_polynomials: no; standard, SPKG version 0.10 will be installed real_configure:112225: result: coxeter3: no suitable system package; optional, use "./configure --enable-coxeter3" to install SPKG version 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0 real_configure:112388: result: cppy: no; standard, SPKG version 1.2.1 will be installed real_configure:112556: result: csdp: optional, use "./configure --enable-csdp" to install SPKG version 6.2.p1 real_configure:112723: result: cunningham_tables: optional, use "./configure --enable-cunningham_tables" to install SPKG version 1.0 real_configure:112886: result: curl: no suitable system package; standard, SPKG version 7.84.0 will be installed real_configure:113050: result: cvxopt: no suitable system package; standard, SPKG version 1.3.2 will be installed real_configure:113218: result: cvxpy: no; optional, use "./configure --enable-cvxpy" to install SPKG version 1.4.1 real_configure:113381: result: cycler: no; standard, SPKG version 0.12.1 will be installed real_configure:113549: result: cylp: no; optional, use "./configure --enable-cylp" to install SPKG version 0.92.2 real_configure:113712: result: cypari: no suitable system package; standard, SPKG version 2.2.1 will be installed real_configure:113876: result: cysignals: no; standard, SPKG version 1.12.3 will be installed real_configure:114040: result: cython: no; standard, SPKG version 3.0.11 will be installed real_configure:114208: result: d3js: optional, use "./configure --enable-d3js" to install SPKG version 3.4.8 real_configure:114375: result: database_cremona_ellcurve: optional, use "./configure --enable-database_cremona_ellcurve" to install SPKG version 20190911 real_configure:114542: result: database_cubic_hecke: no; optional, use "./configure --enable-database_cubic_hecke" to install SPKG version 2022.4.4 real_configure:114709: result: database_jones_numfield: optional, use "./configure --enable-database_jones_numfield" to install SPKG version 4 real_configure:114876: result: database_knotinfo: no; optional, use "./configure --enable-database_knotinfo" to install SPKG version 2024.10.1 real_configure:115043: result: database_kohel: optional, use "./configure --enable-database_kohel" to install SPKG version 20160724 real_configure:115210: result: database_mutation_class: optional, use "./configure --enable-database_mutation_class" to install SPKG version 1.0 real_configure:115377: result: database_odlyzko_zeta: optional, use "./configure --enable-database_odlyzko_zeta" to install SPKG version 20061209 real_configure:115544: result: database_stein_watkins: optional, use "./configure --enable-database_stein_watkins" to install SPKG version 20110713 real_configure:115711: result: database_stein_watkins_mini: optional, use "./configure --enable-database_stein_watkins_mini" to install SPKG version 20070827 real_configure:115878: result: database_symbolic_data: optional, use "./configure --enable-database_symbolic_data" to install SPKG version 20070206 real_configure:116041: result: dateutil: no; standard, SPKG version 2.9.0.post0 will be installed real_configure:116205: result: debugpy: no; standard, SPKG version 1.8.1 will be installed real_configure:116369: result: decorator: no; standard, SPKG version 5.1.1 will be installed real_configure:116537: result: deformation: experimental, use "./configure --enable-deformation" to install SPKG version 20210503 real_configure:116700: result: defusedxml: no; standard, SPKG version 0.7.1 will be installed real_configure:116864: result: distlib: no suitable system package; standard, SPKG version 0.3.8 will be installed real_configure:117028: result: docutils: no; standard, SPKG version 0.21.2 will be installed real_configure:117196: result: dot2tex: no; optional, use "./configure --enable-dot2tex" to install SPKG version 2.11.3.p0 real_configure:117363: result: dsdp: optional, use "./configure --enable-dsdp" to install SPKG version 5.8 real_configure:117530: result: e_antic: optional, use "./configure --enable-e_antic" to install SPKG version 2.0.2 real_configure:117693: result: ecl: no suitable system package; standard, SPKG version 24.5.10 will be installed real_configure:117857: result: eclib: no suitable system package; standard, SPKG version 20250122 will be installed real_configure:118021: result: ecm: no suitable system package; standard, SPKG version 7.0.6 will be installed real_configure:118189: result: ecos_python: no; optional, use "./configure --enable-ecos_python" to install SPKG version 2.0.12 real_configure:118352: result: editables: no; standard, SPKG version 0.5 will be installed real_configure:118516: result: elliptic_curves: standard, SPKG version 0.8.1 will be installed real_configure:118680: result: entrypoints: no; standard, SPKG version 0.4 will be installed real_configure:118844: result: exceptiongroup: no; standard, SPKG version 1.2.2 will be installed real_configure:119008: result: execnet: no; standard, SPKG version 2.1.1 will be installed real_configure:119172: result: executing: no; standard, SPKG version 2.2.0 will be installed real_configure:119336: result: fastjsonschema: no; standard, SPKG version 2.18.0 will be installed real_configure:119500: result: fflas_ffpack: no suitable system package; standard, SPKG version 2.5.0+sage-2024-05-18b will be installed real_configure:119664: result: ffmpeg: using system package real_configure:119827: result: filelock: no suitable system package; standard, SPKG version 3.14.0 will be installed real_configure:119991: result: flint: using system package; SPKG will not be installed real_configure:120155: result: flit_core: no; standard, SPKG version 3.9.0 will be installed real_configure:120319: result: fonttools: no; standard, SPKG version 4.56.0 will be installed real_configure:120483: result: fplll: no suitable system package; standard, SPKG version 5.5.0 will be installed real_configure:120647: result: fpylll: no suitable system package; standard, SPKG version 0.6.3 will be installed real_configure:120811: result: fqdn: no; standard, SPKG version 1.5.1 will be installed real_configure:120975: result: free_fonts: using system package real_configure:121138: result: freetype: no suitable system package; standard, SPKG version 2.10.4 will be installed real_configure:121306: result: fricas: using system package; SPKG will not be installed real_configure:121473: result: frobby: optional, use "./configure --enable-frobby" to install SPKG version 0.9.0.p2 real_configure:121636: result: furo: no; standard, SPKG version 2024.7.18 will be installed real_configure:121800: result: gap: no suitable system package; standard, SPKG version 4.14.0 will be installed real_configure:121968: result: gap3: experimental, use "./configure --enable-gap3" to install SPKG version 04jul17 real_configure:122135: result: gap_jupyter: no; optional, use "./configure --enable-gap_jupyter" to install SPKG version 0.9 real_configure:122302: result: gap_packages: optional, use "./configure --enable-gap_packages" to install SPKG version 4.14.0 real_configure:122465: result: gast: no; standard, SPKG version 0.5.4 will be installed real_configure:122629: result: gc: no suitable system package; standard, SPKG version 8.2.8 will be installed real_configure:122793: result: gcc: using system package; SPKG will not be installed real_configure:122957: result: gdb: optional real_configure:123120: result: gengetopt: no suitable system package; standard, SPKG version 2.23 will be installed real_configure:123284: result: gf2x: no suitable system package; standard, SPKG version 1.3.0 will be installed real_configure:123448: result: gfan: using system package; SPKG will not be installed real_configure:123612: result: gfortran: using system package; SPKG will not be installed real_configure:123780: result: giac: no suitable system package; optional, use "./configure --enable-giac" to install SPKG version 1.9.0.15p0 real_configure:123943: result: git: using system package real_configure:124106: result: github_cli: optional real_configure:124274: result: gitpython: no; optional pip package; use "./sage -i gitpython" to install real_configure:124437: result: givaro: no suitable system package; standard, SPKG version 4.2.0 will be installed real_configure:124601: result: glpk: no suitable system package; standard, SPKG version 5.0.p1 will be installed real_configure:124769: result: glucose: optional, use "./configure --enable-glucose" to install SPKG version 4.1 real_configure:124932: result: gmp: using system package; SPKG will not be installed real_configure:125096: result: gmpy2: no; standard, SPKG version 2.2.0a1 will be installed real_configure:125258: result: gnulib: standard, SPKG version f9b39c4e337f1dc0dd07c4f3985c476fb875d799 will be installed real_configure:125421: result: gnumake_tokenpool: standard, SPKG version 0.0.7 will be installed real_configure:125589: result: gp2c: no suitable system package; optional, use "./configure --enable-gp2c" to install SPKG version 0.0.10.p0 real_configure:125752: result: graphs: standard, SPKG version 20210214.p0 will be installed real_configure:125916: result: graphviz: using system package real_configure:126079: result: gsl: no suitable system package; standard, SPKG version 2.7.1 will be installed real_configure:126243: result: h11: no; standard, SPKG version 0.14.0 will be installed real_configure:126407: result: hatchling: no; standard, SPKG version 1.25.0 will be installed real_configure:126571: result: httpcore: no; standard, SPKG version 1.0.5 will be installed real_configure:126735: result: httpx: no; standard, SPKG version 0.27.0 will be installed real_configure:126904: result: hypothesis: optional pip package; use "./sage -i hypothesis" to install real_configure:127064: result: iconv: using system package real_configure:127227: result: idna: no; standard, SPKG version 3.7 will be installed real_configure:127395: result: igraph: no suitable system package; optional, use "./configure --enable-igraph" to install SPKG version 0.10.15 real_configure:127558: result: imagemagick: using system package real_configure:127721: result: imagesize: no; standard, SPKG version 1.4.1 will be installed real_configure:127885: result: iml: no suitable system package; standard, SPKG version 1.0.4p2.p2 will be installed real_configure:128049: result: importlib_metadata: not required on your platform; SPKG will not be installed real_configure:128213: result: importlib_resources: not required on your platform; SPKG will not be installed real_configure:128377: result: info: no suitable system package; standard, SPKG version 7.0.3 will be installed real_configure:128541: result: iniconfig: no; standard, SPKG version 2.0.0 will be installed real_configure:128705: result: ipykernel: no; standard, SPKG version 6.27.1 will be installed real_configure:128869: result: ipympl: no; standard, SPKG version 0.9.3 will be installed real_configure:129033: result: ipython: no; standard, SPKG version 8.18.1 will be installed real_configure:129197: result: ipython_genutils: no; standard, SPKG version 0.2.0 will be installed real_configure:129361: result: ipywidgets: no; standard, SPKG version 8.1.1 will be installed real_configure:129529: result: isl: using system package; SPKG will not be installed real_configure:129692: result: isoduration: no; standard, SPKG version 20.11.0 will be installed real_configure:129856: result: jedi: no; standard, SPKG version 0.19.1 will be installed real_configure:130020: result: jinja2: no; standard, SPKG version 3.1.4 will be installed real_configure:130188: result: jmol: optional, use "./configure --enable-jmol" to install SPKG version 14.29.52 real_configure:130351: result: json5: no; standard, SPKG version 0.9.14 will be installed real_configure:130515: result: jsonpointer: no; standard, SPKG version 2.4 will be installed real_configure:130679: result: jsonschema: no; standard, SPKG version 4.17.3 will be installed real_configure:130843: result: jsonschema_specifications: no; standard, SPKG version 2023.3.3 will be installed real_configure:131011: result: jupymake: no; optional, use "./configure --enable-jupymake" to install SPKG version 0.9 real_configure:131174: result: jupyter_client: no; standard, SPKG version 8.3.1 will be installed real_configure:131338: result: jupyter_core: no; standard, SPKG version 5.3.2 will be installed real_configure:131502: result: jupyter_events: no; standard, SPKG version 0.6.3 will be installed real_configure:131670: result: jupyter_jsmol: no; optional, use "./configure --enable-jupyter_jsmol" to install SPKG version 2022.1.0 real_configure:131833: result: jupyter_lsp: no; standard, SPKG version 2.2.0 will be installed real_configure:131997: result: jupyter_server: no; standard, SPKG version 2.7.3 will be installed real_configure:132161: result: jupyter_server_terminals: no; standard, SPKG version 0.4.4 will be installed real_configure:132325: result: jupyter_sphinx: no; standard, SPKG version 0.5.3.p0 will be installed real_configure:132489: result: jupyterlab: no; standard, SPKG version 4.1.3 will be installed real_configure:132653: result: jupyterlab_mathjax2: no; standard, SPKG version 4.0.0 will be installed real_configure:132817: result: jupyterlab_pygments: no; standard, SPKG version 0.2.2 will be installed real_configure:132981: result: jupyterlab_server: no; standard, SPKG version 2.24.0 will be installed real_configure:133145: result: jupyterlab_widgets: no; standard, SPKG version 3.0.9 will be installed real_configure:133313: result: kenzo: optional, use "./configure --enable-kenzo" to install SPKG version 1.1.10 real_configure:133480: result: kissat: optional, use "./configure --enable-kissat" to install SPKG version 3.1.0 real_configure:133643: result: kiwisolver: no; standard, SPKG version 1.4.8 will be installed real_configure:133811: result: latte_int: optional, use "./configure --enable-latte_int" to install SPKG version 1.7.6 real_configure:133974: result: lcalc: no suitable system package; standard, SPKG version 2.0.5 will be installed real_configure:134138: result: libatomic_ops: no suitable system package; standard, SPKG version 7.8.2 will be installed real_configure:134302: result: libbraiding: no suitable system package; standard, SPKG version 1.3.1 will be installed real_configure:134466: result: libffi: no suitable system package; standard, SPKG version 3.4.6 will be installed real_configure:134630: result: libgd: no suitable system package; standard, SPKG version 2.3.3 will be installed real_configure:134794: result: libgraphviz: using system package real_configure:134957: result: libhomfly: no suitable system package; standard, SPKG version 1.02r6 will be installed real_configure:135121: result: libjpeg: using system package real_configure:135282: result: liblzma: no suitable system package; standard, SPKG version 5.2.5 will be installed real_configure:135447: result: libnauty: no suitable system package; optional, use "./configure --enable-libnauty" to install SPKG version none real_configure:135614: result: libogg: optional, use "./configure --enable-libogg" to install SPKG version 1.3.1.p0 real_configure:135777: result: libpng: no suitable system package; standard, SPKG version 1.6.43 will be installed real_configure:135945: result: libsemigroups: no suitable system package; optional, use "./configure --enable-libsemigroups" to install SPKG version 2.7.3 real_configure:136108: result: libxml2: using system package real_configure:136275: result: lidia: optional, use "./configure --enable-lidia" to install SPKG version 2.3.0+latte-patches-2019-05-02 real_configure:136442: result: lie: experimental, use "./configure --enable-lie" to install SPKG version 2.2.2 real_configure:136605: result: linbox: no suitable system package; standard, SPKG version 1.7.0+sage-2024-05-18 will be installed real_configure:136769: result: llvm: not required on your platform real_configure:136932: result: lrcalc: no suitable system package; standard, SPKG version 2.1 will be installed real_configure:137096: result: lrcalc_python: no; standard, SPKG version 2.1 will be installed real_configure:137264: result: lrslib: using system package; SPKG will not be installed real_configure:137427: result: m4ri: no suitable system package; standard, SPKG version 20200125 will be installed real_configure:137591: result: m4rie: no suitable system package; standard, SPKG version 20200125 will be installed real_configure:137755: result: markupsafe: no; standard, SPKG version 2.1.5 will be installed real_configure:137924: result: mathics: no; optional pip package; use "./sage -i mathics" to install real_configure:138087: result: mathjax: no suitable system package; standard, SPKG version 3.2.0 will be installed real_configure:138251: result: matplotlib: no suitable system package; standard, SPKG version 3.10.1 will be installed real_configure:138415: result: matplotlib_inline: no; standard, SPKG version 0.1.6 will be installed real_configure:138583: result: matroid_database: optional, use "./configure --enable-matroid_database" to install SPKG version 0.3 real_configure:138746: result: maxima: no suitable system package; standard, SPKG version 5.47.0 will be installed real_configure:138914: result: mcqd: optional, use "./configure --enable-mcqd" to install SPKG version 1.0.p0 real_configure:139081: result: meataxe: optional, use "./configure --enable-meataxe" to install SPKG version 1.0.1 real_configure:139244: result: memory_allocator: no; standard, SPKG version 0.1.4 will be installed real_configure:139408: result: meson: no suitable system package; standard, SPKG version 1.7.0 will be installed real_configure:139572: result: meson_python: no; standard, SPKG version 0.17.1 will be installed real_configure:139736: result: mistune: no; standard, SPKG version 2.0.4 will be installed real_configure:139904: result: modular_resolution: optional, use "./configure --enable-modular_resolution" to install SPKG version 1.1 real_configure:140067: result: mpc: no suitable system package; standard, SPKG version 1.3.1 will be installed real_configure:140231: result: mpfi: using system package; SPKG will not be installed real_configure:140395: result: mpfr: using system package; SPKG will not be installed real_configure:140563: result: mpfrcx: optional, use "./configure --enable-mpfrcx" to install SPKG version 0.6.3 real_configure:140726: result: mpmath: no; standard, SPKG version 1.3.0 will be installed real_configure:140894: result: msolve: no suitable system package; optional, use "./configure --enable-msolve" to install SPKG version 0.7.5 real_configure:141057: result: nauty: no suitable system package; standard, SPKG version 2.8.9 will be installed real_configure:141221: result: nbclient: no; standard, SPKG version 0.8.0 will be installed real_configure:141385: result: nbconvert: no; standard, SPKG version 7.9.2 will be installed real_configure:141549: result: nbformat: no; standard, SPKG version 5.9.2 will be installed real_configure:141713: result: ncurses: no suitable system package; standard, SPKG version 6.3 will be installed real_configure:141877: result: nest_asyncio: no; standard, SPKG version 1.6.0 will be installed real_configure:142041: result: networkx: no; standard, SPKG version 3.4.2 will be installed real_configure:142210: result: nibabel: no; optional pip package; use "./sage -i nibabel" to install real_configure:142373: result: ninja_build: using system package; SPKG will not be installed real_configure:142541: result: normaliz: optional, use "./configure --enable-normaliz" to install SPKG version 3.10.3 real_configure:142704: result: notebook: no; standard, SPKG version 7.1.1 will be installed real_configure:142868: result: notebook_shim: no; standard, SPKG version 0.2.3 will be installed real_configure:143036: result: notedown: no; optional, use "./configure --enable-notedown" to install SPKG version 1.5.1 real_configure:143199: result: ntl: using system package; SPKG will not be installed real_configure:143363: result: numpy: no suitable system package; standard, SPKG version 2.2.4 will be installed real_configure:143531: result: onetbb: no suitable system package; optional, use "./configure --enable-onetbb" to install SPKG version 2021.12.0 real_configure:143694: result: openblas: no suitable system package; standard, SPKG version 0.3.28 will be installed real_configure:143858: result: openssl: no suitable system package; standard, SPKG version 3.2.2 will be installed real_configure:144027: result: ore_algebra: no; optional pip package; use "./sage -i ore_algebra" to install real_configure:144194: result: osqp_python: no; optional, use "./configure --enable-osqp_python" to install SPKG version 0.6.3 real_configure:144357: result: overrides: no; standard, SPKG version 7.4.0 will be installed real_configure:144525: result: p_group_cohomology: no; optional, use "./configure --enable-p_group_cohomology" to install SPKG version 3.3.3.p1 real_configure:144688: result: packaging: no; standard, SPKG version 24.2 will be installed real_configure:144852: result: palp: no suitable system package; standard, SPKG version 2.11 will be installed real_configure:145016: result: pandoc: using system package real_configure:145183: result: pandoc_attributes: no; optional, use "./configure --enable-pandoc_attributes" to install SPKG version 8bc82f6d real_configure:145346: result: pandocfilters: no; standard, SPKG version 1.5.0 will be installed real_configure:145514: result: papilo: optional, use "./configure --enable-papilo" to install SPKG version 2.2.1 real_configure:145677: result: pari: no suitable system package; standard, SPKG version 2.17.1 will be installed real_configure:145845: result: pari_elldata: no suitable system package; optional, use "./configure --enable-pari_elldata" to install SPKG version 20161017 real_configure:146008: result: pari_galdata: no suitable system package; standard, SPKG version 20080411.p0 will be installed real_configure:146176: result: pari_galpol: no suitable system package; optional, use "./configure --enable-pari_galpol" to install SPKG version 20180625 real_configure:146343: result: pari_jupyter: no; optional, use "./configure --enable-pari_jupyter" to install SPKG version 1.4.3 real_configure:146510: result: pari_nftables: no suitable system package; optional, use "./configure --enable-pari_nftables" to install SPKG version 20080929 real_configure:146677: result: pari_seadata: no suitable system package; optional, use "./configure --enable-pari_seadata" to install SPKG version 20090618 real_configure:146840: result: pari_seadata_small: no suitable system package; standard, SPKG version 20090618.p0 will be installed real_configure:147004: result: parso: no; standard, SPKG version 0.8.4 will be installed real_configure:147168: result: patch: using system package; SPKG will not be installed real_configure:147332: result: patchelf: no suitable system package; standard, SPKG version 0.13.1 will be installed real_configure:147496: result: pathspec: no; standard, SPKG version 0.12.1 will be installed real_configure:147660: result: pdf2svg: using system package real_configure:147823: result: perl_cpan_polymake_prereq: not required on your platform real_configure:147986: result: perl_mongodb: using system package real_configure:148153: result: perl_term_readline_gnu: not required on your platform; SPKG will not be installed real_configure:148316: result: pexpect: no; standard, SPKG version 4.9.0 will be installed real_configure:148485: result: phitigra: no; optional pip package; use "./sage -i phitigra" to install real_configure:148648: result: pickleshare: no; standard, SPKG version 0.7.5 will be installed real_configure:148812: result: pillow: no suitable system package; standard, SPKG version 11.1.0 will be installed real_configure:148976: result: pip: no; standard, SPKG version 24.2 will be installed real_configure:149140: result: pkgconf: using system package; SPKG will not be installed real_configure:149304: result: pkgconfig: no; standard, SPKG version 1.5.5 will be installed real_configure:149468: result: planarity: no suitable system package; standard, SPKG version 3.0.1.0 will be installed real_configure:149636: result: plantri: optional, use "./configure --enable-plantri" to install SPKG version 5.3 real_configure:149799: result: platformdirs: no; standard, SPKG version 4.2.2 will be installed real_configure:149963: result: pluggy: no; standard, SPKG version 1.5.0 will be installed real_configure:150127: result: ply: no; standard, SPKG version 3.11 will be installed real_configure:150295: result: polylib: experimental, use "./configure --enable-polylib" to install SPKG version 5.22.5 real_configure:150462: result: polymake: using system package; SPKG will not be installed real_configure:150625: result: polytopes_db: standard, SPKG version 20170220.p0 will be installed real_configure:150793: result: polytopes_db_4d: optional, use "./configure --enable-polytopes_db_4d" to install SPKG version 1.0 real_configure:150956: result: ppl: no suitable system package; standard, SPKG version 1.2.p1 will be installed real_configure:151120: result: pplpy: no suitable system package; standard, SPKG version 0.8.9 will be installed real_configure:151284: result: pplpy_doc: standard, SPKG version 0.8.9 will be installed real_configure:151448: result: primecount: no suitable system package; standard, SPKG version 7.14 will be installed real_configure:151612: result: primecountpy: no suitable system package; standard, SPKG version 0.1.0 will be installed real_configure:151776: result: primesieve: no suitable system package; standard, SPKG version 12.4 will be installed real_configure:151940: result: prometheus_client: no; standard, SPKG version 0.14.1 will be installed real_configure:152104: result: prompt_toolkit: no; standard, SPKG version 3.0.43 will be installed real_configure:152268: result: psutil: no; standard, SPKG version 5.9.6 will be installed real_configure:152432: result: ptyprocess: no; standard, SPKG version 0.7.0 will be installed real_configure:152596: result: pure_eval: no; standard, SPKG version 0.2.2 will be installed real_configure:152760: result: py: no; standard, SPKG version 1.11.0 will be installed real_configure:152924: result: pybind11: no; standard, SPKG version 2.13.6 will be installed real_configure:153093: result: pybtex: no; optional pip package; use "./sage -i pybtex" to install real_configure:153260: result: pycosat: no; optional, use "./configure --enable-pycosat" to install SPKG version 0.6.3 real_configure:153423: result: pycparser: no; standard, SPKG version 2.22 will be installed real_configure:153592: result: pycryptosat: no; optional pip package; use "./sage -i pycryptosat" to install real_configure:153755: result: pygments: no; standard, SPKG version 2.18.0 will be installed real_configure:153924: result: pygraphviz: no; optional pip package; use "./sage -i pygraphviz" to install real_configure:154091: result: pynormaliz: no; optional, use "./configure --enable-pynormaliz" to install SPKG version 2.20 real_configure:154254: result: pyparsing: no; standard, SPKG version 3.2.3 will be installed real_configure:154423: result: pyppeteer: no; optional pip package; use "./sage -i pyppeteer" to install real_configure:154586: result: pyproject_api: no; standard, SPKG version 1.7.1 will be installed real_configure:154750: result: pyproject_hooks: no; standard, SPKG version 1.1.0 will be installed real_configure:154914: result: pyproject_metadata: no; standard, SPKG version 0.8.0 will be installed real_configure:155078: result: pyrsistent: no; standard, SPKG version 0.19.3 will be installed real_configure:155246: result: pyscipopt: no; optional, use "./configure --enable-pyscipopt" to install SPKG version 5.0.0 real_configure:155413: result: pysingular: no; optional, use "./configure --enable-pysingular" to install SPKG version 0.9.7 real_configure:155576: result: pytest: no; standard, SPKG version 8.3.2 will be installed real_configure:155740: result: pytest_mock: no; standard, SPKG version 3.14.0 will be installed real_configure:155904: result: pytest_xdist: no; standard, SPKG version 3.6.1 will be installed real_configure:156068: result: python3: no suitable system package; standard, SPKG version 3.12.5 will be installed real_configure:156232: result: python_build: no; standard, SPKG version 1.2.1 will be installed real_configure:156400: result: python_flint: optional, use "./configure --enable-python_flint" to install SPKG version 0.6.0 real_configure:156567: result: python_igraph: no; optional, use "./configure --enable-python_igraph" to install SPKG version 0.11.8 real_configure:156730: result: python_json_logger: no; standard, SPKG version 2.0.7 will be installed real_configure:156894: result: pythran: no; standard, SPKG version 0.17.0 will be installed real_configure:157058: result: pytz: no; standard, SPKG version 2023.3.post1 will be installed real_configure:157222: result: pytz_deprecation_shim: no; standard, SPKG version 0.1.0.post0 will be installed real_configure:157391: result: pyx: no; optional pip package; use "./sage -i pyx" to install real_configure:157554: result: pyyaml: no; standard, SPKG version 6.0.1 will be installed real_configure:157718: result: pyzmq: no suitable system package; standard, SPKG version 25.1.1 will be installed real_configure:157886: result: qdldl_python: no; optional, use "./configure --enable-qdldl_python" to install SPKG version 0.1.5.post3 real_configure:158053: result: qepcad: optional, use "./configure --enable-qepcad" to install SPKG version 1.74 real_configure:158216: result: qhull: no suitable system package; standard, SPKG version 2020-src-8.0.2 will be installed real_configure:158380: result: r: optional real_configure:158545: result: r_jupyter: experimental, use "./configure --enable-r_jupyter" to install SPKG version none real_configure:158708: result: readline: no suitable system package; standard, SPKG version 8.1.2 will be installed real_configure:158872: result: referencing: no; standard, SPKG version 0.23.0 will be installed real_configure:159036: result: requests: no; standard, SPKG version 2.32.2 will be installed real_configure:159200: result: rfc3339_validator: no; standard, SPKG version 0.1.4 will be installed real_configure:159364: result: rfc3986_validator: no; standard, SPKG version 0.1.1 will be installed real_configure:159528: result: rpy2: not required on your platform; SPKG will not be installed real_configure:159696: result: rst2ipynb: no; optional, use "./configure --enable-rst2ipynb" to install SPKG version 0.2.3 real_configure:159863: result: rubiks: optional, use "./configure --enable-rubiks" to install SPKG version 20070912.p21 real_configure:160026: result: rw: no suitable system package; standard, SPKG version 0.9 will be installed real_configure:160194: result: saclib: optional, use "./configure --enable-saclib" to install SPKG version 2.2.8 real_configure:160355: result: sage_conf: standard, SPKG version 10.7.beta0 will be installed real_configure:160516: result: sage_docbuild: standard, SPKG version 10.7.beta0 will be installed real_configure:160684: result: sage_flatsurf: optional pip package; use "./sage -i sage_flatsurf" to install real_configure:160851: result: sage_numerical_backends_coin: optional, use "./configure --enable-sage_numerical_backends_coin" to install SPKG version 10.4 real_configure:161018: result: sage_numerical_backends_cplex: optional, use "./configure --enable-sage_numerical_backends_cplex" to install SPKG version 10.4 real_configure:161185: result: sage_numerical_backends_gurobi: optional, use "./configure --enable-sage_numerical_backends_gurobi" to install SPKG version 10.4 real_configure:161346: result: sage_setup: standard, SPKG version 10.7.beta0 will be installed real_configure:161511: result: sage_sws2rst: optional, use "./configure --enable-sage_sws2rst" to install SPKG version 10.7.beta0 real_configure:161672: result: sagelib: no; standard, SPKG version 10.7.beta0 will be installed real_configure:161837: result: sagemath_bliss: optional, use "./configure --enable-sagemath_bliss" to install SPKG version 10.7.beta0 real_configure:162002: result: sagemath_categories: optional, use "./configure --enable-sagemath_categories" to install SPKG version 10.7.beta0 real_configure:162167: result: sagemath_coxeter3: optional, use "./configure --enable-sagemath_coxeter3" to install SPKG version 10.7.beta0 real_configure:162328: result: sagemath_doc_html: standard, SPKG will be installed real_configure:162493: result: sagemath_doc_pdf: optional, use "./configure --enable-sagemath_doc_pdf" to install SPKG version none real_configure:162658: result: sagemath_environment: optional, use "./configure --enable-sagemath_environment" to install SPKG version 10.7.beta0 real_configure:162825: result: sagemath_giac: no; optional, use "./configure --enable-sagemath_giac" to install SPKG version 0.1.1 real_configure:162990: result: sagemath_mcqd: optional, use "./configure --enable-sagemath_mcqd" to install SPKG version 10.7.beta0 real_configure:163155: result: sagemath_meataxe: optional, use "./configure --enable-sagemath_meataxe" to install SPKG version 10.7.beta0 real_configure:163320: result: sagemath_objects: optional, use "./configure --enable-sagemath_objects" to install SPKG version 10.7.beta0 real_configure:163485: result: sagemath_repl: optional, use "./configure --enable-sagemath_repl" to install SPKG version 10.7.beta0 real_configure:163650: result: sagemath_sirocco: optional, use "./configure --enable-sagemath_sirocco" to install SPKG version 10.7.beta0 real_configure:163815: result: sagemath_tdlib: optional, use "./configure --enable-sagemath_tdlib" to install SPKG version 10.7.beta0 real_configure:163978: result: sagenb_export: no; standard, SPKG version 3.3 will be installed real_configure:164142: result: sagetex: no; standard, SPKG version 3.6.1 will be installed real_configure:164306: result: sbcl: using system package real_configure:164473: result: scip: optional, use "./configure --enable-scip" to install SPKG version 9.0.1 real_configure:164640: result: scip_sdp: optional, use "./configure --enable-scip_sdp" to install SPKG version 4.3.0 real_configure:164803: result: scipy: no suitable system package; standard, SPKG version 1.15.2 will be installed real_configure:164971: result: scs: no; optional, use "./configure --enable-scs" to install SPKG version 3.2.3 real_configure:165134: result: send2trash: no; standard, SPKG version 1.8.3 will be installed real_configure:165298: result: setuptools: no; standard, SPKG version 73.0.1 will be installed real_configure:165462: result: setuptools_scm: no; standard, SPKG version 8.1.0 will be installed real_configure:165626: result: singular: no suitable system package; standard, SPKG version 4.4.0 will be installed real_configure:165794: result: singular_jupyter: no; optional, use "./configure --enable-singular_jupyter" to install SPKG version 0.9.7 real_configure:165961: result: sirocco: optional, use "./configure --enable-sirocco" to install SPKG version 2.1.0 real_configure:166124: result: six: no; standard, SPKG version 1.17.0 will be installed real_configure:166293: result: slabbe: no; optional pip package; use "./sage -i slabbe" to install real_configure:166461: result: snappy: no; optional pip package; use "./sage -i snappy" to install real_configure:166624: result: sniffio: no; standard, SPKG version 1.3.1 will be installed real_configure:166788: result: snowballstemmer: no; standard, SPKG version 2.2.0 will be installed real_configure:166956: result: soplex: optional, use "./configure --enable-soplex" to install SPKG version 7.0.1 real_configure:167119: result: soupsieve: no; standard, SPKG version 2.5 will be installed real_configure:167283: result: sphinx: no; standard, SPKG version 8.1.3 will be installed real_configure:167447: result: sphinx_basic_ng: no; standard, SPKG version 1.0.0b2 will be installed real_configure:167611: result: sphinx_copybutton: no; standard, SPKG version 0.5.2 will be installed real_configure:167775: result: sphinx_inline_tabs: no; standard, SPKG version 2023.4.21 will be installed real_configure:167939: result: sphinxcontrib_applehelp: no; standard, SPKG version 2.0.0 will be installed real_configure:168103: result: sphinxcontrib_devhelp: no; standard, SPKG version 2.0.0 will be installed real_configure:168267: result: sphinxcontrib_htmlhelp: no; standard, SPKG version 2.1.0 will be installed real_configure:168431: result: sphinxcontrib_jsmath: no; standard, SPKG version 1.0.1 will be installed real_configure:168595: result: sphinxcontrib_qthelp: no; standard, SPKG version 2.0.0 will be installed real_configure:168759: result: sphinxcontrib_serializinghtml: no; standard, SPKG version 2.0.0 will be installed real_configure:168923: result: sphinxcontrib_websupport: no; standard, SPKG version 2.0.0 will be installed real_configure:169092: result: sqlalchemy: no; optional pip package; use "./sage -i sqlalchemy" to install real_configure:169255: result: sqlite: no suitable system package; standard, SPKG version 3.36.0 will be installed real_configure:169419: result: stack_data: no; standard, SPKG version 0.6.3 will be installed real_configure:169583: result: suitesparse: no suitable system package; standard, SPKG version 7.8.0 will be installed real_configure:169751: result: surf: experimental, use "./configure --enable-surf" to install SPKG version 1.0.6-gcc6 real_configure:169919: result: surface_dynamics: no; optional pip package; use "./sage -i surface_dynamics" to install real_configure:170086: result: symengine: no; optional, use "./configure --enable-symengine" to install SPKG version 0.11.2 real_configure:170253: result: symengine_py: using system package; SPKG will not be installed real_configure:170416: result: symmetrica: no suitable system package; standard, SPKG version 3.0.1 will be installed real_configure:170580: result: sympow: no suitable system package; standard, SPKG version 2.023.6 will be installed real_configure:170744: result: sympy: no; standard, SPKG version 1.13.2 will be installed real_configure:170908: result: tachyon: no suitable system package; standard, SPKG version 0.99.5.p0 will be installed real_configure:171076: result: tdlib: optional, use "./configure --enable-tdlib" to install SPKG version 0.9.3.p0 real_configure:171239: result: terminado: no; standard, SPKG version 0.17.1 will be installed real_configure:171405: result: texlive: using system package; SPKG will not be installed real_configure:171568: result: texlive_luatex: using system package real_configure:171735: result: texttable: no; optional, use "./configure --enable-texttable" to install SPKG version 1.7.0 real_configure:171898: result: threejs: standard, SPKG version r122.p0 will be installed real_configure:172066: result: tides: optional, use "./configure --enable-tides" to install SPKG version 2.0.p0 real_configure:172229: result: tinycss2: no; standard, SPKG version 1.2.1 will be installed real_configure:172393: result: tomli: no; standard, SPKG version 2.0.1 will be installed real_configure:172561: result: topcom: optional, use "./configure --enable-topcom" to install SPKG version 1.1.2 real_configure:172724: result: tornado: no; standard, SPKG version 6.4 will be installed real_configure:172888: result: tox: no suitable system package; standard, SPKG version 4.11.1 will be installed real_configure:173052: result: traitlets: no; standard, SPKG version 5.14.3 will be installed real_configure:173216: result: trove_classifiers: no; standard, SPKG version 2025.3.3.18 will be installed real_configure:173380: result: types_python_dateutil: no; standard, SPKG version 2.9.0.20240316 will be installed real_configure:173544: result: typing_extensions: not required on your platform; SPKG will not be installed real_configure:173708: result: tzdata: standard, SPKG version 2023.3 will be installed real_configure:173872: result: tzlocal: no; standard, SPKG version 5.0.1 will be installed real_configure:174036: result: uri_template: no; standard, SPKG version 1.3.0 will be installed real_configure:174200: result: urllib3: no; standard, SPKG version 2.1.0 will be installed real_configure:174364: result: valgrind: optional real_configure:174527: result: virtualenv: no suitable system package; standard, SPKG version 20.26.2 will be installed real_configure:174691: result: wcwidth: no; standard, SPKG version 0.2.12 will be installed real_configure:174855: result: webcolors: no; standard, SPKG version 1.13 will be installed real_configure:175019: result: webencodings: no; standard, SPKG version 0.5.1 will be installed real_configure:175183: result: websocket_client: no; standard, SPKG version 1.6.4 will be installed real_configure:175347: result: wheel: no; standard, SPKG version 0.44.0 will be installed real_configure:175511: result: widgetsnbextension: no; standard, SPKG version 4.0.9 will be installed real_configure:175675: result: xindy: using system package real_configure:175838: result: xz: not required on your platform; SPKG will not be installed real_configure:176002: result: zeromq: no suitable system package; standard, SPKG version 4.3.5 will be installed real_configure:176166: result: zipp: no; standard, SPKG version 3.19.0 will be installed real_configure:176330: result: zlib: using system package; SPKG will not be installed real_configure:176536: checking that generated files are newer than configure real_configure:176542: result: done real_configure:176585: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Sage config.status 10.7.beta0, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on DESKTOP-OG9VL36 config.status:4006: creating build/make/Makefile-auto config.status:4006: creating build/make/Makefile config.status:4006: creating src/bin/sage-env-config config.status:4006: creating src/bin/sage-src-env-config config.status:4006: creating build/bin/sage-build-env-config config.status:4006: creating pkgs/sage-conf/_sage_conf/_conf.py config.status:4178: executing depfiles commands config.status:4178: executing mkdirs commands config.status:4310: creating directory /home/leonv/sage/sage/logs/pkgs config.status:4310: creating directory local config.status:4310: creating directory local/bin config.status:4310: creating directory local/etc config.status:4310: creating directory local/include config.status:4310: creating directory local/lib config.status:4310: creating directory local/lib/pkgconfig config.status:4310: creating directory local/share config.status:4310: creating directory local/var/lib/sage/installed config.status:4329: creating directory local/var/tmp/sage/build config.status:4178: executing links commands config.status:4345: creating convenience symlink prefix -> local config.status:4360: creating convenience symlink venv -> local/var/lib/sage/venv-python3.12.5 real_configure:177828: notice: the following SPKGs did not find equivalent system packages: appdirs boost_cropped brial cachetools cddlib chardet cliquer cmake colorama curl cvxopt cypari distlib ecl eclib ecm fflas_ffpack filelock fplll fpylll freetype gap gc gengetopt gf2x givaro glpk gsl iml info lcalc libatomic_ops libbraiding libffi libgd libhomfly liblzma libpng linbox lrcalc m4ri m4rie mathjax matplotlib maxima meson mpc nauty ncurses numpy openblas openssl palp pari pari_galdata pari_seadata_small patchelf pillow planarity ppl pplpy primecount primecountpy primesieve python3 pyzmq qhull readline rw scipy singular sqlite suitesparse symmetrica sympow tachyon tox virtualenv zeromq 4ti2 _develop _recommended bliss cbc coxeter3 giac gp2c igraph libnauty libsemigroups msolve onetbb pari_elldata pari_galpol pari_nftables pari_seadata real_configure:177840: checking for the package system in use real_configure:177843: result: debian real_configure:177856: hint: installing the following system packages, if not already present, is recommended and may avoid having to build them (though some may have to be built anyway): $ sudo apt-get update $ sudo apt-get install libboost-dev libbrial-dev libbrial-groebner-dev libcdd-dev libcdd-tools cliquer libcliquer-dev cmake curl libcurl4-openssl-dev ecl libec-dev eclib-tools gmp-ecm libecm-dev fflas-ffpack libfplll-dev libfreetype-dev gap libgap-dev libgc-dev gengetopt libgf2x-dev libgivaro-dev glpk-utils libglpk-dev libgsl-dev libiml-dev texinfo lcalc liblfunction-dev libatomic-ops-dev libbraiding-dev libffi-dev libgd-dev libhomfly-dev xz-utils liblzma-dev liblinbox-dev liblrcalc-dev libm4ri-dev libm4rie-dev maxima-sage maxima meson libmpc-dev nauty libncurses5-dev libopenblas-dev openssl libssl-dev palp pari-gp2c libpari-dev pari-doc pari-elldata pari-galdata pari-galpol pari-seadata patchelf libplanarity-dev planarity libppl-dev ppl-dev libprimecount-dev libprimesieve-dev python3 libpython3-dev python3-setuptools python3-venv qhull-bin libqhull-dev libreadline-dev librw-dev singular singular-doc libsingular4-dev libsqlite3-dev sqlite3 libsuitesparse-dev libsymmetrica2-dev sympow tachyon tox libzmq3-dev real_configure:177880: hint: installing the following system packages, if not already present, may provide additional optional features: $ sudo apt-get update $ sudo apt-get install 4ti2 gpgconf openssh-client default-jdk libavdevice-dev coinor-cbc coinor-libcbc-dev libgiac-dev xcas pari-gp2c libigraph-dev libnauty-dev libtbb-dev real_configure:177900: hint: After installation, re-run configure using: $ make reconfigure ## ---------------- ## ## 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_CBC_CFLAGS_set= ac_cv_env_CBC_CFLAGS_value= ac_cv_env_CBC_LIBS_set= ac_cv_env_CBC_LIBS_value= ac_cv_env_CBLAS_CFLAGS_set= ac_cv_env_CBLAS_CFLAGS_value= ac_cv_env_CBLAS_LIBS_set= ac_cv_env_CBLAS_LIBS_value= 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_ECLIB_CFLAGS_set= ac_cv_env_ECLIB_CFLAGS_value= ac_cv_env_ECLIB_LIBS_set= ac_cv_env_ECLIB_LIBS_value= ac_cv_env_F77CFLAGS_set= ac_cv_env_F77CFLAGS_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAS_FFPACK_CFLAGS_set= ac_cv_env_FFLAS_FFPACK_CFLAGS_value= ac_cv_env_FFLAS_FFPACK_LIBS_set= ac_cv_env_FFLAS_FFPACK_LIBS_value= ac_cv_env_FPLLL_CFLAGS_set= ac_cv_env_FPLLL_CFLAGS_value= ac_cv_env_FPLLL_LIBS_set= ac_cv_env_FPLLL_LIBS_value= ac_cv_env_FREETYPE_CFLAGS_set= ac_cv_env_FREETYPE_CFLAGS_value= ac_cv_env_FREETYPE_LIBS_set= ac_cv_env_FREETYPE_LIBS_value= ac_cv_env_GC_CFLAGS_set= ac_cv_env_GC_CFLAGS_value= ac_cv_env_GC_LIBS_set= ac_cv_env_GC_LIBS_value= ac_cv_env_GF2X_CFLAGS_set= ac_cv_env_GF2X_CFLAGS_value= ac_cv_env_GF2X_LIBS_set= ac_cv_env_GF2X_LIBS_value= ac_cv_env_GIVARO_CFLAGS_set= ac_cv_env_GIVARO_CFLAGS_value= ac_cv_env_GIVARO_LIBS_set= ac_cv_env_GIVARO_LIBS_value= ac_cv_env_GSLPCDIR_set= ac_cv_env_GSLPCDIR_value= ac_cv_env_GSL_CFLAGS_set= ac_cv_env_GSL_CFLAGS_value= ac_cv_env_GSL_LIBS_set= ac_cv_env_GSL_LIBS_value= ac_cv_env_IGRAPH_CFLAGS_set= ac_cv_env_IGRAPH_CFLAGS_value= ac_cv_env_IGRAPH_LIBS_set= ac_cv_env_IGRAPH_LIBS_value= ac_cv_env_ISL_CFLAGS_set= ac_cv_env_ISL_CFLAGS_value= ac_cv_env_ISL_LIBS_set= ac_cv_env_ISL_LIBS_value= ac_cv_env_LAPACK_CFLAGS_set= ac_cv_env_LAPACK_CFLAGS_value= ac_cv_env_LAPACK_LIBS_set= ac_cv_env_LAPACK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBATOMIC_OPS_CFLAGS_set= ac_cv_env_LIBATOMIC_OPS_CFLAGS_value= ac_cv_env_LIBATOMIC_OPS_LIBS_set= ac_cv_env_LIBATOMIC_OPS_LIBS_value= ac_cv_env_LIBFFI_CFLAGS_set= ac_cv_env_LIBFFI_CFLAGS_value= ac_cv_env_LIBFFI_LIBS_set= ac_cv_env_LIBFFI_LIBS_value= ac_cv_env_LIBGD_CFLAGS_set= ac_cv_env_LIBGD_CFLAGS_value= ac_cv_env_LIBGD_LIBS_set= ac_cv_env_LIBGD_LIBS_value= ac_cv_env_LIBPNG_CFLAGS_set= ac_cv_env_LIBPNG_CFLAGS_value= ac_cv_env_LIBPNG_LIBS_set= ac_cv_env_LIBPNG_LIBS_value= ac_cv_env_LIBSEMIGROUPS_CFLAGS_set= ac_cv_env_LIBSEMIGROUPS_CFLAGS_value= ac_cv_env_LIBSEMIGROUPS_LIBS_set= ac_cv_env_LIBSEMIGROUPS_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LINBOX_CFLAGS_set= ac_cv_env_LINBOX_CFLAGS_value= ac_cv_env_LINBOX_LIBS_set= ac_cv_env_LINBOX_LIBS_value= ac_cv_env_M4RI_CFLAGS_set= ac_cv_env_M4RI_CFLAGS_value= ac_cv_env_M4RI_LIBS_set= ac_cv_env_M4RI_LIBS_value= ac_cv_env_NCURSES_CFLAGS_set= ac_cv_env_NCURSES_CFLAGS_value= ac_cv_env_NCURSES_LIBS_set= ac_cv_env_NCURSES_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJCXXFLAGS_set= ac_cv_env_OBJCXXFLAGS_value= ac_cv_env_OBJCXX_set= ac_cv_env_OBJCXX_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_OPENBLASPCDIR_set= ac_cv_env_OPENBLASPCDIR_value= ac_cv_env_OPENBLAS_CFLAGS_set= ac_cv_env_OPENBLAS_CFLAGS_value= ac_cv_env_OPENBLAS_LIBS_set= ac_cv_env_OPENBLAS_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PRIMECOUNT_CFLAGS_set= ac_cv_env_PRIMECOUNT_CFLAGS_value= ac_cv_env_PRIMECOUNT_LIBS_set= ac_cv_env_PRIMECOUNT_LIBS_value= ac_cv_env_PRIMESIEVE_CFLAGS_set= ac_cv_env_PRIMESIEVE_CFLAGS_value= ac_cv_env_PRIMESIEVE_LIBS_set= ac_cv_env_PRIMESIEVE_LIBS_value= ac_cv_env_READLINE_CFLAGS_set= ac_cv_env_READLINE_CFLAGS_value= ac_cv_env_READLINE_LIBS_set= ac_cv_env_READLINE_LIBS_value= ac_cv_env_R_CFLAGS_set= ac_cv_env_R_CFLAGS_value= ac_cv_env_R_LIBS_set= ac_cv_env_R_LIBS_value= ac_cv_env_SAGE_DEBUG_set= ac_cv_env_SAGE_DEBUG_value= ac_cv_env_SAGE_FAT_BINARY_set= ac_cv_env_SAGE_FAT_BINARY_value= ac_cv_env_SINGULAR_CFLAGS_set= ac_cv_env_SINGULAR_CFLAGS_value= ac_cv_env_SINGULAR_LIBS_set= ac_cv_env_SINGULAR_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_libbraiding_CFLAGS_set= ac_cv_env_libbraiding_CFLAGS_value= ac_cv_env_libbraiding_LIBS_set= ac_cv_env_libbraiding_LIBS_value= ac_cv_env_libjpeg_CFLAGS_set= ac_cv_env_libjpeg_CFLAGS_value= ac_cv_env_libjpeg_LIBS_set= ac_cv_env_libjpeg_LIBS_value= ac_cv_env_msolve_CFLAGS_set= ac_cv_env_msolve_CFLAGS_value= ac_cv_env_msolve_LIBS_set= ac_cv_env_msolve_LIBS_value= ac_cv_env_ntl_includedir_set= ac_cv_env_ntl_includedir_value= ac_cv_env_ntl_libdir_set= ac_cv_env_ntl_libdir_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_env_zlib_CFLAGS_set= ac_cv_env_zlib_CFLAGS_value= ac_cv_env_zlib_LIBS_set= ac_cv_env_zlib_LIBS_value= ac_cv_fc_compiler_gnu=yes ac_cv_fc_freeform=-ffree-form ac_cv_header_NTL_ZZ_h=yes ac_cv_header_bliss_bliss_C_h=no ac_cv_header_bzlib_h=yes ac_cv_header_cddlib_cdd_h=no ac_cv_header_complex_h=yes ac_cv_header_ecm_h=no ac_cv_header_ffi_ffi_h=no ac_cv_header_ffi_h=no ac_cv_header_flint_flint_h=yes ac_cv_header_flint_padic_h=yes ac_cv_header_gf2x_h=no ac_cv_header_gmp_h=yes ac_cv_header_gmpxx_h=yes ac_cv_header_graphviz_cgraph_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_lrcalc_lrcoef_h=no ac_cv_header_lrcalc_schublib_h=no ac_cv_header_lzma_h=no ac_cv_header_mpfi_h=yes ac_cv_header_mpfr_h=yes ac_cv_header_ncurses_h=no ac_cv_header_planarity_graph_h=no ac_cv_header_rw_h=no ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_symmetrica_def_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_header_zmq_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_lzma_lzma_raw_decoder=no ac_cv_lib_m_sqrt=yes ac_cv_lib_z_inflateEnd=yes ac_cv_lib_z_inflateValidate=yes ac_cv_objc_compiler_gnu=no ac_cv_objcxx_compiler_gnu=no ac_cv_objext=o ac_cv_path_CONVERT=/bin/convert ac_cv_path_DVIPNG=/bin/dvipng ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FFMPEG=/bin/ffmpeg ac_cv_path_FRICAS=/bin/fricas ac_cv_path_GFAN_VERSION=/bin/gfan_version ac_cv_path_GIT=/bin/git ac_cv_path_GREP=/bin/grep ac_cv_path_INFO=/bin/info ac_cv_path_LATEXMK=/bin/latexmk ac_cv_path_MAKE=/bin/make ac_cv_path_NINJA=/bin/ninja ac_cv_path_PANDOC=/bin/pandoc ac_cv_path_PATCH=/bin/patch ac_cv_path_PDF2SVG=/bin/pdf2svg ac_cv_path_PDFLATEX=/bin/pdflatex ac_cv_path_PERL=/bin/perl ac_cv_path_POLYMAKE_CONFIG=/bin/polymake-config ac_cv_path_SBCL=/bin/sbcl ac_cv_path_SED=/bin/sed ac_cv_path_TAR=/bin/tar ac_cv_path_XINDY=/bin/xindy ac_cv_path_XML2_CONFIG=/bin/xml2-config ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config ac_cv_path_bzip2_prog=/bin/bzip2 ac_cv_path_install='/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++ -std=gnu++11 -E' ac_cv_prog_DOT=dot ac_cv_prog_LRSNASH=lrsnash ac_cv_prog_NEATO=neato ac_cv_prog_TWOPI=twopi ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_FC=gfortran ac_cv_prog_ac_ct_OBJC=gcc ac_cv_prog_ac_ct_OBJCXX=g++ ac_cv_prog_ac_ct_PKG_CONFIG=/bin/pkg-config ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_fc_g=yes ac_cv_prog_found_ar=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 ac_cv_prog_objc_g=no ac_cv_prog_objcxx_g=no ac_cv_search_BZ2_bzCompress=-lbz2 ac_cv_search_DGEQRF=no ac_cv_search_DGEQRF_=no ac_cv_search___gmpn_gcd_11=-lgmp ac_cv_search_calculate_level=no ac_cv_search_cblas_dgemm=-lblas ac_cv_search_clique_unweighted_max_weight=no ac_cv_search_dd_abs=no ac_cv_search_dgeqrf=no ac_cv_search_dgeqrf_=-llapack ac_cv_search_ffi_call=no ac_cv_search_gf2x_mul_r=no ac_cv_search_gr_get_fexpr=-lflint ac_cv_search_mpfi_diam_abs=-lmpfi ac_cv_search_mpfr_cmpabs_ui=-lmpfr ac_cv_search_openblas_get_config=no acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libdirstems=lib,lib,lib64 acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/bin//ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_OBJCXX_dependencies_compiler_type=none am_cv_OBJC_dependencies_compiler_type=none am_cv_func_iconv=yes am_cv_func_iconv_summary='yes, in libc' am_cv_func_iconv_works=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_c_compiler_vendor=gnu ax_cv_c_openmp=-fopenmp ax_cv_check_cxxflags___march_native=yes ax_cv_check_cxxflags___mavx512f__mavx512vl__mavx512dq=yes ax_cv_check_cxxflags___mfma4=yes ax_cv_check_cxxflags___mfma=yes ax_cv_cxx_compile_cxx11__std_gnupp11=yes ax_cv_cxx_openmp=-fopenmp ax_cv_gcc_version=13 ax_cv_gxx_version=13 ax_cv_prog_perl_version=yes gl_cv_absolute_NTL_ZZ_h=///usr/include/NTL/ZZ.h gl_cv_absolute_gmp_h=///usr/include/x86_64-linux-gnu/gmp.h gl_cv_elf=yes gl_cv_host_cpu_c_abi_32bit=no gl_cv_iconv_nonconst=yes libcurl_cv_lib_curl_usable=no lzma_cv_liblzma=no lzma_cv_lzma_h=no pkg_cv_ISL_CFLAGS= pkg_cv_ISL_LIBS='-lisl -lgmp ' pkg_cv_libjpeg_CFLAGS= pkg_cv_libjpeg_LIBS='-ljpeg ' pkg_cv_zlib_CFLAGS= pkg_cv_zlib_LIBS='-lz ' sage_libcurl_cv_lib_curl_executable=no zlib_cv_libz=yes zlib_cv_pc=yes zlib_cv_zlib_h=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## 4ti2 \ 4ti2 \ _bootstrap \ _bootstrap \ _develop \ _develop \ _gcc10 \ _gcc10 \ _gcc11 \ _gcc11 \ _gcc12 \ _gcc12 \ _gcc8 \ _gcc8 \ _gcc9 \ _gcc9 \ _prereq \ _prereq \ _prereq \ _recommended \ _recommended \ _sagemath \ _sagemath \ admcycles \ admcycles \ alabaster \ alabaster \ alabaster \ alabaster \ anyio \ anyio \ anyio \ anyio \ appdirs \ appdirs \ appdirs \ appdirs \ appnope \ appnope \ appnope \ appnope \ argon2_cffi \ argon2_cffi \ argon2_cffi \ argon2_cffi \ argon2_cffi_bindings \ argon2_cffi_bindings \ argon2_cffi_bindings \ argon2_cffi_bindings \ arrow \ arrow \ arrow \ arrow \ asttokens \ asttokens \ asttokens \ asttokens \ async_lru \ async_lru \ async_lru \ async_lru \ attrs \ attrs \ attrs \ attrs \ auditwheel_or_delocate \ auditwheel_or_delocate \ awali \ awali \ babel \ babel \ babel \ babel \ barvinok \ barvinok \ beautifulsoup4 \ beautifulsoup4 \ beautifulsoup4 \ beautifulsoup4 \ beniget \ beniget \ beniget \ beniget \ benzene \ benzene \ biopython \ biopython \ bleach \ bleach \ bleach \ bleach \ bliss \ bliss \ boost_cropped \ boost_cropped \ boost_cropped \ boost_cropped \ brial \ brial \ brial \ brial \ buckygen \ buckygen \ bzip2 \ bzip2 \ bzip2 \ bzip2 \ cachetools \ cachetools \ cachetools \ cachetools \ calver \ calver \ calver \ calver \ cbc \ cbc \ ccache \ ccache \ cddlib \ cddlib \ cddlib \ cddlib \ certifi \ certifi \ certifi \ certifi \ cffi \ cffi \ cffi \ cffi \ chardet \ chardet \ chardet \ chardet \ charset_normalizer \ charset_normalizer \ charset_normalizer \ charset_normalizer \ clarabel \ clarabel \ cliquer \ cliquer \ cliquer \ cliquer \ cmake \ cmake \ cmake \ cmake \ cocoalib \ cocoalib \ colorama \ colorama \ colorama \ colorama \ comm \ comm \ comm \ comm \ configure \ configure \ contourpy \ contourpy \ contourpy \ contourpy \ conway_polynomials \ conway_polynomials \ conway_polynomials \ conway_polynomials \ coxeter3 \ coxeter3 \ cppy \ cppy \ cppy \ cppy \ csdp \ csdp \ cunningham_tables \ cunningham_tables \ curl \ curl \ curl \ curl \ cvxopt \ cvxopt \ cvxopt \ cvxopt \ cvxpy \ cvxpy \ cycler \ cycler \ cycler \ cycler \ cylp \ cylp \ cypari \ cypari \ cypari \ cypari \ cysignals \ cysignals \ cysignals \ cysignals \ cython \ cython \ cython \ cython \ d3js \ d3js \ database_cremona_ellcurve \ database_cremona_ellcurve \ database_cubic_hecke \ database_cubic_hecke \ database_jones_numfield \ database_jones_numfield \ database_knotinfo \ database_knotinfo \ database_kohel \ database_kohel \ database_mutation_class \ database_mutation_class \ database_odlyzko_zeta \ database_odlyzko_zeta \ database_stein_watkins \ database_stein_watkins \ database_stein_watkins_mini \ database_stein_watkins_mini \ database_symbolic_data \ database_symbolic_data \ dateutil \ dateutil \ dateutil \ dateutil \ debugpy \ debugpy \ debugpy \ debugpy \ decorator \ decorator \ decorator \ decorator \ deformation \ deformation \ defusedxml \ defusedxml \ defusedxml \ defusedxml \ distlib \ distlib \ distlib \ distlib \ docutils \ docutils \ docutils \ docutils \ dot2tex \ dot2tex \ dsdp \ dsdp \ e_antic \ e_antic \ ecl \ ecl \ ecl \ ecl \ eclib \ eclib \ eclib \ eclib \ ecm \ ecm \ ecm \ ecm \ ecos_python \ ecos_python \ editables \ editables \ editables \ editables \ elliptic_curves \ elliptic_curves \ elliptic_curves \ elliptic_curves \ entrypoints \ entrypoints \ entrypoints \ entrypoints \ exceptiongroup \ exceptiongroup \ exceptiongroup \ exceptiongroup \ execnet \ execnet \ execnet \ execnet \ executing \ executing \ executing \ executing \ fastjsonschema \ fastjsonschema \ fastjsonschema \ fastjsonschema \ fflas_ffpack \ fflas_ffpack \ fflas_ffpack \ fflas_ffpack \ ffmpeg \ ffmpeg \ filelock \ filelock \ filelock \ filelock \ flint \ flint \ flint \ flint \ flit_core \ flit_core \ flit_core \ flit_core \ fonttools \ fonttools \ fonttools \ fonttools \ fplll \ fplll \ fplll \ fplll \ fpylll \ fpylll \ fpylll \ fpylll \ fqdn \ fqdn \ fqdn \ fqdn \ free_fonts \ free_fonts \ freetype \ freetype \ freetype \ freetype \ fricas \ fricas \ frobby \ frobby \ furo \ furo \ furo \ furo \ gap \ gap \ gap \ gap \ gap3 \ gap3 \ gap_jupyter \ gap_jupyter \ gap_packages \ gap_packages \ gast \ gast \ gast \ gast \ gc \ gc \ gc \ gc \ gcc \ gcc \ gcc \ gcc \ gdb \ gdb \ gengetopt \ gengetopt \ gengetopt \ gengetopt \ gf2x \ gf2x \ gf2x \ gf2x \ gfan \ gfan \ gfan \ gfan \ gfortran \ gfortran \ gfortran \ gfortran \ giac \ giac \ git \ git \ github_cli \ github_cli \ gitpython \ gitpython \ givaro \ givaro \ givaro \ givaro \ glpk \ glpk \ glpk \ glpk \ glucose \ glucose \ gmp \ gmp \ gmp \ gmp \ gmpy2 \ gmpy2 \ gmpy2 \ gmpy2 \ gnulib \ gnulib \ gnulib \ gnumake_tokenpool \ gnumake_tokenpool \ gnumake_tokenpool \ gnumake_tokenpool \ gp2c \ gp2c \ graphs \ graphs \ graphs \ graphs \ graphviz \ graphviz \ gsl \ gsl \ gsl \ gsl \ h11 \ h11 \ h11 \ h11 \ hatchling \ hatchling \ hatchling \ hatchling \ httpcore \ httpcore \ httpcore \ httpcore \ httpx \ httpx \ httpx \ httpx \ hypothesis \ hypothesis \ iconv \ iconv \ iconv \ idna \ idna \ idna \ idna \ igraph \ igraph \ imagemagick \ imagemagick \ imagesize \ imagesize \ imagesize \ imagesize \ iml \ iml \ iml \ iml \ importlib_metadata \ importlib_metadata \ importlib_metadata \ importlib_metadata \ importlib_resources \ importlib_resources \ importlib_resources \ importlib_resources \ info \ info \ info \ info \ iniconfig \ iniconfig \ iniconfig \ iniconfig \ ipykernel \ ipykernel \ ipykernel \ ipykernel \ ipympl \ ipympl \ ipympl \ ipympl \ ipython \ ipython \ ipython \ ipython \ ipython_genutils \ ipython_genutils \ ipython_genutils \ ipython_genutils \ ipywidgets \ ipywidgets \ ipywidgets \ ipywidgets \ isl \ isl \ isoduration \ isoduration \ isoduration \ isoduration \ jedi \ jedi \ jedi \ jedi \ jinja2 \ jinja2 \ jinja2 \ jinja2 \ jmol \ jmol \ json5 \ json5 \ json5 \ json5 \ jsonpointer \ jsonpointer \ jsonpointer \ jsonpointer \ jsonschema \ jsonschema \ jsonschema \ jsonschema \ jsonschema_specifications \ jsonschema_specifications \ jsonschema_specifications \ jsonschema_specifications \ jupymake \ jupymake \ jupyter_client \ jupyter_client \ jupyter_client \ jupyter_client \ jupyter_core \ jupyter_core \ jupyter_core \ jupyter_core \ jupyter_events \ jupyter_events \ jupyter_events \ jupyter_events \ jupyter_jsmol \ jupyter_jsmol \ jupyter_lsp \ jupyter_lsp \ jupyter_lsp \ jupyter_lsp \ jupyter_server \ jupyter_server \ jupyter_server \ jupyter_server \ jupyter_server_terminals \ jupyter_server_terminals \ jupyter_server_terminals \ jupyter_server_terminals \ jupyter_sphinx \ jupyter_sphinx \ jupyter_sphinx \ jupyter_sphinx \ jupyterlab \ jupyterlab \ jupyterlab \ jupyterlab \ jupyterlab_mathjax2 \ jupyterlab_mathjax2 \ jupyterlab_mathjax2 \ jupyterlab_mathjax2 \ jupyterlab_pygments \ jupyterlab_pygments \ jupyterlab_pygments \ jupyterlab_pygments \ jupyterlab_server \ jupyterlab_server \ jupyterlab_server \ jupyterlab_server \ jupyterlab_widgets \ jupyterlab_widgets \ jupyterlab_widgets \ jupyterlab_widgets \ kenzo \ kenzo \ kissat \ kissat \ kiwisolver \ kiwisolver \ kiwisolver \ kiwisolver \ latte_int \ latte_int \ lcalc \ lcalc \ lcalc \ lcalc \ libatomic_ops \ libatomic_ops \ libatomic_ops \ libatomic_ops \ libbraiding \ libbraiding \ libbraiding \ libbraiding \ libffi \ libffi \ libffi \ libffi \ libgd \ libgd \ libgd \ libgd \ libgraphviz \ libgraphviz \ libhomfly \ libhomfly \ libhomfly \ libhomfly \ libjpeg \ libjpeg \ liblzma \ liblzma \ liblzma \ libnauty \ libnauty \ libogg \ libogg \ libpng \ libpng \ libpng \ libpng \ libsemigroups \ libsemigroups \ libxml2 \ libxml2 \ lidia \ lidia \ lie \ lie \ linbox \ linbox \ linbox \ linbox \ llvm \ llvm \ lrcalc \ lrcalc \ lrcalc \ lrcalc \ lrcalc_python \ lrcalc_python \ lrcalc_python \ lrcalc_python \ lrslib \ lrslib \ m4ri \ m4ri \ m4ri \ m4ri \ m4rie \ m4rie \ m4rie \ m4rie \ markupsafe \ markupsafe \ markupsafe \ markupsafe \ mathics \ mathics \ mathjax \ mathjax \ mathjax \ mathjax \ matplotlib \ matplotlib \ matplotlib \ matplotlib \ matplotlib_inline \ matplotlib_inline \ matplotlib_inline \ matplotlib_inline \ matroid_database \ matroid_database \ maxima \ maxima \ maxima \ maxima \ mcqd \ mcqd \ meataxe \ meataxe \ memory_allocator \ memory_allocator \ memory_allocator \ memory_allocator \ meson \ meson \ meson \ meson \ meson_python \ meson_python \ meson_python \ meson_python \ mistune \ mistune \ mistune \ mistune \ modular_resolution \ modular_resolution \ mpc \ mpc \ mpc \ mpc \ mpfi \ mpfi \ mpfi \ mpfi \ mpfr \ mpfr \ mpfr \ mpfr \ mpfrcx \ mpfrcx \ mpmath \ mpmath \ mpmath \ mpmath \ msolve \ msolve \ nauty \ nauty \ nauty \ nauty \ nbclient \ nbclient \ nbclient \ nbclient \ nbconvert \ nbconvert \ nbconvert \ nbconvert \ nbformat \ nbformat \ nbformat \ nbformat \ ncurses \ ncurses \ ncurses \ ncurses \ nest_asyncio \ nest_asyncio \ nest_asyncio \ nest_asyncio \ networkx \ networkx \ networkx \ networkx \ nibabel \ nibabel \ ninja_build \ ninja_build \ ninja_build \ ninja_build \ normaliz \ normaliz \ notebook \ notebook \ notebook \ notebook \ notebook_shim \ notebook_shim \ notebook_shim \ notebook_shim \ notedown \ notedown \ ntl \ ntl \ ntl \ ntl \ numpy \ numpy \ numpy \ numpy \ onetbb \ onetbb \ openblas \ openblas \ openblas \ openblas \ openssl \ openssl \ openssl \ openssl \ ore_algebra \ ore_algebra \ osqp_python \ osqp_python \ overrides \ overrides \ overrides \ overrides \ p_group_cohomology \ p_group_cohomology \ packaging \ packaging \ packaging \ packaging \ palp \ palp \ palp \ palp \ pandoc \ pandoc \ pandoc_attributes \ pandoc_attributes \ pandocfilters \ pandocfilters \ pandocfilters \ pandocfilters \ papilo \ papilo \ pari \ pari \ pari \ pari \ pari_elldata \ pari_elldata \ pari_galdata \ pari_galdata \ pari_galdata \ pari_galdata \ pari_galpol \ pari_galpol \ pari_jupyter \ pari_jupyter \ pari_nftables \ pari_nftables \ pari_seadata \ pari_seadata \ pari_seadata_small \ pari_seadata_small \ pari_seadata_small \ pari_seadata_small \ parso \ parso \ parso \ parso \ patch \ patch \ patch \ patch \ patchelf \ patchelf \ patchelf \ patchelf \ pathspec \ pathspec \ pathspec \ pathspec \ pdf2svg \ pdf2svg \ perl_cpan_polymake_prereq \ perl_cpan_polymake_prereq \ perl_mongodb \ perl_mongodb \ perl_term_readline_gnu \ perl_term_readline_gnu \ pexpect \ pexpect \ pexpect \ pexpect \ phitigra \ phitigra \ pickleshare \ pickleshare \ pickleshare \ pickleshare \ pillow \ pillow \ pillow \ pillow \ pip \ pip \ pip \ pip \ pkgconf \ pkgconf \ pkgconf \ pkgconf \ pkgconfig \ pkgconfig \ pkgconfig \ pkgconfig \ planarity \ planarity \ planarity \ planarity \ plantri \ plantri \ platformdirs \ platformdirs \ platformdirs \ platformdirs \ pluggy \ pluggy \ pluggy \ pluggy \ ply \ ply \ ply \ ply \ polylib \ polylib \ polymake \ polymake \ polytopes_db \ polytopes_db \ polytopes_db \ polytopes_db \ polytopes_db_4d \ polytopes_db_4d \ ppl \ ppl \ ppl \ ppl \ pplpy \ pplpy \ pplpy \ pplpy \ pplpy_doc \ pplpy_doc \ pplpy_doc \ pplpy_doc \ primecount \ primecount \ primecount \ primecount \ primecountpy \ primecountpy \ primecountpy \ primecountpy \ primesieve \ primesieve \ primesieve \ primesieve \ prometheus_client \ prometheus_client \ prometheus_client \ prometheus_client \ prompt_toolkit \ prompt_toolkit \ prompt_toolkit \ prompt_toolkit \ psutil \ psutil \ psutil \ psutil \ ptyprocess \ ptyprocess \ ptyprocess \ ptyprocess \ pure_eval \ pure_eval \ pure_eval \ pure_eval \ py \ py \ py \ py \ pybind11 \ pybind11 \ pybind11 \ pybind11 \ pybtex \ pybtex \ pycosat \ pycosat \ pycparser \ pycparser \ pycparser \ pycparser \ pycryptosat \ pycryptosat \ pygments \ pygments \ pygments \ pygments \ pygraphviz \ pygraphviz \ pynormaliz \ pynormaliz \ pyparsing \ pyparsing \ pyparsing \ pyparsing \ pyppeteer \ pyppeteer \ pyproject_api \ pyproject_api \ pyproject_api \ pyproject_api \ pyproject_hooks \ pyproject_hooks \ pyproject_hooks \ pyproject_hooks \ pyproject_metadata \ pyproject_metadata \ pyproject_metadata \ pyproject_metadata \ pyrsistent \ pyrsistent \ pyrsistent \ pyrsistent \ pyscipopt \ pyscipopt \ pysingular \ pysingular \ pytest \ pytest \ pytest \ pytest \ pytest_mock \ pytest_mock \ pytest_mock \ pytest_mock \ pytest_xdist \ pytest_xdist \ pytest_xdist \ pytest_xdist \ python3 \ python3 \ python3 \ python3 \ python_build \ python_build \ python_build \ python_build \ python_flint \ python_flint \ python_igraph \ python_igraph \ python_json_logger \ python_json_logger \ python_json_logger \ python_json_logger \ pythran \ pythran \ pythran \ pythran \ pytz \ pytz \ pytz \ pytz \ pytz_deprecation_shim \ pytz_deprecation_shim \ pytz_deprecation_shim \ pytz_deprecation_shim \ pyx \ pyx \ pyyaml \ pyyaml \ pyyaml \ pyyaml \ pyzmq \ pyzmq \ pyzmq \ pyzmq \ qdldl_python \ qdldl_python \ qepcad \ qepcad \ qhull \ qhull \ qhull \ qhull \ r \ r \ r_jupyter \ r_jupyter \ readline \ readline \ readline \ readline \ referencing \ referencing \ referencing \ referencing \ requests \ requests \ requests \ requests \ rfc3339_validator \ rfc3339_validator \ rfc3339_validator \ rfc3339_validator \ rfc3986_validator \ rfc3986_validator \ rfc3986_validator \ rfc3986_validator \ rpy2 \ rpy2 \ rpy2 \ rpy2 \ rst2ipynb \ rst2ipynb \ rubiks \ rubiks \ rw \ rw \ rw \ rw \ saclib \ saclib \ sage_conf \ sage_conf \ sage_conf \ sage_docbuild \ sage_docbuild \ sage_docbuild \ sage_flatsurf \ sage_flatsurf \ sage_numerical_backends_coin \ sage_numerical_backends_coin \ sage_numerical_backends_cplex \ sage_numerical_backends_cplex \ sage_numerical_backends_gurobi \ sage_numerical_backends_gurobi \ sage_setup \ sage_setup \ sage_setup \ sage_sws2rst \ sage_sws2rst \ sagelib \ sagelib \ sagelib \ sagemath_bliss \ sagemath_bliss \ sagemath_categories \ sagemath_categories \ sagemath_coxeter3 \ sagemath_coxeter3 \ sagemath_doc_html \ sagemath_doc_html \ sagemath_doc_html \ sagemath_doc_pdf \ sagemath_doc_pdf \ sagemath_environment \ sagemath_environment \ sagemath_giac \ sagemath_giac \ sagemath_mcqd \ sagemath_mcqd \ sagemath_meataxe \ sagemath_meataxe \ sagemath_objects \ sagemath_objects \ sagemath_repl \ sagemath_repl \ sagemath_sirocco \ sagemath_sirocco \ sagemath_tdlib \ sagemath_tdlib \ sagenb_export \ sagenb_export \ sagenb_export \ sagenb_export \ sagetex \ sagetex \ sagetex \ sagetex \ sbcl \ sbcl \ scip \ scip \ scip_sdp \ scip_sdp \ scipy \ scipy \ scipy \ scipy \ scs \ scs \ send2trash \ send2trash \ send2trash \ send2trash \ setuptools \ setuptools \ setuptools \ setuptools \ setuptools_scm \ setuptools_scm \ setuptools_scm \ setuptools_scm \ singular \ singular \ singular \ singular \ singular_jupyter \ singular_jupyter \ sirocco \ sirocco \ six \ six \ six \ six \ slabbe \ slabbe \ snappy \ snappy \ sniffio \ sniffio \ sniffio \ sniffio \ snowballstemmer \ snowballstemmer \ snowballstemmer \ snowballstemmer \ soplex \ soplex \ soupsieve \ soupsieve \ soupsieve \ soupsieve \ sphinx \ sphinx \ sphinx \ sphinx \ sphinx_basic_ng \ sphinx_basic_ng \ sphinx_basic_ng \ sphinx_basic_ng \ sphinx_copybutton \ sphinx_copybutton \ sphinx_copybutton \ sphinx_copybutton \ sphinx_inline_tabs \ sphinx_inline_tabs \ sphinx_inline_tabs \ sphinx_inline_tabs \ sphinxcontrib_applehelp \ sphinxcontrib_applehelp \ sphinxcontrib_applehelp \ sphinxcontrib_applehelp \ sphinxcontrib_devhelp \ sphinxcontrib_devhelp \ sphinxcontrib_devhelp \ sphinxcontrib_devhelp \ sphinxcontrib_htmlhelp \ sphinxcontrib_htmlhelp \ sphinxcontrib_htmlhelp \ sphinxcontrib_htmlhelp \ sphinxcontrib_jsmath \ sphinxcontrib_jsmath \ sphinxcontrib_jsmath \ sphinxcontrib_jsmath \ sphinxcontrib_qthelp \ sphinxcontrib_qthelp \ sphinxcontrib_qthelp \ sphinxcontrib_qthelp \ sphinxcontrib_serializinghtml \ sphinxcontrib_serializinghtml \ sphinxcontrib_serializinghtml \ sphinxcontrib_serializinghtml \ sphinxcontrib_websupport \ sphinxcontrib_websupport \ sphinxcontrib_websupport \ sphinxcontrib_websupport \ sqlalchemy \ sqlalchemy \ sqlite \ sqlite \ sqlite \ sqlite \ stack_data \ stack_data \ stack_data \ stack_data \ suitesparse \ suitesparse \ suitesparse \ suitesparse \ surf \ surf \ surface_dynamics \ surface_dynamics' symengine \ symengine \ symengine_py \ symengine_py \ symmetrica \ symmetrica \ symmetrica \ symmetrica \ sympow \ sympow \ sympow \ sympow \ sympy \ sympy \ sympy \ sympy \ tachyon \ tachyon \ tachyon \ tachyon \ tdlib \ tdlib \ terminado \ terminado \ terminado \ terminado \ texlive \ texlive \ texlive_luatex \ texlive_luatex \ texttable \ texttable \ threejs \ threejs \ threejs \ threejs \ tides \ tides \ tinycss2 \ tinycss2 \ tinycss2 \ tinycss2 \ tomli \ tomli \ tomli \ tomli \ topcom \ topcom \ tornado \ tornado \ tornado \ tornado \ tox \ tox \ tox \ tox \ traitlets \ traitlets \ traitlets \ traitlets \ trove_classifiers \ trove_classifiers \ trove_classifiers \ trove_classifiers \ types_python_dateutil \ types_python_dateutil \ types_python_dateutil \ types_python_dateutil \ typing_extensions \ typing_extensions \ typing_extensions \ typing_extensions \ tzdata \ tzdata \ tzdata \ tzdata \ tzlocal \ tzlocal \ tzlocal \ tzlocal \ uri_template \ uri_template \ uri_template \ uri_template \ urllib3 \ urllib3 \ urllib3 \ urllib3 \ valgrind \ valgrind \ virtualenv \ virtualenv \ virtualenv \ virtualenv \ wcwidth \ wcwidth \ wcwidth \ wcwidth \ webcolors \ webcolors \ webcolors \ webcolors \ webencodings \ webencodings \ webencodings \ webencodings \ websocket_client \ websocket_client \ websocket_client \ websocket_client \ wheel \ wheel \ wheel \ wheel \ widgetsnbextension \ widgetsnbextension \ widgetsnbextension \ widgetsnbextension \ xindy \ xindy' xz \ xz \ xz \ xz \ zeromq \ zeromq \ zeromq \ zeromq \ zipp \ zipp \ zipp \ zipp' zlib' zlib' zlib' zlib' ACLOCAL='${SHELL} '\''/home/leonv/sage/sage/config/missing'\'' aclocal-1.16' 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/leonv/sage/sage/config/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/home/leonv/sage/sage/config/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/home/leonv/sage/sage/config/missing'\'' automake-1.16' AWK='gawk' BOOST_CPPFLAGS='-I/include/boost-0' BOOST_LDFLAGS='-L/lib64' CBC_CFLAGS='' CBC_LIBS='' CBLAS_CFLAGS='' CBLAS_LIBS='' CC='gcc' CCDEPMODE='depmode=none' CDDEXEC='' CDDEXECGMP='' CFLAGS='-g -O2' CFLAGS_MARCH='-march=native' CL='' CONVERT='/bin/convert' CPP='gcc -E' CPPFLAGS=' ' CSCOPE='cscope' CTAGS='ctags' CXX='g++ -std=gnu++11' CXXCPP='g++ -std=gnu++11 -E' CXXDEPMODE='depmode=none' CXXFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" -DPACKAGE_VERSION=\"10.7.beta0\" -DPACKAGE_STRING=\"Sage\ 10.7.beta0\" -DPACKAGE_BUGREPORT=\"sage-...@googlegroups.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sage\" -DVERSION=\"10.7.beta0\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBM=1 -DHAVE_CXX11=1 -DHAVE_GMP_H=1 -DABSOLUTE_GMP_H=\"///usr/include/x86_64-linux-gnu/gmp.h\" -DHAVE_LIBZ=1 -DHAVE_NTL_ZZ_H=1 -DABSOLUTE_NTL_ZZ_H=\"///usr/include/NTL/ZZ.h\" -DHAVE_FLINT_FLINT_H=1 -DHAVE_FLINT_PADIC_H=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ZMQ=/\*\*/' DEPDIR='.deps' DOT='dot' DVIPNG='/bin/dvipng' ECHO_C='' ECHO_N='-n' ECHO_T='' ECLIB_CFLAGS='' ECLIB_LIBS='' ECL_CONFIG='' ECMBIN='ecm' EGREP='/bin/grep -E' ENABLE_SYSTEM_SITE_PACKAGES='' ETAGS='etags' EXEEXT='' F77CFLAGS='' F77FLAGS='' FC='gfortran' FCFLAGS='' FFLAS_FFPACK_CFLAGS='' FFLAS_FFPACK_LIBS='' FFMPEG='/bin/ffmpeg' FOURTITWO_CIRCUITS='' FOURTITWO_GRAVER='' FOURTITWO_GROEBNER='' FOURTITWO_HILBERT='' FOURTITWO_MARKOV='' FOURTITWO_PPI='' FOURTITWO_QSOLVE='' FOURTITWO_RAYS='' FOURTITWO_ZSOLVE='' FPLLL_CFLAGS='' FPLLL_LIBS='' FREETYPE_CFLAGS='' FREETYPE_LIBS='' GAP='' GAP_ROOT_PATHS='${prefix}/lib/gap;${prefix}/share/gap' GCC_VERSION='13' GC_CFLAGS='' GC_LIBS='' GENGCHECK='' GENGETOPT='' GENGnautyCHECK='' GF2X_CFLAGS='' GF2X_LIBS='' GIVARO_CFLAGS='' GIVARO_LIBS='' GLPSOL='' GP2C='' GP='' GPHELP='' GREP='/bin/grep' GSLPCDIR='' GSL_CFLAGS='' GSL_LIBS='' GXX_VERSION='13' HAVE_CXX11='1' HAVE_PIP='' IGRAPH_CFLAGS='' IGRAPH_LIBS='' INFO='/bin/info' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' ISL_CFLAGS='' ISL_LIBS='-lisl -lgmp ' LAPACK_CFLAGS='' LAPACK_LIBS='' LATEXMK='/bin/latexmk' LCALC_BIN='' LDFLAGS='' LIBATOMIC_OPS_CFLAGS='' LIBATOMIC_OPS_LIBS='' LIBCURL='' LIBCURL_CPPFLAGS='' LIBFFI_CFLAGS='' LIBFFI_LIBS='' LIBGD_CFLAGS='' LIBGD_LIBS='' LIBICONV='' LIBOBJS='' LIBPNG_CFLAGS='' LIBPNG_LIBS='' LIBS='-lmpfi -lflint -lflint -lmpfr -lbz2 -lz -lgmp -lm -lntl' LIBSEMIGROUPS_CFLAGS='' LIBSEMIGROUPS_LIBS='' LINBOX_CFLAGS='' LINBOX_LIBS='' LRSNASH='lrsnash' LTLIBICONV='' LTLIBOBJS='' M4RI_CFLAGS='' M4RI_LIBS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} '\''/home/leonv/sage/sage/config/missing'\'' makeinfo' MKDIR_P='/bin/mkdir -p' NCURSES_CFLAGS='' NCURSES_LIBS='' NEATO='neato' NTL_INCDIR='///usr/include' NTL_LIBDIR='///usr/lib' OBJC='gcc' OBJCDEPMODE='depmode=none' OBJCFLAGS='' OBJCXX='g++' OBJCXXDEPMODE='depmode=none' OBJCXXFLAGS='' OBJEXT='o' OPENBLASPCDIR='' OPENBLAS_CFLAGS='' OPENBLAS_LIBS='-lblas -llapack ' OPENMP_CFLAGS='-fopenmp' OPENMP_CXXFLAGS='-fopenmp' OPENSSL_INCLUDES='' OPENSSL_LDFLAGS='' OPENSSL_LIBS='' PACKAGE='sage' PACKAGE_BUGREPORT='sage-...@googlegroups.com' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 10.7.beta0' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='10.7.beta0' PALPclass11='' PALPclass4='' PALPclass5='' PALPclass6='' PALPclass='' PALPcws11='' PALPcws4='' PALPcws5='' PALPcws6='' PALPcws='' PALPnef11='' PALPnef4='' PALPnef5='' PALPnef6='' PALPnef='' PALPpoly11='' PALPpoly4='' PALPpoly5='' PALPpoly6='' PALPpoly='' PANDOC='/bin/pandoc' PATCHELF='' PATH_SEPARATOR=':' PDF2SVG='/bin/pdf2svg' PDFLATEX='/bin/pdflatex' PERL='/bin/perl' PKG_CONFIG='/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PPL_CONFIG='' PPL_CPPFLAGS='' PPL_LDFLAGS='' PPL_LIBS='' PRIMECOUNT_CFLAGS='' PRIMECOUNT_LIBS='' PRIMESIEVE_CFLAGS='' PRIMESIEVE_LIBS='' PYTHON_FOR_VENV='' PYTHON_MINOR='12' QHULL='' READLINE_CFLAGS='' READLINE_LIBS='' REDCHECKGMP='' R_CFLAGS='' R_EXECUTABLE='' R_LIBS='' SAGE_ARCHFLAGS='' SAGE_BUILT_PACKAGES=' \ SAGE_CONFIGURE_FFLAS_FFPACK='' SAGE_CRTI_DIR='/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu' SAGE_CXX_WITHOUT_STD='g++' SAGE_DEBUG='' SAGE_DOCS='${SAGE_LOCAL}' SAGE_DUMMY_PACKAGES=' \ SAGE_ECL_CONFIG='${prefix}/bin/ecl-config' SAGE_ECMBIN='ecm' SAGE_EDITABLE='yes' SAGE_ENABLE_4ti2='no' SAGE_ENABLE_awali='no' SAGE_ENABLE_barvinok='no' SAGE_ENABLE_benzene='no' SAGE_ENABLE_bliss='no' SAGE_ENABLE_buckygen='no' SAGE_ENABLE_cbc='no' SAGE_ENABLE_ccache='no' SAGE_ENABLE_cocoalib='no' SAGE_ENABLE_coxeter3='no' SAGE_ENABLE_csdp='no' SAGE_ENABLE_cunningham_tables='no' SAGE_ENABLE_cvxpy='no' SAGE_ENABLE_cylp='no' SAGE_ENABLE_d3js='no' SAGE_ENABLE_database_cremona_ellcurve='no' SAGE_ENABLE_database_cubic_hecke='no' SAGE_ENABLE_database_jones_numfield='no' SAGE_ENABLE_database_knotinfo='no' SAGE_ENABLE_database_kohel='no' SAGE_ENABLE_database_mutation_class='no' SAGE_ENABLE_database_odlyzko_zeta='no' SAGE_ENABLE_database_stein_watkins='no' SAGE_ENABLE_database_stein_watkins_mini='no' SAGE_ENABLE_database_symbolic_data='no' SAGE_ENABLE_deformation='no' SAGE_ENABLE_dot2tex='no' SAGE_ENABLE_dsdp='no' SAGE_ENABLE_e_antic='no' SAGE_ENABLE_ecos_python='no' SAGE_ENABLE_ffmpeg='no' SAGE_ENABLE_free_fonts='no' SAGE_ENABLE_fricas='no' SAGE_ENABLE_frobby='no' SAGE_ENABLE_gap3='no' SAGE_ENABLE_gap_jupyter='no' SAGE_ENABLE_gap_packages='no' SAGE_ENABLE_gdb='no' SAGE_ENABLE_giac='no' SAGE_ENABLE_git='no' SAGE_ENABLE_github_cli='no' SAGE_ENABLE_glucose='no' SAGE_ENABLE_gp2c='no' SAGE_ENABLE_graphviz='no' SAGE_ENABLE_igraph='no' SAGE_ENABLE_imagemagick='no' SAGE_ENABLE_isl='no' SAGE_ENABLE_jmol='no' SAGE_ENABLE_jupymake='no' SAGE_ENABLE_jupyter_jsmol='no' SAGE_ENABLE_kenzo='no' SAGE_ENABLE_kissat='no' SAGE_ENABLE_latte_int='no' SAGE_ENABLE_libgraphviz='no' SAGE_ENABLE_libjpeg='no' SAGE_ENABLE_libnauty='no' SAGE_ENABLE_libogg='no' SAGE_ENABLE_libsemigroups='no' SAGE_ENABLE_libxml2='no' SAGE_ENABLE_lidia='no' SAGE_ENABLE_lie='no' SAGE_ENABLE_llvm='no' SAGE_ENABLE_lrslib='no' SAGE_ENABLE_matroid_database='no' SAGE_ENABLE_mcqd='no' SAGE_ENABLE_meataxe='no' SAGE_ENABLE_modular_resolution='no' SAGE_ENABLE_mpfrcx='no' SAGE_ENABLE_msolve='no' SAGE_ENABLE_normaliz='no' SAGE_ENABLE_notedown='no' SAGE_ENABLE_onetbb='no' SAGE_ENABLE_osqp_python='no' SAGE_ENABLE_p_group_cohomology='no' SAGE_ENABLE_pandoc='no' SAGE_ENABLE_pandoc_attributes='no' SAGE_ENABLE_papilo='no' SAGE_ENABLE_pari_elldata='no' SAGE_ENABLE_pari_galpol='no' SAGE_ENABLE_pari_jupyter='no' SAGE_ENABLE_pari_nftables='no' SAGE_ENABLE_pari_seadata='no' SAGE_ENABLE_pdf2svg='no' SAGE_ENABLE_perl_cpan_polymake_prereq='no' SAGE_ENABLE_perl_mongodb='no' SAGE_ENABLE_perl_term_readline_gnu='no' SAGE_ENABLE_plantri='no' SAGE_ENABLE_polylib='no' SAGE_ENABLE_polymake='no' SAGE_ENABLE_polytopes_db_4d='no' SAGE_ENABLE_pycosat='no' SAGE_ENABLE_pynormaliz='no' SAGE_ENABLE_pyscipopt='no' SAGE_ENABLE_pysingular='no' SAGE_ENABLE_python_flint='no' SAGE_ENABLE_python_igraph='no' SAGE_ENABLE_qdldl_python='no' SAGE_ENABLE_qepcad='no' SAGE_ENABLE_r='no' SAGE_ENABLE_r_jupyter='no' SAGE_ENABLE_rst2ipynb='no' SAGE_ENABLE_rubiks='no' SAGE_ENABLE_saclib='no' SAGE_ENABLE_sage_numerical_backends_coin='no' SAGE_ENABLE_sage_numerical_backends_cplex='no' SAGE_ENABLE_sage_numerical_backends_gurobi='no' SAGE_ENABLE_sage_sws2rst='no' SAGE_ENABLE_sagemath_bliss='no' SAGE_ENABLE_sagemath_categories='no' SAGE_ENABLE_sagemath_coxeter3='no' SAGE_ENABLE_sagemath_doc_pdf='no' SAGE_ENABLE_sagemath_environment='no' SAGE_ENABLE_sagemath_giac='no' SAGE_ENABLE_sagemath_mcqd='no' SAGE_ENABLE_sagemath_meataxe='no' SAGE_ENABLE_sagemath_objects='no' SAGE_ENABLE_sagemath_repl='no' SAGE_ENABLE_sagemath_sirocco='no' SAGE_ENABLE_sagemath_tdlib='no' SAGE_ENABLE_sbcl='no' SAGE_ENABLE_scip='no' SAGE_ENABLE_scip_sdp='no' SAGE_ENABLE_scs='no' SAGE_ENABLE_singular_jupyter='no' SAGE_ENABLE_sirocco='no' SAGE_ENABLE_soplex='no' SAGE_ENABLE_surf='no' SAGE_ENABLE_symengine='no' SAGE_ENABLE_symengine_py='no' SAGE_ENABLE_tdlib='no' SAGE_ENABLE_texlive='no' SAGE_ENABLE_texlive_luatex='no' SAGE_ENABLE_texttable='no' SAGE_ENABLE_tides='no' SAGE_ENABLE_topcom='no' SAGE_ENABLE_valgrind='no' SAGE_ENABLE_xindy='no' SAGE_FAT_BINARY='' SAGE_FLINT_PREFIX='' SAGE_FREETYPE_PREFIX='$SAGE_LOCAL' SAGE_FRICAS_LISP='sbcl --dynamic-space-size 4Gb' SAGE_GCC_DEP='' SAGE_GLPK_PREFIX='$SAGE_LOCAL' SAGE_GMP_INCLUDE='///usr/include/x86_64-linux-gnu' SAGE_GMP_PREFIX='' SAGE_GSL_PC_COMMAND='' SAGE_HAVE_LIBJPEG='1' SAGE_KENZO_FAS='${prefix}/lib/ecl/kenzo.fas' SAGE_MATHJAX_DIR='${prefix}/share/mathjax/mathjax' SAGE_MAXIMA='${prefix}/bin/maxima' SAGE_MAXIMA_FAS='${prefix}/lib/ecl/maxima.fas' SAGE_MPC_PREFIX='$SAGE_LOCAL' SAGE_MPFR_PREFIX='' SAGE_NAUTY_BINS_PREFIX='' SAGE_NORMAL_PACKAGES=' \ SAGE_NTL_PREFIX='' SAGE_OPENBLAS_PC_COMMAND='' SAGE_OPTIONAL_INSTALLED_PACKAGES=' \ SAGE_OPTIONAL_UNINSTALLED_PACKAGES='' SAGE_PACKAGE_DEPENDENCIES=' SAGE_PACKAGE_TREES=' SAGE_PACKAGE_VERSIONS=' SAGE_PARI_CFG='$SAGE_LOCAL/lib/pari/pari.cfg' SAGE_PARI_PREFIX='$SAGE_LOCAL' SAGE_PIP_INSTALL_FLAGS='' SAGE_PIP_PACKAGES=' \ SAGE_PKG_CONFIG_PATH='$SAGE_LOCAL/lib/pkgconfig' SAGE_ROOT='/home/leonv/sage/sage' SAGE_SCRIPT_PACKAGES=' \ SAGE_SDIST_PACKAGES=' \ SAGE_SPKG_OPTIONS=' -o' SAGE_SUITESPARSE_PREFIX='$SAGE_LOCAL' SAGE_SYSTEM_FACADE_PC_FILES='' SAGE_TOOLCHAIN='gcc' SAGE_VENV='${SAGE_LOCAL}/var/lib/sage/venv-python3.12.5' SAGE_VENV_FLAGS='' SAGE_WHEELS='no' SCDD='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SHLIBEXT='so' SINGULAR_BIN='' SINGULAR_CFLAGS='' SINGULAR_LIBS='' STRIP='' SYMPOW='' TACHYON='' TEXI2ANY='' TWOPI='twopi' VERSION='10.7.beta0' XINDY='/bin/xindy' XML2_CONFIG='/bin/xml2-config' ZMQ_CPPFLAGS='' ZMQ_LDFLAGS='' ZMQ_LIBS='' _libcurl_config='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_FC='gfortran' ac_ct_OBJC='gcc' ac_ct_OBJCXX='g++' ac_path_PYTHON3='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__fastdepOBJCXX_FALSE='' am__fastdepOBJCXX_TRUE='#' am__fastdepOBJC_FALSE='' am__fastdepOBJC_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' bzip2_prog='/bin/bzip2' datadir='${datarootdir}' datarootdir='${prefix}/share' deps_4ti2 = zlib $(MP_LIBRARY) glpk | deps__bootstrap = | deps__develop = _bootstrap git pytest pytest_xdist github_cli | deps__gcc10 = | deps__gcc11 = | deps__gcc12 = | deps__gcc8 = | deps__gcc9 = | deps__prereq = | deps__recommended = pandoc ffmpeg imagemagick git libjpeg texlive texlive_luatex free_fonts xindy | deps__sagemath = | deps_admcycles = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_alabaster = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_anyio = idna sniffio exceptiongroup typing_extensions | pip $(PYTHON) deps_appdirs = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_appnope = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_argon2_cffi = argon2_cffi_bindings | $(PYTHON_TOOLCHAIN) flit_core $(PYTHON) deps_argon2_cffi_bindings = | $(PYTHON_TOOLCHAIN) cffi setuptools_scm $(PYTHON) deps_arrow = dateutil types_python_dateutil | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_asttokens = six | pip $(PYTHON) deps_async_lru = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_attrs = importlib_metadata | pip $(PYTHON) deps_auditwheel_or_delocate = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_awali = cmake cython nbconvert ncurses | $(PYTHON) deps_babel = | $(PYTHON_TOOLCHAIN) pytz $(PYTHON) deps_barvinok = ntl isl polylib | deps_beautifulsoup4 = soupsieve | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_beniget = gast | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_benzene = | deps_biopython = | pip deps_bleach = six webencodings | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_bliss = | cmake deps_boost_cropped = | deps_brial = boost_cropped m4ri libpng | pkgconf deps_buckygen = | deps_bzip2 = | pkgconf deps_cachetools = | pip $(PYTHON) deps_calver = | pip $(PYTHON) deps_cbc = readline zlib bzip2 $(BLAS) | deps_ccache = cmake xz | deps_cddlib = $(MP_LIBRARY) | deps_certifi = | pip $(PYTHON) deps_cffi = | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON) deps_chardet = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_charset_normalizer = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_clarabel = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_cliquer = | deps_cmake = curl zlib bzip2 liblzma | deps_cocoalib = $(MP_LIBRARY) | deps_colorama = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_comm = traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_configure = | deps_contourpy = numpy | $(PYTHON_TOOLCHAIN) pybind11 meson_python $(PYTHON) deps_conway_polynomials = | pip $(PYTHON) deps_coxeter3 = | deps_cppy = | pip $(PYTHON) deps_csdp = $(BLAS) | deps_cunningham_tables = | deps_curl = openssl | deps_cvxopt = numpy $(BLAS) gsl glpk suitesparse | $(PYTHON_TOOLCHAIN) pkgconfig $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_cvxopt)), matplotlib pytest) deps_cvxpy = numpy scipy glpk cvxopt osqp_python ecos_python scs clarabel | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_cycler = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_cylp = numpy scipy cbc | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_cypari = pari cysignals | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_cysignals = cython | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON) deps_cython = | $(PYTHON_TOOLCHAIN) $(PYTHON) pythran deps_d3js = | deps_database_cremona_ellcurve = | deps_database_cubic_hecke = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_database_cubic_hecke)), $(SAGERUNTIME) conway_polynomials ipywidgets sympy singular gap libhomfly libbraiding sphinx networkx scipy sympy matplotlib pillow mpmath fpylll) deps_database_jones_numfield = | deps_database_knotinfo = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_database_knotinfo)), $(SAGERUNTIME) ipywidgets sympy singular gap libhomfly libbraiding sphinx networkx scipy sympy matplotlib pillow mpmath fpylll) deps_database_kohel = | deps_database_mutation_class = | deps_database_odlyzko_zeta = | $(SAGERUNTIME) deps_database_stein_watkins = | deps_database_stein_watkins_mini = | deps_database_symbolic_data = | deps_dateutil = six | pip $(PYTHON) deps_debugpy = | pip $(PYTHON) deps_decorator = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_deformation = $(MP_LIBRARY) mpfr flint | deps_defusedxml = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_distlib = | pip $(PYTHON) deps_docutils = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_dot2tex = | $(PYTHON_TOOLCHAIN) pyparsing $(PYTHON) deps_dsdp = $(BLAS) | cmake deps_e_antic = $(MP_LIBRARY) flint boost_cropped | deps_ecl = $(MP_LIBRARY) readline gc libffi | info deps_eclib = pari ntl flint | deps_ecm = $(MP_LIBRARY) | deps_ecos_python = numpy scipy | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_editables = | pip $(PYTHON) deps_elliptic_curves = | $(PYTHON) deps_entrypoints = | $(PYTHON_TOOLCHAIN) flit_core $(PYTHON) deps_exceptiongroup = | pip $(PYTHON) deps_execnet = | pip $(PYTHON) deps_executing = | pip $(PYTHON) deps_fastjsonschema = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_fflas_ffpack = $(MP_LIBRARY) givaro gsl $(BLAS) | pkgconf deps_ffmpeg = | deps_filelock = | pip $(PYTHON) deps_flint = $(MP_LIBRARY) mpfr | deps_flit_core = | pip $(PYTHON) deps_fonttools = | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_fplll = $(MP_LIBRARY) mpfr | deps_fpylll = cython cysignals numpy fplll | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_fqdn = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_free_fonts = | deps_freetype = libpng bzip2 | deps_fricas = ecl | deps_frobby = $(MP_LIBRARY) | deps_furo = beautifulsoup4 sphinx pygments sphinx_basic_ng | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_gap = ncurses readline zlib $(MP_LIBRARY) | deps_gap3 = | deps_gap_jupyter = | $(PYTHON_TOOLCHAIN) ipython gap $(PYTHON) deps_gap_packages = gap libsemigroups planarity | $(SAGERUNTIME) deps_gast = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_gc = libatomic_ops | deps_gcc = | $(MP_LIBRARY) mpfr mpc zlib xz deps_gdb = | deps_gengetopt = | xz deps_gf2x = | deps_gfan = $(MP_LIBRARY) cddlib | deps_gfortran = | $(MP_LIBRARY) mpfr mpc zlib xz deps_giac = readline libpng $(MP_LIBRARY) mpfr mpfi ntl gsl pari glpk curl cliquer ecm $(findstring libnauty,$(OPTIONAL_INSTALLED_PACKAGES)) | deps_git = | deps_github_cli = | deps_gitpython = | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_givaro = $(MP_LIBRARY) | deps_glpk = $(MP_LIBRARY) zlib | deps_glucose = zlib | deps_gmp = | xz deps_gmpy2 = $(MP_LIBRARY) mpfr mpc | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_gmpy2)), pytest hypothesis cython mpmath setuptools) deps_gnulib = | deps_gnumake_tokenpool = | $(PYTHON) $(PYTHON_TOOLCHAIN) deps_gp2c = pari | deps_graphs = | deps_graphviz = | deps_gsl = $(BLAS) | pkgconf deps_h11 = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_hatchling = pathspec tomli editables pluggy packaging trove_classifiers | pip $(PYTHON) deps_httpcore = certifi h11 | pip $(PYTHON) deps_httpx = httpcore anyio sniffio | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_hypothesis = attrs | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_iconv = | deps_idna = | pip $(PYTHON) deps_igraph = $(MP_LIBRARY) glpk $(BLAS) | cmake deps_imagemagick = | deps_imagesize = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_iml = $(MP_LIBRARY) $(BLAS) | pkgconf deps_importlib_metadata = zipp typing_extensions | pip tomli $(PYTHON) deps_importlib_resources = zipp | pip $(PYTHON) deps_info = ncurses | xz deps_iniconfig = | pip $(PYTHON) deps_ipykernel = debugpy ipython comm traitlets jupyter_client jupyter_core nest_asyncio tornado matplotlib_inline appnope pyzmq psutil packaging | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON) deps_ipympl = ipython numpy ipython_genutils pillow traitlets ipywidgets matplotlib | $(PYTHON_TOOLCHAIN) $(PYTHON) $(findstring jupyterlab,$(OPTIONAL_INSTALLED_PACKAGES)) deps_ipython = tornado pyzmq pickleshare traitlets decorator wcwidth prompt_toolkit pygments pexpect jedi stack_data exceptiongroup matplotlib_inline | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_ipython_genutils = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_ipywidgets = widgetsnbextension jupyterlab_widgets comm ipykernel ipython traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_isl = $(MP_LIBRARY) | deps_isoduration = $(PYTHON) arrow | $(PYTHON_TOOLCHAIN) deps_jedi = parso | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jinja2 = markupsafe | pip $(PYTHON) deps_jmol = | deps_json5 = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jsonpointer = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jsonschema = jsonschema_specifications pyrsistent attrs fqdn isoduration jsonpointer uri_template webcolors | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jsonschema_specifications = referencing | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupymake = polymake | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_client = jupyter_core pyzmq dateutil tornado traitlets importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_core = platformdirs traitlets | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON) deps_jupyter_events = jsonschema python_json_logger pyyaml referencing rfc3339_validator rfc3986_validator | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_jsmol = ipywidgets | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_lsp = jupyter_server | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_server = anyio argon2_cffi jinja2 jupyter_client jupyter_core jupyter_events jupyter_server_terminals nbconvert nbformat overrides platformdirs prometheus_client pyzmq send2trash terminado tornado traitlets websocket_client | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_server_terminals = terminado | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyter_sphinx = sphinx ipywidgets ipython nbconvert nbformat | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyterlab = async_lru importlib_metadata ipykernel jinja2 jupyter_core jupyter_lsp jupyter_server jupyterlab_server notebook_shim packaging traitlets tornado tomli httpx | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyterlab_mathjax2 = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyterlab_pygments = pygments | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyterlab_server = babel jupyter_events jupyter_server json5 jsonschema requests | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_jupyterlab_widgets = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_kenzo = ecl | deps_kissat = | deps_kiwisolver = cppy | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_latte_int = $(MP_LIBRARY) ntl 4ti2 cddlib lidia $(findstring lrslib,$(OPTIONAL_INSTALLED_PACKAGES)) | deps_lcalc = pari | gengetopt deps_libatomic_ops = | deps_libbraiding = | deps_libffi = | deps_libgd = libpng | xz deps_libgraphviz = | deps_libhomfly = gc | deps_libjpeg = | deps_liblzma = $(SAGE_LOCAL)/$(SPKG_INST_RELDIR)/xz-$(vers_xz) | deps_libnauty = $(SAGE_LOCAL)/$(SPKG_INST_RELDIR)/nauty-$(vers_nauty) | deps_libogg = | deps_libpng = zlib | deps_libsemigroups = | deps_libxml2 = iconv zlib | deps_lidia = $(MP_LIBRARY) | deps_lie = readline ncurses | deps_linbox = $(MP_LIBRARY) ntl givaro mpfr iml flint fflas_ffpack | deps_llvm = | deps_lrcalc = | deps_lrcalc_python = lrcalc | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_lrslib = $(MP_LIBRARY) | deps_m4ri = libpng | deps_m4rie = m4ri | deps_markupsafe = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_mathics = numpy pillow mpmath dateutil requests sympy pyyaml charset_normalizer typing_extensions | $(PYTHON_TOOLCHAIN) $(PYTHON) pip $(and $(filter-out no,$(SAGE_CHECK_mathics)), $(SAGERUNTIME) ipywidgets importlib_metadata sympy sphinx networkx scipy sympy matplotlib pillow mpmath fpylll) deps_mathjax = | deps_matplotlib = numpy freetype pillow dateutil pyparsing tornado cycler qhull fonttools contourpy | $(PYTHON_TOOLCHAIN) kiwisolver certifi setuptools_scm $(PYTHON) deps_matplotlib_inline = traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_matroid_database = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_maxima = ecl | info deps_mcqd = | deps_meataxe = | deps_memory_allocator = cython | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_meson = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_meson_python = meson pyproject_metadata tomli ninja_build patchelf | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_meson_python)), pytest pytest_mock gitpython cython auditwheel_or_delocate) deps_mistune = cython | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_modular_resolution = singular meataxe | deps_mpc = $(MP_LIBRARY) mpfr | deps_mpfi = $(MP_LIBRARY) mpfr | deps_mpfr = $(MP_LIBRARY) | deps_mpfrcx = $(MP_LIBRARY) mpfr mpc | deps_mpmath = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_msolve = $(MP_LIBRARY) flint mpfr | deps_nauty = | deps_nbclient = jupyter_client nbformat | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_nbconvert = mistune jinja2 pygments traitlets jupyter_core nbformat entrypoints bleach pandocfilters defusedxml jupyter_client jupyterlab_pygments nbclient beautifulsoup4 markupsafe tinycss2 | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_nbformat = jsonschema fastjsonschema jupyter_core traitlets | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_ncurses = | deps_nest_asyncio = | pip $(PYTHON) deps_networkx = | $(PYTHON_TOOLCHAIN) scipy $(PYTHON) deps_nibabel = | pip deps_ninja_build = | $(PYTHON) deps_normaliz = $(MP_LIBRARY) flint e_antic libnauty | deps_notebook = jupyter_server jupyterlab_server jupyterlab notebook_shim | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_notebook_shim = jupyter_server | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_notedown = nbformat nbconvert six pandoc_attributes | $(PYTHON) $(PYTHON_TOOLCHAIN) deps_ntl = $(MP_LIBRARY) gf2x | deps_numpy = $(BLAS) gfortran | $(PYTHON_TOOLCHAIN) pkgconfig cython meson_python $(PYTHON) deps_onetbb = | cmake deps_openblas = gfortran | deps_openssl = | deps_ore_algebra = | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip deps_osqp_python = qdldl_python numpy scipy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON) deps_overrides = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_p_group_cohomology = cython cysignals singular meataxe modular_resolution $(SAGE_SRC)/sage/matrix/matrix_gfpn_dense.pxd $(SAGE_SRC)/sage/structure/element.pxd $(SAGE_SRC)/sage/matrix/matrix_gfpn_dense.pxd $(SAGE_SRC)/sage/matrix/matrix0.pxd $(SAGE_SRC)/sage/libs/meataxe.pxd $(SAGE_SRC)/sage/rings/morphism.pxd | $(PYTHON_TOOLCHAIN) matplotlib gap xz $(SAGERUNTIME) ipywidgets $(PYTHON) deps_packaging = | pip $(PYTHON) deps_palp = | deps_pandoc = | deps_pandoc_attributes = | pandocfilters $(PYTHON) $(PYTHON_TOOLCHAIN) deps_pandocfilters = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_papilo = $(MP_LIBRARY) boost_cropped onetbb $(BLAS) gfortran | cmake deps_pari = readline $(MP_LIBRARY) | pari_galdata pari_seadata_small deps_pari_elldata = | deps_pari_galdata = | deps_pari_galpol = | deps_pari_jupyter = pari | $(PYTHON_TOOLCHAIN) cython notebook jupyter_core $(PYTHON) deps_pari_nftables = | deps_pari_seadata = | deps_pari_seadata_small = | deps_parso = | pip $(PYTHON) deps_patch = | deps_patchelf = | bzip2 deps_pathspec = | pip $(PYTHON) deps_pdf2svg = | deps_perl_cpan_polymake_prereq = | deps_perl_mongodb = | deps_perl_term_readline_gnu = readline | deps_pexpect = ptyprocess | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_phitigra = ipywidgets pillow numpy | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_pickleshare = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pillow = zlib freetype trove_classifiers | $(PYTHON_TOOLCHAIN) pkgconf $(PYTHON) deps_pip = | $(PYTHON) deps_pkgconf = | patch xz deps_pkgconfig = | pkgconf $(PYTHON_TOOLCHAIN) $(PYTHON) deps_planarity = | deps_plantri = | deps_platformdirs = | pip $(PYTHON) deps_pluggy = | pip $(PYTHON) deps_ply = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_polylib = $(MP_LIBRARY) mpfr ntl | deps_polymake = $(MP_LIBRARY) bliss cddlib normaliz perl_term_readline_gnu ppl libxml2 perl_cpan_polymake_prereq lrslib | ninja_build deps_polytopes_db = | deps_polytopes_db_4d = | deps_ppl = $(MP_LIBRARY) glpk | deps_pplpy = $(MP_LIBRARY) gmpy2 cysignals mpfr mpc ppl | $(PYTHON_TOOLCHAIN) sphinx $(PYTHON) deps_pplpy_doc = pplpy | sphinx deps_primecount = primesieve | cmake deps_primecountpy = primecount cysignals | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_primesieve = | cmake deps_prometheus_client = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_prompt_toolkit = six wcwidth | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_psutil = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_ptyprocess = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pure_eval = | pip $(PYTHON) deps_py = | pip $(PYTHON) deps_pybind11 = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pybtex = | pip deps_pycosat = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pycparser = | pip $(PYTHON) deps_pycryptosat = m4ri zlib libpng | cmake boost_cropped $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_pygments = | pip $(PYTHON) deps_pygraphviz = libgraphviz | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_pynormaliz = normaliz | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pyparsing = | pip $(PYTHON) deps_pyppeteer = appdirs importlib_metadata urllib3 certifi | $(PYTHON_TOOLCHAIN) $(PYTHON) pip deps_pyproject_api = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pyproject_hooks = | pip $(PYTHON) deps_pyproject_metadata = packaging | pip $(PYTHON) deps_pyrsistent = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pyscipopt = scip | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_pysingular = singular | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pytest = iniconfig packaging pluggy exceptiongroup tomli colorama | pip $(PYTHON) deps_pytest_mock = pytest | pip $(PYTHON) deps_pytest_xdist = execnet pytest | pip $(PYTHON) deps_python3 = zlib readline sqlite libpng bzip2 liblzma libffi openssl | xz pkgconf deps_python_build = tomli packaging pyproject_hooks importlib_metadata | pip $(PYTHON) deps_python_flint = flint | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_python_igraph = igraph texttable | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_python_json_logger = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pythran = beniget gast ply | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pytz = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pytz_deprecation_shim = tzdata | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_pyx = | pip deps_pyyaml = | $(PYTHON_TOOLCHAIN) cython $(PYTHON) deps_pyzmq = cython zeromq | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_qdldl_python = pybind11 numpy scipy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON) deps_qepcad = readline saclib | deps_qhull = | cmake deps_r = | deps_r_jupyter = notebook rpy2 | deps_readline = ncurses | deps_referencing = attrs pyrsistent | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_requests = charset_normalizer idna urllib3 certifi | pip $(PYTHON) deps_rfc3339_validator = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_rfc3986_validator = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_rpy2 = cffi tzlocal pytz jinja2 | $(PYTHON_TOOLCHAIN) pycparser $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_rpy2)), pytest numpy ipython) deps_rst2ipynb = pandoc | $(PYTHON_TOOLCHAIN) notedown $(PYTHON) deps_rubiks = | deps_rw = | deps_saclib = | deps_sage_conf = $(SAGE_ROOT)/pkgs/sage-conf/_sage_conf/_conf.py $(SAGE_ROOT)/pkgs/sage-conf/setup.cfg $(SAGE_ROOT)/pkgs/sage-conf/bin/sage-env-config | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sage_docbuild = sphinx $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/*.py $(SAGE_ROOT)/pkgs/sage-docbuild/sage_docbuild/ext/*.py | $(PYTHON_TOOLCHAIN) sagelib $(PYTHON) deps_sage_flatsurf = | $(PYTHON_TOOLCHAIN) surface_dynamics $(SAGERUNTIME) $(PYTHON) pip deps_sage_numerical_backends_coin = cbc cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON) deps_sage_numerical_backends_cplex = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON) deps_sage_numerical_backends_gurobi = cysignals $(SAGE_SRC)/sage/numerical/backends/generic_backend.pxd $(SAGE_SRC)/sage/cpython/string.pxd $(SAGE_SRC)/sage/cpython/string_impl.h | $(SAGERUNTIME) $(PYTHON_TOOLCHAIN) cython ipywidgets $(PYTHON) deps_sage_setup = cython pkgconfig jinja2 $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/*.py $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/autogen/interpreters/internal/specs/*.py $(SAGE_ROOT)/pkgs/sage-setup/sage_setup/command/*.py | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sage_sws2rst = beautifulsoup4 $(SAGE_ROOT)/pkgs/sage-sws2rst/*.py | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sage_sws2rst)), tox) deps_sagelib = FORCE $(SCRIPTS) boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap givaro glpk gmpy2 gsl iml importlib_metadata importlib_resources jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy $(PYTHON) requests rw sage_conf singular symmetrica typing_extensions $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup $(PYTHON) pythran deps_sagemath_bliss = bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sage_conf sagemath_environment cython pkgconfig $(PYTHON) deps_sagemath_categories = sagemath_objects | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_categories)), tox sagemath_repl) deps_sagemath_coxeter3 = coxeter3 | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON) deps_sagemath_doc_html = sagelib sphinx sphinx_copybutton sphinx_inline_tabs pplpy_doc | $(SAGERUNTIME) maxima networkx scipy sympy matplotlib pillow mathjax mpmath ipykernel jupyter_client conway_polynomials tachyon ipywidgets sage_docbuild elliptic_curves furo fpylll graphs typing_extensions $(findstring jupyter_sphinx,$(OPTIONAL_INSTALLED_PACKAGES)) deps_sagemath_doc_pdf = sagemath_doc_html texlive texlive_luatex free_fonts xindy | deps_sagemath_environment = | $(PYTHON_TOOLCHAIN) python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_environment)), tox) deps_sagemath_giac = cysignals cython giac gmpy2 sagelib | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sagemath_mcqd = mcqd memory_allocator cysignals | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig $(PYTHON) deps_sagemath_meataxe = meataxe cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON) deps_sagemath_objects = FORCE cysignals gmpy2 | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_objects)), tox) deps_sagemath_repl = sagemath_objects sagemath_environment ipython ipywidgets | $(PYTHON_TOOLCHAIN) python_build $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagemath_repl)), tox) deps_sagemath_sirocco = sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON) deps_sagemath_tdlib = tdlib cysignals boost_cropped | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON) deps_sagenb_export = notebook nbconvert ipython six | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sagetex = maxima scipy matplotlib pillow tachyon pyparsing | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_sagetex)), $(SAGERUNTIME) sympy elliptic_curves) deps_sbcl = | deps_scip = $(MP_LIBRARY) readline soplex papilo zlib bliss | cmake deps_scip_sdp = scip dsdp | cmake deps_scipy = $(BLAS) gfortran numpy pybind11 cython pythran | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_scipy)), pytest) deps_scs = numpy | $(PYTHON_TOOLCHAIN) cmake $(PYTHON) deps_send2trash = | pip $(PYTHON) deps_setuptools = | pip $(PYTHON) deps_setuptools_scm = packaging setuptools tomli typing_extensions | pip $(PYTHON) deps_singular = $(MP_LIBRARY) ntl flint readline mpfr cddlib | deps_singular_jupyter = jupyter_client | $(PYTHON_TOOLCHAIN) pysingular ipython ipywidgets $(PYTHON) deps_sirocco = mpfr | deps_six = | pip $(PYTHON) deps_slabbe = | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip deps_snappy = decorator ipython cypari | $(PYTHON_TOOLCHAIN) sagelib $(PYTHON) pip deps_sniffio = | pip $(PYTHON) deps_snowballstemmer = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_soplex = $(MP_LIBRARY) mpfr boost_cropped zlib papilo | cmake deps_soupsieve = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinx = | $(PYTHON_TOOLCHAIN) docutils jinja2 pygments snowballstemmer imagesize babel alabaster requests sphinxcontrib_websupport sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml packaging importlib_metadata $(PYTHON) deps_sphinx_basic_ng = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinx_copybutton = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinx_inline_tabs = sphinx | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_applehelp = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_devhelp = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_htmlhelp = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_jsmath = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_qthelp = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_serializinghtml = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sphinxcontrib_websupport = sphinxcontrib_serializinghtml | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_sqlalchemy = | pip deps_sqlite = readline | deps_stack_data = executing asttokens pure_eval | pip $(PYTHON) deps_suitesparse = $(BLAS) gfortran mpfr $(MP_LIBRARY) | cmake deps_surf = $(MP_LIBRARY) | deps_surface_dynamics = cysignals pplpy $(SAGE_SRC)/sage/rings/integer.pxd $(SAGE_SRC)/sage/ext/stdsage.pxd | $(PYTHON_TOOLCHAIN) $(SAGERUNTIME) $(PYTHON) pip deps_symengine = $(MP_LIBRARY) ecm flint mpc mpfr | cmake deps_symengine_py = symengine | cmake cython $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_symengine_py)), pytest) deps_symmetrica = | xz deps_sympow = | pari deps_sympy = mpmath | pip $(PYTHON) deps_tachyon = libpng | deps_tdlib = boost_cropped | deps_terminado = ptyprocess tornado | $(PYTHON_TOOLCHAIN) hatchling $(PYTHON) deps_texlive = | deps_texlive_luatex = texlive | deps_texttable = | $(PYTHON_TOOLCHAIN) $(PYTHON) $(and $(filter-out no,$(SAGE_CHECK_texttable)), pytest) deps_threejs = | deps_tides = $(MP_LIBRARY) mpfr | deps_tinycss2 = webencodings | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_tomli = | pip $(PYTHON) deps_topcom = cddlib | deps_tornado = certifi | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_tox = cachetools chardet colorama filelock packaging platformdirs pluggy pyproject_api tomli virtualenv | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_traitlets = | pip $(PYTHON) deps_trove_classifiers = calver | pip $(PYTHON) deps_types_python_dateutil = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_typing_extensions = | pip $(PYTHON) deps_tzdata = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_tzlocal = pytz_deprecation_shim | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_uri_template = | pip $(PYTHON) deps_urllib3 = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_valgrind = | deps_virtualenv = distlib filelock importlib_metadata platformdirs | pip $(PYTHON) deps_wcwidth = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_webcolors = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_webencodings = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_websocket_client = | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_wheel = | pip $(PYTHON) deps_widgetsnbextension = jupyter_core | $(PYTHON_TOOLCHAIN) $(PYTHON) deps_xindy = | deps_xz = | deps_zeromq = | deps_zipp = | pip $(PYTHON) deps_zlib = |' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' foodirectg='' foogenbg='' foogeng='' foogenktreeg='' foogenposetg='' foogentourng='' foogentreeg='' found_ar='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/leonv/sage/sage/config/install-sh' libbraiding_CFLAGS='' libbraiding_LIBS='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libjpeg_CFLAGS='' libjpeg_LIBS='-ljpeg ' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' msolve_CFLAGS='' msolve_LIBS='' naudirectg='' naugenbg='' naugeng='' naugenktreeg='' naugenposetg='' naugentourng='' naugentreeg='' ntl_includedir='' ntl_libdir='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/leonv/sage/sage/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' trees_4ti2 = SAGE_LOCAL trees__bootstrap = SAGE_LOCAL trees__develop = SAGE_LOCAL trees__gcc10 = SAGE_LOCAL trees__gcc11 = SAGE_LOCAL trees__gcc12 = SAGE_LOCAL trees__gcc8 = SAGE_LOCAL trees__gcc9 = SAGE_LOCAL trees__prereq = SAGE_LOCAL trees__recommended = SAGE_LOCAL trees__sagemath = SAGE_LOCAL trees_admcycles = SAGE_VENV trees_alabaster = SAGE_VENV trees_anyio = SAGE_VENV trees_appdirs = SAGE_VENV trees_appnope = SAGE_VENV trees_argon2_cffi = SAGE_VENV trees_argon2_cffi_bindings = SAGE_VENV trees_arrow = SAGE_VENV trees_asttokens = SAGE_VENV trees_async_lru = SAGE_VENV trees_attrs = SAGE_VENV trees_auditwheel_or_delocate = SAGE_VENV trees_awali = SAGE_LOCAL trees_babel = SAGE_VENV trees_barvinok = SAGE_LOCAL trees_beautifulsoup4 = SAGE_VENV trees_beniget = SAGE_VENV trees_benzene = SAGE_LOCAL trees_biopython = SAGE_VENV trees_bleach = SAGE_VENV trees_bliss = SAGE_LOCAL trees_boost_cropped = SAGE_LOCAL trees_brial = SAGE_LOCAL trees_buckygen = SAGE_LOCAL trees_bzip2 = SAGE_LOCAL trees_cachetools = SAGE_VENV trees_calver = SAGE_VENV trees_cbc = SAGE_LOCAL trees_ccache = SAGE_LOCAL trees_cddlib = SAGE_LOCAL trees_certifi = SAGE_VENV trees_cffi = SAGE_VENV trees_chardet = SAGE_VENV trees_charset_normalizer = SAGE_VENV trees_clarabel = SAGE_VENV trees_cliquer = SAGE_LOCAL trees_cmake = SAGE_LOCAL trees_cocoalib = SAGE_LOCAL trees_colorama = SAGE_VENV trees_comm = SAGE_VENV trees_configure = SAGE_LOCAL trees_contourpy = SAGE_VENV trees_conway_polynomials = SAGE_VENV trees_coxeter3 = SAGE_LOCAL trees_cppy = SAGE_VENV trees_csdp = SAGE_LOCAL trees_cunningham_tables = SAGE_LOCAL trees_curl = SAGE_LOCAL trees_cvxopt = SAGE_VENV trees_cvxpy = SAGE_VENV trees_cycler = SAGE_VENV trees_cylp = SAGE_VENV trees_cypari = SAGE_VENV trees_cysignals = SAGE_VENV trees_cython = SAGE_VENV trees_d3js = SAGE_LOCAL trees_database_cremona_ellcurve = SAGE_LOCAL trees_database_cubic_hecke = SAGE_VENV trees_database_jones_numfield = SAGE_LOCAL trees_database_knotinfo = SAGE_VENV trees_database_kohel = SAGE_LOCAL trees_database_mutation_class = SAGE_LOCAL trees_database_odlyzko_zeta = SAGE_LOCAL trees_database_stein_watkins = SAGE_LOCAL trees_database_stein_watkins_mini = SAGE_LOCAL trees_database_symbolic_data = SAGE_LOCAL trees_dateutil = SAGE_VENV trees_debugpy = SAGE_VENV trees_decorator = SAGE_VENV trees_deformation = SAGE_LOCAL trees_defusedxml = SAGE_VENV trees_distlib = SAGE_VENV trees_docutils = SAGE_VENV trees_dot2tex = SAGE_VENV trees_dsdp = SAGE_LOCAL trees_e_antic = SAGE_LOCAL trees_ecl = SAGE_LOCAL trees_eclib = SAGE_LOCAL trees_ecm = SAGE_LOCAL trees_ecos_python = SAGE_VENV trees_editables = SAGE_VENV trees_elliptic_curves = SAGE_LOCAL trees_entrypoints = SAGE_VENV trees_exceptiongroup = SAGE_VENV trees_execnet = SAGE_VENV trees_executing = SAGE_VENV trees_fastjsonschema = SAGE_VENV trees_fflas_ffpack = SAGE_LOCAL trees_ffmpeg = SAGE_LOCAL trees_filelock = SAGE_VENV trees_flint = SAGE_LOCAL trees_flit_core = SAGE_VENV trees_fonttools = SAGE_VENV trees_fplll = SAGE_LOCAL trees_fpylll = SAGE_VENV trees_fqdn = SAGE_VENV trees_free_fonts = SAGE_LOCAL trees_freetype = SAGE_LOCAL trees_fricas = SAGE_LOCAL trees_frobby = SAGE_LOCAL trees_furo = SAGE_VENV trees_gap = SAGE_LOCAL trees_gap3 = SAGE_LOCAL trees_gap_jupyter = SAGE_VENV trees_gap_packages = SAGE_LOCAL trees_gast = SAGE_VENV trees_gc = SAGE_LOCAL trees_gcc = SAGE_LOCAL trees_gdb = SAGE_LOCAL trees_gengetopt = SAGE_LOCAL trees_gf2x = SAGE_LOCAL trees_gfan = SAGE_LOCAL trees_gfortran = SAGE_LOCAL trees_giac = SAGE_LOCAL trees_git = SAGE_LOCAL trees_github_cli = SAGE_LOCAL trees_gitpython = SAGE_VENV trees_givaro = SAGE_LOCAL trees_glpk = SAGE_LOCAL trees_glucose = SAGE_LOCAL trees_gmp = SAGE_LOCAL trees_gmpy2 = SAGE_VENV trees_gnulib = SAGE_LOCAL trees_gnumake_tokenpool = SAGE_VENV trees_gp2c = SAGE_LOCAL trees_graphs = SAGE_LOCAL trees_graphviz = SAGE_LOCAL trees_gsl = SAGE_LOCAL trees_h11 = SAGE_VENV trees_hatchling = SAGE_VENV trees_httpcore = SAGE_VENV trees_httpx = SAGE_VENV trees_hypothesis = SAGE_VENV trees_iconv = SAGE_LOCAL trees_idna = SAGE_VENV trees_igraph = SAGE_LOCAL trees_imagemagick = SAGE_LOCAL trees_imagesize = SAGE_VENV trees_iml = SAGE_LOCAL trees_importlib_metadata = SAGE_VENV trees_importlib_resources = SAGE_VENV trees_info = SAGE_LOCAL trees_iniconfig = SAGE_VENV trees_ipykernel = SAGE_VENV trees_ipympl = SAGE_VENV trees_ipython = SAGE_VENV trees_ipython_genutils = SAGE_VENV trees_ipywidgets = SAGE_VENV trees_isl = SAGE_LOCAL trees_isoduration = SAGE_VENV trees_jedi = SAGE_VENV trees_jinja2 = SAGE_VENV trees_jmol = SAGE_LOCAL trees_json5 = SAGE_VENV trees_jsonpointer = SAGE_VENV trees_jsonschema = SAGE_VENV trees_jsonschema_specifications = SAGE_VENV trees_jupymake = SAGE_VENV trees_jupyter_client = SAGE_VENV trees_jupyter_core = SAGE_VENV trees_jupyter_events = SAGE_VENV trees_jupyter_jsmol = SAGE_VENV trees_jupyter_lsp = SAGE_VENV trees_jupyter_server = SAGE_VENV trees_jupyter_server_terminals = SAGE_VENV trees_jupyter_sphinx = SAGE_VENV trees_jupyterlab = SAGE_VENV trees_jupyterlab_mathjax2 = SAGE_VENV trees_jupyterlab_pygments = SAGE_VENV trees_jupyterlab_server = SAGE_VENV trees_jupyterlab_widgets = SAGE_VENV trees_kenzo = SAGE_LOCAL trees_kissat = SAGE_LOCAL trees_kiwisolver = SAGE_VENV trees_latte_int = SAGE_LOCAL trees_lcalc = SAGE_LOCAL trees_libatomic_ops = SAGE_LOCAL trees_libbraiding = SAGE_LOCAL trees_libffi = SAGE_LOCAL trees_libgd = SAGE_LOCAL trees_libgraphviz = SAGE_LOCAL trees_libhomfly = SAGE_LOCAL trees_libjpeg = SAGE_LOCAL trees_liblzma = SAGE_LOCAL trees_libnauty = SAGE_LOCAL trees_libogg = SAGE_LOCAL trees_libpng = SAGE_LOCAL trees_libsemigroups = SAGE_LOCAL trees_libxml2 = SAGE_LOCAL trees_lidia = SAGE_LOCAL trees_lie = SAGE_LOCAL trees_linbox = SAGE_LOCAL trees_llvm = SAGE_LOCAL trees_lrcalc = SAGE_LOCAL trees_lrcalc_python = SAGE_VENV trees_lrslib = SAGE_LOCAL trees_m4ri = SAGE_LOCAL trees_m4rie = SAGE_LOCAL trees_markupsafe = SAGE_VENV trees_mathics = SAGE_VENV trees_mathjax = SAGE_LOCAL trees_matplotlib = SAGE_VENV trees_matplotlib_inline = SAGE_VENV trees_matroid_database = SAGE_VENV trees_maxima = SAGE_LOCAL trees_mcqd = SAGE_LOCAL trees_meataxe = SAGE_LOCAL trees_memory_allocator = SAGE_VENV trees_meson = SAGE_VENV trees_meson_python = SAGE_VENV trees_mistune = SAGE_VENV trees_modular_resolution = SAGE_LOCAL trees_mpc = SAGE_LOCAL trees_mpfi = SAGE_LOCAL trees_mpfr = SAGE_LOCAL trees_mpfrcx = SAGE_LOCAL trees_mpmath = SAGE_VENV trees_msolve = SAGE_LOCAL trees_nauty = SAGE_LOCAL trees_nbclient = SAGE_VENV trees_nbconvert = SAGE_VENV trees_nbformat = SAGE_VENV trees_ncurses = SAGE_LOCAL trees_nest_asyncio = SAGE_VENV trees_networkx = SAGE_VENV trees_nibabel = SAGE_VENV trees_ninja_build = SAGE_LOCAL trees_normaliz = SAGE_LOCAL trees_notebook = SAGE_VENV trees_notebook_shim = SAGE_VENV trees_notedown = SAGE_VENV trees_ntl = SAGE_LOCAL trees_numpy = SAGE_VENV trees_onetbb = SAGE_LOCAL trees_openblas = SAGE_LOCAL trees_openssl = SAGE_LOCAL trees_ore_algebra = SAGE_VENV trees_osqp_python = SAGE_VENV trees_overrides = SAGE_VENV trees_p_group_cohomology = SAGE_VENV trees_packaging = SAGE_VENV trees_palp = SAGE_LOCAL trees_pandoc = SAGE_LOCAL trees_pandoc_attributes = SAGE_VENV trees_pandocfilters = SAGE_VENV trees_papilo = SAGE_LOCAL trees_pari = SAGE_LOCAL trees_pari_elldata = SAGE_LOCAL trees_pari_galdata = SAGE_LOCAL trees_pari_galpol = SAGE_LOCAL trees_pari_jupyter = SAGE_VENV trees_pari_nftables = SAGE_LOCAL trees_pari_seadata = SAGE_LOCAL trees_pari_seadata_small = SAGE_LOCAL trees_parso = SAGE_VENV trees_patch = SAGE_LOCAL trees_patchelf = SAGE_LOCAL trees_pathspec = SAGE_VENV trees_pdf2svg = SAGE_LOCAL trees_perl_cpan_polymake_prereq = SAGE_LOCAL trees_perl_mongodb = SAGE_LOCAL trees_perl_term_readline_gnu = SAGE_LOCAL trees_pexpect = SAGE_VENV trees_phitigra = SAGE_VENV trees_pickleshare = SAGE_VENV trees_pillow = SAGE_VENV trees_pip = SAGE_VENV trees_pkgconf = SAGE_LOCAL trees_pkgconfig = SAGE_VENV trees_planarity = SAGE_LOCAL trees_plantri = SAGE_LOCAL trees_platformdirs = SAGE_VENV trees_pluggy = SAGE_VENV trees_ply = SAGE_VENV trees_polylib = SAGE_LOCAL trees_polymake = SAGE_LOCAL trees_polytopes_db = SAGE_LOCAL trees_polytopes_db_4d = SAGE_LOCAL trees_ppl = SAGE_LOCAL trees_pplpy = SAGE_VENV trees_pplpy_doc = SAGE_DOCS trees_primecount = SAGE_LOCAL trees_primecountpy = SAGE_VENV trees_primesieve = SAGE_LOCAL trees_prometheus_client = SAGE_VENV trees_prompt_toolkit = SAGE_VENV trees_psutil = SAGE_VENV trees_ptyprocess = SAGE_VENV trees_pure_eval = SAGE_VENV trees_py = SAGE_VENV trees_pybind11 = SAGE_VENV trees_pybtex = SAGE_VENV trees_pycosat = SAGE_VENV trees_pycparser = SAGE_VENV trees_pycryptosat = SAGE_VENV trees_pygments = SAGE_VENV trees_pygraphviz = SAGE_VENV trees_pynormaliz = SAGE_VENV trees_pyparsing = SAGE_VENV trees_pyppeteer = SAGE_VENV trees_pyproject_api = SAGE_VENV trees_pyproject_hooks = SAGE_VENV trees_pyproject_metadata = SAGE_VENV trees_pyrsistent = SAGE_VENV trees_pyscipopt = SAGE_VENV trees_pysingular = SAGE_VENV trees_pytest = SAGE_VENV trees_pytest_mock = SAGE_VENV trees_pytest_xdist = SAGE_VENV trees_python3 = SAGE_VENV trees_python_build = SAGE_VENV trees_python_flint = SAGE_VENV trees_python_igraph = SAGE_VENV trees_python_json_logger = SAGE_VENV trees_pythran = SAGE_VENV trees_pytz = SAGE_VENV trees_pytz_deprecation_shim = SAGE_VENV trees_pyx = SAGE_VENV trees_pyyaml = SAGE_VENV trees_pyzmq = SAGE_VENV trees_qdldl_python = SAGE_VENV trees_qepcad = SAGE_LOCAL trees_qhull = SAGE_LOCAL trees_r = SAGE_LOCAL trees_r_jupyter = SAGE_LOCAL trees_readline = SAGE_LOCAL trees_referencing = SAGE_VENV trees_requests = SAGE_VENV trees_rfc3339_validator = SAGE_VENV trees_rfc3986_validator = SAGE_VENV trees_rpy2 = SAGE_VENV trees_rst2ipynb = SAGE_VENV trees_rubiks = SAGE_LOCAL trees_rw = SAGE_LOCAL trees_saclib = SAGE_LOCAL trees_sage_conf = SAGE_VENV trees_sage_docbuild = SAGE_VENV trees_sage_flatsurf = SAGE_VENV trees_sage_numerical_backends_coin = SAGE_VENV trees_sage_numerical_backends_cplex = SAGE_VENV trees_sage_numerical_backends_gurobi = SAGE_VENV trees_sage_setup = SAGE_VENV trees_sage_sws2rst = SAGE_VENV trees_sagelib = SAGE_VENV trees_sagemath_bliss = SAGE_VENV trees_sagemath_categories = SAGE_VENV trees_sagemath_coxeter3 = SAGE_VENV trees_sagemath_doc_html = SAGE_DOCS trees_sagemath_doc_pdf = SAGE_DOCS trees_sagemath_environment = SAGE_VENV trees_sagemath_giac = SAGE_LOCAL trees_sagemath_mcqd = SAGE_VENV trees_sagemath_meataxe = SAGE_VENV trees_sagemath_objects = SAGE_VENV trees_sagemath_repl = SAGE_VENV trees_sagemath_sirocco = SAGE_VENV trees_sagemath_tdlib = SAGE_VENV trees_sagenb_export = SAGE_VENV trees_sagetex = SAGE_VENV trees_sbcl = SAGE_LOCAL trees_scip = SAGE_LOCAL trees_scip_sdp = SAGE_LOCAL trees_scipy = SAGE_VENV trees_scs = SAGE_VENV trees_send2trash = SAGE_VENV trees_setuptools = SAGE_VENV trees_setuptools_scm = SAGE_VENV trees_singular = SAGE_LOCAL trees_singular_jupyter = SAGE_VENV trees_sirocco = SAGE_LOCAL trees_six = SAGE_VENV trees_slabbe = SAGE_VENV trees_snappy = SAGE_VENV trees_sniffio = SAGE_VENV trees_snowballstemmer = SAGE_VENV trees_soplex = SAGE_LOCAL trees_soupsieve = SAGE_VENV trees_sphinx = SAGE_VENV trees_sphinx_basic_ng = SAGE_VENV trees_sphinx_copybutton = SAGE_VENV trees_sphinx_inline_tabs = SAGE_VENV trees_sphinxcontrib_applehelp = SAGE_VENV trees_sphinxcontrib_devhelp = SAGE_VENV trees_sphinxcontrib_htmlhelp = SAGE_VENV trees_sphinxcontrib_jsmath = SAGE_VENV trees_sphinxcontrib_qthelp = SAGE_VENV trees_sphinxcontrib_serializinghtml = SAGE_VENV trees_sphinxcontrib_websupport = SAGE_VENV trees_sqlalchemy = SAGE_VENV trees_sqlite = SAGE_LOCAL trees_stack_data = SAGE_VENV trees_suitesparse = SAGE_LOCAL trees_surf = SAGE_LOCAL trees_surface_dynamics = SAGE_VENV trees_symengine = SAGE_LOCAL trees_symengine_py = SAGE_VENV trees_symmetrica = SAGE_LOCAL trees_sympow = SAGE_LOCAL trees_sympy = SAGE_VENV trees_tachyon = SAGE_LOCAL trees_tdlib = SAGE_LOCAL trees_terminado = SAGE_VENV trees_texlive = SAGE_LOCAL trees_texlive_luatex = SAGE_LOCAL trees_texttable = SAGE_VENV trees_threejs = SAGE_LOCAL trees_tides = SAGE_LOCAL trees_tinycss2 = SAGE_VENV trees_tomli = SAGE_VENV trees_topcom = SAGE_LOCAL trees_tornado = SAGE_VENV trees_tox = SAGE_VENV trees_traitlets = SAGE_VENV trees_trove_classifiers = SAGE_VENV trees_types_python_dateutil = SAGE_VENV trees_typing_extensions = SAGE_VENV trees_tzdata = SAGE_VENV trees_tzlocal = SAGE_VENV trees_uri_template = SAGE_VENV trees_urllib3 = SAGE_VENV trees_valgrind = SAGE_LOCAL trees_virtualenv = SAGE_VENV trees_wcwidth = SAGE_VENV trees_webcolors = SAGE_VENV trees_webencodings = SAGE_VENV trees_websocket_client = SAGE_VENV trees_wheel = SAGE_VENV trees_widgetsnbextension = SAGE_VENV trees_xindy = SAGE_LOCAL trees_xz = SAGE_LOCAL trees_zeromq = SAGE_LOCAL trees_zipp = SAGE_VENV trees_zlib = SAGE_LOCAL' vers_4ti2 = 1.6.10 vers__bootstrap = none vers__develop = none vers__gcc10 = none vers__gcc11 = none vers__gcc12 = none vers__gcc8 = none vers__gcc9 = none vers__prereq = none vers__recommended = none vers__sagemath = none vers_admcycles = none vers_alabaster = 0.7.16 vers_anyio = 4.4.0 vers_appdirs = 1.4.4 vers_appnope = 0.1.4 vers_argon2_cffi = 21.3.0 vers_argon2_cffi_bindings = 21.2.0 vers_arrow = 1.3.0 vers_asttokens = 2.4.1 vers_async_lru = 2.0.4 vers_attrs = 23.2.0 vers_auditwheel_or_delocate = none vers_awali = 1.0.2-190218 vers_babel = 2.14.0 vers_barvinok = 0.41.7 vers_beautifulsoup4 = 4.12.2 vers_beniget = 0.4.1 vers_benzene = 20130630 vers_biopython = none vers_bleach = 6.1.0 vers_bliss = 0.77 vers_boost_cropped = 1.66.0.p0 vers_brial = 1.2.8 vers_buckygen = 1.1 vers_bzip2 = 1.0.6-20150304.p0 vers_cachetools = 5.3.3 vers_calver = 2022.6.26 vers_cbc = 2.9.4.p0 vers_ccache = 4.10.2 vers_cddlib = 0.94m vers_certifi = 2024.2.2 vers_cffi = 1.17.1 vers_chardet = 5.2.0 vers_charset_normalizer = 3.3.2 vers_clarabel = none vers_cliquer = 1.22 vers_cmake = 3.31.2 vers_cocoalib = 0.99564 vers_colorama = 0.4.6 vers_comm = 0.1.4 vers_configure = a2b47d65bcbe9d176b07208feb6aae513fc41244 vers_contourpy = 1.3.1 vers_conway_polynomials = 0.10 vers_coxeter3 = 8ac9c71723c8ca57a836d6381aed125261e44e9e.p0 vers_cppy = 1.2.1 vers_csdp = 6.2.p1 vers_cunningham_tables = 1.0 vers_curl = 7.84.0 vers_cvxopt = 1.3.2 vers_cvxpy = 1.4.1 vers_cycler = 0.12.1 vers_cylp = 0.92.2 vers_cypari = 2.2.1 vers_cysignals = 1.12.3 vers_cython = 3.0.11 vers_d3js = 3.4.8 vers_database_cremona_ellcurve = 20190911 vers_database_cubic_hecke = 2022.4.4 vers_database_jones_numfield = 4 vers_database_knotinfo = 2024.10.1 vers_database_kohel = 20160724 vers_database_mutation_class = 1.0 vers_database_odlyzko_zeta = 20061209 vers_database_stein_watkins = 20110713 vers_database_stein_watkins_mini = 20070827 vers_database_symbolic_data = 20070206 vers_dateutil = 2.9.0.post0 vers_debugpy = 1.8.1 vers_decorator = 5.1.1 vers_deformation = 20210503 vers_defusedxml = 0.7.1 vers_distlib = 0.3.8 vers_docutils = 0.21.2 vers_dot2tex = 2.11.3.p0 vers_dsdp = 5.8 vers_e_antic = 2.0.2 vers_ecl = 24.5.10 vers_eclib = 20250122 vers_ecm = 7.0.6 vers_ecos_python = 2.0.12 vers_editables = 0.5 vers_elliptic_curves = 0.8.1 vers_entrypoints = 0.4 vers_exceptiongroup = 1.2.2 vers_execnet = 2.1.1 vers_executing = 2.2.0 vers_fastjsonschema = 2.18.0 vers_fflas_ffpack = 2.5.0+sage-2024-05-18b vers_ffmpeg = none vers_filelock = 3.14.0 vers_flint = 3.1.3 vers_flit_core = 3.9.0 vers_fonttools = 4.56.0 vers_fplll = 5.5.0 vers_fpylll = 0.6.3 vers_fqdn = 1.5.1 vers_free_fonts = none vers_freetype = 2.10.4 vers_fricas = 1.3.11 vers_frobby = 0.9.0.p2 vers_furo = 2024.7.18 vers_gap = 4.14.0 vers_gap3 = 04jul17 vers_gap_jupyter = 0.9 vers_gap_packages = 4.14.0 vers_gast = 0.5.4 vers_gc = 8.2.8 vers_gcc = 14.2.0 vers_gdb = none vers_gengetopt = 2.23 vers_gf2x = 1.3.0 vers_gfan = 0.6.2.p1 vers_gfortran = 14.2.0 vers_giac = 1.9.0.15p0 vers_git = none vers_github_cli = none vers_gitpython = none vers_givaro = 4.2.0 vers_glpk = 5.0.p1 vers_glucose = 4.1 vers_gmp = 6.3.0 vers_gmpy2 = 2.2.0a1 vers_gnulib = f9b39c4e337f1dc0dd07c4f3985c476fb875d799 vers_gnumake_tokenpool = 0.0.7 vers_gp2c = 0.0.10.p0 vers_graphs = 20210214.p0 vers_graphviz = none vers_gsl = 2.7.1 vers_h11 = 0.14.0 vers_hatchling = 1.25.0 vers_httpcore = 1.0.5 vers_httpx = 0.27.0 vers_hypothesis = none vers_iconv = none vers_idna = 3.7 vers_igraph = 0.10.15 vers_imagemagick = none vers_imagesize = 1.4.1 vers_iml = 1.0.4p2.p2 vers_importlib_metadata = 7.0.1 vers_importlib_resources = 6.1.1 vers_info = 7.0.3 vers_iniconfig = 2.0.0 vers_ipykernel = 6.27.1 vers_ipympl = 0.9.3 vers_ipython = 8.18.1 vers_ipython_genutils = 0.2.0 vers_ipywidgets = 8.1.1 vers_isl = 0.20 vers_isoduration = 20.11.0 vers_jedi = 0.19.1 vers_jinja2 = 3.1.4 vers_jmol = 14.29.52 vers_json5 = 0.9.14 vers_jsonpointer = 2.4 vers_jsonschema = 4.17.3 vers_jsonschema_specifications = 2023.3.3 vers_jupymake = 0.9 vers_jupyter_client = 8.3.1 vers_jupyter_core = 5.3.2 vers_jupyter_events = 0.6.3 vers_jupyter_jsmol = 2022.1.0 vers_jupyter_lsp = 2.2.0 vers_jupyter_server = 2.7.3 vers_jupyter_server_terminals = 0.4.4 vers_jupyter_sphinx = 0.5.3.p0 vers_jupyterlab = 4.1.3 vers_jupyterlab_mathjax2 = 4.0.0 vers_jupyterlab_pygments = 0.2.2 vers_jupyterlab_server = 2.24.0 vers_jupyterlab_widgets = 3.0.9 vers_kenzo = 1.1.10 vers_kissat = 3.1.0 vers_kiwisolver = 1.4.8 vers_latte_int = 1.7.6 vers_lcalc = 2.0.5 vers_libatomic_ops = 7.8.2 vers_libbraiding = 1.3.1 vers_libffi = 3.4.6 vers_libgd = 2.3.3 vers_libgraphviz = none vers_libhomfly = 1.02r6 vers_libjpeg = none vers_liblzma = 5.2.5 vers_libnauty = none vers_libogg = 1.3.1.p0 vers_libpng = 1.6.43 vers_libsemigroups = 2.7.3 vers_libxml2 = none vers_lidia = 2.3.0+latte-patches-2019-05-02 vers_lie = 2.2.2 vers_linbox = 1.7.0+sage-2024-05-18 vers_llvm = none vers_lrcalc = 2.1 vers_lrcalc_python = 2.1 vers_lrslib = 071b+autotools-2021-07-13 vers_m4ri = 20200125 vers_m4rie = 20200125 vers_markupsafe = 2.1.5 vers_mathics = none vers_mathjax = 3.2.0 vers_matplotlib = 3.10.1 vers_matplotlib_inline = 0.1.6 vers_matroid_database = 0.3 vers_maxima = 5.47.0 vers_mcqd = 1.0.p0 vers_meataxe = 1.0.1 vers_memory_allocator = 0.1.4 vers_meson = 1.7.0 vers_meson_python = 0.17.1 vers_mistune = 2.0.4 vers_modular_resolution = 1.1 vers_mpc = 1.3.1 vers_mpfi = 1.5.2 vers_mpfr = 4.2.1 vers_mpfrcx = 0.6.3 vers_mpmath = 1.3.0 vers_msolve = 0.7.5 vers_nauty = 2.8.9 vers_nbclient = 0.8.0 vers_nbconvert = 7.9.2 vers_nbformat = 5.9.2 vers_ncurses = 6.3 vers_nest_asyncio = 1.6.0 vers_networkx = 3.4.2 vers_nibabel = none vers_ninja_build = 1.12.1 vers_normaliz = 3.10.3 vers_notebook = 7.1.1 vers_notebook_shim = 0.2.3 vers_notedown = 1.5.1 vers_ntl = 11.5.1 vers_numpy = 2.2.4 vers_onetbb = 2021.12.0 vers_openblas = 0.3.28 vers_openssl = 3.2.2 vers_ore_algebra = none vers_osqp_python = 0.6.3 vers_overrides = 7.4.0 vers_p_group_cohomology = 3.3.3.p1 vers_packaging = 24.2 vers_palp = 2.11 vers_pandoc = none vers_pandoc_attributes = 8bc82f6d vers_pandocfilters = 1.5.0 vers_papilo = 2.2.1 vers_pari = 2.17.1 vers_pari_elldata = 20161017 vers_pari_galdata = 20080411.p0 vers_pari_galpol = 20180625 vers_pari_jupyter = 1.4.3 vers_pari_nftables = 20080929 vers_pari_seadata = 20090618 vers_pari_seadata_small = 20090618.p0 vers_parso = 0.8.4 vers_patch = 2.7.6 vers_patchelf = 0.13.1 vers_pathspec = 0.12.1 vers_pdf2svg = none vers_perl_cpan_polymake_prereq = none vers_perl_mongodb = none vers_perl_term_readline_gnu = 1.35 vers_pexpect = 4.9.0 vers_phitigra = none vers_pickleshare = 0.7.5 vers_pillow = 11.1.0 vers_pip = 24.2 vers_pkgconf = 1.8.0 vers_pkgconfig = 1.5.5 vers_planarity = 3.0.1.0 vers_plantri = 5.3 vers_platformdirs = 4.2.2 vers_pluggy = 1.5.0 vers_ply = 3.11 vers_polylib = 5.22.5 vers_polymake = 4.12 vers_polytopes_db = 20170220.p0 vers_polytopes_db_4d = 1.0 vers_ppl = 1.2.p1 vers_pplpy = 0.8.9 vers_pplpy_doc = 0.8.9 vers_primecount = 7.14 vers_primecountpy = 0.1.0 vers_primesieve = 12.4 vers_prometheus_client = 0.14.1 vers_prompt_toolkit = 3.0.43 vers_psutil = 5.9.6 vers_ptyprocess = 0.7.0 vers_pure_eval = 0.2.2 vers_py = 1.11.0 vers_pybind11 = 2.13.6 vers_pybtex = none vers_pycosat = 0.6.3 vers_pycparser = 2.22 vers_pycryptosat = none vers_pygments = 2.18.0 vers_pygraphviz = none vers_pynormaliz = 2.20 vers_pyparsing = 3.2.3 vers_pyppeteer = none vers_pyproject_api = 1.7.1 vers_pyproject_hooks = 1.1.0 vers_pyproject_metadata = 0.8.0 vers_pyrsistent = 0.19.3 vers_pyscipopt = 5.0.0 vers_pysingular = 0.9.7 vers_pytest = 8.3.2 vers_pytest_mock = 3.14.0 vers_pytest_xdist = 3.6.1 vers_python3 = 3.12.5 vers_python_build = 1.2.1 vers_python_flint = 0.6.0 vers_python_igraph = 0.11.8 vers_python_json_logger = 2.0.7 vers_pythran = 0.17.0 vers_pytz = 2023.3.post1 vers_pytz_deprecation_shim = 0.1.0.post0 vers_pyx = none vers_pyyaml = 6.0.1 vers_pyzmq = 25.1.1 vers_qdldl_python = 0.1.5.post3 vers_qepcad = 1.74 vers_qhull = 2020-src-8.0.2 vers_r = none vers_r_jupyter = none vers_readline = 8.1.2 vers_referencing = 0.23.0 vers_requests = 2.32.2 vers_rfc3339_validator = 0.1.4 vers_rfc3986_validator = 0.1.1 vers_rpy2 = 3.4.5 vers_rst2ipynb = 0.2.3 vers_rubiks = 20070912.p21 vers_rw = 0.9 vers_saclib = 2.2.8 vers_sage_conf = 10.7.beta0 vers_sage_docbuild = 10.7.beta0 vers_sage_flatsurf = none vers_sage_numerical_backends_coin = 10.4 vers_sage_numerical_backends_cplex = 10.4 vers_sage_numerical_backends_gurobi = 10.4 vers_sage_setup = 10.7.beta0 vers_sage_sws2rst = 10.7.beta0 vers_sagelib = 10.7.beta0 vers_sagemath_bliss = 10.7.beta0 vers_sagemath_categories = 10.7.beta0 vers_sagemath_coxeter3 = 10.7.beta0 vers_sagemath_doc_html = none vers_sagemath_doc_pdf = none vers_sagemath_environment = 10.7.beta0 vers_sagemath_giac = 0.1.1 vers_sagemath_mcqd = 10.7.beta0 vers_sagemath_meataxe = 10.7.beta0 vers_sagemath_objects = 10.7.beta0 vers_sagemath_repl = 10.7.beta0 vers_sagemath_sirocco = 10.7.beta0 vers_sagemath_tdlib = 10.7.beta0 vers_sagenb_export = 3.3 vers_sagetex = 3.6.1 vers_sbcl = none vers_scip = 9.0.1 vers_scip_sdp = 4.3.0 vers_scipy = 1.15.2 vers_scs = 3.2.3 vers_send2trash = 1.8.3 vers_setuptools = 73.0.1 vers_setuptools_scm = 8.1.0 vers_singular = 4.4.0 vers_singular_jupyter = 0.9.7 vers_sirocco = 2.1.0 vers_six = 1.17.0 vers_slabbe = none vers_snappy = none vers_sniffio = 1.3.1 vers_snowballstemmer = 2.2.0 vers_soplex = 7.0.1 vers_soupsieve = 2.5 vers_sphinx = 8.1.3 vers_sphinx_basic_ng = 1.0.0b2 vers_sphinx_copybutton = 0.5.2 vers_sphinx_inline_tabs = 2023.4.21 vers_sphinxcontrib_applehelp = 2.0.0 vers_sphinxcontrib_devhelp = 2.0.0 vers_sphinxcontrib_htmlhelp = 2.1.0 vers_sphinxcontrib_jsmath = 1.0.1 vers_sphinxcontrib_qthelp = 2.0.0 vers_sphinxcontrib_serializinghtml = 2.0.0 vers_sphinxcontrib_websupport = 2.0.0 vers_sqlalchemy = none vers_sqlite = 3.36.0 vers_stack_data = 0.6.3 vers_suitesparse = 7.8.0 vers_surf = 1.0.6-gcc6 vers_surface_dynamics = none vers_symengine = 0.11.2 vers_symengine_py = 0.11.0 vers_symmetrica = 3.0.1 vers_sympow = 2.023.6 vers_sympy = 1.13.2 vers_tachyon = 0.99.5.p0 vers_tdlib = 0.9.3.p0 vers_terminado = 0.17.1 vers_texlive = none vers_texlive_luatex = none vers_texttable = 1.7.0 vers_threejs = r122.p0 vers_tides = 2.0.p0 vers_tinycss2 = 1.2.1 vers_tomli = 2.0.1 vers_topcom = 1.1.2 vers_tornado = 6.4 vers_tox = 4.11.1 vers_traitlets = 5.14.3 vers_trove_classifiers = 2025.3.3.18 vers_types_python_dateutil = 2.9.0.20240316 vers_typing_extensions = 4.12.2 vers_tzdata = 2023.3 vers_tzlocal = 5.0.1 vers_uri_template = 1.3.0 vers_urllib3 = 2.1.0 vers_valgrind = none vers_virtualenv = 20.26.2 vers_wcwidth = 0.2.12 vers_webcolors = 1.13 vers_webencodings = 0.5.1 vers_websocket_client = 1.6.4 vers_wheel = 0.44.0 vers_widgetsnbextension = 4.0.9 vers_xindy = none vers_xz = 5.2.5 vers_zeromq = 4.3.5 vers_zipp = 3.19.0 vers_zlib = 1.2.11.p0' zlib_CFLAGS='' zlib_LIBS='-lz ' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Sage" #define PACKAGE_TARNAME "sage" #define PACKAGE_VERSION "10.7.beta0" #define PACKAGE_STRING "Sage 10.7.beta0" #define PACKAGE_BUGREPORT "sage-...@googlegroups.com" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "10.7.beta0" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_LIBM 1 #define HAVE_CXX11 1 #define HAVE_GMP_H 1 #define ABSOLUTE_GMP_H "///usr/include/x86_64-linux-gnu/gmp.h" #define HAVE_LIBZ 1 #define HAVE_NTL_ZZ_H 1 #define ABSOLUTE_NTL_ZZ_H "///usr/include/NTL/ZZ.h" #define HAVE_FLINT_FLINT_H 1 #define HAVE_FLINT_PADIC_H 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_ZMQ /**/ real_configure: exit 0

dim...@gmail.com

unread,
Apr 7, 2025, 6:13:18 PMApr 7
to sage-...@googlegroups.com, leon.va...@gmail.com
Hi Leon,
sorry for overlooking your previous post.
In your config.log you see

real_configure:40317: checking whether any of bzip2 liblzma libffi zlib is installed as or will be installed as SPKG
real_configure:40322: result: yes; install python3 as well

That is, one of system packages providing
bzip2 liblzma libffi zlib is missing.

One can find in config.log which one(s):

bzip2 is OK:
real_configure:17816: will use system package and not install SPKG bzip2

zlib is OK:
real_configure:14120: will use system package and not install SPKG zlib

but liblzma is not:
real_configure:35414: no suitable system package found for SPKG liblzma

and libffi is not:
real_configure:34155: no suitable system package found for SPKG libffi


You should install libffi-dev, xz-utils, and
liblzma-dev.

I.e. please run

sudo apt-get libffi-dev xz-utils liblzma-dev

and then re-try running /configure. Then your python3 is hopefully
recognsed.

Actually, we have an advice to use the list of packages to install for
Ubuntu/Debian, here:
https://sagemanifolds.obspm.fr/install_ubuntu.html

Please check that all these are installed.
(and if you get errors installing them, please report)

Best
Dima


signature.asc

Léon Vaia

unread,
Apr 8, 2025, 10:55:15 AMApr 8
to sage-devel
Thank you very much Dima.

Trying to run
sudo apt-get libffi-dev xz-utils liblzma-dev
I get
E: Invalid operation libffi-dev

Installing the dependencies from the link you provided doesn't get me any error.

Running ./configure gets me the following message:
real_configure:


    hint: installing the following system packages, if not
    already present, is recommended and may avoid having to
    build them (though some may have to be built anyway):

      $ sudo apt-get update
      $ sudo apt-get install meson python3 libpython3-dev python3-setuptools python3-venv

Does this mean that python3 is still non recognised?
When running
sudo apt-get install meson python3 libpython3-dev python3-setuptools python3-venv
the only to be installed is meson.

Rerunning ./configure I see the following lines in the output:
python3:                        no suitable system package; standard, SPKG version 3.12.5 is already installed
python_build:                   no; standard, SPKG version 1.2.1 will be installed
setuptools:                     no; standard, SPKG version 73.0.1 will be installed
meson:                          no suitable system package; standard, SPKG version 1.7.0 will be installed
meson_python:                   no; standard, SPKG version 0.17.1 will be installed
liblzma:                        SPKG version 5.2.5 is already installed
libffi:                         SPKG version 3.4.6 is already installed
xz:                             SPKG version 5.2.5 is already installed

I hope I was clear enough.
Thank you for your time, I really appreciate the help.

Best regards,
Léon

Dima Pasechnik

unread,
Apr 8, 2025, 11:57:09 AMApr 8
to sage-...@googlegroups.com, Léon Vaia
On Tue, Apr 8, 2025 at 9:55 AM Léon Vaia <leon.va...@gmail.com> wrote:
>
> Thank you very much Dima.
>
> Trying to run
> sudo apt-get libffi-dev xz-utils liblzma-dev
> I get
> E: Invalid operation libffi-dev

oops, sorry, it should have been

sudo apt-get install libffi-dev xz-utils liblzma-dev
you have to clean up already installed packages, if you are going to
use ones from the OS

E.g.

make distclean

will remove them all.
>
> Best regards,
> Léon
>
> --
> 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+...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/sage-devel/01a9ef18-367a-4b93-a460-c71479978488n%40googlegroups.com.

Léon Vaia

unread,
Apr 10, 2025, 10:35:12 AMApr 10
to sage-devel
Everything works fine now, thank you very much
Reply all
Reply to author
Forward
0 new messages