Hi,

Thank you for the suggestion. I've attached the config.log.

On Tuesday, November 12, 2024 at 2:39:03 PM UTC-5 dim...@gmail.com wrote:

> Hello,
> the easiest in your case would be to use the Python you already have
> installed in WSL.
> In principle, the installation (./configure script) should be able to
> detect it, and use it, instead of trying to build Python.
> Please post config.log (in the main Sage directory, where you run make
> etc) - then we can see what's up with it.
>
>
>
> On Tue, Nov 12, 2024 at 9:59 AM Kyrie <slilv...@gmail.com> wrote:
> >
> > Hi,
> >
> > I'm trying to build SageMath on my machine -- 16 GB RAM, Windows 11 
> (build 22631.4317) -- using WSL.
> >
> > I'm following the instructions at 
> https://github.com/sagemath/sage/#readme. When I get to step 14 and run 
> "make", I get
> >
> > "Error building Sage.
> > The following package(s) may have failed to build (not necessarily
> > during this run of 'make all-start'):
> > * package: python3-3.12.4
> > last build time: Nov 10 19:02
> > log file: /home/kyrie/sage/sage/logs/pkgs/python3-3.12.4.log"
> >
> > The log file is attached.
> >
> > When I run "sudo apt-get install python3 libpython3-dev 
> python3-setuptools python3-venv" again, I get
> > "python3 is already the newest version (3.12.3-0ubuntu2).
> > libpython3-dev is already the newest version (3.12.3-0ubuntu2).
> > python3-setuptools is already the newest version (68.1.2-2ubuntu1.1).
> > python3-venv is already the newest version (3.12.3-0ubuntu2).
> > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
> >
> > I had Python on my machine before adding WSL for the purpose of Sage. So 
> I also thought to look back at the environment variables PATH, 
> PKG_CONFIG_PATH, LD_LIBRARY_PATH, CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS 
> to verify that there are no items beginning with "/mnt/c" as in Step 8 of 
> the ReadMe.
> >
> > I'm deeply grateful for any suggestions for how else to troubleshoot / 
> how to get Sage to build!
> >
> > With gratitude,
> > Kyrie
> >
> >
> >
> >
> > --
> > 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/cfc55b00-6ba5-499b-a425-d989089f614en%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/e8f70b5c-9cf5-4ed7-9b4f-d2d63b28b01cn%40googlegroups.com.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-conda-linux-gnu-gcc... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc
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 the compiler supports GNU C... yes
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc accepts 
-g... yes
checking for /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc option to 
enable C11 features... none needed
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc 
understands -c and -o together... yes
checking dependency style of 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc... none
checking build system type... x86_64-conda-linux-gnu
checking host system type... x86_64-conda-linux-gnu
checking for ld... /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-ld
checking if the linker (/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-ld) 
is GNU ld... yes
checking for shared library run path origin... done
checking for root user... no
checking the symbolic links in the source tree... intact
checking for a sed that does not truncate output... 
/home/kyrie/miniforge3/bin/sed
checking for ar... yes
checking for m4... yes
checking for x86_64-conda-linux-gnu-pkg-config... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-pkg-config
checking pkg-config is at least version 0.29... yes
checking for ranlib... yes
checking for strip... yes
checking for GNU or BSD tar... /home/kyrie/miniforge3/bin/tar
checking for GNU make... /home/kyrie/miniforge3/bin/make
checking for Python... /home/kyrie/miniforge3/bin/python
checking for perl... /home/kyrie/miniforge3/bin/perl
checking for Perl version 5.8.0 or later... yes
checking whether a conda environment is active... yes
checking for x86_64-conda-linux-gnu-gcc... (cached) 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc
checking whether the compiler supports GNU C... (cached) yes
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc accepts 
-g... (cached) yes
checking for /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc option to 
enable C11 features... (cached) none needed
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc 
understands -c and -o together... (cached) yes
checking dependency style of 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cc... (cached) none
checking how to run the C preprocessor... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-cpp
checking whether the compiler supports GNU C++... yes
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-c++ accepts 
-g... yes
checking for /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-c++ option to 
enable C++11 features... none needed
checking dependency style of 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-c++... none
checking for x86_64-conda-linux-gnu-gfortran... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-gfortran
checking whether the compiler supports GNU Fortran... yes
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-gfortran 
accepts -g... yes
checking for x86_64-conda-linux-gnu-gcc... x86_64-conda-linux-gnu-gcc
checking whether the compiler supports GNU Objective C... yes
checking whether x86_64-conda-linux-gnu-gcc accepts -g... yes
checking dependency style of x86_64-conda-linux-gnu-gcc... none
checking for x86_64-conda-linux-gnu-g++... x86_64-conda-linux-gnu-g++
checking whether the compiler supports GNU Objective C++... yes
checking whether x86_64-conda-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-conda-linux-gnu-g++... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for complex.h... yes
checking for sqrt in -lm... yes
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gcc...
checking whether gcc is already installed in SAGE_LOCAL... no
checking for C compiler vendor... gnu
checking whether /home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-c++ supports 
C++11 features with -std=gnu++11... yes
checking if gcc accepts -dumpversion option... yes
checking gcc version... 13.3.0
checking if g++ accepts -dumpversion option... yes
checking g++ version... 13.3.0
checking whether C++ compiler accepts "-march=native"... yes
checking for OpenMP flag of C compiler... -fopenmp
checking for OpenMP flag of C++ compiler... -fopenmp
configure: will use system package and not install SPKG gcc
checking for the location of crti.o... 
/home/kyrie/miniforge3/bin/../x86_64-conda-linux-gnu/sysroot/usr/lib/../lib
checking how to run the C++ preprocessor... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-c++ -std=gnu++11 -E
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gmp...
checking for gmp.h... yes
checking for gmpxx.h... yes
checking if version of GMP is greater than 6.2.1... yes
checking for library containing __gmpn_gcd_11... -lgmp
configure: will use system package and not install SPKG gmp
checking absolute name of <gmp.h>... checking for gmp.h... (cached) yes
///home/kyrie/miniforge3/include/gmp.h
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zlib...
configure: zlib has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG glpk...
configure: glpk has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG 4ti2...
checking whether any of gmp glpk zlib is installed as or will be installed as 
SPKG... yes; install 4ti2 as well
configure: no suitable system package found for SPKG 4ti2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _develop...
configure: no suitable system package found for SPKG _develop
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _prereq...
configure: will use system package and not install SPKG _prereq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _recommended...
configure: no suitable system package found for SPKG _recommended
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tox...
checking for tox >= 4.2.7... /home/kyrie/miniforge3/bin/tox
configure: will use system package and not install SPKG tox
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG virtualenv...
configure: SPKG virtualenv is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG appdirs...
configure: SPKG appdirs is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG bliss...
checking for bliss/bliss_C.h... yes
checking for library containing bliss_new... -lbliss
checking checking bliss version directly... Good.
configure: will use system package and not install SPKG bliss
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG boost_cropped...
configure: boost_cropped has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libpng...
configure: libpng has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG m4ri...
configure: m4ri has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG brial...
configure: brial has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG bzip2...
checking for bzlib.h... yes
checking for library containing BZ2_bzCompress... -lbz2
checking for bzip2... /home/kyrie/miniforge3/bin/bzip2
configure: will use system package and not install SPKG bzip2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cachetools...
configure: SPKG cachetools is not required on this system
checking for Fortran flag needed to accept free-form source... -ffree-form
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gfortran...
checking the version of 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-gfortran... 13.3.0
configure: will use system package and not install SPKG gfortran
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG openblas...
configure: openblas has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cbc...
checking whether any of 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...
configure: cddlib has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG chardet...
configure: SPKG chardet is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cliquer...
configure: cliquer has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cmake...
configure: cmake has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG colorama...
configure: SPKG colorama is not required on this system
-----------------------------------------------------------------------------
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...
configure: curl has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG distlib...
configure: SPKG distlib is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libatomic_ops...
configure: libatomic_ops has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gc...
configure: gc has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ecl...
configure: ecl has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ntl...
checking whether any of gmp gcc is installed as or will be installed as SPKG... 
no
checking for NTL/ZZ.h... yes
checking whether we can link a program using NTL... yes
checking NTL version >= 10.3... yes
configure: will use system package and not install SPKG ntl
checking absolute name of <NTL/ZZ.h>... checking for NTL/ZZ.h... (cached) yes
///home/kyrie/miniforge3/include/NTL/ZZ.h
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ncurses...
checking for ncurses >= 6.0... yes
configure: will use system package and not install SPKG ncurses
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG readline...
checking Installing ncurses? ... No.
checking for readline >= 6.0... yes
configure: will use system package and not install SPKG readline
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari...
configure: pari has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpfr...
configure: mpfr has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG flint...
configure: flint has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG eclib...
configure: eclib has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ecm...
configure: ecm has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG givaro...
configure: givaro has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fflas_ffpack...
configure: fflas_ffpack has already been installed by SageMath
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 ffmpeg...
checking for ffmpeg... /usr/bin/ffmpeg
configure: will use system package and not install SPKG ffmpeg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG filelock...
configure: SPKG filelock is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fplll...
configure: fplll has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG free_fonts...
checking for FreeSerif.ttf... no
checking for FreeSerif.otf... yes
configure: will use system package and not install SPKG free_fonts
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG freetype...
configure: freetype has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fricas...
checking for FriCAS >= 1.3.8... /usr/bin/fricas
configure: will use system package and not install SPKG fricas
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gap...
configure: gap has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gengetopt...
configure: gengetopt has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gf2x...
configure: gf2x has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gfan...
checking for gfan >= 0.6.2...
configure: will use system package and not install SPKG gfan
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG giac...
configure: giac has already been installed by SageMath
-----------------------------------------------------------------------------
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 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 graphviz...
checking for dot... dot
checking for neato... neato
checking for twopi... twopi
configure: will use system package and not install SPKG graphviz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gsl...
configure: gsl has already been installed by SageMath
checking 32-bit host C ABI... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... 
lib,lib,lib64
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /home/kyrie/miniforge3/lib/libiconv.so 
-Wl,-rpath -Wl,/home/kyrie/miniforge3/lib
checking whether iconv is compatible with its POSIX signature... yes
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG iconv...
configure: will use system package and not install SPKG iconv
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG igraph...
checking whether any of glpk openblas gmp is installed as or will be installed 
as SPKG... yes; install igraph as well
configure: no suitable system package found for SPKG igraph
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG imagemagick...
checking for convert... /usr/bin/convert
configure: will use system package and not install SPKG imagemagick
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG iml...
configure: iml has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG info...
configure: info has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG isl...
checking whether any of gmp is installed as or will be installed as SPKG... no
checking for isl >= 0.20... yes
configure: will use system package and not install SPKG isl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lcalc...
configure: lcalc has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libbraiding...
configure: libbraiding has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libffi...
checking for libffi... yes
configure: will use system package and not install SPKG libffi
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libgd...
configure: libgd has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libgraphviz...
checking for graphviz/cgraph.h... yes
configure: will use system package and not install SPKG libgraphviz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libhomfly...
configure: libhomfly has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libjpeg...
checking for libjpeg... yes
configure: will use system package and not install SPKG libjpeg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG xz...
configure: SPKG xz is not required on this system
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG liblzma...
checking whether any of xz is installed as or will be installed as SPKG... no
checking for lzma_raw_decoder in -llzma... yes
checking for lzma.h... yes
configure: will use system package and not install SPKG liblzma
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG nauty...
configure: nauty has already been installed by SageMath
-----------------------------------------------------------------------------
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 >= 0.6.7... yes
configure: will use system package and not install SPKG libsemigroups
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libxml2...
checking for xml2-config... /home/kyrie/miniforge3/bin/xml2-config
configure: will use system package and not install SPKG libxml2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG m4rie...
configure: m4rie has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG linbox...
configure: linbox has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG llvm...
configure: will use system package and not install SPKG llvm
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lrcalc...
configure: lrcalc has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lrslib...
checking whether any of gmp flint is installed as or will be installed as 
SPKG... yes; install lrslib as well
configure: no suitable system package found for SPKG lrslib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mathjax...
configure: mathjax has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG maxima...
configure: maxima has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG meson...
checking for meson >= 1.2.3...
configure: no suitable system package found for SPKG meson
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpc...
configure: mpc has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpfi...
configure: mpfi has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ninja_build...
checking for ninja >= 1.8.2... /usr/bin/ninja
configure: will use system package and not install SPKG ninja_build
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG onetbb...
checking whether oneTBB >= 2018 is available... no
configure: no suitable system package found for SPKG onetbb
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG python3...
checking whether any of bzip2 liblzma libffi zlib 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 openssl...
checking for x86_64-conda-linux-gnu-pkg-config... 
/home/kyrie/miniforge3/bin/x86_64-conda-linux-gnu-pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking whether OpenSSL >= 1.1.1, as required by PEP 644, and provides 
required APIs... yes
configure: will use system package and not install SPKG openssl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG palp...
configure: palp has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pandoc...
checking for pandoc... /home/kyrie/miniforge3/bin/pandoc
configure: will use system package and not install 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...
configure: pari_galdata has already been installed by SageMath
-----------------------------------------------------------------------------
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...
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 pari_seadata_small...
configure: pari_seadata_small has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG patch...
checking for GNU patch >= 2.7.0... /usr/bin/patch
configure: will use system package and not install SPKG patch
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG patchelf...
configure: patchelf has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pdf2svg...
checking for pdf2svg... /usr/bin/pdf2svg
configure: will use system package and not install SPKG pdf2svg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...
checking for perl module XML::Writer... no
checking for perl module XML::LibXML... no
checking for perl module XML::LibXSLT... no
checking for perl module File::Slurp... no
checking for perl module JSON... no
checking for perl module SVG... no
checking for perl module Term::ReadKey... no
configure: no suitable system package found for SPKG perl_cpan_polymake_prereq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_mongodb...
checking for perl module MongoDB... no
configure: no suitable system package found for SPKG perl_mongodb
-----------------------------------------------------------------------------
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...
configure: will use system package and not install SPKG pkgconf
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG planarity...
configure: planarity has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG polymake...
checking for polymake-config >= 3.5... /bin/polymake-config
checking whether libpolymake works... no
configure: no suitable system package found for SPKG polymake
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ppl...
configure: ppl has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG primesieve...
checking for primesieve >= 8.0... yes
configure: will use system package and not install SPKG primesieve
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG primecount...
checking whether any of primesieve is installed as or will be installed as 
SPKG... no
checking for primecount >= 7.1... yes
configure: will use system package and not install SPKG primecount
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG qhull...
checking for qhull... /home/kyrie/miniforge3/bin/qhull
checking whether qhull's version is good enough... yes
checking for libqhull_r/libqhull_r.h... yes
checking for library containing qh_distplane... -lqhull_r
configure: will use system package and not install SPKG qhull
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG r...
checking for libR >= 3.5... yes
checking for R... /home/kyrie/miniforge3/bin/R
configure: will use system package and not install SPKG r
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG rw...
configure: rw has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sbcl...
checking for sbcl >= 1.4.16... /usr/bin/sbcl
configure: will use system package and not install SPKG sbcl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG singular...
configure: singular has already been installed by SageMath
-----------------------------------------------------------------------------
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 suitesparse...
configure: suitesparse has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG symengine...
checking whether any of gmp ecm flint mpc mpfr is installed as or will be 
installed as SPKG... yes; install symengine as well
configure: no suitable system package found for SPKG symengine
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG symmetrica...
configure: symmetrica has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sympow...
checking for sympow... /home/kyrie/miniforge3/bin/sympow
checking whether sympow works well (cf. :trac:30147 and :trac:30633)... yes; 
use system sympow
configure: will use system package and not install SPKG sympow
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tachyon...
configure: tachyon has already been installed by SageMath
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG texlive...
checking for pdflatex... /usr/bin/pdflatex
checking for latexmk... /usr/bin/latexmk
checking for dvipng... /usr/bin/dvipng
checking for latex package fontspec... yes
checking for latex package xunicode... yes
checking for latex package xltxtra... yes
checking for latex package amssymb... yes
checking for latex package amsfonts... yes
checking for latex package graphicx... yes
checking for latex package mathrsfs... yes
checking for latex package textcomp... yes
checking for latex package tikz... yes
checking for latex package tikz-qtree... yes
checking for latex package iftex... yes
checking for latex package tkz-berge... yes
checking for latex package tkz-graph... yes
checking for latex package xy... yes
checking for latex package babel... yes
checking for latex package subfigure... yes
checking for latex package hyperref... yes
checking for latex package hypcap... yes
checking for latex package xr... yes
checking for latex package tgtermes... yes
checking for latex package fncychap... yes
configure: will use system package and not install SPKG texlive
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG texlive_luatex...
checking for luaotfload-main.lua... yes
configure: will use system package and not install SPKG texlive_luatex
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG xindy...
checking for xindy... /usr/bin/xindy
configure: will use system package and not install SPKG xindy
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zeromq...
configure: zeromq has already been installed by SageMath
## ----------------------------------------------------------------------- ##
## Build status for each package:                                          ##
## ----------------------------------------------------------------------- ##
4ti2:                           no suitable system package; optional, use 
"./configure --enable-4ti2" to install SPKG version 1.6.10
admcycles:                      no; optional pip package; use "./sage -i 
admcycles" to install
alabaster:                      no; standard, SPKG version 0.7.16 will be 
installed
anyio:                          no; standard, SPKG version 4.4.0 will be 
installed
appdirs:                        not required on your platform; SPKG will not be 
installed
appnope:                        not required on your platform; SPKG will not be 
installed
argon2_cffi:                    no; standard, SPKG version 21.3.0 will be 
installed
argon2_cffi_bindings:           no; standard, SPKG version 21.2.0 will be 
installed
arrow:                          no; standard, SPKG version 1.3.0 will be 
installed
asttokens:                      no; standard, SPKG version 2.4.1 will be 
installed
async_lru:                      no; standard, SPKG version 2.0.4 will be 
installed
attrs:                          no; standard, SPKG version 23.2.0 will be 
installed
auditwheel_or_delocate:         no; optional pip package; use "./sage -i 
auditwheel_or_delocate" to install
awali:                          experimental, use "./configure --enable-awali" 
to install SPKG version 1.0.2-190218
babel:                          no; standard, SPKG version 2.14.0 will be 
installed
barvinok:                       experimental, use "./configure 
--enable-barvinok" to install SPKG version 0.41.7
beautifulsoup4:                 no; standard, SPKG version 4.12.2 will be 
installed
beniget:                        no; standard, SPKG version 0.4.1 will be 
installed
benzene:                        optional, use "./configure --enable-benzene" to 
install SPKG version 20130630
biopython:                      no; optional pip package; use "./sage -i 
biopython" to install
bleach:                         no; standard, SPKG version 6.1.0 will be 
installed
bliss:                          using system package; SPKG will not be installed
boost_cropped:                  SPKG version 1.66.0.p0 is already installed
brial:                          SPKG version 1.2.8 is already installed
buckygen:                       optional, use "./configure --enable-buckygen" 
to install SPKG version 1.1
bzip2:                          using system package; SPKG will not be installed
cachetools:                     not required on your platform; SPKG will not be 
installed
calver:                         no; standard, SPKG version 2022.6.26 will be 
installed
cbc:                            no suitable system package; optional, use 
"./configure --enable-cbc" to install SPKG version 2.9.4.p0
ccache:                         optional, use "./configure --enable-ccache" to 
install SPKG version 3.3.4
cddlib:                         SPKG version 0.94m is already installed
certifi:                        no; standard, SPKG version 2024.2.2 will be 
installed
cffi:                           no; standard, SPKG version 1.15.1 will be 
installed
chardet:                        not required on your platform; SPKG will not be 
installed
charset_normalizer:             no; standard, SPKG version 3.3.2 will be 
installed
clarabel:                       optional pip package; use "./sage -i clarabel" 
to install
cliquer:                        SPKG version 1.22 is already installed
cmake:                          SPKG version 3.27.8 is already installed
cocoalib:                       experimental, use "./configure 
--enable-cocoalib" to install SPKG version 0.99564
colorama:                       not required on your platform; SPKG will not be 
installed
combinatorial_designs:          standard, SPKG version 20140630.p0 is already 
installed
comm:                           no; standard, SPKG version 0.1.4 will be 
installed
configure:                      base, use "./configure --enable-configure" to 
install SPKG version 3c279ec5712e0fa35c5733e03e010970727d7189
contourpy:                      no; standard, SPKG version 1.1.1 will be 
installed
conway_polynomials:             no; standard, SPKG version 0.10 will be 
installed
coxeter3:                       no suitable system package; optional, use 
"./configure --enable-coxeter3" to install SPKG version 
8ac9c71723c8ca57a836d6381aed125261e44e9e.p0
cppy:                           no; standard, SPKG version 1.2.1 will be 
installed
csdp:                           optional, use "./configure --enable-csdp" to 
install SPKG version 6.2.p1
cunningham_tables:              optional, use "./configure 
--enable-cunningham_tables" to install SPKG version 1.0
curl:                           SPKG version 7.84.0 is already installed
cvxopt:                         no suitable system package; standard, SPKG 
version 1.3.2 will be installed
cvxpy:                          no; optional, use "./configure --enable-cvxpy" 
to install SPKG version 1.4.1
cycler:                         no; standard, SPKG version 0.11.0 will be 
installed
cylp:                           no; optional, use "./configure --enable-cylp" 
to install SPKG version 0.92.2
cypari:                         no suitable system package; standard, SPKG 
version 2.1.5 will be installed
cysignals:                      no; standard, SPKG version 1.11.4 will be 
installed
cython:                         no; standard, SPKG version 3.0.10 will be 
installed
d3js:                           optional, use "./configure --enable-d3js" to 
install SPKG version 3.4.8
database_cremona_ellcurve:      optional, use "./configure 
--enable-database_cremona_ellcurve" to install SPKG version 20190911
database_cubic_hecke:           no; optional, use "./configure 
--enable-database_cubic_hecke" to install SPKG version 2022.4.4
database_jones_numfield:        optional, use "./configure 
--enable-database_jones_numfield" to install SPKG version 4
database_knotinfo:              no; optional, use "./configure 
--enable-database_knotinfo" to install SPKG version 2024.5.1
database_kohel:                 optional, use "./configure 
--enable-database_kohel" to install SPKG version 20160724
database_mutation_class:        optional, use "./configure 
--enable-database_mutation_class" to install SPKG version 1.0
database_odlyzko_zeta:          optional, use "./configure 
--enable-database_odlyzko_zeta" to install SPKG version 20061209
database_stein_watkins:         optional, use "./configure 
--enable-database_stein_watkins" to install SPKG version 20110713
database_stein_watkins_mini:    optional, use "./configure 
--enable-database_stein_watkins_mini" to install SPKG version 20070827
database_symbolic_data:         optional, use "./configure 
--enable-database_symbolic_data" to install SPKG version 20070206
dateutil:                       no; standard, SPKG version 2.9.0.post0 will be 
installed
debugpy:                        no; standard, SPKG version 1.8.1 will be 
installed
decorator:                      no; standard, SPKG version 5.1.1 will be 
installed
deformation:                    experimental, use "./configure 
--enable-deformation" to install SPKG version 20210503
defusedxml:                     no; standard, SPKG version 0.7.1 will be 
installed
distlib:                        not required on your platform; SPKG will not be 
installed
docutils:                       no; standard, SPKG version 0.20.1 will be 
installed
dot2tex:                        no; optional, use "./configure 
--enable-dot2tex" to install SPKG version 2.11.3.p0
dsdp:                           optional, use "./configure --enable-dsdp" to 
install SPKG version 5.8
e_antic:                        optional, use "./configure --enable-e_antic" to 
install SPKG version 2.0.2
ecl:                            SPKG version 24.5.10 is already installed
eclib:                          SPKG version 20231212 is already installed
ecm:                            SPKG version 7.0.5 is already installed
ecos_python:                    no; optional, use "./configure 
--enable-ecos_python" to install SPKG version 2.0.12
editables:                      no; standard, SPKG version 0.5 will be installed
elliptic_curves:                standard, SPKG version 0.8.1 will be installed
entrypoints:                    no; standard, SPKG version 0.4 will be installed
exceptiongroup:                 no; standard, SPKG version 1.2.1 will be 
installed
executing:                      no; standard, SPKG version 2.0.1 will be 
installed
fastjsonschema:                 no; standard, SPKG version 2.18.0 will be 
installed
fflas_ffpack:                   SPKG version 2.5.0+sage-2024-05-18b is already 
installed
ffmpeg:                         using system package
filelock:                       not required on your platform; SPKG will not be 
installed
flint:                          SPKG version 3.1.3 is already installed
flit_core:                      no; standard, SPKG version 3.9.0 will be 
installed
fonttools:                      no; standard, SPKG version 4.42.1 will be 
installed
fplll:                          SPKG version 5.4.5 is already installed
fpylll:                         no suitable system package; standard, SPKG 
version 0.6.0 will be installed
fqdn:                           no; standard, SPKG version 1.5.1 will be 
installed
free_fonts:                     using system package
freetype:                       SPKG version 2.10.4 is already installed
fricas:                         using system package; SPKG will not be installed
frobby:                         optional, use "./configure --enable-frobby" to 
install SPKG version 0.9.0.p2
furo:                           no; standard, SPKG version 2023.9.10 will be 
installed
gap:                            SPKG version 4.12.2 is already installed
gap3:                           experimental, use "./configure --enable-gap3" 
to install SPKG version 04jul17
gap_jupyter:                    no; optional, use "./configure 
--enable-gap_jupyter" to install SPKG version 0.9
gap_packages:                   optional, use "./configure 
--enable-gap_packages" to install SPKG version 4.12.2
gast:                           no; standard, SPKG version 0.5.4 will be 
installed
gc:                             SPKG version 8.2.6 is already installed
gcc:                            using system package; SPKG will not be installed
gdb:                            experimental, use "./configure --enable-gdb" to 
install SPKG version 8.2
gengetopt:                      SPKG version 2.23 is already installed
gf2x:                           SPKG version 1.3.0 is already installed
gfan:                           using system package; SPKG will not be installed
gfortran:                       using system package; SPKG will not be installed
giac:                           SPKG version 1.9.0.15p0 is already installed
git:                            using system package
github_cli:                     optional
gitpython:                      no; optional pip package; use "./sage -i 
gitpython" to install
givaro:                         SPKG version 4.2.0 is already installed
glpk:                           SPKG version 5.0.p1 is already installed
glucose:                        optional, use "./configure --enable-glucose" to 
install SPKG version 4.1
gmp:                            using system package; SPKG will not be installed
gmpy2:                          no; standard, SPKG version 2.2.0a1 will be 
installed
gnulib:                         standard, SPKG version 
f9b39c4e337f1dc0dd07c4f3985c476fb875d799 is already installed
gnumake_tokenpool:              standard, SPKG version 0.0.7 will be installed
gp2c:                           no suitable system package; optional, use 
"./configure --enable-gp2c" to install SPKG version 0.0.10.p0
graphs:                         standard, SPKG version 20210214.p0 is already 
installed
graphviz:                       using system package
gsl:                            SPKG version 2.7.1 is already installed
h11:                            standard, SPKG version 0.14.0 will be installed
hatchling:                      no; standard, SPKG version 1.22.5 will be 
installed
httpcore:                       no; standard, SPKG version 1.0.5 will be 
installed
httpx:                          no; standard, SPKG version 0.27.0 will be 
installed
hypothesis:                     optional pip package; use "./sage -i 
hypothesis" to install
iconv:                          using system package
idna:                           no; standard, SPKG version 3.7 will be installed
igraph:                         no suitable system package; optional, use 
"./configure --enable-igraph" to install SPKG version 0.10.12
imagemagick:                    using system package
imagesize:                      no; standard, SPKG version 1.4.1 will be 
installed
iml:                            SPKG version 1.0.4p2.p2 is already installed
importlib_metadata:             not required on your platform; SPKG will not be 
installed
importlib_resources:            not required on your platform; SPKG will not be 
installed
info:                           SPKG version 7.0.3 is already installed
ipykernel:                      no; standard, SPKG version 6.27.1 will be 
installed
ipympl:                         no; standard, SPKG version 0.9.3 will be 
installed
ipython:                        no; standard, SPKG version 8.18.1 will be 
installed
ipython_genutils:               no; standard, SPKG version 0.2.0 will be 
installed
ipywidgets:                     no; standard, SPKG version 8.1.1 will be 
installed
isl:                            using system package; SPKG will not be installed
isoduration:                    no; standard, SPKG version 20.11.0 will be 
installed
jedi:                           no; standard, SPKG version 0.19.1 will be 
installed
jinja2:                         no; standard, SPKG version 3.1.4 will be 
installed
jmol:                           standard, SPKG version 14.29.52 is already 
installed
json5:                          no; standard, SPKG version 0.9.14 will be 
installed
jsonpointer:                    no; standard, SPKG version 2.4 will be installed
jsonschema:                     no; standard, SPKG version 4.17.3 will be 
installed
jsonschema_specifications:      no; standard, SPKG version 2023.3.3 will be 
installed
jupymake:                       no; optional, use "./configure 
--enable-jupymake" to install SPKG version 0.9
jupyter_client:                 no; standard, SPKG version 8.3.1 will be 
installed
jupyter_core:                   no; standard, SPKG version 5.3.2 will be 
installed
jupyter_events:                 no; standard, SPKG version 0.6.3 will be 
installed
jupyter_jsmol:                  no; standard, SPKG version 2022.1.0 will be 
installed
jupyter_lsp:                    no; standard, SPKG version 2.2.0 will be 
installed
jupyter_server:                 no; standard, SPKG version 2.7.3 will be 
installed
jupyter_server_terminals:       no; standard, SPKG version 0.4.4 will be 
installed
jupyter_sphinx:                 no; standard, SPKG version 0.5.3.p0 will be 
installed
jupyterlab:                     no; standard, SPKG version 4.1.3 will be 
installed
jupyterlab_mathjax2:            no; standard, SPKG version 4.0.0 will be 
installed
jupyterlab_pygments:            no; standard, SPKG version 0.2.2 will be 
installed
jupyterlab_server:              no; standard, SPKG version 2.24.0 will be 
installed
jupyterlab_widgets:             no; standard, SPKG version 3.0.9 will be 
installed
kenzo:                          optional, use "./configure --enable-kenzo" to 
install SPKG version 1.1.10
kissat:                         optional, use "./configure --enable-kissat" to 
install SPKG version 3.1.0
kiwisolver:                     no; standard, SPKG version 1.4.5 will be 
installed
latte_int:                      optional, use "./configure --enable-latte_int" 
to install SPKG version 1.7.6
lcalc:                          SPKG version 2.0.5 is already installed
libatomic_ops:                  SPKG version 7.8.2 is already installed
libbraiding:                    SPKG version 1.2 is already installed
libffi:                         using system package; SPKG will not be installed
libgd:                          SPKG version 2.3.3 is already installed
libgraphviz:                    using system package
libhomfly:                      SPKG version 1.02r6 is already installed
libjpeg:                        using system package
liblzma:                        using system package; SPKG will not be installed
libnauty:                       no suitable system package; optional, use 
"./configure --enable-libnauty" to install SPKG version none
libogg:                         optional, use "./configure --enable-libogg" to 
install SPKG version 1.3.1.p0
libpng:                         SPKG version 1.6.29.p1 is already installed
libsemigroups:                  using system package; SPKG will not be installed
libtheora:                      experimental, use "./configure 
--enable-libtheora" to install SPKG version 1.1.1
libxml2:                        using system package
lidia:                          optional, use "./configure --enable-lidia" to 
install SPKG version 2.3.0+latte-patches-2019-05-02
lie:                            experimental, use "./configure --enable-lie" to 
install SPKG version 2.2.2
linbox:                         SPKG version 1.7.0+sage-2024-05-18 is already 
installed
llvm:                           not required on your platform
lrcalc:                         SPKG version 2.1 is already installed
lrcalc_python:                  no; standard, SPKG version 2.1 will be installed
lrslib:                         no suitable system package; optional, use 
"./configure --enable-lrslib" to install SPKG version 071b+autotools-2021-07-13
m4ri:                           SPKG version 20200125 is already installed
m4rie:                          SPKG version 20200125 is already installed
markupsafe:                     no; standard, SPKG version 2.1.5 will be 
installed
mathics:                        no; optional, use "./configure 
--enable-mathics" to install SPKG version 4.0.0
mathics_scanner:                no; optional, use "./configure 
--enable-mathics_scanner" to install SPKG version 1.2.4
mathjax:                        SPKG version 3.2.0 is already installed
matplotlib:                     no suitable system package; standard, SPKG 
version 3.8.0 will be installed
matplotlib_inline:              no; standard, SPKG version 0.1.6 will be 
installed
matroid_database:               optional, use "./configure 
--enable-matroid_database" to install SPKG version 0.3
maxima:                         SPKG version 5.46.0 is already installed
mcqd:                           optional, use "./configure --enable-mcqd" to 
install SPKG version 1.0.p0
meataxe:                        optional, use "./configure --enable-meataxe" to 
install SPKG version 1.0.1
memory_allocator:               no; standard, SPKG version 0.1.4 will be 
installed
meson:                          no suitable system package; standard, SPKG 
version 1.3.1 will be installed
meson_python:                   no; standard, SPKG version 0.15.0 will be 
installed
mistune:                        no; standard, SPKG version 2.0.4 will be 
installed
modular_decomposition:          experimental, use "./configure 
--enable-modular_decomposition" to install SPKG version 20100607
modular_resolution:             optional, use "./configure 
--enable-modular_resolution" to install SPKG version 1.1
mpc:                            SPKG version 1.3.1 is already installed
mpfi:                           SPKG version 1.5.2 is already installed
mpfr:                           SPKG version 4.2.1 is already installed
mpfrcx:                         optional, use "./configure --enable-mpfrcx" to 
install SPKG version 0.6.3
mpmath:                         no; standard, SPKG version 1.3.0 will be 
installed
msolve:                         optional, use "./configure --enable-msolve" to 
install SPKG version 0.6.5
nauty:                          SPKG version 2.8.8.p0 is already installed
nbclient:                       no; standard, SPKG version 0.8.0 will be 
installed
nbconvert:                      no; standard, SPKG version 7.9.2 will be 
installed
nbformat:                       no; standard, SPKG version 5.9.2 will be 
installed
ncurses:                        using system package; SPKG will not be installed
nest_asyncio:                   no; standard, SPKG version 1.6.0 will be 
installed
networkx:                       no; standard, SPKG version 3.2.1 will be 
installed
nibabel:                        no; optional pip package; use "./sage -i 
nibabel" to install
ninja_build:                    using system package; SPKG will not be installed
normaliz:                       optional, use "./configure --enable-normaliz" 
to install SPKG version 3.10.3
notebook:                       no; standard, SPKG version 7.1.1 will be 
installed
notebook_shim:                  no; standard, SPKG version 0.2.3 will be 
installed
notedown:                       no; optional, use "./configure 
--enable-notedown" to install SPKG version 1.5.1
ntl:                            using system package; SPKG will not be installed
numpy:                          no suitable system package; standard, SPKG 
version 1.26.3 will be installed
onetbb:                         no suitable system package; optional, use 
"./configure --enable-onetbb" to install SPKG version 2021.12.0
openblas:                       SPKG version 0.3.26 is already installed
openssl:                        using system package; SPKG will not be installed
ore_algebra:                    no; optional pip package; use "./sage -i 
ore_algebra" to install
osqp_python:                    no; optional, use "./configure 
--enable-osqp_python" to install SPKG version 0.6.3
overrides:                      no; standard, SPKG version 7.4.0 will be 
installed
p_group_cohomology:             no; optional, use "./configure 
--enable-p_group_cohomology" to install SPKG version 3.3.3.p1
packaging:                      no; standard, SPKG version 24.0 will be 
installed
palettable:                     no; optional, use "./configure 
--enable-palettable" to install SPKG version 3.3.0
palp:                           SPKG version 2.11 is already installed
pandoc:                         using system package
pandoc_attributes:              no; optional, use "./configure 
--enable-pandoc_attributes" to install SPKG version 8bc82f6d
pandocfilters:                  no; standard, SPKG version 1.5.0 will be 
installed
papilo:                         optional, use "./configure --enable-papilo" to 
install SPKG version 2.2.1
pari:                           SPKG version 2.15.4 is already installed
pari_elldata:                   no suitable system package; optional, use 
"./configure --enable-pari_elldata" to install SPKG version 20161017
pari_galdata:                   SPKG version 20080411.p0 is already installed
pari_galpol:                    no suitable system package; optional, use 
"./configure --enable-pari_galpol" to install SPKG version 20180625
pari_jupyter:                   no; optional, use "./configure 
--enable-pari_jupyter" to install SPKG version 1.4.3
pari_nftables:                  no suitable system package; optional, use 
"./configure --enable-pari_nftables" to install SPKG version 20080929
pari_seadata:                   no suitable system package; optional, use 
"./configure --enable-pari_seadata" to install SPKG version 20090618
pari_seadata_small:             SPKG version 20090618.p0 is already installed
parso:                          no; standard, SPKG version 0.8.4 will be 
installed
patch:                          using system package; SPKG will not be installed
patchelf:                       SPKG version 0.13.1 is already installed
pathspec:                       no; standard, SPKG version 0.12.1 will be 
installed
pdf2svg:                        using system package
perl_cpan_polymake_prereq:      no suitable system package; optional
perl_mongodb:                   no suitable system package; optional
perl_term_readline_gnu:         no suitable system package; optional, use 
"./configure --enable-perl_term_readline_gnu" to install SPKG version 1.35
pexpect:                        no; standard, SPKG version 4.9.0 will be 
installed
phitigra:                       no; optional pip package; use "./sage -i 
phitigra" to install
pickleshare:                    no; standard, SPKG version 0.7.5 will be 
installed
pillow:                         no suitable system package; standard, SPKG 
version 10.1.0 will be installed
pint:                           no; optional, use "./configure --enable-pint" 
to install SPKG version 0.20.1
pip:                            no; standard, SPKG version 24.0 will be 
installed
pkgconf:                        using system package; SPKG will not be installed
pkgconfig:                      no; standard, SPKG version 1.5.5 will be 
installed
planarity:                      SPKG version 3.0.1.0 is already installed
plantri:                        optional, use "./configure --enable-plantri" to 
install SPKG version 5.3
platformdirs:                   no; standard, SPKG version 4.2.2 will be 
installed
pluggy:                         no; standard, SPKG version 1.3.0 will be 
installed
ply:                            no; standard, SPKG version 3.11 will be 
installed
polylib:                        experimental, use "./configure 
--enable-polylib" to install SPKG version 5.22.5
polymake:                       no suitable system package; optional, use 
"./configure --enable-polymake" to install SPKG version 4.12
polytopes_db:                   standard, SPKG version 20170220.p0 is already 
installed
polytopes_db_4d:                optional, use "./configure 
--enable-polytopes_db_4d" to install SPKG version 1.0
ppl:                            SPKG version 1.2.p1 is already installed
pplpy:                          no suitable system package; standard, SPKG 
version 0.8.9 will be installed
pplpy_doc:                      standard, SPKG version 0.8.9 will be installed
primecount:                     using system package; SPKG will not be installed
primecountpy:                   no suitable system package; standard, SPKG 
version 0.1.0 will be installed
primesieve:                     using system package; SPKG will not be installed
prometheus_client:              no; standard, SPKG version 0.14.1 will be 
installed
prompt_toolkit:                 no; standard, SPKG version 3.0.43 will be 
installed
psutil:                         no; standard, SPKG version 5.9.6 will be 
installed
ptyprocess:                     no; standard, SPKG version 0.7.0 will be 
installed
pure_eval:                      no; standard, SPKG version 0.2.2 will be 
installed
py:                             no; standard, SPKG version 1.11.0 will be 
installed
pybind11:                       no; standard, SPKG version 2.11.1 will be 
installed
pybtex:                         no; optional pip package; use "./sage -i 
pybtex" to install
pycosat:                        no; optional, use "./configure 
--enable-pycosat" to install SPKG version 0.6.3
pycparser:                      no; standard, SPKG version 2.22 will be 
installed
pycryptosat:                    no; optional pip package; use "./sage -i 
pycryptosat" to install
pygments:                       no; standard, SPKG version 2.18.0 will be 
installed
pygraphviz:                     no; optional pip package; use "./sage -i 
pygraphviz" to install
pynormaliz:                     no; optional, use "./configure 
--enable-pynormaliz" to install SPKG version 2.20
pyparsing:                      no; standard, SPKG version 3.1.2 will be 
installed
pyppeteer:                      no; optional pip package; use "./sage -i 
pyppeteer" to install
pyproject_api:                  no; standard, SPKG version 1.6.1 will be 
installed
pyproject_hooks:                standard, SPKG version 1.0.0 will be installed
pyproject_metadata:             no; standard, SPKG version 0.7.1 will be 
installed
pyrsistent:                     no; standard, SPKG version 0.19.3 will be 
installed
pyscipopt:                      no; optional, use "./configure 
--enable-pyscipopt" to install SPKG version 5.0.0
pysingular:                     no; optional, use "./configure 
--enable-pysingular" to install SPKG version 0.9.7
pytest:                         no; optional pip package; use "./sage -i 
pytest" to install
pytest_mock:                    no; optional pip package; use "./sage -i 
pytest_mock" to install
pytest_xdist:                   no; optional pip package; use "./sage -i 
pytest_xdist" to install
python3:                        no suitable system package; standard, SPKG 
version 3.12.4 will be installed
python_build:                   no; standard, SPKG version 1.2.1 will be 
installed
python_flint:                   optional, use "./configure 
--enable-python_flint" to install SPKG version 0.6.0
python_igraph:                  no; optional, use "./configure 
--enable-python_igraph" to install SPKG version 0.11.5
python_json_logger:             no; standard, SPKG version 2.0.7 will be 
installed
pythran:                        no; standard, SPKG version 0.15.0 will be 
installed
pytz:                           no; standard, SPKG version 2023.3.post1 will be 
installed
pytz_deprecation_shim:          no; standard, SPKG version 0.1.0.post0 will be 
installed
pyx:                            no; optional pip package; use "./sage -i pyx" 
to install
pyyaml:                         no; standard, SPKG version 6.0.1 will be 
installed
pyzmq:                          no suitable system package; standard, SPKG 
version 25.1.1 will be installed
qdldl_python:                   no; optional, use "./configure 
--enable-qdldl_python" to install SPKG version 0.1.5.post3
qepcad:                         optional, use "./configure --enable-qepcad" to 
install SPKG version 1.74
qhull:                          using system package; SPKG will not be installed
r:                              using system package
r_jupyter:                      experimental, use "./configure 
--enable-r_jupyter" to install SPKG version none
readline:                       using system package; SPKG will not be installed
referencing:                    no; standard, SPKG version 0.23.0 will be 
installed
requests:                       no; standard, SPKG version 2.32.2 will be 
installed
rfc3339_validator:              no; standard, SPKG version 0.1.4 will be 
installed
rfc3986_validator:              no; standard, SPKG version 0.1.1 will be 
installed
rpy2:                           no; standard, SPKG version 3.4.5 will be 
installed
rst2ipynb:                      no; optional, use "./configure 
--enable-rst2ipynb" to install SPKG version 0.2.3
rubiks:                         optional, use "./configure --enable-rubiks" to 
install SPKG version 20070912.p21
rw:                             SPKG version 0.9 is already installed
saclib:                         optional, use "./configure --enable-saclib" to 
install SPKG version 2.2.8
sage_conf:                      standard, SPKG version 10.4 will be installed
sage_docbuild:                  standard, SPKG version 10.4 will be installed
sage_flatsurf:                  optional pip package; use "./sage -i 
sage_flatsurf" to install
sage_numerical_backends_coin:   optional, use "./configure 
--enable-sage_numerical_backends_coin" to install SPKG version 10.4
sage_numerical_backends_cplex:  optional, use "./configure 
--enable-sage_numerical_backends_cplex" to install SPKG version 10.4
sage_numerical_backends_gurobi: optional, use "./configure 
--enable-sage_numerical_backends_gurobi" to install SPKG version 10.4
sage_setup:                     standard, SPKG version 10.4 will be installed
sage_sws2rst:                   optional, use "./configure 
--enable-sage_sws2rst" to install SPKG version 10.4
sagelib:                        no; standard, SPKG version 10.4 will be 
installed
sagemath_bliss:                 optional, use "./configure 
--enable-sagemath_bliss" to install SPKG version 10.4
sagemath_categories:            optional, use "./configure 
--enable-sagemath_categories" to install SPKG version 10.4
sagemath_coxeter3:              optional, use "./configure 
--enable-sagemath_coxeter3" to install SPKG version 10.4
sagemath_doc_html:              standard, SPKG will be installed
sagemath_doc_pdf:               optional, use "./configure 
--enable-sagemath_doc_pdf" to install SPKG version none
sagemath_environment:           optional, use "./configure 
--enable-sagemath_environment" to install SPKG version 10.4
sagemath_mcqd:                  optional, use "./configure 
--enable-sagemath_mcqd" to install SPKG version 10.4
sagemath_meataxe:               optional, use "./configure 
--enable-sagemath_meataxe" to install SPKG version 10.4
sagemath_objects:               optional, use "./configure 
--enable-sagemath_objects" to install SPKG version 10.4
sagemath_repl:                  optional, use "./configure 
--enable-sagemath_repl" to install SPKG version 10.4
sagemath_sirocco:               optional, use "./configure 
--enable-sagemath_sirocco" to install SPKG version 10.4
sagemath_tdlib:                 optional, use "./configure 
--enable-sagemath_tdlib" to install SPKG version 10.4
sagenb_export:                  no; standard, SPKG version 3.3 will be installed
sagetex:                        no; standard, SPKG version 3.6.1 will be 
installed
sbcl:                           using system package
scip:                           optional, use "./configure --enable-scip" to 
install SPKG version 9.0.1
scip_sdp:                       optional, use "./configure --enable-scip_sdp" 
to install SPKG version 4.3.0
scipy:                          no suitable system package; standard, SPKG 
version 1.12.0 will be installed
scs:                            no; optional, use "./configure --enable-scs" to 
install SPKG version 3.2.3
send2trash:                     no; standard, SPKG version 1.8.3 will be 
installed
setuptools:                     no; standard, SPKG version 69.5.1 will be 
installed
setuptools_scm:                 no; standard, SPKG version 8.1.0 will be 
installed
singular:                       SPKG version 4.4.0 is already installed
singular_jupyter:               no; optional, use "./configure 
--enable-singular_jupyter" to install SPKG version 0.9.7
sirocco:                        optional, use "./configure --enable-sirocco" to 
install SPKG version 2.1.0
six:                            no; standard, SPKG version 1.16.0 will be 
installed
slabbe:                         no; optional pip package; use "./sage -i 
slabbe" to install
snappy:                         no; optional pip package; use "./sage -i 
snappy" to install
sniffio:                        no; standard, SPKG version 1.3.1 will be 
installed
snowballstemmer:                no; standard, SPKG version 2.2.0 will be 
installed
soplex:                         optional, use "./configure --enable-soplex" to 
install SPKG version 7.0.1
soupsieve:                      no; standard, SPKG version 2.5 will be installed
sphinx:                         no; standard, SPKG version 7.2.6 will be 
installed
sphinx_basic_ng:                no; standard, SPKG version 1.0.0b2 will be 
installed
sphinx_copybutton:              no; standard, SPKG version 0.5.2 will be 
installed
sphinx_inline_tabs:             no; standard, SPKG version 2023.4.21 will be 
installed
sphinxcontrib_applehelp:        no; standard, SPKG version 1.0.8 will be 
installed
sphinxcontrib_devhelp:          no; standard, SPKG version 1.0.6 will be 
installed
sphinxcontrib_htmlhelp:         no; standard, SPKG version 2.0.5 will be 
installed
sphinxcontrib_jsmath:           no; standard, SPKG version 1.0.1 will be 
installed
sphinxcontrib_qthelp:           no; standard, SPKG version 1.0.7 will be 
installed
sphinxcontrib_serializinghtml:  no; standard, SPKG version 1.1.10 will be 
installed
sphinxcontrib_websupport:       no; standard, SPKG version 1.2.7 will be 
installed
sqlalchemy:                     no; optional pip package; use "./sage -i 
sqlalchemy" to install
sqlite:                         using system package; SPKG will not be installed
stack_data:                     no; standard, SPKG version 0.6.3 will be 
installed
suitesparse:                    SPKG version 5.10.1 is already installed
surf:                           experimental, use "./configure --enable-surf" 
to install SPKG version 1.0.6-gcc6
surface_dynamics:               no; optional pip package; use "./sage -i 
surface_dynamics" to install
symengine:                      no suitable system package; optional, use 
"./configure --enable-symengine" to install SPKG version 0.11.2
symengine_py:                   no; optional, use "./configure 
--enable-symengine_py" to install SPKG version 0.11.0
symmetrica:                     SPKG version 3.0.1 is already installed
sympow:                         using system package; SPKG will not be installed
sympy:                          no; standard, SPKG version 1.12.1 will be 
installed
tachyon:                        SPKG version 0.98.9.p7 is already installed
tdlib:                          optional, use "./configure --enable-tdlib" to 
install SPKG version 0.9.3.p0
terminado:                      no; standard, SPKG version 0.17.1 will be 
installed
texlive:                        using system package; SPKG will not be installed
texlive_luatex:                 using system package
texttable:                      no; optional, use "./configure 
--enable-texttable" to install SPKG version 1.7.0
threejs:                        standard, SPKG version r122.p0 is already 
installed
tides:                          optional, use "./configure --enable-tides" to 
install SPKG version 2.0.p0
tinycss2:                       no; standard, SPKG version 1.2.1 will be 
installed
tomli:                          no; standard, SPKG version 2.0.1 will be 
installed
topcom:                         optional, use "./configure --enable-topcom" to 
install SPKG version 1.1.2
tornado:                        no; standard, SPKG version 6.4 will be installed
tox:                            using system package; SPKG will not be installed
traitlets:                      no; standard, SPKG version 5.14.3 will be 
installed
trove_classifiers:              no; standard, SPKG version 2024.4.10 will be 
installed
types_python_dateutil:          no; standard, SPKG version 2.9.0.20240316 will 
be installed
typing_extensions:              not required on your platform; SPKG will not be 
installed
tzdata:                         standard, SPKG version 2023.3 will be installed
tzlocal:                        no; standard, SPKG version 5.0.1 will be 
installed
uri_template:                   no; standard, SPKG version 1.3.0 will be 
installed
urllib3:                        no; standard, SPKG version 2.1.0 will be 
installed
valgrind:                       experimental, use "./configure 
--enable-valgrind" to install SPKG version 3.14.0
virtualenv:                     not required on your platform; SPKG will not be 
installed
wcwidth:                        no; standard, SPKG version 0.2.12 will be 
installed
webcolors:                      no; standard, SPKG version 1.13 will be 
installed
webencodings:                   no; standard, SPKG version 0.5.1 will be 
installed
websocket_client:               no; standard, SPKG version 1.6.4 will be 
installed
wheel:                          no; standard, SPKG version 0.43.0 will be 
installed
widgetsnbextension:             no; standard, SPKG version 4.0.9 will be 
installed
xindy:                          using system package
xz:                             not required on your platform; SPKG will not be 
installed
zeromq:                         SPKG version 4.3.5 is already installed
zipp:                           no; standard, SPKG version 3.19.0 will be 
installed
zlib:                           SPKG version 1.2.11.p0 is already installed
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 src/bin/sage-src-env-config
config.status: creating build/bin/sage-build-env-config
config.status: creating pkgs/sage-conf/_sage_conf/_conf.py
config.status: executing depfiles commands
config.status: executing mkdirs commands
config.status: creating directory /home/kyrie/sage/sage/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
config.status: executing links commands
config.status: creating convenience symlink prefix -> local
config.status: creating convenience symlink venv -> 
local/var/lib/sage/venv-python3.12.4
configure:

    notice: the following SPKGs did not find equivalent system packages:

        cvxopt cypari fpylll matplotlib meson numpy pillow pplpy primecountpy 
python3 pyzmq scipy   4ti2 _develop _recommended cbc coxeter3 gp2c igraph 
libnauty lrslib onetbb pari_elldata pari_galpol pari_nftables pari_seadata 
perl_cpan_polymake_prereq perl_mongodb perl_term_readline_gnu polymake symengine

checking for the package system in use... conda
configure:

    hint: installing the following system packages, if not
    already present, may provide additional optional features:

      $ conda install 4ti2 openssh pycodestyle esbonio coincbc igraph lrslib 
tbb pari-elldata pari-galpol pari-nftables pari-seadata symengine

configure:

    hint: After installation, re-run configure using:

      $ make reconfigure

Reply via email to