Hello, After upgrading from SageMath-9.1 to SageMath-9.2,
./sage -n jupyter fails ModuleNotFoundError: No module named '_ssl' The Jupyter notebook requires ssl, even if you do not use https. Install the openssl development packages in your system and then rebuild Python (sage -f python3). Unfortunately, openssl installation has failed : [openssl-1.1.1g] Undefined symbols for architecture x86_64: .... [openssl-1.1.1g] ld: symbol(s) not found for architecture x86_64 [openssl-1.1.1g] clang: error: linker command failed with exit code 1 (use -v to see invocation) Same issue when recompiling sage from sage-9.2.tar.gz ./configure --enable-openssl=yes make [patch-2.7.5] ld: symbol(s) not found for architecture x86_64 I have macports and hombres installed So I dit sudo mv /opt/local /opt/local_old sudo mv /usr/local/Homebrew /usr/local/Homebrew_old before typing make for sage See file enclose for configure output Thank you for helping -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/d13b96e9-92ec-4128-b219-92384d3e3110n%40googlegroups.com.
checking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for root user... no checking build system type... x86_64-apple-darwin19.6.0 checking host system type... x86_64-apple-darwin19.6.0 checking for a sed that does not truncate output... /usr/local/bin/gsed checking for ar... yes checking for m4... yes checking for pkg-config... no checking for ranlib... yes checking for strip... yes checking for GNU or BSD tar... /usr/bin/tar checking for GNU make... /usr/bin/make checking for Python... /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python checking for latex... yes checking for perl... /usr/bin/perl checking for Perl version 5.8.0 or later... yes checking whether a conda environment is active... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking for gcc... gcc checking whether we are using the GNU Objective C compiler... yes checking whether gcc accepts -g... yes checking dependency style of gcc... none checking for g++... g++ checking whether we are using the GNU Objective C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/local/bin/ggrep checking for egrep... /usr/local/bin/ggrep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for sqrt in -lm... yes You are using OS X Lion (or later). You are strongly advised to install Apple's latest Xcode unless you already have it. You can install this using the App Store. Also, make sure you install Xcode's Command Line Tools -- see Sage's README.txt. ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gcc... checking for C compiler vendor... clang checking whether g++ supports C++11 features with -std=gnu++11... yes checking for gcc option to accept ISO C99... none needed checking if gcc accepts -dumpversion option... yes checking gcc version... 12.0.0 checking if g++ accepts -dumpversion option... yes checking g++ version... 12.0.0 configure: will use system package and not install SPKG gcc checking for the location of crti.o... ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG mpir... checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking gmpxx.h usability... yes checking gmpxx.h presence... yes checking for gmpxx.h... yes checking for library containing __gmpq_cmp_z... -lgmp configure: will use system package and not install SPKG mpir checking absolute name of <gmp.h>... checking for gmp.h... (cached) yes ///usr/local/include/gmp.h using GMP-compatible library from the system ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gmp... configure: will use system package and not install SPKG gmp ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG mpfr... checking installing gmp/mpir? ... no checking mpfr.h usability... yes checking mpfr.h presence... yes checking for mpfr.h... yes checking for library containing mpfr_free_pool... -lmpfr configure: will use system package and not install SPKG mpfr using mpfr library from the system ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG ntl... checking installing gmp/mpir? ... no checking NTL/ZZ.h usability... no checking NTL/ZZ.h presence... no checking for NTL/ZZ.h... no checking whether we can link a program using NTL... no checking NTL version >= 10.3... no configure: no suitable system package found for SPKG ntl ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG flint... checking installing mpfr or ntl? ... yes; install flint as well configure: no suitable system package found for SPKG flint using Sage's flint SPKG ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG arb... checking installing flint? ... yes; install arb as well configure: no suitable system package found for SPKG arb checking for Fortran flag needed to accept free-form source... -ffree-form ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gfortran... checking the version of gfortran... 10.2.0 configure: will use system package and not install SPKG gfortran ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG openblas... checking BLAS library... openblas checking whether any of gfortran is installed as or will be installed as SPKG... no checking for OPENBLAS... no checking for library containing openblas_get_config... no checking for library containing cblas_dgemm... -lcblas checking for library containing dgeqrf... -llapack checking for library containing dgeqrf_... none required checking for library containing DGEQRF... none required checking for library containing DGEQRF_... none required configure: no suitable system package found for SPKG openblas ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG atlas... configure: SPKG atlas is not required on this system ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG boost_cropped... checking for boostlib >= 1.66.0 (106600)... configure: 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. configure: no suitable system package found for SPKG boost_cropped ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG boost... checking whether any of boost_cropped is installed as or will be installed as SPKG... yes; install boost as well configure: no suitable system package found for SPKG boost ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG zlib... checking for inflateEnd in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for LIBPNG... no checking for inflateValidate in -lz... yes configure: will use system package and not install SPKG zlib ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libpng... checking installing zlib? ... no checking for LIBPNG... no configure: no suitable system package found for SPKG libpng ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG m4ri... checking whether any of libpng is installed as or will be installed as SPKG... yes; install m4ri as well configure: no suitable system package found for SPKG m4ri ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG brial... checking whether any of boost m4ri is installed as or will be installed as SPKG... yes; install brial as well configure: no suitable system package found for SPKG brial ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG bzip2... checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for library containing BZ2_bzCompress... -lbz2 checking for bzip2... /usr/bin/bzip2 configure: will use system package and not install SPKG bzip2 ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG cbc... checking whether any of atlas openblas zlib bzip2 is installed as or will be installed as SPKG... yes; install cbc as well configure: no suitable system package found for SPKG cbc ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG cddlib... checking whether any of gmp mpir is installed as or will be installed as SPKG... no checking for cddexec... no checking for cddexec_gmp... no checking for redcheck_gmp... no checking for scdd_gmp... no checking for scdd... no checking for cdd.h... no checking for library containing dd_abs... no configure: no suitable system package found for SPKG cddlib ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG cliquer... checking for library containing clique_unweighted_max_weight... no configure: no suitable system package found for SPKG cliquer ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG cmake... checking for cmake >= 3.4... configure: no suitable system package found for SPKG cmake ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG coxeter3... checking for library coxeter3... no configure: no suitable system package found for SPKG coxeter3 ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG curl... checking for curl 7.22... /usr/bin/curl checking for gawk... (cached) gawk checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.64.1 checking for libcurl >= version 7.22... yes checking whether libcurl is usable... yes checking for curl_free... yes checking whether programs linking to libcurl can be executed... yes configure: will use system package and not install SPKG curl ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG ncurses... checking for NCURSES... no checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for library containing wresize... -lncurses configure: will use system package and not install SPKG ncurses ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG readline... checking Installing ncurses? ... No. checking for READLINE... no checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for library containing rl_bind_keyseq... no configure: no suitable system package found for SPKG readline ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari... checking whether any of gmp mpir readline is installed as or will be installed as SPKG... yes; install pari as well configure: no suitable system package found for SPKG pari ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG eclib... checking whether any of ntl pari flint is installed as or will be installed as SPKG... yes; install eclib as well configure: no suitable system package found for SPKG eclib ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG ecm... checking installing gmp/mpir? ... no. checking ecm.h usability... no checking ecm.h presence... no checking for ecm.h... no configure: no suitable system package found for SPKG ecm ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG givaro... checking whether any of gmp mpir is installed as or will be installed as SPKG... no checking for givaro-config... no configure: givaro-config not found. Installing givaro configure: no suitable system package found for SPKG givaro ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG fflas_ffpack... checking whether any of atlas givaro gmp mpir openblas is installed as or will be installed as SPKG... yes; install fflas_ffpack as well configure: no suitable system package found for SPKG fflas_ffpack checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq... yes checking whether C++ compiler accepts -mfma... yes checking whether C++ compiler accepts -mfma4... yes ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG flintqs... checking for QuadraticSieve... no configure: no suitable system package found for SPKG flintqs ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG fplll... checking whether any of mpfr is installed as or will be installed as SPKG... no checking for FPLLL... no configure: no suitable system package found for SPKG fplll ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG freetype... checking whether any of libpng is installed as or will be installed as SPKG... yes; install freetype as well configure: no suitable system package found for SPKG freetype ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libatomic_ops... checking for LIBATOMIC_OPS... no configure: no suitable system package found for SPKG libatomic_ops ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gc... checking whether any of libatomic_ops is installed as or will be installed as SPKG... yes; install gc as well configure: no suitable system package found for SPKG gc ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gf2x... checking for GF2X... no checking gf2x.h usability... no checking gf2x.h presence... no checking for gf2x.h... no checking for library containing gf2x_mul_r... no configure: no suitable system package found for SPKG gf2x ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gfan... checking for gfan >= 0.6.2... configure: no suitable system package found for SPKG gfan ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG giac... checking whether any of pari is installed as or will be installed as SPKG... yes; install giac as well configure: no suitable system package found for SPKG giac ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG git... checking for git... /usr/bin/git configure: will use system package and not install SPKG git ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG glpk... checking whether any of gmp mpir zlib is installed as or will be installed as SPKG... no checking for glpsol... no configure: glpsol not found. Installing glpk configure: no suitable system package found for SPKG glpk using Sage's glpk SPKG ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gp2c... checking whether any of pari is installed as or will be installed as SPKG... yes; install gp2c as well configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG gsl... checking whether any of atlas openblas is installed as or will be installed as SPKG... yes; install gsl as well configure: no suitable system package found for SPKG gsl checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... no checking for the common suffixes of directories in the library search path... lib,lib,lib checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG iconv... configure: will use system package and not install SPKG iconv ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG iml... checking whether any of gmp mpir openblas is installed as or will be installed as SPKG... yes; install iml as well configure: no suitable system package found for SPKG iml ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG isl... checking installing gmp/mpir? ... no checking for ISL... no configure: no suitable system package found for SPKG isl ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG lcalc... checking whether any of pari mpfr is installed as or will be installed as SPKG... yes; install lcalc as well configure: no suitable system package found for SPKG lcalc ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libbraiding... checking if we can link against libbraiding... no configure: no suitable system package found for SPKG libbraiding ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libffi... checking for LIBFFI... no checking ffi/ffi.h usability... yes checking ffi/ffi.h presence... yes checking for ffi/ffi.h... yes checking for library containing ffi_call... -lffi configure: will use system package and not install SPKG libffi ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libgd... checking Installing freetype? ... Yes. Install libgd as well. configure: no suitable system package found for SPKG libgd ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG nauty... checking for geng... no checking for nauty-geng... no configure: no suitable system package found for SPKG nauty ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libnauty... checking whether any of nauty is installed as or will be installed as SPKG... yes; install libnauty as well configure: no suitable system package found for SPKG libnauty ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG libsemigroups... checking for LIBSEMIGROUPS... no configure: no suitable system package found for SPKG libsemigroups ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG lrcalc... checking for lrcalc/schublib.h... no configure: no suitable system package found for SPKG lrcalc ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG m4rie... checking whether any of m4ri is installed as or will be installed as SPKG... yes; install m4rie as well configure: no suitable system package found for SPKG m4rie ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG mpc... checking installing mpfr? ... no checking mpc.h usability... yes checking mpc.h presence... yes checking for mpc.h... yes checking for library containing mpc_cmp_abs... -lmpc configure: will use system package and not install SPKG mpc using mpc library from the system ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG mpfi... checking installing mpfr? ... no checking mpfi.h usability... no checking mpfi.h presence... no checking for mpfi.h... no checking for library containing mpfi_diam_abs... no configure: no suitable system package found for SPKG mpfi ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG ninja_build... checking for ninja >= 1.7.2... configure: no suitable system package found for SPKG ninja_build ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG openssl... checking for pkg-config... no checking for openssl/ssl.h in /usr/local/ssl... no checking for openssl/ssl.h in /usr/lib/ssl... no checking for openssl/ssl.h in /usr/ssl... no checking for openssl/ssl.h in /usr/pkg... no checking for openssl/ssl.h in /usr/local... no checking for openssl/ssl.h in /usr... no checking whether compiling and linking against OpenSSL works... no configure: no suitable system package found for SPKG openssl ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG palp... checking for poly.x... no checking for poly-4d.x... no checking for poly-5d.x... no checking for poly-6d.x... no checking for poly-11d.x... no checking for class.x... no checking for class-4d.x... no checking for class-5d.x... no checking for class-6d.x... no checking for class-11d.x... no checking for nef.x... no checking for nef-4d.x... no checking for nef-5d.x... no checking for nef-6d.x... no checking for nef-11d.x... no checking for cws.x... no checking for cws-4d.x... no checking for cws-5d.x... no checking for cws-6d.x... no checking for cws-11d.x... no configure: no suitable system package found for SPKG palp ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pandoc... checking for pandoc... no configure: no suitable system package found for SPKG pandoc ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_elldata... checking installing pari? ... yes; install pari_elldata as well configure: no suitable system package found for SPKG pari_elldata ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_galdata... checking installing pari? ... yes; install pari_galdata as well configure: no suitable system package found for SPKG pari_galdata ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_galpol... checking installing pari? ... yes; install pari_galpol as well configure: no suitable system package found for SPKG pari_galpol ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_nftables... checking installing pari? ... yes; install pari_nftables as well configure: no suitable system package found for SPKG pari_nftables ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_seadata_small... checking installing pari? ... yes; install pari_seadata_small as well configure: no suitable system package found for SPKG pari_seadata_small ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pari_seadata... checking installing pari? ... yes; install pari_seadata as well configure: no suitable system package found for SPKG pari_seadata ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG patch... checking for GNU patch >= 2.7.0... configure: no suitable system package found for SPKG patch ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pcre... checking installing bzip2? ... no checking for PCRE... no checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for library containing regexec... none required checking pcrecpp.h usability... yes checking pcrecpp.h presence... yes checking for pcrecpp.h... yes checking for library containing regexec... (cached) none required checking pcreposix.h usability... yes checking pcreposix.h presence... yes checking for pcreposix.h... yes checking for library containing regexec... (cached) none required configure: will use system package and not install SPKG pcre ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG perl_cpan_polymake_prereq... checking for perl module XML::Writer... ok checking for perl module XML::LibXML... ok checking for perl module XML::LibXSLT... ok checking for perl module File::Slurp... ok checking for perl module JSON... no checking for perl module SVG... no checking for perl module MongoDB... no configure: no suitable system package found for SPKG perl_cpan_polymake_prereq ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG perl_term_readline_gnu... checking for perl module Term::ReadLine... ok checking Term::ReadLine module...... non-GNU configure: no suitable system package found for SPKG perl_term_readline_gnu ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG pkgconf... installing pkgconf spkg configure: no suitable system package found for SPKG pkgconf ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG planarity... checking planarity/planarity.h usability... no checking planarity/planarity.h presence... no checking for planarity/planarity.h... no configure: no suitable system package found for SPKG planarity ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG ppl... checking whether any of glpk gmp mpir is installed as or will be installed as SPKG... yes; install ppl as well configure: no suitable system package found for SPKG ppl ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG sqlite... checking libsqlite3 >= sqlite3_min_version... yes configure: will use system package and not install SPKG sqlite ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG xz... checking for lzma_raw_decoder in -llzma... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking for xz >= 4.999.0... /usr/local/bin/xz configure: will use system package and not install SPKG xz ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG python3... checking whether any of sqlite libpng bzip2 xz libffi is installed as or will be installed as SPKG... yes; install python3 as well configure: no suitable system package found for SPKG python3 ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG r... checking whether any of atlas openblas iconv readline bzip2 xz pcre curl is installed as or will be installed as SPKG... yes; install r as well configure: no suitable system package found for SPKG r ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG rw... checking rw.h usability... no checking rw.h presence... no checking for rw.h... no checking for library containing calculate_level... no configure: no suitable system package found for SPKG rw ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG suitesparse... checking whether any of openblas is installed as or will be installed as SPKG... yes; install suitesparse as well configure: no suitable system package found for SPKG suitesparse ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG symmetrica... checking symmetrica/def.h usability... no checking symmetrica/def.h presence... no checking for symmetrica/def.h... no configure: no suitable system package found for SPKG symmetrica ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG sympow... checking for sympow... no configure: no suitable system package found for SPKG sympow ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG tachyon... checking for tachyon... no configure: tachyon not found. Installing tachyon configure: no suitable system package found for SPKG tachyon ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG tox... checking for tox >= 2.5.0... configure: no suitable system package found for SPKG tox ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG yasm... checking for yasm supporting the adox instruction... no configure: no suitable system package found for SPKG yasm ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG zeromq... checking zmq.h usability... no checking zmq.h presence... no checking for zmq.h... no configure: no suitable system package found for SPKG zeromq ----------------------------------------------------------------------------- Checking whether SageMath should install SPKG zn_poly... checking whether any of gmp mpir is installed as or will be installed as SPKG... no checking zn_poly/zn_poly.h usability... no checking zn_poly/zn_poly.h presence... no checking for zn_poly/zn_poly.h... no configure: no suitable system package found for SPKG zn_poly ## ----------------------------------------------------------------------- ## ## Build status for each package: ## ## ----------------------------------------------------------------------- ## 4ti2-1.6.7.p0: does not support check for system package; optional, use "./configure --enable-4ti2" to install alabaster-0.7.12: does not support check for system package; will be installed as an SPKG appnope-0.1.0.p0: does not support check for system package; will be installed as an SPKG arb-2.16.0.p0: no suitable system package; will be installed as an SPKG atlas-3.10.2.p3: not required on your platform; SPKG will not be installed attrs-19.3.0: does not support check for system package; will be installed as an SPKG awali-1.0.2-190218: does not support check for system package; experimental, use "./configure --enable-awali" to install babel-2.6.0: does not support check for system package; will be installed as an SPKG backcall-0.1.0: does not support check for system package; will be installed as an SPKG barvinok-0.41.1: does not support check for system package; optional, use "./configure --enable-barvinok" to install beautifulsoup4-none: does not support check for system package; optional pip package; use "./sage -i beautifulsoup4" to install benzene-20130630: does not support check for system package; optional, use "./configure --enable-benzene" to install biopython-none: does not support check for system package; optional pip package; use "./sage -i biopython" to install bleach-3.1.5: does not support check for system package; will be installed as an SPKG bliss-0.73+debian-1+sage-2016-08-02.p0: does not support check for system package; optional, use "./configure --enable-bliss" to install boost-1_66_0: no suitable system package; optional, use "./configure --enable-boost" to install boost_cropped-1.66.0.p0: no suitable system package; will be installed as an SPKG brial-1.2.8: no suitable system package; will be installed as an SPKG buckygen-1.1: does not support check for system package; optional, use "./configure --enable-buckygen" to install bzip2-1.0.6-20150304.p0: using system package; SPKG will not be installed cbc-2.9.4.p0: no suitable system package; optional, use "./configure --enable-cbc" to install ccache-3.3.4: does not support check for system package; optional, use "./configure --enable-ccache" to install cddlib-0.94j: no suitable system package; will be installed as an SPKG certifi-2020.6.20: does not support check for system package; will be installed as an SPKG cffi-1.14.0: does not support check for system package; will be installed as an SPKG cliquer-1.21.p4: no suitable system package; will be installed as an SPKG cmake-3.18.2: no suitable system package; optional, use "./configure --enable-cmake" to install cocoalib-0.99564: does not support check for system package; experimental, use "./configure --enable-cocoalib" to install combinatorial_designs-20140630.p0: does not support check for system package; will be installed as an SPKG compilerwrapper-1.2: does not support check for system package; experimental, use "./configure --enable-compilerwrapper" to install configure-b41abf12c433805c89a6c0fa28485916ef9e6b40:does not support check for system package; came preinstalled with the SageMath tarball conway_polynomials-0.5: does not support check for system package; will be installed as an SPKG coxeter3-8ac9c71723c8ca57a836d6381aed125261e44e9e.p0:no suitable system package; optional, use "./configure --enable-coxeter3" to install cryptominisat-5.6.8: does not support check for system package; optional, use "./configure --enable-cryptominisat" to install csdp-6.2.p0: does not support check for system package; optional, use "./configure --enable-csdp" to install cunningham_tables-1.0: does not support check for system package; optional, use "./configure --enable-cunningham_tables" to install curl-7.62.0.p0: using system package; SPKG will not be installed cvxopt-1.2.5: does not support check for system package; will be installed as an SPKG cycler-0.10.0.p0: does not support check for system package; will be installed as an SPKG cypari-2.1.1: does not support check for system package; will be installed as an SPKG cysignals-1.10.2: does not support check for system package; will be installed as an SPKG cython-0.29.21: does not support check for system package; will be installed as an SPKG d3js-3.4.8: does not support check for system package; optional, use "./configure --enable-d3js" to install database_cremona_ellcurve-20190911: does not support check for system package; optional, use "./configure --enable-database_cremona_ellcurve" to install database_jones_numfield-4: does not support check for system package; optional, use "./configure --enable-database_jones_numfield" to install database_kohel-20160724: does not support check for system package; optional, use "./configure --enable-database_kohel" to install database_mutation_class-1.0: does not support check for system package; optional, use "./configure --enable-database_mutation_class" to install database_odlyzko_zeta-20061209: does not support check for system package; optional, use "./configure --enable-database_odlyzko_zeta" to install database_stein_watkins-20110713: does not support check for system package; optional, use "./configure --enable-database_stein_watkins" to install database_stein_watkins_mini-20070827: does not support check for system package; optional, use "./configure --enable-database_stein_watkins_mini" to install database_symbolic_data-20070206: does not support check for system package; optional, use "./configure --enable-database_symbolic_data" to install dateutil-2.8.1: does not support check for system package; will be installed as an SPKG decorator-4.4.0: does not support check for system package; will be installed as an SPKG deformation-d05941b.p0: does not support check for system package; optional, use "./configure --enable-deformation" to install defusedxml-0.6.0: does not support check for system package; will be installed as an SPKG docutils-0.14: does not support check for system package; will be installed as an SPKG dot2tex-2.11.3.p0: does not support check for system package; optional, use "./configure --enable-dot2tex" to install e_antic-0.1.8: does not support check for system package; optional, use "./configure --enable-e_antic" to install ecl-20.4.24.p1: does not support check for system package; will be installed as an SPKG eclib-20190909: no suitable system package; will be installed as an SPKG ecm-7.0.4.p2: no suitable system package; will be installed as an SPKG elliptic_curves-0.8.1: does not support check for system package; will be installed as an SPKG entrypoints-0.3: does not support check for system package; will be installed as an SPKG fflas_ffpack-2.4.3: no suitable system package; will be installed as an SPKG flint-2.5.2.p5: no suitable system package; will be installed as an SPKG flintqs-1.0.p0: no suitable system package; will be installed as an SPKG fplll-5.3.3: no suitable system package; will be installed as an SPKG fpylll-0.5.1dev: does not support check for system package; will be installed as an SPKG freetype-2.10.1: no suitable system package; will be installed as an SPKG fricas-1.3.6: does not support check for system package; optional, use "./configure --enable-fricas" to install frobby-0.9.0.p2: does not support check for system package; optional, use "./configure --enable-frobby" to install gambit-15.1.1.p0: does not support check for system package; experimental, use "./configure --enable-gambit" to install gap-4.10.2.p1: does not support check for system package; will be installed as an SPKG gap3-04jul17: does not support check for system package; experimental, use "./configure --enable-gap3" to install gap_jupyter-0.9: does not support check for system package; optional, use "./configure --enable-gap_jupyter" to install gap_packages-4.10.2.p1: does not support check for system package; optional, use "./configure --enable-gap_packages" to install gc-8.0.4: no suitable system package; will be installed as an SPKG gcc-9.2.0: using system package; SPKG will not be installed gdb-8.2: does not support check for system package; experimental, use "./configure --enable-gdb" to install gf2x-1.3.0: no suitable system package; will be installed as an SPKG gfan-0.6.2.p1: no suitable system package; will be installed as an SPKG gfortran-9.2.0: using system package; SPKG will not be installed giac-1.5.0.87p2.p1: no suitable system package; will be installed as an SPKG git-2.11.0: using system package; SPKG will not be installed git_trac-20160625.p0: does not support check for system package; optional, use "./configure --enable-git_trac" to install givaro-4.1.1: no suitable system package; will be installed as an SPKG glpk-4.65.p0: no suitable system package; will be installed as an SPKG glucose-4.1: does not support check for system package; optional, use "./configure --enable-glucose" to install gmp-6.1.2: using system package; SPKG will not be installed gmpy2-2.1.0b5: does not support check for system package; will be installed as an SPKG gp2c-0.0.10.p0: no suitable system package; optional, use "./configure --enable-gp2c" to install graphs-20161026.p0: does not support check for system package; will be installed as an SPKG gsl-2.6: no suitable system package; will be installed as an SPKG html5lib-1.0.1: does not support check for system package; will be installed as an SPKG iconv-1.15: using system package; SPKG will not be installed igraph-0.7.1999.p0: does not support check for system package; optional, use "./configure --enable-igraph" to install imagesize-1.1.0: does not support check for system package; will be installed as an SPKG iml-1.0.4p1.p2: no suitable system package; will be installed as an SPKG importlib_metadata-1.7.0: does not support check for system package; will be installed as an SPKG ipykernel-5.2.1: does not support check for system package; will be installed as an SPKG ipython-7.13.0: does not support check for system package; will be installed as an SPKG ipython_genutils-0.2.0: does not support check for system package; will be installed as an SPKG ipywidgets-7.5.1: does not support check for system package; will be installed as an SPKG isl-0.20: no suitable system package; optional, use "./configure --enable-isl" to install itsdangerous-1.1.0: does not support check for system package; will be installed as an SPKG jedi-0.17.0: does not support check for system package; will be installed as an SPKG jinja2-2.11.2: does not support check for system package; will be installed as an SPKG jmol-14.29.52: does not support check for system package; will be installed as an SPKG jsonschema-3.2.0: does not support check for system package; will be installed as an SPKG jupymake-0.9: does not support check for system package; optional, use "./configure --enable-jupymake" to install jupyter_client-6.1.6: does not support check for system package; will be installed as an SPKG jupyter_core-4.6.3: does not support check for system package; will be installed as an SPKG jupyterlab-none: does not support check for system package; optional pip package; use "./sage -i jupyterlab" to install jupyterlab_widgets-2.0: does not support check for system package; optional, use "./configure --enable-jupyterlab_widgets" to install kenzo-1.1.9: does not support check for system package; optional, use "./configure --enable-kenzo" to install kiwisolver-1.0.1: does not support check for system package; will be installed as an SPKG latte_int-1.7.5.p0: does not support check for system package; optional, use "./configure --enable-latte_int" to install lcalc-1.23.p19: no suitable system package; will be installed as an SPKG libatomic_ops-7.6.10: no suitable system package; will be installed as an SPKG libbraiding-1.0.p0: no suitable system package; will be installed as an SPKG libffi-3.2.1: using system package; SPKG will not be installed libgd-2.1.1.1.p1: no suitable system package; will be installed as an SPKG libhomfly-1.02r6: does not support check for system package; will be installed as an SPKG libnauty-none: no suitable system package; optional, use "./configure --enable-libnauty" to install libogg-1.3.1.p0: does not support check for system package; optional, use "./configure --enable-libogg" to install libpng-1.6.29.p1: no suitable system package; will be installed as an SPKG libsemigroups-0.6.7: no suitable system package; optional, use "./configure --enable-libsemigroups" to install libtheora-1.1.1: does not support check for system package; experimental, use "./configure --enable-libtheora" to install lidia-2.3.0+latte-patches-2019-05-02: does not support check for system package; optional, use "./configure --enable-lidia" to install lie-2.2.2: does not support check for system package; experimental, use "./configure --enable-lie" to install linbox-1.6.3.p1: does not support check for system package; will be installed as an SPKG lrcalc-1.2.p1: no suitable system package; will be installed as an SPKG lrslib-062+autotools-2017-03-03.p1: does not support check for system package; optional, use "./configure --enable-lrslib" to install m4ri-20200115: no suitable system package; will be installed as an SPKG m4rie-20200115: no suitable system package; will be installed as an SPKG markupsafe-1.1.0: does not support check for system package; will be installed as an SPKG mathjax-2.7.4.p0: does not support check for system package; will be installed as an SPKG matplotlib-3.3.1: does not support check for system package; will be installed as an SPKG maxima-5.44.0: does not support check for system package; will be installed as an SPKG mcqd-1.0.p0: does not support check for system package; optional, use "./configure --enable-mcqd" to install meataxe-1.0.p0: does not support check for system package; optional, use "./configure --enable-meataxe" to install mistune-0.8.4: does not support check for system package; will be installed as an SPKG modular_decomposition-20100607: does not support check for system package; experimental, use "./configure --enable-modular_decomposition" to install mpc-1.1.0: using system package; SPKG will not be installed mpfi-1.5.2: no suitable system package; will be installed as an SPKG mpfr-4.0.1.p0: using system package; SPKG will not be installed mpfrcx-0.5: does not support check for system package; optional, use "./configure --enable-mpfrcx" to install mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0:using system package; SPKG will not be installed mpmath-1.1.0: does not support check for system package; will be installed as an SPKG nauty-27r1.p1: no suitable system package; will be installed as an SPKG nbconvert-5.6.1: does not support check for system package; will be installed as an SPKG nbformat-5.0.7: does not support check for system package; will be installed as an SPKG ncurses-6.0.p0: using system package; SPKG will not be installed networkx-2.4: does not support check for system package; will be installed as an SPKG nibabel-none: does not support check for system package; optional pip package; use "./sage -i nibabel" to install ninja_build-1.8.2: no suitable system package; optional, use "./configure --enable-ninja_build" to install nodeenv-none: does not support check for system package; optional pip package; use "./sage -i nodeenv" to install nodejs-12.18.3: does not support check for system package; optional, use "./configure --enable-nodejs" to install normaliz-3.8.8: does not support check for system package; optional, use "./configure --enable-normaliz" to install nose-1.3.7: does not support check for system package; will be installed as an SPKG notebook-6.1.1: does not support check for system package; will be installed as an SPKG notedown-1.5.1: does not support check for system package; optional, use "./configure --enable-notedown" to install ntl-11.4.3: no suitable system package; will be installed as an SPKG numpy-1.19.1: does not support check for system package; will be installed as an SPKG openblas-0.3.9: no suitable system package; will be installed as an SPKG openssl-1.1.1g: no suitable system package; optional, will be installed as an SPKG p_group_cohomology-3.3: does not support check for system package; optional, use "./configure --enable-p_group_cohomology" to install packaging-18.0: does not support check for system package; will be installed as an SPKG palp-2.11: no suitable system package; will be installed as an SPKG pandoc-none: no suitable system package; optional, use "./configure --enable-pandoc" to install pandoc_attributes-8bc82f6d: does not support check for system package; optional, use "./configure --enable-pandoc_attributes" to install pandocfilters-1.4.2: does not support check for system package; will be installed as an SPKG pari-2.11.4.p0: no suitable system package; will be installed as an SPKG pari_elldata-20161017: no suitable system package; optional, use "./configure --enable-pari_elldata" to install pari_galdata-20080411.p0: no suitable system package; will be installed as an SPKG pari_galpol-20180625: no suitable system package; optional, use "./configure --enable-pari_galpol" to install pari_jupyter-1.3.2: does not support check for system package; optional, use "./configure --enable-pari_jupyter" to install pari_nftables-20080929: no suitable system package; optional, use "./configure --enable-pari_nftables" to install pari_seadata-20090618: no suitable system package; optional, use "./configure --enable-pari_seadata" to install pari_seadata_small-20090618.p0: no suitable system package; will be installed as an SPKG parso-0.7.0: does not support check for system package; will be installed as an SPKG patch-2.7.5: no suitable system package; will be installed as an SPKG pathpy-7.1.p0: does not support check for system package; will be installed as an SPKG pcre-8.40.p2: using system package; SPKG will not be installed perl_cpan_polymake_prereq-none: no suitable system package; optional, use "./configure --enable-perl_cpan_polymake_prereq" to install perl_term_readline_gnu-1.35: no suitable system package; experimental, use "./configure --enable-perl_term_readline_gnu" to install pexpect-4.8.0: does not support check for system package; will be installed as an SPKG pickleshare-0.7.5: does not support check for system package; will be installed as an SPKG pillow-7.2.0: does not support check for system package; will be installed as an SPKG pip-20.2.3: does not support check for system package; will be installed as an SPKG pkgconf-0.9.7.p2: no suitable system package; will be installed as an SPKG pkgconfig-1.5.1: does not support check for system package; will be installed as an SPKG planarity-3.0.0.5.p0: no suitable system package; will be installed as an SPKG plantri-4.5: does not support check for system package; optional, use "./configure --enable-plantri" to install polylib-5.22.5: does not support check for system package; optional, use "./configure --enable-polylib" to install polymake-3.4: does not support check for system package; experimental, use "./configure --enable-polymake" to install polytopes_db-20170220.p0: does not support check for system package; will be installed as an SPKG polytopes_db_4d-1.0: does not support check for system package; optional, use "./configure --enable-polytopes_db_4d" to install ppl-1.2.p1: no suitable system package; will be installed as an SPKG pplpy-0.8.4: does not support check for system package; will be installed as an SPKG primecount-5.1: does not support check for system package; optional, use "./configure --enable-primecount" to install prometheus_client-0.8.0: does not support check for system package; will be installed as an SPKG prompt_toolkit-3.0.5: does not support check for system package; will be installed as an SPKG psutil-5.2.0.p2: does not support check for system package; will be installed as an SPKG ptyprocess-0.5.1.p0: does not support check for system package; will be installed as an SPKG pybind11-2.5.0: does not support check for system package; will be installed as an SPKG pybtex-none: does not support check for system package; optional pip package; use "./sage -i pybtex" to install pycosat-0.6.3: does not support check for system package; optional, use "./configure --enable-pycosat" to install pycparser-2.20: does not support check for system package; will be installed as an SPKG pycygwin-0.1: does not support check for system package; will be installed as an SPKG pyflakes-none: does not support check for system package; optional pip package; use "./sage -i pyflakes" to install pygments-2.3.1.p0: does not support check for system package; will be installed as an SPKG pynac-0.7.26.sage-2020-04-03.p0: does not support check for system package; will be installed as an SPKG pynormaliz-2.12: does not support check for system package; optional, use "./configure --enable-pynormaliz" to install pyopenssl-none: does not support check for system package; optional pip package; use "./sage -i pyopenssl" to install pyparsing-2.3.0: does not support check for system package; will be installed as an SPKG pyrsistent-0.16.0: does not support check for system package; will be installed as an SPKG pysingular-0.9.5: does not support check for system package; optional, use "./configure --enable-pysingular" to install pytest-none: does not support check for system package; optional pip package; use "./sage -i pytest" to install python3-3.8.5: no suitable system package; will be installed as an SPKG python_igraph-0.7.1999: does not support check for system package; optional, use "./configure --enable-python_igraph" to install python_openid-2.2.5.p0: does not support check for system package; optional, use "./configure --enable-python_openid" to install pytz-2020.1: does not support check for system package; will be installed as an SPKG pyx-none: does not support check for system package; optional pip package; use "./sage -i pyx" to install pyzmq-19.0.2: does not support check for system package; will be installed as an SPKG qepcad-B.1.72: does not support check for system package; experimental, use "./configure --enable-qepcad" to install qhull-2015-src-7.2.0.p1: does not support check for system package; optional, use "./configure --enable-qhull" to install r-3.6.3: no suitable system package; will be installed as an SPKG r_jupyter-none: does not support check for system package; optional, use "./configure --enable-r_jupyter" to install ratpoints-2.1.3.p5: does not support check for system package; will be installed as an SPKG readline-8.0: no suitable system package; will be installed as an SPKG requests-2.13.0: does not support check for system package; will be installed as an SPKG rpy2-3.3.5: does not support check for system package; will be installed as an SPKG rst2ipynb-0.2.2.p0: does not support check for system package; optional, use "./configure --enable-rst2ipynb" to install rubiks-20070912.p21: does not support check for system package; optional, use "./configure --enable-rubiks" to install rw-0.7.p0: no suitable system package; will be installed as an SPKG saclib-2.2.7: does not support check for system package; optional, use "./configure --enable-saclib" to install sage_conf-none: does not support check for system package; will be installed as an SPKG sage_numerical_backends_coin-9.0b12: does not support check for system package; optional, use "./configure --enable-sage_numerical_backends_coin" to install sage_numerical_backends_cplex-9.0b12: does not support check for system package; optional, use "./configure --enable-sage_numerical_backends_cplex" to install sage_numerical_backends_gurobi-9.0.0: does not support check for system package; optional, use "./configure --enable-sage_numerical_backends_gurobi" to install sage_sws2rst-none: does not support check for system package; optional, use "./configure --enable-sage_sws2rst" to install sagelib-9.2: does not support check for system package; will be installed as an SPKG sagenb_export-3.3: does not support check for system package; will be installed as an SPKG sagetex-3.5: does not support check for system package; will be installed as an SPKG scandir-1.9.0: does not support check for system package; will be installed as an SPKG scipoptsuite-5.0.1: does not support check for system package; experimental, use "./configure --enable-scipoptsuite" to install scipy-1.5.2: does not support check for system package; will be installed as an SPKG send2trash-1.5.0: does not support check for system package; will be installed as an SPKG setuptools-49.6.0: does not support check for system package; will be installed as an SPKG setuptools_scm-4.1.2: does not support check for system package; will be installed as an SPKG simplegeneric-0.8.1.p0: does not support check for system package; will be installed as an SPKG singular-4.1.1p2.p0: does not support check for system package; will be installed as an SPKG singular_jupyter-0.9.7: does not support check for system package; optional, use "./configure --enable-singular_jupyter" to install sip-4.18: does not support check for system package; optional, use "./configure --enable-sip" to install sirocco-2.0.2: does not support check for system package; optional, use "./configure --enable-sirocco" to install six-1.15.0: does not support check for system package; will be installed as an SPKG snowballstemmer-1.2.1.p0: does not support check for system package; will be installed as an SPKG speaklater-1.3.p0: does not support check for system package; optional, use "./configure --enable-speaklater" to install sphinx-3.1.2.p0: does not support check for system package; will be installed as an SPKG sphinxcontrib_applehelp-1.0.2: does not support check for system package; will be installed as an SPKG sphinxcontrib_devhelp-1.0.2: does not support check for system package; will be installed as an SPKG sphinxcontrib_htmlhelp-1.0.3: does not support check for system package; will be installed as an SPKG sphinxcontrib_jsmath-1.0.1: does not support check for system package; will be installed as an SPKG sphinxcontrib_qthelp-1.0.3: does not support check for system package; will be installed as an SPKG sphinxcontrib_serializinghtml-1.1.4: does not support check for system package; will be installed as an SPKG sphinxcontrib_websupport-1.2.1: does not support check for system package; will be installed as an SPKG sqlalchemy-none: does not support check for system package; optional pip package; use "./sage -i sqlalchemy" to install sqlite-3290000: using system package; SPKG will not be installed suitesparse-5.6.0: no suitable system package; will be installed as an SPKG surf-1.0.6-gcc6: does not support check for system package; experimental, use "./configure --enable-surf" to install symmetrica-3.0.1: no suitable system package; will be installed as an SPKG sympow-2.023.6: no suitable system package; will be installed as an SPKG sympy-1.6.2: does not support check for system package; will be installed as an SPKG tachyon-0.98.9.p7: no suitable system package; will be installed as an SPKG tdlib-0.3.1.p0: does not support check for system package; optional, use "./configure --enable-tdlib" to install termcap-1.3.1.p3: does not support check for system package; optional, use "./configure --enable-termcap" to install terminado-0.8.3: does not support check for system package; will be installed as an SPKG testpath-0.4.4: does not support check for system package; will be installed as an SPKG texlive-none: does not support check for system package; optional, use "./configure --enable-texlive" to install thebe-9624e0a0.p0: does not support check for system package; will be installed as an SPKG threejs-r117: does not support check for system package; will be installed as an SPKG tides-2.0.p0: does not support check for system package; optional, use "./configure --enable-tides" to install topcom-0.17.7: does not support check for system package; optional, use "./configure --enable-topcom" to install tornado-6.0.4: does not support check for system package; will be installed as an SPKG tox-none: no suitable system package; optional pip package; use "./sage -i tox" to install traitlets-4.3.3: does not support check for system package; will be installed as an SPKG tzlocal-2.1: does not support check for system package; will be installed as an SPKG valgrind-3.14.0: does not support check for system package; experimental, use "./configure --enable-valgrind" to install vcversioner-2.16.0.0.p0: does not support check for system package; will be installed as an SPKG wcwidth-0.1.7.p0: does not support check for system package; will be installed as an SPKG webencodings-0.5.1: does not support check for system package; will be installed as an SPKG wheel-0.34.2: does not support check for system package; will be installed as an SPKG widgetsnbextension-3.5.1: does not support check for system package; will be installed as an SPKG xz-5.2.2.p0: using system package; SPKG will not be installed yasm-1.3.0.p0: no suitable system package; will be installed as an SPKG zeromq-4.2.5: no suitable system package; will be installed as an SPKG zipp-0.5.2: does not support check for system package; will be installed as an SPKG zlib-1.2.11.p0: using system package; SPKG will not be installed zn_poly-0.9.2: no suitable system package; will be installed as an SPKG zope_interface-none: does not support check for system package; will be installed as an SPKG checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating build/make/Makefile-auto config.status: creating build/make/Makefile config.status: creating src/bin/sage-env-config config.status: creating build/bin/sage-build-env-config config.status: creating build/pkgs/sage_conf/src/sage_conf.py config.status: creating build/pkgs/sage_conf/src/setup.cfg config.status: executing depfiles commands config.status: executing mkdirs commands config.status: creating directory /Applications/sage-9.2/logs/pkgs config.status: creating directory local config.status: creating directory local/bin config.status: creating directory local/etc config.status: creating directory local/include config.status: creating directory local/lib config.status: creating directory local/lib/pkgconfig config.status: creating directory local/share config.status: creating directory local/var/lib/sage/installed configure: notice: the following SPKGs did not find equivalent system packages: arb boost boost_cropped brial cbc cddlib cliquer cmake coxeter3 eclib ecm fflas_ffpack flint flintqs fplll freetype gc gf2x gfan giac givaro glpk gp2c gsl iml isl lcalc libatomic_ops libbraiding libgd libnauty libpng libsemigroups lrcalc m4ri m4rie mpfi nauty ninja_build ntl openblas openssl palp pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables pari_seadata pari_seadata_small patch perl_cpan_polymake_prereq perl_term_readline_gnu pkgconf planarity ppl python3 r readline rw suitesparse symmetrica sympow tachyon tox yasm zeromq zn_poly checking for the package system in use... unknown