Cannot seem to build from main branch v10.8

85 views
Skip to first unread message

American Citizen

unread,
Jan 3, 2026, 8:24:48 PM (5 days ago) Jan 3
to sage-support
I am trying to install sage v10.8 using github

Here's the following commands on my OpenSuse Leap 15.5 OS

% git clone https://github.com/sagemath/sage.git
% mv sage sage-10.8
% cd sage-10.8
% bash bootstrap
% ./configure | tee config.log

configure failed with missing directory and told me to run bootstrap again

% bash bootstrap
%./configure

And the same failure occurs again. This is a show stopper. How can this be fixed?

-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zeromq...
checking whether any of gcc is installed as or will be installed as SPKG... no
checking for zmq.h... yes
checking for ZMQ version >= 4.2.5... no valid ZMQ version was found
real_configure: no suitable system package found for SPKG zeromq
## ----------------------------------------------------------------------- ##
## Build status for each package:                                          ##
## ----------------------------------------------------------------------- ##
real_configure: error: Package directory missing. Re-run bootstrap.


Dima Pasechnik

unread,
Jan 3, 2026, 8:48:12 PM (5 days ago) Jan 3
to sage-s...@googlegroups.com
I've never seen this. Why do you invoke bootstrap differently from configure?
Do you use a non-standard shell (bash or zsh, or perhaps ksh, will
work. csh probably not)?

How about running

./bootstrap
./configure

?
> --
> 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...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/sage-support/82039733-7dcf-480d-a815-af12d3b96807n%40googlegroups.com.

American Citizen

unread,
Jan 3, 2026, 9:45:19 PM (5 days ago) Jan 3
to sage-support
I used the standard bash shell. As a matter of fact I spent over an hour of time downloading files from zeromq website and installing the lib zeromq package onto my openSuse Leap 15.5 system after hitting frustrating blockages. I can personally vouch that this library is NOW on my system and has been successfully installed.

But I keep getting this error message during running ./configure in the root directory of sage-10.8

-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zeromq...
checking whether any of gcc is installed as or will be installed as SPKG... no
checking for zmq.h... yes
checking for ZMQ version >= 4.2.5... yes
real_configure: will use system package and not install SPKG zeromq

## ----------------------------------------------------------------------- ##
## Build status for each package:                                          ##
## ----------------------------------------------------------------------- ##
real_configure: error: Package directory missing. Re-run bootstrap.

What directory is missing? I can probably install this by hand if necessary and rerun ./configure again.

And yes I have run the following 2 command 4 times now

% bash bootstrap
%./configure

But keep getting aborted by the error message posted above.

I appreciate any help.. as I am mystified as to why I  git clone the main branch of 10.8 but it won't run.

Randall

Dima Pasechnik

unread,
Jan 3, 2026, 10:06:09 PM (5 days ago) Jan 3
to sage-s...@googlegroups.com
On Sat, Jan 3, 2026 at 8:45 PM American Citizen
<website...@gmail.com> wrote:
>
> I used the standard bash shell. As a matter of fact I spent over an hour of time downloading files from zeromq website and installing the lib zeromq package onto my openSuse Leap 15.5 system after hitting frustrating blockages. I can personally vouch that this library is NOW on my system and has been successfully installed.
>
> But I keep getting this error message during running ./configure in the root directory of sage-10.8

Maybe bootstrap finishes with an error, which you don't see, as you invoke it as
bash bootstrap
and not as
./bootstrap
> To view this discussion visit https://groups.google.com/d/msgid/sage-support/97416f88-ab01-4bc1-a93c-2dada857c540n%40googlegroups.com.

American Citizen

unread,
Jan 4, 2026, 6:29:01 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
Dima:

I carefully did a "git clone -b master
/https://github.com/sagemath/sage.git" command and let git populate the
/sage directory and resolve the updates, etc.

I then did a simple ./bootstrap command and it ran fine

Next I did the ./configure command and it is failing at the end.

I poked around inside the real_configure file, put some tracing on
inside so I could see how this file was really executing and it ran
through all the packages just fine, but it is blowing up on line 98986
and following lines of real_configure

This is where it is failing...

if properties=$($SAGE_BOOTSTRAP_PYTHON build/bin/sage-package properties
--format=shell $SPKGS 2>& 5) && eval $properties
then :

else $as_nop

    as_fn_error $? "Package directory missing. Re-run bootstrap."
"$LINENO" 5
fi

Can anyone tell me what is going on exactly here and why a failure would
occur?

Thanks for your help. I really would like to get sage v10.8 built.

Randall

P.S. I have git cloned the sage directory 5 times now and keep hitting
the same problem.


Dima Pasechnik

unread,
Jan 4, 2026, 6:35:32 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
What do you see after ./bootstrap is run?
Any messages?

You apparently are missing one or more required by ./bootstrap packages.

Dima Pasechnik

unread,
Jan 4, 2026, 6:41:19 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
you also need the packages listed here:

<https://github.com/sagemath/sage/blob/develop/build/pkgs/_prereq/distros/opensuse.txt>



On January 4, 2026 5:28:51 PM CST, American Citizen <website...@gmail.com> wrote:

Dima Pasechnik

unread,
Jan 4, 2026, 6:41:26 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
you certainly need the packages listed in

<https://github.com/sagemath/sage/blob/develop/build/pkgs/_bootstrap/distros/opensuse.txt>

perhaps this list is incomplete


On January 4, 2026 5:28:51 PM CST, American Citizen <website...@gmail.com> wrote:

American Citizen

unread,
Jan 4, 2026, 7:24:24 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
Yes, the pre-requisite libraries seem to be installed, but I need to
make a comment here for openSuse users.

The prerequisites install line in zipper is

% sudo zypper install binutils make m4 gawk perl python3 tar bc which
glibc-locale-base gcc gcc-c++ ca-certificates gzip findutils diffutils
patch bzip2 pkgconf zlib

There is no package in opensuse Leap 15.5 (and other versions) named
"boost-base" I am guessing that this is a euphemism for the basic
libraries, say a dozen or so???

The two pkgconf(bzip) and pkconf(zilb) lines are NOT zypper installed.
They are run separately on a shell script line

% pkgconf bzip2 zlib

I need more information about what is meant by boost-base ??? zypper2
has no idea what this is .

It would be nice to get these corrections noted on the
https://github.com/sagemath/sage/blob/develop/build/pkgs/_prereq/distros/opensuse.txt
page.

Randall

Dima Pasechnik

unread,
Jan 4, 2026, 11:08:44 PM (4 days ago) Jan 4
to sage-s...@googlegroups.com
Installing the full boost libraries will do.
(not sure how to do it on OpenSuse - I only have very limited internet right now, so I can't search the web)

Dima

Dima Pasechnik

unread,
Jan 5, 2026, 2:12:26 PM (3 days ago) Jan 5
to sage-s...@googlegroups.com
By boost-base we meant
https://software.opensuse.org/package/boost-base
However, it seems to only be available on OpenSUSE Tumbleweed, not on Leap 15.

By looking at what's available on Leap 15, it seems that one would
need to build Boost from source by hand, as
they only provide Boost 66 (that's old, but still OK) for gcc-7 (way
too old for Sage, we gcc-9 IIRC).
But there seems to be bigger issues.
While one can install gcc-15, for some reason there is no g++-15, and
there is no gfortran.
(we don't have any active developer using OpenSUSE, I am saying all
this after looking at docs and running
in podman opensuse/leap:latest container (which is probably Leap 15.6)
- and I might be very wrong here).
Building all these by hand isn't fun, and might take days of trying and failing.

That is, either use Conda, or switch to a distro with a modern
toolchain available.

Dima

American Citizen

unread,
Jan 6, 2026, 4:51:06 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com
To all:

I was able to download the software repository to Leap 15.5 boost code
which is at

https://download.opensuse.org/repositories/devel:/languages:/R:/released/15.5/

After activating the software repository and including it into my
archives, I had to manually select the boost1_90 files and development
headers using Yast2

This was about 123 megs of data to download and unpack, resulting in 703
megs in 84 packages

I had a lot of boost1_66 already installed, but I did a full complete
boost1_90 install now

I am fairly certain (99%) that I have the boost base installed now

Randall

American Citizen

unread,
Jan 6, 2026, 5:30:06 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com
I am trying to understand why this section in the "real_configure"
script is failing

> # Generated by SAGE_ROOT/bootstrap; do not edit
>
> printf "%s\n" "##
> ----------------------------------------------------------------------- ##
> ## Build status for each package:           ##
> ##
> -----------------------------------------------------------------------
> ##" >& 6
> printf "%s\n" "##
> ----------------------------------------------------------------------- ##
> ## Build status for each package:           ##
> ##
> -----------------------------------------------------------------------
> ##" >& 5
> SPKGS="4ti2 _bootstrap _develop _gcc10 _gcc11 _gcc12 _gcc8 _gcc9 
> [hundreds of pkgs] ... xz zeromq zipp"
> if properties=$($SAGE_BOOTSTRAP_PYTHON build/bin/sage-package
> properties --format=shell $SPKGS 2>& 5) && eval $properties
> then :
>
> else $as_nop
>
>     as_fn_error $? "Package directory missing. Re-run bootstrap."
> "$LINENO" 5
> fi
There are 436 files in this line, but I actually took a look at the
build/pkgs folder and I have 442 actually there.

The 6 missing in the real_configure script line are

< _python3.10
< _python3.11
< _python3.12
< _python3.9
< palettable
< pint

The actual 436 pkg names match exactly.

So I actually have more files in the build/pkgs area than the script
line in real_configure.

Why is a failure occurring here? is eval(properties) failing?

Randall


Dima Pasechnik

unread,
Jan 6, 2026, 6:28:37 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com
it might help if you posted config.log here.

It's not at all clear what exactly is failing for you in ./configure

American Citizen

unread,
Jan 6, 2026, 8:07:00 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com
I put in 3 debug lines into real_configure around line 98987

echo "Line 98987
------------------------------------------------------------------"
$SAGE_BOOTSTRAP_PYTHON build/bin/sage-package properties --format=shell
$SPKGS
echo "Line 98989
------------------------------------------------------------------"

and got this output:

real_configure: will use system package and not install SPKG zeromq
##
----------------------------------------------------------------------- ##
## Build status for each package:         ##
##
----------------------------------------------------------------------- ##
Line 98987
------------------------------------------------------------------
Traceback (most recent call last):
  File "build/bin/sage-package", line 38, in <module>
    from sage_bootstrap.cmdline import run
  File "build/bin/../sage_bootstrap/cmdline.py", line 33, in <module>
    from sage_bootstrap.app import Application
  File "build/bin/../sage_bootstrap/app.py", line 34, in <module>
    from sage_bootstrap.tarball import Tarball, FileNotMirroredError
  File "build/bin/../sage_bootstrap/tarball.py", line 23, in <module>
    from sage_bootstrap.download import Download, MirrorList
  File "build/bin/../sage_bootstrap/download/__init__.py", line 7, in
<module>
    from sage_bootstrap.download.transfer import Download
  File "build/bin/../sage_bootstrap/download/transfer.py", line 24, in
<module>
    from urllib.request import build_opener, install_opener, urlretrieve
ImportError: No module named request
Line 98989
------------------------------------------------------------------
real_configure: error: Package directory missing. Re-run bootstrap.

Do I need to dump properties too, so we can figure out why this crash is
occurring?

Randall

American Citizen

unread,
Jan 6, 2026, 8:15:44 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com
The last line seems odd, did not close with a 1

------ 6936 lines of config log with apologies to all -----

real_configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
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 whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-13
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 /usr/bin/gcc-13 accepts -g... yes
checking for /usr/bin/gcc-13 option to enable C11 features... none needed
checking whether /usr/bin/gcc-13 understands -c and -o together... yes
checking dependency style of /usr/bin/gcc-13... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by /usr/bin/gcc-13... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for Arch Linux... no
checking for root user... no
checking the symbolic links in the source tree... intact
checking for a sed that does not truncate output... /usr/bin/sed
checking for ar... yes
checking for patch... yes
checking for m4... yes
checking for pkg-config... /usr/bin/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... /usr/bin/tar
checking for GNU make... /usr/bin/make
checking whether the compiler supports GNU C++... yes
checking whether /usr/bin/g++-13 accepts -g... yes
checking for /usr/bin/g++-13 option to enable C++11 features... none needed
checking dependency style of /usr/bin/g++-13... none
checking for boostlib >= 1.66.0 (106600)... yes
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 bzlib.h... yes
checking for library containing BZ2_bzCompress... -lbz2
checking for bzip2... /usr/bin/bzip2
checking for zlib >= 1.2.11... yes
checking for inflateEnd in -lz... yes
checking for inflateValidate in -lz... yes
checking for zlib.h... yes
checking for Python... /usr/bin/python
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... (cached) /usr/bin/gcc-13
checking whether the compiler supports GNU C... (cached) yes
checking whether /usr/bin/gcc-13 accepts -g... (cached) yes
checking for /usr/bin/gcc-13 option to enable C11 features... (cached)
none needed
checking whether /usr/bin/gcc-13 understands -c and -o together...
(cached) yes
checking dependency style of /usr/bin/gcc-13... (cached) none
checking how to run the C preprocessor... /usr/bin/gcc-13 -E
checking whether the compiler supports GNU C++... (cached) yes
checking whether /usr/bin/g++-13 accepts -g... (cached) yes
checking for /usr/bin/g++-13 option to enable C++11 features... (cached)
none needed
checking dependency style of /usr/bin/g++-13... (cached) none
checking for gfortran... gfortran
checking whether the compiler supports GNU Fortran... yes
checking whether gfortran accepts -g... yes
checking for gcc... gcc
checking whether the compiler supports GNU Objective C... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking for g++... g++
checking whether the compiler supports GNU Objective C++... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
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 /usr/bin/g++-13 supports C++11 features with
-std=gnu++11... yes
checking if gcc accepts -dumpversion option... yes
checking gcc version... 13
checking if g++ accepts -dumpversion option... yes
checking g++ version... 13
checking whether C++ compiler accepts "-march=native"... yes
checking for OpenMP flag of C compiler... -fopenmp
checking for OpenMP flag of C++ compiler... -fopenmp
real_configure: will use system package and not install SPKG gcc
checking for the location of crti.o...
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64
checking how to run the C++ preprocessor... /usr/bin/g++-13 -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... no
real_configure: no suitable system package found for SPKG gmp
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG glpk...
checking whether any of gmp is installed as or will be installed as
SPKG... yes; install glpk as well
real_configure: no suitable system package found for SPKG glpk
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG 4ti2...
checking whether any of gmp glpk is installed as or will be installed as
SPKG... yes; install 4ti2 as well
real_configure: no suitable system package found for SPKG 4ti2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _develop...
real_configure: no suitable system package found for SPKG _develop
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _prereq...
real_configure: will use system package and not install SPKG _prereq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG _recommended...
real_configure: no suitable system package found for SPKG _recommended
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tox...
checking for tox >= 4.2.7...
real_configure: no suitable system package found for SPKG tox
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG virtualenv...
real_configure: no suitable system package found for SPKG virtualenv
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG appdirs...
real_configure: no suitable system package found for SPKG appdirs
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG bliss...
checking for bliss/bliss_C.h... no
real_configure: no suitable system package found for SPKG bliss
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libpng...
checking for libpng >= 1.2... yes
real_configure: will use system package and not install SPKG libpng
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG m4ri...
checking whether any of libpng is installed as or will be installed as
SPKG... no
checking for m4ri >= 20250128... no
real_configure: no suitable system package found for SPKG m4ri
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG brial...
checking whether any of gcc m4ri is installed as or will be installed as
SPKG... yes; install brial as well
real_configure: no suitable system package found for SPKG brial
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cachetools...
real_configure: no suitable system package found for SPKG cachetools
checking for Fortran flag needed to accept free-form source... -ffree-form
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gfortran...
checking the version of gfortran... 7
real_configure: will use system package and not install SPKG gfortran
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG openblas...
checking whether any of gfortran is installed as or will be installed as
SPKG... no
checking for openblas >= 0.2.20 openblas < 0.3.99... yes
checking for cblas_dgemm... yes
checking for dgeqrf... no
checking for dgeqrf_... yes
checking for DGEQRF... no
checking for DGEQRF_... no
checking the OpenBLAS version using openblas_get_config... good
real_configure: will use system package and not install SPKG openblas
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cbc...
checking whether any of openblas is installed as or will be installed as
SPKG... no
checking for cbc >= 2.9.4... no
real_configure: no suitable system package found for SPKG cbc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cddlib...
checking whether any of gmp is installed as or will be installed as
SPKG... yes; install cddlib as well
real_configure: no suitable system package found for SPKG cddlib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG chardet...
real_configure: no suitable system package found for SPKG chardet
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cliquer...
checking for library containing clique_unweighted_max_weight... -lcliquer
checking for cliquer/cliquer.h... yes
checking for cl... /usr/bin/cl
real_configure: will use system package and not install SPKG cliquer
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG cmake...
checking for cmake >= 3.22... /usr/local/bin/cmake
real_configure: will use system package and not install SPKG cmake
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG colorama...
real_configure: no suitable system package found for SPKG colorama
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG coxeter3...
checking for library coxeter3... no
real_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... cking for pkg-config
real_configure:8349: found /usr/bin/pkg-config
real_configure:8361: result: /usr/bin/pkg-config
real_configure:8386: checking pkg-config is at least version 0.29
real_configure:8389: result: yes
real_configure:8400: checking for ranlib
real_configure:8421: found /usr/bin/ranlib
real_configure:8433: result: yes
real_configure:8454: checking for strip
real_configure:8475: found /usr/bin/strip
real_configure:8487: result: yes
real_configure:8507: checking for GNU or BSD tar
real_configure:8561: result: /usr/bin/tar
real_configure:8573: checking for GNU make
real_configure:8621: result: /usr/bin/make
real_configure:8762: checking for C++ compiler version
real_configure:8771: /usr/bin/g++-13 --version >&5
g++-13 (SUSE Linux) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:8782: $? = 0
real_configure:8771: /usr/bin/g++-13 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++-13
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' CXXFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' XCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' TCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' GDCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/13
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp
--disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1
--disable-plugin --with-bugurl=https://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-libphobos --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-13
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.3.0 (SUSE Linux)
... rest of stderr output deleted ...
real_configure:8782: $? = 0
real_configure:8771: /usr/bin/g++-13 -V >&5
g++-13: error: unrecognized command-line option '-V'
g++-13: fatal error: no input files
compilation terminated.
real_configure:8782: $? = 1
real_configure:8771: /usr/bin/g++-13 -qversion >&5
g++-13: error: unrecognized command-line option '-qversion'; did you
mean '--version'?
g++-13: fatal error: no input files
compilation terminated.
real_configure:8782: $? = 1
real_configure:8786: checking whether the compiler supports GNU C++
real_configure:8806: /usr/bin/g++-13 -c   conftest.cpp >&5
real_configure:8806: $? = 0
real_configure:8816: result: yes
real_configure:8827: checking whether /usr/bin/g++-13 accepts -g
real_configure:8848: /usr/bin/g++-13 -c -g  conftest.cpp >&5
real_configure:8848: $? = 0
real_configure:8892: result: yes
real_configure:8912: checking for /usr/bin/g++-13 option to enable C++11
features
real_configure:8927: /usr/bin/g++-13  -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a
function declaration [-Wvexing-parse]
  177 |   cxx11test::delegate d2();
      |                         ^~
conftest.cpp:177:25: note: remove parentheses to default-initialize a
variable
  177 |   cxx11test::delegate d2();
      |                         ^~
      |                         --
conftest.cpp:177:25: note: or replace parentheses with braces to
value-initialize a variable
real_configure:8927: $? = 0
real_configure:8945: result: none needed
real_configure:9011: checking dependency style of /usr/bin/g++-13
real_configure:9123: result: none
real_configure:9290: checking for boostlib >= 1.66.0 (106600)
real_configure:9322: /usr/bin/g++-13 -c -g -O2  -I/usr/include
conftest.cpp >&5
real_configure:9322: $? = 0
real_configure:9325: result: yes
real_configure:9503: checking for stdio.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for stdlib.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for string.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for inttypes.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for stdint.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for strings.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for sys/stat.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for sys/types.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9503: checking for unistd.h
real_configure:9503: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9503: $? = 0
real_configure:9503: result: yes
real_configure:9528: checking for bzlib.h
real_configure:9528: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9528: $? = 0
real_configure:9528: result: yes
real_configure:9532: checking for library containing BZ2_bzCompress
real_configure:9562: /usr/bin/gcc-13 -o conftest -g -O2  conftest.c  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccrgcXVG.o: in function `main':
/home/owner/math/sage-10.8/conftest.c:30:(.text.startup+0x7): undefined
reference to `BZ2_bzCompress'
collect2: error: ld returned 1 exit status
real_configure:9562: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char BZ2_bzCompress ();
| int
| main (void)
| {
| return BZ2_bzCompress ();
|   ;
|   return 0;
| }
real_configure:9562: /usr/bin/gcc-13 -o conftest -g -O2   conftest.c
-lbz2   >&5
real_configure:9562: $? = 0
real_configure:9582: result: -lbz2
real_configure:9591: checking for bzip2
real_configure:9614: found /usr/bin/bzip2
real_configure:9626: result: /usr/bin/bzip2
real_configure:9654: checking for zlib >= 1.2.11
real_configure:9661: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.11"
real_configure:9664: $? = 0
real_configure:9678: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.11"
real_configure:9681: $? = 0
real_configure:9735: result: yes
real_configure:9739: checking for inflateEnd in -lz
real_configure:9762: /usr/bin/gcc-13 -o conftest -g -O2   conftest.c
-lz  -lbz2  >&5
real_configure:9762: $? = 0
real_configure:9772: result: yes
real_configure:9784: checking for inflateValidate in -lz
real_configure:9807: /usr/bin/gcc-13 -o conftest -g -O2   conftest.c
-lz  -lz -lbz2  >&5
real_configure:9807: $? = 0
real_configure:9817: result: yes
real_configure:9829: checking for zlib.h
real_configure:9829: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:9829: $? = 0
real_configure:9829: result: yes
real_configure:9839: checking for Python
real_configure:9842: result: /usr/bin/python
real_configure:9854: checking for perl
real_configure:9877: found /usr/bin/perl
real_configure:9889: result: /usr/bin/perl
real_configure:9897: checking for Perl version 5.8.0 or later
real_configure:9910: result: yes
real_configure:9941: checking whether a conda environment is active
real_configure:9949: result: no
real_configure:10055: checking for gcc
real_configure:10087: result: /usr/bin/gcc-13
real_configure:10440: checking for C compiler version
real_configure:10449: /usr/bin/gcc-13 --version >&5
gcc-13 (SUSE Linux) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:10460: $? = 0
real_configure:10449: /usr/bin/gcc-13 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-13
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' CXXFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' XCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' TCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' GDCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/13
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp
--disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1
--disable-plugin --with-bugurl=https://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-libphobos --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-13
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.3.0 (SUSE Linux)
... rest of stderr output deleted ...
real_configure:10460: $? = 0
real_configure:10449: /usr/bin/gcc-13 -V >&5
gcc-13: error: unrecognized command-line option '-V'
gcc-13: fatal error: no input files
compilation terminated.
real_configure:10460: $? = 1
real_configure:10449: /usr/bin/gcc-13 -qversion >&5
gcc-13: error: unrecognized command-line option '-qversion'; did you
mean '--version'?
gcc-13: fatal error: no input files
compilation terminated.
real_configure:10460: $? = 1
real_configure:10449: /usr/bin/gcc-13 -version >&5
gcc-13: error: unrecognized command-line option '-version'
gcc-13: fatal error: no input files
compilation terminated.
real_configure:10460: $? = 1
real_configure:10464: checking whether the compiler supports GNU C
real_configure:10494: result: yes
real_configure:10505: checking whether /usr/bin/gcc-13 accepts -g
real_configure:10570: result: yes
real_configure:10590: checking for /usr/bin/gcc-13 option to enable C11
features
real_configure:10623: result: none needed
real_configure:10739: checking whether /usr/bin/gcc-13 understands -c
and -o together
real_configure:10777: result: yes
real_configure:10796: checking dependency style of /usr/bin/gcc-13
real_configure:10908: result: none
real_configure:10928: checking how to run the C preprocessor
real_configure:10954: /usr/bin/gcc-13 -E  conftest.c
real_configure:10954: $? = 0
real_configure:10969: /usr/bin/gcc-13 -E  conftest.c
conftest.c:24:10: fatal error: ac_nonexistent.h: No such file or directory
   24 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:10969: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
real_configure:10996: result: /usr/bin/gcc-13 -E
real_configure:11010: /usr/bin/gcc-13 -E  conftest.c
real_configure:11010: $? = 0
real_configure:11025: /usr/bin/gcc-13 -E  conftest.c
conftest.c:24:10: fatal error: ac_nonexistent.h: No such file or directory
   24 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:11025: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
real_configure:11177: checking for C++ compiler version
real_configure:11186: /usr/bin/g++-13 --version >&5
g++-13 (SUSE Linux) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:11197: $? = 0
real_configure:11186: /usr/bin/g++-13 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++-13
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' CXXFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' XCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' TCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' GDCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/13
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp
--disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1
--disable-plugin --with-bugurl=https://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-libphobos --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-13
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 13.3.0 (SUSE Linux)
... rest of stderr output deleted ...
real_configure:11197: $? = 0
real_configure:11186: /usr/bin/g++-13 -V >&5
g++-13: error: unrecognized command-line option '-V'
g++-13: fatal error: no input files
compilation terminated.
real_configure:11197: $? = 1
real_configure:11186: /usr/bin/g++-13 -qversion >&5
g++-13: error: unrecognized command-line option '-qversion'; did you
mean '--version'?
g++-13: fatal error: no input files
compilation terminated.
real_configure:11197: $? = 1
real_configure:11201: checking whether the compiler supports GNU C++
real_configure:11231: result: yes
real_configure:11242: checking whether /usr/bin/g++-13 accepts -g
real_configure:11307: result: yes
real_configure:11327: checking for /usr/bin/g++-13 option to enable
C++11 features
real_configure:11360: result: none needed
real_configure:11426: checking dependency style of /usr/bin/g++-13
real_configure:11538: result: none
real_configure:11611: checking for gfortran
real_configure:11632: found /usr/bin/gfortran
real_configure:11643: result: gfortran
real_configure:11669: checking for Fortran compiler version
real_configure:11678: gfortran --version >&5
GNU Fortran (SUSE Linux) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:11689: $? = 0
real_configure:11678: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go
--enable-offload-targets=hsa,nvptx-none, --without-cuda-driver
--enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp
--disable-libvtv --disable-libcc1 --disable-plugin
--with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-version-specific-runtime-libs --with-gcc-major-version-only
--enable-linker-build-id --enable-linux-futex
--enable-gnu-indirect-function --program-suffix=-7
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.5.0 (SUSE Linux)
real_configure:11689: $? = 0
real_configure:11678: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
real_configure:11689: $? = 1
real_configure:11678: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you
mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
real_configure:11689: $? = 1
real_configure:11698: checking whether the compiler supports GNU Fortran
real_configure:11712: gfortran -c   conftest.F >&5
real_configure:11712: $? = 0
real_configure:11722: result: yes
real_configure:11730: checking whether gfortran accepts -g
real_configure:11742: gfortran -c -g  conftest.f >&5
real_configure:11742: $? = 0
real_configure:11751: result: yes
real_configure:11846: checking for gcc
real_configure:11867: found /usr/bin/gcc
real_configure:11878: result: gcc
real_configure:11903: checking for Objective C compiler version
real_configure:11912: gcc --version >&5
gcc (SUSE Linux) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:11923: $? = 0
real_configure:11912: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' CXXFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' XCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' TCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' GDCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/14
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp
--disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1
--disable-plugin --with-bugurl=https://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-libphobos --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-14
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.2.0 (SUSE Linux)
... rest of stderr output deleted ...
real_configure:11923: $? = 0
real_configure:11912: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
real_configure:11923: $? = 1
real_configure:11912: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
real_configure:11923: $? = 1
real_configure:11927: checking whether the compiler supports GNU Objective C
real_configure:11947: gcc -c   conftest.m >&5
gcc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or
directory
compilation terminated.
real_configure:11947: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
real_configure:11957: result: no
real_configure:11968: checking whether gcc accepts -g
real_configure:11989: gcc -c -g  conftest.m >&5
gcc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or
directory
compilation terminated.
real_configure:11989: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12005: gcc -c   conftest.m >&5
gcc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or
directory
compilation terminated.
real_configure:12005: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12022: gcc -c -g  conftest.m >&5
gcc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or
directory
compilation terminated.
real_configure:12022: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12033: result: no
real_configure:12058: checking dependency style of gcc
real_configure:12168: result: none
real_configure:12242: checking for g++
real_configure:12263: found /usr/bin/g++
real_configure:12274: result: g++
real_configure:12299: checking for Objective C++ compiler version
real_configure:12308: g++ --version >&5
g++ (SUSE Linux) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

real_configure:12319: $? = 0
real_configure:12308: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/14/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-suse-linux
Configured with: ../configure CFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' CXXFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' XCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' TCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' GDCFLAGS=' -fmessage-length=0
-grecord-gcc-switches -O2 -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -g' --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d,m2
--enable-offload-targets=nvptx-none, --enable-offload-defaulted
--without-cuda-driver --enable-checking=release --disable-werror
--with-gxx-include-dir=/usr/include/c++/14
--with-libstdcxx-zoneinfo=/usr/share/zoneinfo --enable-ssp
--disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1
--disable-plugin --with-bugurl=https://bugs.opensuse.org/
--with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--enable-libphobos --enable-version-specific-runtime-libs
--with-gcc-major-version-only --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-14
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --enable-link-serialization
--build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 14.2.0 (SUSE Linux)
... rest of stderr output deleted ...
real_configure:12319: $? = 0
real_configure:12308: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
real_configure:12319: $? = 1
real_configure:12308: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
real_configure:12319: $? = 1
real_configure:12323: checking whether the compiler supports GNU
Objective C++
real_configure:12343: g++ -c   conftest.mm >&5
g++: fatal error: cannot execute 'cc1objplus': posix_spawnp: No such
file or directory
compilation terminated.
real_configure:12343: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
| #ifndef __GNUC__
|        choke me
| #endif
|
|   ;
|   return 0;
| }
real_configure:12353: result: no
real_configure:12364: checking whether g++ accepts -g
real_configure:12385: g++ -c -g  conftest.mm >&5
g++: fatal error: cannot execute 'cc1objplus': posix_spawnp: No such
file or directory
compilation terminated.
real_configure:12385: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12401: g++ -c   conftest.mm >&5
g++: fatal error: cannot execute 'cc1objplus': posix_spawnp: No such
file or directory
compilation terminated.
real_configure:12401: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12418: g++ -c -g  conftest.mm >&5
g++: fatal error: cannot execute 'cc1objplus': posix_spawnp: No such
file or directory
compilation terminated.
real_configure:12418: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|   ;
|   return 0;
| }
real_configure:12429: result: no
real_configure:12454: checking dependency style of g++
real_configure:12564: result: none
real_configure:12600: checking for complex.h
real_configure:12600: /usr/bin/g++-13 -c -g -O2  conftest.cpp >&5
real_configure:12600: $? = 0
real_configure:12600: result: yes
real_configure:12623: checking for sqrt in -lm
real_configure:12645: /usr/bin/g++-13 -o conftest -g -O2  conftest.cpp
-lm  -lz -lz -lbz2  >&5
real_configure:12645: $? = 0
real_configure:12655: result: yes
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gcc... ##
## ---------------------------------------------------- ##
real_configure:12937: checking whether gcc is already installed in
SAGE_LOCAL
real_configure:13009: result: no
real_configure:13048: checking for C compiler vendor
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__)
|| defined(__IBMCPP__))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(__clang__))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(_CRAYC))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:31:9: error: 'thisisanerror' undeclared (first use in this
function)
   31 |         thisisanerror;
      |         ^~~~~~~~~~~~~
conftest.c:31:9: note: each undeclared identifier is reported only once
for each function it appears in
real_configure:13096: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
|
| int
| main (void)
| {
|
|       #if !(defined(__FUJITSU))
|         thisisanerror;
|       #endif
|
|   ;
|   return 0;
| }
real_configure:13096: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:13096: $? = 0
real_configure:13105: result: gnu
real_configure:13149: checking whether /usr/bin/g++-13 supports C++11
features with -std=gnu++11
real_configure:13446: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
conftest.cpp >&5
real_configure:13446: $? = 0
real_configure:13456: result: yes
real_configure:13909: checking if gcc accepts -dumpversion option
real_configure:13936: cat conftest.c 1>&5
int main()
{
        return 0;
}
real_configure:13939: $? = 0
real_configure:13943: /usr/bin/gcc-13  -dumpversion -c conftest.c 1>&5
13
real_configure:13946: $? = 0
real_configure:13950: result: yes
real_configure:13979: checking gcc version
real_configure:13995: result: 13
real_configure:14009: checking if g++ accepts -dumpversion option
real_configure:14036: cat conftest.c 1>&5
int main()
{
        return 0;
}
real_configure:14039: $? = 0
real_configure:14043: /usr/bin/gcc-13  -dumpversion -c conftest.c 1>&5
13
real_configure:14046: $? = 0
real_configure:14050: result: yes
real_configure:14079: checking g++ version
real_configure:14095: result: 13
real_configure:14211: checking whether C++ compiler accepts "-march=native"
real_configure:14231: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
-march=native  conftest.cpp >&5
real_configure:14231: $? = 0
real_configure:14241: result: yes
real_configure:14262: checking for OpenMP flag of C compiler
real_configure:14308: /usr/bin/gcc-13 -o conftest -g -O2 -fopenmp
 conftest.c -lm -lz -lz -lbz2  >&5
real_configure:14308: $? = 0
real_configure:14318: result: -fopenmp
real_configure:14346: checking for OpenMP flag of C++ compiler
real_configure:14392: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2
-fopenmp   conftest.cpp -lm -lz -lz -lbz2  >&5
real_configure:14392: $? = 0
real_configure:14402: result: -fopenmp
real_configure:14428: will use system package and not install SPKG gcc
real_configure:14459: checking for the location of crti.o
real_configure:14469: result:
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64
real_configure:14486: checking how to run the C++ preprocessor
real_configure:14508: /usr/bin/g++-13 -std=gnu++11 -E  conftest.cpp
real_configure:14508: $? = 0
real_configure:14523: /usr/bin/g++-13 -std=gnu++11 -E  conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
   26 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:14523: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
real_configure:14550: result: /usr/bin/g++-13 -std=gnu++11 -E
real_configure:14564: /usr/bin/g++-13 -std=gnu++11 -E  conftest.cpp
real_configure:14564: $? = 0
real_configure:14579: /usr/bin/g++-13 -std=gnu++11 -E  conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
   26 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:14579: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gmp... ##
## ---------------------------------------------------- ##
real_configure:14703: checking for gmp.h
real_configure:14703: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
conftest.cpp >&5
real_configure:14703: $? = 0
real_configure:14703: result: yes
real_configure:14711: checking for gmpxx.h
real_configure:14711: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
conftest.cpp >&5
real_configure:14711: $? = 0
real_configure:14711: result: yes
real_configure:14720: checking if version of GMP is greater than 6.2.1
real_configure:14741: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
conftest.cpp >&5
real_configure:14741: $? = 0
real_configure:14743: result: yes
real_configure:14753: checking for library containing __gmpn_gcd_11
real_configure:14782: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -lm -lz -lz -lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/cc262vho.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:33:(.text.startup+0x1):
undefined reference to `__gmpn_gcd_11'
collect2: error: ld returned 1 exit status
real_configure:14782: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int __gmpn_gcd_11 ();
| }
| int
| main (void)
| {
| return conftest::__gmpn_gcd_11 ();
|   ;
|   return 0;
| }
real_configure:14782: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -lgmp  -lm -lz -lz -lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/cc8xqgsq.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:33:(.text.startup+0x1):
undefined reference to `__gmpn_gcd_11'
collect2: error: ld returned 1 exit status
real_configure:14782: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int __gmpn_gcd_11 ();
| }
| int
| main (void)
| {
| return conftest::__gmpn_gcd_11 ();
|   ;
|   return 0;
| }
real_configure:14802: result: no
real_configure:14833: no suitable system package found for SPKG gmp
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG glpk... ##
## ----------------------------------------------------- ##
real_configure:15022: checking whether any of gmp is installed as or
will be installed as SPKG
real_configure:15027: result: yes; install glpk as well
real_configure:15218: no suitable system package found for SPKG glpk
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG 4ti2... ##
## ----------------------------------------------------- ##
real_configure:15352: checking whether any of gmp glpk is installed as
or will be installed as SPKG
real_configure:15357: result: yes; install 4ti2 as well
real_configure:15906: no suitable system package found for SPKG 4ti2
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _develop... ##
## --------------------------------------------------------- ##
real_configure:16044: no suitable system package found for SPKG _develop
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _prereq... ##
## -------------------------------------------------------- ##
real_configure:16167: will use system package and not install SPKG _prereq
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG _recommended... ##
## ------------------------------------------------------------- ##
real_configure:16320: no suitable system package found for SPKG _recommended
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG tox... ##
## ---------------------------------------------------- ##
real_configure:16438: checking for tox >= 4.2.7
real_configure:16517: result:
real_configure:16544: no suitable system package found for SPKG tox
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG virtualenv... ##
## ----------------------------------------------------------- ##
real_configure:16684: no suitable system package found for SPKG virtualenv
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG appdirs... ##
## -------------------------------------------------------- ##
real_configure:16824: no suitable system package found for SPKG appdirs
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG bliss... ##
## ------------------------------------------------------ ##
real_configure:16944: checking for bliss/bliss_C.h
real_configure:16944: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
conftest.cpp >&5
conftest.cpp:54:10: fatal error: bliss/bliss_C.h: No such file or directory
   54 | #include <bliss/bliss_C.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:16944: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bliss/bliss_C.h>
real_configure:16944: result: no
real_configure:17076: no suitable system package found for SPKG bliss
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libpng... ##
## ------------------------------------------------------- ##
real_configure:17195: checking for libpng >= 1.2
real_configure:17202: $PKG_CONFIG --exists --print-errors "libpng >= 1.2"
real_configure:17205: $? = 0
real_configure:17219: $PKG_CONFIG --exists --print-errors "libpng >= 1.2"
real_configure:17222: $? = 0
real_configure:17264: result: yes
real_configure:17273: will use system package and not install SPKG libpng
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG m4ri... ##
## ----------------------------------------------------- ##
real_configure:17408: checking whether any of libpng is installed as or
will be installed as SPKG
real_configure:17418: result: no
real_configure:17423: checking for m4ri >= 20250128
real_configure:17430: $PKG_CONFIG --exists --print-errors "m4ri >= 20250128"
Requested 'm4ri >= 20250128' but version of M4RI is 20200125
real_configure:17433: $? = 1
real_configure:17447: $PKG_CONFIG --exists --print-errors "m4ri >= 20250128"
Requested 'm4ri >= 20250128' but version of M4RI is 20200125
real_configure:17450: $? = 1
real_configure:17464: result: no
Requested 'm4ri >= 20250128' but version of M4RI is 20200125
real_configure:17518: no suitable system package found for SPKG m4ri
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG brial... ##
## ------------------------------------------------------ ##
real_configure:17639: checking whether any of gcc m4ri is installed as
or will be installed as SPKG
real_configure:17644: result: yes; install brial as well
real_configure:17844: no suitable system package found for SPKG brial
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cachetools... ##
## ----------------------------------------------------------- ##
real_configure:17984: no suitable system package found for SPKG cachetools
real_configure:18016: checking for Fortran flag needed to accept
free-form source
real_configure:18036: gfortran -c   conftest.f >&5
conftest.f:2:3:

   program freeform
   1
Error: Non-numeric character in statement label at (1)
conftest.f:2:3:

   program freeform
   1
Error: Unclassifiable statement at (1)
conftest.f:4:26:

        print *, 'Hello ', &
                          1
Error: Expected expression in PRINT statement at (1)
conftest.f:5:11:

           'world.'
           1
Error: Invalid character in name at (1)
real_configure:18036: $? = 1
real_configure: failed program was:
|
|   program freeform
|        ! FIXME: how to best confuse non-freeform compilers?
|        print *, 'Hello ', &
|           'world.'
|        end
real_configure:18036: gfortran -c  -ffree-form  conftest.f >&5
real_configure:18036: $? = 0
real_configure:18046: result: -ffree-form
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gfortran... ##
## --------------------------------------------------------- ##
real_configure:18198: checking the version of gfortran
real_configure:18201: result: 7
real_configure:18253: will use system package and not install SPKG gfortran
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG openblas... ##
## --------------------------------------------------------- ##
real_configure:18387: checking whether any of gfortran is installed as
or will be installed as SPKG
real_configure:18397: result: no
real_configure:18411: checking for openblas >= 0.2.20 openblas < 0.3.99
real_configure:18418: $PKG_CONFIG --exists --print-errors "openblas >=
0.2.20 openblas < 0.3.99"
real_configure:18421: $? = 0
real_configure:18435: $PKG_CONFIG --exists --print-errors "openblas >=
0.2.20 openblas < 0.3.99"
real_configure:18438: $? = 0
real_configure:19404: result: yes
real_configure:19413: $PKG_CONFIG --exists --print-errors "openblas"
real_configure:19416: $? = 0
real_configure:19436: checking for cblas_dgemm
real_configure:19436: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz
-lbz2  >&5
real_configure:19436: $? = 0
real_configure:19436: result: yes
real_configure:19516: checking for dgeqrf
real_configure:19516: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz
-lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccM7XNuj.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:53:(.text.startup+0x5):
undefined reference to `dgeqrf'
collect2: error: ld returned 1 exit status
real_configure:19516: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| /* Define dgeqrf to an innocuous variant, in case <limits.h> declares
dgeqrf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dgeqrf innocuous_dgeqrf
|
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char dgeqrf (); below.  */
|
| #include <limits.h>
| #undef dgeqrf
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dgeqrf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias. */
| #if defined __stub_dgeqrf || defined __stub___dgeqrf
| choke me
| #endif
|
| int
| main (void)
| {
| return dgeqrf ();
|   ;
|   return 0;
| }
real_configure:19516: result: no
real_configure:19523: checking for dgeqrf_
real_configure:19523: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz
-lbz2  >&5
real_configure:19523: $? = 0
real_configure:19523: result: yes
real_configure:19530: checking for DGEQRF
real_configure:19530: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz
-lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccn4o1I8.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:53:(.text.startup+0x5):
undefined reference to `DGEQRF'
collect2: error: ld returned 1 exit status
real_configure:19530: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| /* Define DGEQRF to an innocuous variant, in case <limits.h> declares
DGEQRF.
|    For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define DGEQRF innocuous_DGEQRF
|
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char DGEQRF (); below.  */
|
| #include <limits.h>
| #undef DGEQRF
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DGEQRF ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias. */
| #if defined __stub_DGEQRF || defined __stub___DGEQRF
| choke me
| #endif
|
| int
| main (void)
| {
| return DGEQRF ();
|   ;
|   return 0;
| }
real_configure:19530: result: no
real_configure:19537: checking for DGEQRF_
real_configure:19537: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz
-lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/cccn7X5b.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:53:(.text.startup+0x5):
undefined reference to `DGEQRF_'
collect2: error: ld returned 1 exit status
real_configure:19537: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
| /* Define DGEQRF_ to an innocuous variant, in case <limits.h> declares
DGEQRF_.
|    For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define DGEQRF_ innocuous_DGEQRF_
|
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char DGEQRF_ (); below.  */
|
| #include <limits.h>
| #undef DGEQRF_
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DGEQRF_ ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias. */
| #if defined __stub_DGEQRF_ || defined __stub___DGEQRF_
| choke me
| #endif
|
| int
| main (void)
| {
| return DGEQRF_ ();
|   ;
|   return 0;
| }
real_configure:19537: result: no
real_configure:19627: checking the OpenBLAS version using
openblas_get_config
real_configure:19655: /usr/bin/gcc-13 -o conftest
-I/usr/include/openblas -g -O2   conftest.c
-L/usr/lib64/openblas-pthreads -lopenblas -lm -lz -lz -lbz2 >&5
real_configure:19655: $? = 0
real_configure:19655: ./conftest
real_configure:19655: $? = 0
real_configure:19657: result: good
real_configure:19713: will use system package and not install SPKG openblas
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG cbc... ##
## ---------------------------------------------------- ##
real_configure:19848: checking whether any of openblas is installed as
or will be installed as SPKG
real_configure:19858: result: no
real_configure:19863: checking for cbc >= 2.9.4
real_configure:19870: $PKG_CONFIG --exists --print-errors "cbc >= 2.9.4"
Package cbc was not found in the pkg-config search path.
Perhaps you should add the directory containing `cbc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cbc' found
real_configure:19873: $? = 1
real_configure:19887: $PKG_CONFIG --exists --print-errors "cbc >= 2.9.4"
Package cbc was not found in the pkg-config search path.
Perhaps you should add the directory containing `cbc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cbc' found
real_configure:19890: $? = 1
real_configure:19904: result: no
No package 'cbc' found
real_configure:19956: no suitable system package found for SPKG cbc
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cddlib... ##
## ------------------------------------------------------- ##
real_configure:20076: checking whether any of gmp is installed as or
will be installed as SPKG
real_configure:20081: result: yes; install cddlib as well
real_configure:20428: no suitable system package found for SPKG cddlib
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG chardet... ##
## -------------------------------------------------------- ##
real_configure:20568: no suitable system package found for SPKG chardet
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cliquer... ##
## -------------------------------------------------------- ##
real_configure:20685: checking for library containing
clique_unweighted_max_weight
real_configure:20714: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -lm -lz -lz -lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccEkIhYt.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:33:(.text.startup+0x1):
undefined reference to `clique_unweighted_max_weight'
collect2: error: ld returned 1 exit status
real_configure:20714: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int clique_unweighted_max_weight ();
| }
| int
| main (void)
| {
| return conftest::clique_unweighted_max_weight ();
|   ;
|   return 0;
| }
real_configure:20714: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -lcliquer  -lm -lz -lz -lbz2  >&5
real_configure:20714: $? = 0
real_configure:20734: result: -lcliquer
real_configure:20747: checking for cliquer/cliquer.h
real_configure:20747: /usr/bin/gcc-13 -c -g -O2  conftest.c >&5
real_configure:20747: $? = 0
real_configure:20747: result: yes
real_configure:20753: checking for cl
real_configure:20776: found /usr/bin/cl
real_configure:20788: result: /usr/bin/cl
real_configure:20826: will use system package and not install SPKG cliquer
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG cmake... ##
## ------------------------------------------------------ ##
real_configure:20957: checking for cmake >= 3.22
real_configure:21048: result: /usr/local/bin/cmake
real_configure:21059: will use system package and not install SPKG cmake
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG colorama... ##
## --------------------------------------------------------- ##
real_configure:21214: no suitable system package found for SPKG colorama
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG coxeter3... ##
## --------------------------------------------------------- ##
real_configure:21337: checking for library coxeter3
real_configure:21359: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2 
 conftest.cpp -lcliquer -lm -lz -lz -lbz2  -lcoxeter3 >&5
conftest.cpp:28:22: fatal error: coxeter/sage.h: No such file or directory
   28 |             #include <coxeter/sage.h>
      |                      ^~~~~~~~~~~~~~~~
compilation terminated.
real_configure:21359: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| /* end confdefs.h.  */
|
|
|             #include <coxeter/sage.h>
|             #include <coxeter/interactive.h>
|
| int
| main (void)
| {
|
|            coxeter::CoxGroup *g = interactive::coxeterGroup("B", 2);
|
|   ;
|   return 0;
| }
|
real_configure:21367: result: no
real_configure:21401: no suitable system package found for SPKG coxeter3
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG curl... ##
## ----------------------------------------------------- ##
real_configure:21520: checking for curl 7.22
real_configure:21563: result: /usr/bin/curl
real_configure:21609: checking for gawk
real_configure:21641: result: gawk
real_configure:21708: checking for curl-config
real_configure:21731: found /usr/bin/curl-config
real_configure:21743: result: /usr/bin/curl-config
real_configure:21754: checking for the version of libcurl
real_configure:21762: result: 8.0.1
8.0.1
real_configure:21769: checking for libcurl >= version 7.22
checking for libcurl >= version 7.22... real_configure:21783: result: yes
yes
real_configure:21824: checking whether libcurl is usable
checking whether libcurl is usable... real_configure:21859:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp -lcurl
-lcliquer -lm -lz -lz -lbz2  >&5
real_configure:21859: $? = 0
real_configure:21874: result: yes
yes
real_configure:21887: checking for curl_free
checking for curl_free... real_configure:21887: /usr/bin/g++-13
-std=gnu++11 -o conftest -g -O2    conftest.cpp -lcliquer -lm -lz -lz
-lbz2  -lcurl >&5
real_configure:21887: $? = 0
real_configure:21887: result: yes
yes
real_configure:21976: checking whether programs linking to libcurl can
be executed
checking whether programs linking to libcurl can be executed...
real_configure:22027: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lcurl -lcliquer -lm -lz -lz -lbz2  >&5
real_configure:22027: $? = 0
real_configure:22027: ./conftest
real_configure:22027: $? = 0
real_configure:22039: result: yes
yes
real_configure:22050: will use system package and not install SPKG curl
real_configure: will use system package and not install SPKG curl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG distlib...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG distlib... ##
## -------------------------------------------------------- ##
real_configure:22205: no suitable system package found for SPKG distlib
real_configure: no suitable system package found for SPKG distlib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libatomic_ops...
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libatomic_ops... ##
## -------------------------------------------------------------- ##
real_configure:22324: checking for atomic_ops >= 7.6.2
checking for atomic_ops >= 7.6.2... real_configure:22331: $PKG_CONFIG
--exists --print-errors "atomic_ops >= 7.6.2"
Requested 'atomic_ops >= 7.6.2' but version of The atomic_ops library is
7.4.2
real_configure:22334: $? = 1
real_configure:22348: $PKG_CONFIG --exists --print-errors "atomic_ops >=
7.6.2"
Requested 'atomic_ops >= 7.6.2' but version of The atomic_ops library is
7.4.2
real_configure:22351: $? = 1
real_configure:22365: result: no
no
Requested 'atomic_ops >= 7.6.2' but version of The atomic_ops library is
7.4.2
real_configure:22413: no suitable system package found for SPKG
libatomic_ops
real_configure: no suitable system package found for SPKG libatomic_ops
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gc...
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG gc... ##
## --------------------------------------------------- ##
real_configure:22533: checking whether any of libatomic_ops is installed
as or will be installed as SPKG
checking whether any of libatomic_ops is installed as or will be
installed as SPKG... real_configure:22538: result: yes; install gc as well
yes; install gc as well
real_configure:22802: no suitable system package found for SPKG gc
real_configure: no suitable system package found for SPKG gc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ecl...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ecl... ##
## ---------------------------------------------------- ##
real_configure:22928: checking whether any of gcc gc gmp is installed as
or will be installed as SPKG
checking whether any of gcc gc gmp is installed as or will be installed
as SPKG... real_configure:22933: result: yes; install ecl as well
yes; install ecl as well
real_configure:23070: no suitable system package found for SPKG ecl
real_configure: no suitable system package found for SPKG ecl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ntl...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ntl... ##
## ---------------------------------------------------- ##
real_configure:23207: checking whether any of gmp gcc is installed as or
will be installed as SPKG
checking whether any of gmp gcc is installed as or will be installed as
SPKG... real_configure:23212: result: yes; install ntl as well
yes; install ntl as well
real_configure:23331: no suitable system package found for SPKG ntl
real_configure: no suitable system package found for SPKG ntl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ncurses...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ncurses... ##
## -------------------------------------------------------- ##
real_configure:23625: checking for ncurses >= 6.0
checking for ncurses >= 6.0... real_configure:23632: $PKG_CONFIG
--exists --print-errors "ncurses >= 6.0"
real_configure:23635: $? = 0
real_configure:23649: $PKG_CONFIG --exists --print-errors "ncurses >= 6.0"
real_configure:23652: $? = 0
real_configure:23830: result: yes
yes
real_configure:23839: will use system package and not install SPKG ncurses
real_configure: will use system package and not install SPKG ncurses
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG readline...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG readline... ##
## --------------------------------------------------------- ##
real_configure:23972: checking Installing ncurses?
checking Installing ncurses? ... real_configure:23979: result: No.
No.
real_configure:23983: checking for readline >= 6.0
checking for readline >= 6.0... real_configure:23990: $PKG_CONFIG
--exists --print-errors "readline >= 6.0"
Package readline was not found in the pkg-config search path.
Perhaps you should add the directory containing `readline.pc'
to the PKG_CONFIG_PATH environment variable
No package 'readline' found
real_configure:23993: $? = 1
real_configure:24007: $PKG_CONFIG --exists --print-errors "readline >= 6.0"
Package readline was not found in the pkg-config search path.
Perhaps you should add the directory containing `readline.pc'
to the PKG_CONFIG_PATH environment variable
No package 'readline' found
real_configure:24010: $? = 1
real_configure:24024: result: no
no
No package 'readline' found
real_configure:24042: checking for readline/readline.h
checking for readline/readline.h... real_configure:24042:
/usr/bin/g++-13 -std=gnu++11 -c -g -O2   conftest.cpp >&5
real_configure:24042: $? = 0
real_configure:24042: result: yes
yes
real_configure:24046: checking for library containing rl_bind_keyseq
checking for library containing rl_bind_keyseq... real_configure:24075:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp -lcurl
-lcliquer -lm -lz -lz -lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccSdIjGX.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:80:(.text.startup+0x1):
undefined reference to `rl_bind_keyseq'
collect2: error: ld returned 1 exit status
real_configure:24075: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int rl_bind_keyseq ();
| }
| int
| main (void)
| {
| return conftest::rl_bind_keyseq ();
|   ;
|   return 0;
| }
real_configure:24075: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lreadline  -lcurl -lcliquer -lm -lz -lz -lbz2 >&5
real_configure:24075: $? = 0
real_configure:24095: result: -lreadline
-lreadline
real_configure:24198: will use system package and not install SPKG readline
real_configure: will use system package and not install SPKG readline
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari... ##
## ----------------------------------------------------- ##
real_configure:24334: checking whether any of gmp readline is installed
as or will be installed as SPKG
checking whether any of gmp readline is installed as or will be
installed as SPKG... real_configure:24339: result: yes; install pari as well
yes; install pari as well
real_configure:24832: no suitable system package found for SPKG pari
real_configure: no suitable system package found for SPKG pari
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpfr...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpfr... ##
## ----------------------------------------------------- ##
real_configure:24960: checking whether any of gmp is installed as or
will be installed as SPKG
checking whether any of gmp is installed as or will be installed as
SPKG... real_configure:24965: result: yes; install mpfr as well
yes; install mpfr as well
real_configure:25065: no suitable system package found for SPKG mpfr
real_configure: no suitable system package found for SPKG mpfr
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG flint...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG flint... ##
## ------------------------------------------------------ ##
real_configure:25193: checking whether any of mpfr is installed as or
will be installed as SPKG
checking whether any of mpfr is installed as or will be installed as
SPKG... real_configure:25198: result: yes; install flint as well
yes; install flint as well
real_configure:25335: no suitable system package found for SPKG flint
real_configure: no suitable system package found for SPKG flint
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG eclib...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG eclib... ##
## ------------------------------------------------------ ##
real_configure:25464: checking whether any of ntl pari flint is
installed as or will be installed as SPKG
checking whether any of ntl pari flint is installed as or will be
installed as SPKG... real_configure:25469: result: yes; install eclib as
well
yes; install eclib as well
real_configure:25661: no suitable system package found for SPKG eclib
real_configure: no suitable system package found for SPKG eclib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ecm...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ecm... ##
## ---------------------------------------------------- ##
real_configure:25782: checking whether any of gmp is installed as or
will be installed as SPKG
checking whether any of gmp is installed as or will be installed as
SPKG... real_configure:25787: result: yes; install ecm as well
yes; install ecm as well
real_configure:26079: no suitable system package found for SPKG ecm
real_configure: no suitable system package found for SPKG ecm
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG givaro...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG givaro... ##
## ------------------------------------------------------- ##
real_configure:26200: checking for givaro >= 4.2.0
checking for givaro >= 4.2.0... real_configure:26207: $PKG_CONFIG
--exists --print-errors "givaro >= 4.2.0"
real_configure:26210: $? = 0
real_configure:26224: $PKG_CONFIG --exists --print-errors "givaro >= 4.2.0"
real_configure:26227: $? = 0
real_configure:26265: result: yes
yes
real_configure:26274: will use system package and not install SPKG givaro
real_configure: will use system package and not install SPKG givaro
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fflas_ffpack...
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fflas_ffpack... ##
## ------------------------------------------------------------- ##
real_configure:26411: checking whether any of givaro gmp openblas is
installed as or will be installed as SPKG
checking whether any of givaro gmp openblas is installed as or will be
installed as SPKG... real_configure:26416: result: yes; install
fflas_ffpack as well
yes; install fflas_ffpack as well
real_configure:26522: no suitable system package found for SPKG fflas_ffpack
real_configure: no suitable system package found for SPKG fflas_ffpack
real_configure:26544: checking whether C++ compiler accepts -mavx512f
-mavx512vl -mavx512dq
checking whether C++ compiler accepts -mavx512f -mavx512vl -mavx512dq...
real_configure:26564: /usr/bin/g++-13 -std=gnu++11 -c -g -O2  -mavx512f
-mavx512vl -mavx512dq   conftest.cpp >&5
real_configure:26564: $? = 0
real_configure:26573: result: yes
yes
real_configure:26585: checking whether C++ compiler accepts -mfma
checking whether C++ compiler accepts -mfma... real_configure:26605:
/usr/bin/g++-13 -std=gnu++11 -c -g -O2  -mfma   conftest.cpp >&5
real_configure:26605: $? = 0
real_configure:26614: result: yes
yes
real_configure:26624: checking whether C++ compiler accepts -mfma4
checking whether C++ compiler accepts -mfma4... real_configure:26644:
/usr/bin/g++-13 -std=gnu++11 -c -g -O2 -mfma4   conftest.cpp >&5
real_configure:26644: $? = 0
real_configure:26653: result: yes
yes
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ffmpeg...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ffmpeg... ##
## ------------------------------------------------------- ##
real_configure:26771: checking for ffmpeg
checking for ffmpeg... real_configure:26794: found /usr/bin/ffmpeg
real_configure:26806: result: /usr/bin/ffmpeg
/usr/bin/ffmpeg
real_configure:26823: will use system package and not install SPKG ffmpeg
real_configure: will use system package and not install SPKG ffmpeg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG filelock...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG filelock... ##
## --------------------------------------------------------- ##
real_configure:26982: no suitable system package found for SPKG filelock
real_configure: no suitable system package found for SPKG filelock
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fplll...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG fplll... ##
## ------------------------------------------------------ ##
real_configure:27103: checking whether any of gcc mpfr is installed as
or will be installed as SPKG
checking whether any of gcc mpfr is installed as or will be installed as
SPKG... real_configure:27108: result: yes; install fplll as well
yes; install fplll as well
real_configure:27273: no suitable system package found for SPKG fplll
real_configure: no suitable system package found for SPKG fplll
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG free_fonts...
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG free_fonts... ##
## ----------------------------------------------------------- ##
real_configure:27392: checking for FreeSerif.ttf
checking for FreeSerif.ttf...
/usr/share/texmf/fonts/truetype/public/gnu-freefont/FreeSerif.ttf
real_configure:27397: result: yes
yes
real_configure:27409: checking for FreeSerif.otf
checking for FreeSerif.otf...
/usr/share/texmf/fonts/opentype/public/gnu-freefont/FreeSerif.otf
real_configure:27414: result: yes
yes
real_configure:27431: will use system package and not install SPKG
free_fonts
real_configure: will use system package and not install SPKG free_fonts
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG freetype...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG freetype... ##
## --------------------------------------------------------- ##
real_configure:27567: checking whether any of gcc libpng is installed as
or will be installed as SPKG
checking whether any of gcc libpng is installed as or will be installed
as SPKG... real_configure:27577: result: no
no
real_configure:27582: checking for freetype2 >= 20.0
checking for freetype2 >= 20.0... real_configure:27589: $PKG_CONFIG
--exists --print-errors "freetype2 >= 20.0"
real_configure:27592: $? = 0
real_configure:27606: $PKG_CONFIG --exists --print-errors "freetype2 >=
20.0"
real_configure:27609: $? = 0
real_configure:27647: result: yes
yes
real_configure:27660: will use system package and not install SPKG freetype
real_configure: will use system package and not install SPKG freetype
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG fricas...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fricas... ##
## ------------------------------------------------------- ##
real_configure:27800: checking for FriCAS >= 1.3.8
checking for FriCAS >= 1.3.8... real_configure:27885: result:

real_configure:27911: no suitable system package found for SPKG fricas
real_configure: no suitable system package found for SPKG fricas
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gap...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gap... ##
## ---------------------------------------------------- ##
real_configure:28038: checking whether any of ncurses readline is
installed as or will be installed as SPKG
checking whether any of ncurses readline is installed as or will be
installed as SPKG... real_configure:28048: result: no
no
real_configure:28053: checking for gap
checking for gap... real_configure:28091: result: no
no
real_configure:28310: no suitable system package found for SPKG gap
real_configure: no suitable system package found for SPKG gap
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gengetopt...
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gengetopt... ##
## ---------------------------------------------------------- ##
real_configure:28447: checking for gengetopt
checking for gengetopt... real_configure:28485: result: no
no
real_configure:28514: no suitable system package found for SPKG gengetopt
real_configure: no suitable system package found for SPKG gengetopt
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gf2x...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gf2x... ##
## ----------------------------------------------------- ##
real_configure:28633: checking for gf2x >= 1.2
checking for gf2x >= 1.2... real_configure:28640: $PKG_CONFIG --exists
--print-errors "gf2x >= 1.2"
real_configure:28643: $? = 0
real_configure:28657: $PKG_CONFIG --exists --print-errors "gf2x >= 1.2"
real_configure:28660: $? = 0
real_configure:28926: result: yes
yes
real_configure:28935: will use system package and not install SPKG gf2x
real_configure: will use system package and not install SPKG gf2x
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gfan...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gfan... ##
## ----------------------------------------------------- ##
real_configure:29067: checking for gfan >= 0.6.2
checking for gfan >= 0.6.2... real_configure:29151: result:

real_configure:29162: will use system package and not install SPKG gfan
real_configure: will use system package and not install SPKG gfan
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG giac...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG giac... ##
## ----------------------------------------------------- ##
real_configure:29297: checking whether any of pari is installed as or
will be installed as SPKG
checking whether any of pari is installed as or will be installed as
SPKG... real_configure:29302: result: yes; install giac as well
yes; install giac as well
real_configure:29534: no suitable system package found for SPKG giac
real_configure: no suitable system package found for SPKG giac
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG git...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG git... ##
## ---------------------------------------------------- ##
real_configure:29652: checking for git
checking for git... real_configure:29693: result: /usr/bin/git
/usr/bin/git
real_configure:29700: will use system package and not install SPKG git
real_configure: will use system package and not install SPKG git
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gp2c...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gp2c... ##
## ----------------------------------------------------- ##
real_configure:29803: checking whether any of pari is installed as or
will be installed as SPKG
checking whether any of pari is installed as or will be installed as
SPKG... real_configure:29808: result: yes; install gp2c as well
yes; install gp2c as well
real_configure:30069: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg
real_configure: pari.cfg is $SAGE_LOCAL/lib/pari/pari.cfg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG graphviz...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG graphviz... ##
## --------------------------------------------------------- ##
real_configure:30182: checking for dot
checking for dot... real_configure:30203: found /usr/bin/dot
real_configure:30214: result: dot
dot
real_configure:30233: checking for neato
checking for neato... real_configure:30254: found /usr/bin/neato
real_configure:30265: result: neato
neato
real_configure:30284: checking for twopi
checking for twopi... real_configure:30305: found /usr/bin/twopi
real_configure:30316: result: twopi
twopi
real_configure:30336: will use system package and not install SPKG graphviz
real_configure: will use system package and not install SPKG graphviz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG gsl...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG gsl... ##
## ---------------------------------------------------- ##
real_configure:30472: checking whether any of openblas is installed as
or will be installed as SPKG
checking whether any of openblas is installed as or will be installed as
SPKG... real_configure:30482: result: no
no
real_configure:30487: checking for gsl >= $2.4
checking for gsl >= $2.4... real_configure:30494: $PKG_CONFIG --exists
--print-errors "gsl >= $2.4"
real_configure:30497: $? = 0
real_configure:30511: $PKG_CONFIG --exists --print-errors "gsl >= $2.4"
real_configure:30514: $? = 0
real_configure:30552: result: yes
yes
real_configure:30560: $PKG_CONFIG --exists --print-errors "gsl"
real_configure:30563: $? = 0
real_configure:30603: will use system package and not install SPKG gsl
real_configure: will use system package and not install SPKG gsl
real_configure:30660: checking 32-bit host C ABI
checking 32-bit host C ABI... real_configure:30727: /usr/bin/g++-13
-std=gnu++11 -c -g -O2   conftest.cpp >&5
real_configure:30727: $? = 0
real_configure:30923: result: no
no
real_configure:30928: checking for grep that handles long lines and -e
checking for grep that handles long lines and -e...
real_configure:30992: result: /usr/bin/grep
/usr/bin/grep
real_configure:30997: checking for egrep
checking for egrep... real_configure:31065: result: /usr/bin/grep -E
/usr/bin/grep -E
real_configure:31074: checking for ELF binary format
checking for ELF binary format... real_configure:31098: result: yes
yes
real_configure:31150: checking for the common suffixes of directories in
the library search path
checking for the common suffixes of directories in the library search
path... real_configure:31219: result: lib,lib,lib64
lib,lib,lib64
real_configure:31751: checking for iconv
checking for iconv... real_configure:31776: /usr/bin/g++-13 -std=gnu++11
-o conftest -g -O2    conftest.cpp -lreadline -lcurl -lcliquer -lm -lz
-lz -lbz2  >&5
real_configure:31776: $? = 0
real_configure:31812: result: yes
yes
real_configure:31815: checking for working iconv
checking for working iconv... real_configure:31959: /usr/bin/g++-13
-std=gnu++11 -o conftest -g -O2    conftest.cpp -lreadline -lcurl
-lcliquer -lm -lz -lz -lbz2  >&5
real_configure:31959: $? = 0
real_configure:31959: ./conftest
real_configure:31959: $? = 0
real_configure:31972: result: yes
yes
real_configure:32000: checking whether iconv is compatible with its
POSIX signature
checking whether iconv is compatible with its POSIX signature...
real_configure:32025: /usr/bin/g++-13 -std=gnu++11 -c -g -O2
 conftest.cpp >&5
real_configure:32025: $? = 0
real_configure:32034: result: yes
yes
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG iconv...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG iconv... ##
## ------------------------------------------------------ ##
real_configure:32165: will use system package and not install SPKG iconv
real_configure: will use system package and not install SPKG iconv
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG igraph...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG igraph... ##
## ------------------------------------------------------- ##
real_configure:32302: checking whether any of glpk openblas gmp is
installed as or will be installed as SPKG
checking whether any of glpk openblas gmp is installed as or will be
installed as SPKG... real_configure:32307: result: yes; install igraph
as well
yes; install igraph as well
real_configure:32412: no suitable system package found for SPKG igraph
real_configure: no suitable system package found for SPKG igraph
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG imagemagick...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG imagemagick... ##
## ------------------------------------------------------------ ##
real_configure:32531: checking for convert
checking for convert... real_configure:32554: found /usr/bin/convert
real_configure:32566: result: /usr/bin/convert
/usr/bin/convert
real_configure:32583: will use system package and not install SPKG
imagemagick
real_configure: will use system package and not install SPKG imagemagick
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG iml...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG iml... ##
## ---------------------------------------------------- ##
real_configure:32719: checking whether any of gmp openblas is installed
as or will be installed as SPKG
checking whether any of gmp openblas is installed as or will be
installed as SPKG... real_configure:32724: result: yes; install iml as well
yes; install iml as well
real_configure:32832: no suitable system package found for SPKG iml
real_configure: no suitable system package found for SPKG iml
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG info...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG info... ##
## ----------------------------------------------------- ##
real_configure:32951: checking for info
checking for info... real_configure:32974: found /usr/bin/info
real_configure:32986: result: /usr/bin/info
/usr/bin/info
real_configure:33002: checking for texi2any
checking for texi2any... real_configure:33025: found /usr/bin/texi2any
real_configure:33037: result: /usr/bin/texi2any
/usr/bin/texi2any
real_configure:33066: will use system package and not install SPKG info
real_configure: will use system package and not install SPKG info
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG isl...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG isl... ##
## ---------------------------------------------------- ##
real_configure:33201: checking whether any of gmp is installed as or
will be installed as SPKG
checking whether any of gmp is installed as or will be installed as
SPKG... real_configure:33206: result: yes; install isl as well
yes; install isl as well
real_configure:33311: no suitable system package found for SPKG isl
real_configure: no suitable system package found for SPKG isl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lcalc...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG lcalc... ##
## ------------------------------------------------------ ##
real_configure:33431: checking whether any of pari is installed as or
will be installed as SPKG
checking whether any of pari is installed as or will be installed as
SPKG... real_configure:33436: result: yes; install lcalc as well
yes; install lcalc as well
real_configure:33583: no suitable system package found for SPKG lcalc
real_configure: no suitable system package found for SPKG lcalc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libbraiding...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libbraiding... ##
## ------------------------------------------------------------ ##
real_configure:33702: checking for libbraiding >= 1.3.1
checking for libbraiding >= 1.3.1... real_configure:33709: $PKG_CONFIG
--exists --print-errors "libbraiding >= 1.3.1"
Package libbraiding was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbraiding.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbraiding' found
real_configure:33712: $? = 1
real_configure:33726: $PKG_CONFIG --exists --print-errors "libbraiding
>= 1.3.1"
Package libbraiding was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbraiding.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbraiding' found
real_configure:33729: $? = 1
real_configure:33743: result: no
no
No package 'libbraiding' found
real_configure:33760: result: couldn't find libbraiding >= 1.3.1. It
will be installed
couldn't find libbraiding >= 1.3.1. It will be installed
real_configure:33803: no suitable system package found for SPKG libbraiding
real_configure: no suitable system package found for SPKG libbraiding
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libffi...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libffi... ##
## ------------------------------------------------------- ##
real_configure:33922: checking for libffi
checking for libffi... real_configure:33929: $PKG_CONFIG --exists
--print-errors "libffi"
real_configure:33932: $? = 0
real_configure:33946: $PKG_CONFIG --exists --print-errors "libffi"
real_configure:33949: $? = 0
real_configure:34139: result: yes
yes
real_configure:34148: will use system package and not install SPKG libffi
real_configure: will use system package and not install SPKG libffi
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libgd...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libgd... ##
## ------------------------------------------------------ ##
real_configure:34285: checking whether any of gcc libpng freetype is
installed as or will be installed as SPKG
checking whether any of gcc libpng freetype is installed as or will be
installed as SPKG... real_configure:34295: result: no
no
real_configure:34300: checking for gdlib >= 2.1
checking for gdlib >= 2.1... real_configure:34307: $PKG_CONFIG --exists
--print-errors "gdlib >= 2.1"
real_configure:34310: $? = 0
real_configure:34324: $PKG_CONFIG --exists --print-errors "gdlib >= 2.1"
real_configure:34327: $? = 0
real_configure:34365: result: yes
yes
real_configure:34378: will use system package and not install SPKG libgd
real_configure: will use system package and not install SPKG libgd
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libgraphviz...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG libgraphviz... ##
## ------------------------------------------------------------ ##
real_configure:34510: checking for graphviz/cgraph.h
checking for graphviz/cgraph.h... real_configure:34510: /usr/bin/g++-13
-std=gnu++11 -c -g -O2   conftest.cpp >&5
real_configure:34510: $? = 0
real_configure:34510: result: yes
yes
real_configure:34523: will use system package and not install SPKG
libgraphviz
real_configure: will use system package and not install SPKG libgraphviz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libhomfly...
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libhomfly... ##
## ---------------------------------------------------------- ##
real_configure:34658: checking whether any of gc is installed as or will
be installed as SPKG
checking whether any of gc is installed as or will be installed as
SPKG... real_configure:34663: result: yes; install libhomfly as well
yes; install libhomfly as well
real_configure:34765: no suitable system package found for SPKG libhomfly
real_configure: no suitable system package found for SPKG libhomfly
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libjpeg...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libjpeg... ##
## -------------------------------------------------------- ##
real_configure:34884: checking for libjpeg
checking for libjpeg... real_configure:34891: $PKG_CONFIG --exists
--print-errors "libjpeg"
real_configure:34894: $? = 0
real_configure:34908: $PKG_CONFIG --exists --print-errors "libjpeg"
real_configure:34911: $? = 0
real_configure:34953: result: yes
yes
real_configure:34965: will use system package and not install SPKG libjpeg
real_configure: will use system package and not install SPKG libjpeg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG xz...
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG xz... ##
## --------------------------------------------------- ##
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named lzma
real_configure:35103: checking for xz >= 4.999.0
checking for xz >= 4.999.0... real_configure:35191: result: /usr/bin/xz
/usr/bin/xz
real_configure:35198: will use system package and not install SPKG xz
real_configure: will use system package and not install SPKG xz
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG liblzma...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG liblzma... ##
## -------------------------------------------------------- ##
real_configure:35333: checking whether any of xz is installed as or will
be installed as SPKG
checking whether any of xz is installed as or will be installed as
SPKG... real_configure:35343: result: no
no
real_configure:35346: checking for lzma_raw_decoder in -llzma
checking for lzma_raw_decoder in -llzma... real_configure:35368:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp -llzma 
-lreadline -lcurl -lcliquer -lm -lz -lz -lbz2  >&5
real_configure:35368: $? = 0
real_configure:35378: result: yes
yes
real_configure:35387: checking for lzma.h
checking for lzma.h... real_configure:35387: /usr/bin/g++-13
-std=gnu++11 -c -g -O2   conftest.cpp >&5
real_configure:35387: $? = 0
real_configure:35387: result: yes
yes
real_configure:35407: will use system package and not install SPKG liblzma
real_configure: will use system package and not install SPKG liblzma
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG nauty...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG nauty... ##
## ------------------------------------------------------ ##
real_configure:35541: checking for geng
checking for geng... real_configure:35564: found /usr/bin/geng
real_configure:35576: result: /usr/bin/geng
/usr/bin/geng
real_configure:35998: checking for directg
checking for directg... real_configure:36021: found /usr/bin/directg
real_configure:36033: result: /usr/bin/directg
/usr/bin/directg
real_configure:36048: checking for gentourng
checking for gentourng... real_configure:36071: found /usr/bin/gentourng
real_configure:36083: result: /usr/bin/gentourng
/usr/bin/gentourng
real_configure:36098: checking for geng
checking for geng... real_configure:36121: found /usr/bin/geng
real_configure:36133: result: /usr/bin/geng
/usr/bin/geng
real_configure:36148: checking for genbg
checking for genbg... real_configure:36171: found /usr/bin/genbg
real_configure:36183: result: /usr/bin/genbg
/usr/bin/genbg
real_configure:36198: checking for gentreeg
checking for gentreeg... real_configure:36221: found /usr/bin/gentreeg
real_configure:36233: result: /usr/bin/gentreeg
/usr/bin/gentreeg
real_configure:36248: checking for genktreeg
checking for genktreeg... real_configure:36286: result: no
no
real_configure:36298: checking for genposetg
checking for genposetg... real_configure:36336: result: no
no
real_configure:36370: no suitable system package found for SPKG nauty
real_configure: no suitable system package found for SPKG nauty
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libnauty...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libnauty... ##
## --------------------------------------------------------- ##
real_configure:36498: checking whether any of nauty is installed as or
will be installed as SPKG
checking whether any of nauty is installed as or will be installed as
SPKG... real_configure:36503: result: yes; install libnauty as well
yes; install libnauty as well
real_configure:36603: no suitable system package found for SPKG libnauty
real_configure: no suitable system package found for SPKG libnauty
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libsemigroups...
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libsemigroups... ##
## -------------------------------------------------------------- ##
real_configure:36722: checking for libsemigroups >= 0.6.7
checking for libsemigroups >= 0.6.7... real_configure:36729: $PKG_CONFIG
--exists --print-errors "libsemigroups >= 0.6.7"
real_configure:36732: $? = 0
real_configure:36746: $PKG_CONFIG --exists --print-errors "libsemigroups
>= 0.6.7"
real_configure:36749: $? = 0
real_configure:36787: result: yes
yes
real_configure:36796: will use system package and not install SPKG
libsemigroups
real_configure: will use system package and not install SPKG libsemigroups
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG libxml2...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG libxml2... ##
## -------------------------------------------------------- ##
real_configure:36930: checking for xml2-config
checking for xml2-config... real_configure:36953: found /usr/bin/xml2-config
real_configure:36966: result: /usr/bin/xml2-config
/usr/bin/xml2-config
real_configure:36983: will use system package and not install SPKG libxml2
real_configure: will use system package and not install SPKG libxml2
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG m4rie...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG m4rie... ##
## ------------------------------------------------------ ##
real_configure:37118: checking whether any of m4ri is installed as or
will be installed as SPKG
checking whether any of m4ri is installed as or will be installed as
SPKG... real_configure:37123: result: yes; install m4rie as well
yes; install m4rie as well
real_configure:37225: no suitable system package found for SPKG m4rie
real_configure: no suitable system package found for SPKG m4rie
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG linbox...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG linbox... ##
## ------------------------------------------------------- ##
real_configure:37354: checking whether any of fflas_ffpack flint fplll
givaro gmp iml m4ri m4rie mpfr ntl is installed as or will be installed
as SPKG
checking whether any of fflas_ffpack flint fplll givaro gmp iml m4ri
m4rie mpfr ntl is installed as or will be installed as SPKG...
real_configure:37359: result: yes; install linbox as well
yes; install linbox as well
real_configure:37602: no suitable system package found for SPKG linbox
real_configure: no suitable system package found for SPKG linbox
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG llvm...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG llvm... ##
## ----------------------------------------------------- ##
real_configure:37727: will use system package and not install SPKG llvm
real_configure: will use system package and not install SPKG llvm
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lrcalc...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrcalc... ##
## ------------------------------------------------------- ##
real_configure:37868: checking for lrcalc/schublib.h
checking for lrcalc/schublib.h... real_configure:37868: /usr/bin/gcc-13
-c -g -O2   conftest.c >&5
conftest.c:76:16: fatal error: lrcalc/ivector.h: No such file or directory
   76 |       #include <lrcalc/ivector.h>
      |                ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:37868: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
| #ifndef _IVECTOR_H
|       #include <lrcalc/ivector.h>
|       #endif
|
| #include <lrcalc/schublib.h>
real_configure:37868: result: no
no
real_configure:37868: checking for lrcalc/lrcoef.h
checking for lrcalc/lrcoef.h... real_configure:37868: /usr/bin/gcc-13 -c
-g -O2   conftest.c >&5
conftest.c:76:16: fatal error: lrcalc/ivector.h: No such file or directory
   76 |       #include <lrcalc/ivector.h>
      |                ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:37868: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
| #ifndef _IVECTOR_H
|       #include <lrcalc/ivector.h>
|       #endif
|
| #include <lrcalc/lrcoef.h>
real_configure:37868: result: no
no
real_configure:37971: no suitable system package found for SPKG lrcalc
real_configure: no suitable system package found for SPKG lrcalc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG lrslib...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrslib... ##
## ------------------------------------------------------- ##
real_configure:38092: checking whether any of gmp flint is installed as
or will be installed as SPKG
checking whether any of gmp flint is installed as or will be installed
as SPKG... real_configure:38097: result: yes; install lrslib as well
yes; install lrslib as well
real_configure:38208: no suitable system package found for SPKG lrslib
real_configure: no suitable system package found for SPKG lrslib
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mathjax...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mathjax... ##
## -------------------------------------------------------- ##
real_configure:38328: checking for MathJax-3.x
checking for MathJax-3.x... real_configure:38345: result: no
no
real_configure:38370: no suitable system package found for SPKG mathjax
real_configure: no suitable system package found for SPKG mathjax
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG maxima...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG maxima... ##
## ------------------------------------------------------- ##
real_configure:38502: checking whether any of ecl is installed as or
will be installed as SPKG
checking whether any of ecl is installed as or will be installed as
SPKG... real_configure:38507: result: yes; install maxima as well
yes; install maxima as well
real_configure:38667: no suitable system package found for SPKG maxima
real_configure: no suitable system package found for SPKG maxima
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG meson...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG meson... ##
## ------------------------------------------------------ ##
real_configure:38797: checking for meson >= 1.5.0
checking for meson >= 1.5.0... real_configure:38890: result:

real_configure:38916: no suitable system package found for SPKG meson
real_configure: no suitable system package found for SPKG meson
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpc...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpc... ##
## ---------------------------------------------------- ##
real_configure:39036: checking whether any of mpfr is installed as or
will be installed as SPKG
checking whether any of mpfr is installed as or will be installed as
SPKG... real_configure:39041: result: yes; install mpc as well
yes; install mpc as well
real_configure:39164: no suitable system package found for SPKG mpc
real_configure: no suitable system package found for SPKG mpc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG mpfi...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpfi... ##
## ----------------------------------------------------- ##
real_configure:39294: checking whether any of mpfr is installed as or
will be installed as SPKG
checking whether any of mpfr is installed as or will be installed as
SPKG... real_configure:39299: result: yes; install mpfi as well
yes; install mpfi as well
real_configure:39455: no suitable system package found for SPKG mpfi
real_configure: no suitable system package found for SPKG mpfi
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG msolve...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG msolve... ##
## ------------------------------------------------------- ##
real_configure:39574: checking for msolve >= 0.6.5
checking for msolve >= 0.6.5... real_configure:39581: $PKG_CONFIG
--exists --print-errors "msolve >= 0.6.5"
Package msolve was not found in the pkg-config search path.
Perhaps you should add the directory containing `msolve.pc'
to the PKG_CONFIG_PATH environment variable
No package 'msolve' found
real_configure:39584: $? = 1
real_configure:39598: $PKG_CONFIG --exists --print-errors "msolve >= 0.6.5"
Package msolve was not found in the pkg-config search path.
Perhaps you should add the directory containing `msolve.pc'
to the PKG_CONFIG_PATH environment variable
No package 'msolve' found
real_configure:39601: $? = 1
real_configure:39615: result: no
no
No package 'msolve' found
real_configure:39632: checking for msolve
checking for msolve... real_configure:39679: result: could not find
working msolve
could not find working msolve
real_configure:39688: result:

real_configure:39781: no suitable system package found for SPKG msolve
real_configure: no suitable system package found for SPKG msolve
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ninja_build...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ninja_build... ##
## ------------------------------------------------------------ ##
real_configure:39897: checking for ninja >= 1.8.2
checking for ninja >= 1.8.2... real_configure:39989: result: /usr/bin/ninja
/usr/bin/ninja
real_configure:40000: will use system package and not install SPKG
ninja_build
real_configure: will use system package and not install SPKG ninja_build
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG onetbb...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG onetbb... ##
## ------------------------------------------------------- ##
real_configure:40131: checking whether oneTBB >= 2018 is available
checking whether oneTBB >= 2018 is available... -- The C compiler
identification is GNU 13.3.0
-- The CXX compiler identification is GNU 13.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-13 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++-13 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (1.0s)
-- Generating done (0.0s)
-- Build files have been written to:
/home/owner/math/sage-10.8/conftest_srcdir/build
real_configure:40143: result: yes
yes
real_configure:40157: will use system package and not install SPKG onetbb
real_configure: will use system package and not install SPKG onetbb
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG python3...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python3... ##
## -------------------------------------------------------- ##
real_configure:40330: checking whether any of liblzma libffi is
installed as or will be installed as SPKG
checking whether any of liblzma libffi is installed as or will be
installed as SPKG... real_configure:40340: result: no
no
real_configure:40344: checking for python3 >= 3.12.0, < 3.15.0 with
modules sqlite3, ctypes, math, hashlib, socket, ssl, ensurepip, zlib and
setuptools/distutils
checking for python3 >= 3.12.0, < 3.15.0 with modules sqlite3, ctypes,
math, hashlib, socket, ssl, ensurepip, zlib and setuptools/distutils...
real_configure:41080: result:

real_configure:41109: checking ... whether /usr/bin/python3 is good
checking ... whether /usr/bin/python3 is good... real_configure:41754:
result: no, Python 3.11.10 is too old
no, Python 3.11.10 is too old
real_configure:41792: result:

real_configure:41797: to try to use a different system python, use
./configure --with-python=/path/to/python
real_configure: to try to use a different system python, use ./configure
--with-python=/path/to/python
real_configure:41826: no suitable system package found for SPKG python3
real_configure: no suitable system package found for SPKG python3
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG openssl...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG openssl... ##
## -------------------------------------------------------- ##
real_configure:42502: checking for pkg-config
checking for pkg-config... real_configure:42534: result: /usr/bin/pkg-config
/usr/bin/pkg-config
real_configure:42604: checking whether compiling and linking against
OpenSSL works
checking whether compiling and linking against OpenSSL works... Trying
link with OPENSSL_LDFLAGS=; OPENSSL_LIBS=-lssl -lcrypto; OPENSSL_INCLUDES=
real_configure:42626: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
  conftest.cpp -lssl -lcrypto -lreadline -lcurl -lcliquer -lm -lz -lz
-lbz2  >&5
real_configure:42626: $? = 0
real_configure:42629: result: yes
yes
real_configure:42632: checking whether OpenSSL >= 1.1.1, as required by
PEP 644, and provides required APIs
checking whether OpenSSL >= 1.1.1, as required by PEP 644, and provides
required APIs... real_configure:42669: /usr/bin/g++-13 -std=gnu++11 -c
-g -O2    conftest.cpp >&5
real_configure:42669: $? = 0
real_configure:42672: result: yes
yes
real_configure:42709: will use system package and not install SPKG openssl
real_configure: will use system package and not install SPKG openssl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG palp...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG palp... ##
## ----------------------------------------------------- ##
real_configure:42844: checking for poly.x
checking for poly.x... real_configure:42882: result: no
no
real_configure:42894: checking for poly-4d.x
checking for poly-4d.x... real_configure:42932: result: no
no
real_configure:42944: checking for poly-5d.x
checking for poly-5d.x... real_configure:42982: result: no
no
real_configure:42994: checking for poly-6d.x
checking for poly-6d.x... real_configure:43032: result: no
no
real_configure:43044: checking for poly-11d.x
checking for poly-11d.x... real_configure:43082: result: no
no
real_configure:43095: checking for class.x
checking for class.x... real_configure:43133: result: no
no
real_configure:43145: checking for class-4d.x
checking for class-4d.x... real_configure:43183: result: no
no
real_configure:43195: checking for class-5d.x
checking for class-5d.x... real_configure:43233: result: no
no
real_configure:43245: checking for class-6d.x
checking for class-6d.x... real_configure:43283: result: no
no
real_configure:43295: checking for class-11d.x
checking for class-11d.x... real_configure:43333: result: no
no
real_configure:43346: checking for nef.x
checking for nef.x... real_configure:43384: result: no
no
real_configure:43396: checking for nef-4d.x
checking for nef-4d.x... real_configure:43434: result: no
no
real_configure:43446: checking for nef-5d.x
checking for nef-5d.x... real_configure:43484: result: no
no
real_configure:43496: checking for nef-6d.x
checking for nef-6d.x... real_configure:43534: result: no
no
real_configure:43546: checking for nef-11d.x
checking for nef-11d.x... real_configure:43584: result: no
no
real_configure:43597: checking for cws.x
checking for cws.x... real_configure:43635: result: no
no
real_configure:43647: checking for cws-4d.x
checking for cws-4d.x... real_configure:43685: result: no
no
real_configure:43697: checking for cws-5d.x
checking for cws-5d.x... real_configure:43735: result: no
no
real_configure:43747: checking for cws-6d.x
checking for cws-6d.x... real_configure:43785: result: no
no
real_configure:43797: checking for cws-11d.x
checking for cws-11d.x... real_configure:43835: result: no
no
real_configure:43866: no suitable system package found for SPKG palp
real_configure: no suitable system package found for SPKG palp
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pandoc...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pandoc... ##
## ------------------------------------------------------- ##
real_configure:43985: checking for pandoc
checking for pandoc... real_configure:44023: result: no
no
real_configure:44052: no suitable system package found for SPKG pandoc
real_configure: no suitable system package found for SPKG pandoc
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_elldata...
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_elldata... ##
## ------------------------------------------------------------- ##
real_configure:44171: checking installing pari?
checking installing pari? ... real_configure:44174: result: yes; install
pari_elldata as well
yes; install pari_elldata as well
real_configure:44202: no suitable system package found for SPKG pari_elldata
real_configure: no suitable system package found for SPKG pari_elldata
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_galdata...
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_galdata... ##
## ------------------------------------------------------------- ##
real_configure:44321: checking installing pari?
checking installing pari? ... real_configure:44324: result: yes; install
pari_galdata as well
yes; install pari_galdata as well
real_configure:44352: no suitable system package found for SPKG pari_galdata
real_configure: no suitable system package found for SPKG pari_galdata
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_galpol...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pari_galpol... ##
## ------------------------------------------------------------ ##
real_configure:44471: checking installing pari?
checking installing pari? ... real_configure:44474: result: yes; install
pari_galpol as well
yes; install pari_galpol as well
real_configure:44502: no suitable system package found for SPKG pari_galpol
real_configure: no suitable system package found for SPKG pari_galpol
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_nftables...
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_nftables... ##
## -------------------------------------------------------------- ##
real_configure:44620: checking installing pari?
checking installing pari? ... real_configure:44623: result: yes; install
pari_nftables as well
yes; install pari_nftables as well
real_configure:44654: no suitable system package found for SPKG
pari_nftables
real_configure: no suitable system package found for SPKG pari_nftables
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_seadata...
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_seadata... ##
## ------------------------------------------------------------- ##
real_configure:44773: checking installing pari?
checking installing pari? ... real_configure:44776: result: yes; install
pari_seadata as well
yes; install pari_seadata as well
real_configure:44804: no suitable system package found for SPKG pari_seadata
real_configure: no suitable system package found for SPKG pari_seadata
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pari_seadata_small...
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_seadata_small... ##
## ------------------------------------------------------------------- ##
real_configure:44923: checking installing pari?
checking installing pari? ... real_configure:44926: result: yes; install
pari_seadata_small as well
yes; install pari_seadata_small as well
real_configure:44954: no suitable system package found for SPKG
pari_seadata_small
real_configure: no suitable system package found for SPKG pari_seadata_small
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG patchelf...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG patchelf... ##
## --------------------------------------------------------- ##
real_configure:45073: checking for patchelf
checking for patchelf... real_configure:45096: found /usr/bin/patchelf
real_configure:45108: result: /usr/bin/patchelf
/usr/bin/patchelf
real_configure:45125: will use system package and not install SPKG patchelf
real_configure: will use system package and not install SPKG patchelf
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG pdf2svg...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pdf2svg... ##
## -------------------------------------------------------- ##
real_configure:45259: checking for pdf2svg
checking for pdf2svg... real_configure:45282: found /usr/bin/pdf2svg
real_configure:45294: result: /usr/bin/pdf2svg
/usr/bin/pdf2svg
real_configure:45311: will use system package and not install SPKG pdf2svg
real_configure: will use system package and not install SPKG pdf2svg
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...
##
--------------------------------------------------------------------------
##
## Checking whether SageMath should install SPKG
perl_cpan_polymake_prereq... ##
##
--------------------------------------------------------------------------
##
real_configure:45511: checking for perl module XML::Writer
checking for perl module XML::Writer... real_configure:45521: result: ok
ok
real_configure:45511: checking for perl module XML::LibXML
checking for perl module XML::LibXML... real_configure:45521: result: ok
ok
real_configure:45511: checking for perl module XML::LibXSLT
checking for perl module XML::LibXSLT... real_configure:45521: result: ok
ok
real_configure:45511: checking for perl module File::Slurp
checking for perl module File::Slurp... real_configure:45521: result: ok
ok
real_configure:45511: checking for perl module JSON
checking for perl module JSON... real_configure:45517: result: no
no
real_configure:45511: checking for perl module SVG
checking for perl module SVG... real_configure:45517: result: no
no
real_configure:45511: checking for perl module Term::ReadKey
checking for perl module Term::ReadKey... real_configure:45521: result: ok
ok
real_configure:45560: no suitable system package found for SPKG
perl_cpan_polymake_prereq
real_configure: no suitable system package found for SPKG
perl_cpan_polymake_prereq
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_mongodb...
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG perl_mongodb... ##
## ------------------------------------------------------------- ##
real_configure:45733: checking for perl module MongoDB
checking for perl module MongoDB... real_configure:45739: result: no
no
real_configure:45782: no suitable system package found for SPKG perl_mongodb
real_configure: no suitable system package found for SPKG perl_mongodb
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_term_readline_gnu...
##
----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG
perl_term_readline_gnu... ##
##
----------------------------------------------------------------------- ##
real_configure:45953: checking for perl module Term::ReadLine
checking for perl module Term::ReadLine... real_configure:45963: result: ok
ok
real_configure:45971: checking Term::ReadLine module...
checking Term::ReadLine module...... real_configure:45980: result: GNU
GNU
real_configure:45997: will use system package and not install SPKG
perl_term_readline_gnu
real_configure: will use system package and not install SPKG
perl_term_readline_gnu
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG planarity...
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG planarity... ##
## ---------------------------------------------------------- ##
real_configure:46135: checking for gp_InitGraph in -lplanarity
checking for gp_InitGraph in -lplanarity... real_configure:46158:
/usr/bin/gcc-13 -o conftest -g -O2    conftest.c -lplanarity -lreadline
-lcurl -lcliquer -lm -lz -lz -lbz2  >&5
real_configure:46158: $? = 0
real_configure:46168: result: yes
yes
real_configure:46176: checking for planarity/graphLib.h
checking for planarity/graphLib.h... real_configure:46176:
/usr/bin/gcc-13 -c -g -O2   conftest.c >&5
conftest.c:103:10: fatal error: planarity/graphLib.h: No such file or
directory
  103 | #include <planarity/graphLib.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:46176: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <planarity/graphLib.h>
real_configure:46176: result: no
no
real_configure:46176: checking for planarity/graph.h
checking for planarity/graph.h... real_configure:46176: /usr/bin/gcc-13
-c -g -O2   conftest.c >&5
real_configure:46176: $? = 0
real_configure:46176: result: yes
yes
real_configure:46218: no suitable system package found for SPKG planarity
real_configure: no suitable system package found for SPKG planarity
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG polymake...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG polymake... ##
## --------------------------------------------------------- ##
real_configure:46336: checking for polymake-config >= 3.5
checking for polymake-config >= 3.5... real_configure:46419: result:

real_configure:46515: no suitable system package found for SPKG polymake
real_configure: no suitable system package found for SPKG polymake
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG ppl...
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ppl... ##
## ---------------------------------------------------- ##
real_configure:46637: checking whether any of gcc glpk gmp is installed
as or will be installed as SPKG
checking whether any of gcc glpk gmp is installed as or will be
installed as SPKG... real_configure:46642: result: yes; install ppl as well
yes; install ppl as well
real_configure:47053: no suitable system package found for SPKG ppl
real_configure: no suitable system package found for SPKG ppl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG primesieve...
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primesieve... ##
## ----------------------------------------------------------- ##
real_configure:47173: checking for primesieve >= 8.0
checking for primesieve >= 8.0... real_configure:47180: $PKG_CONFIG
--exists --print-errors "primesieve >= 8.0"
real_configure:47183: $? = 0
real_configure:47197: $PKG_CONFIG --exists --print-errors "primesieve >=
8.0"
real_configure:47200: $? = 0
real_configure:47240: result: yes
yes
real_configure:47250: will use system package and not install SPKG
primesieve
real_configure: will use system package and not install SPKG primesieve
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG primecount...
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primecount... ##
## ----------------------------------------------------------- ##
real_configure:47388: checking whether any of primesieve is installed as
or will be installed as SPKG
checking whether any of primesieve is installed as or will be installed
as SPKG... real_configure:47398: result: no
no
real_configure:47403: checking for primecount >= 7.1
checking for primecount >= 7.1... real_configure:47410: $PKG_CONFIG
--exists --print-errors "primecount >= 7.1"
real_configure:47413: $? = 0
real_configure:47427: $PKG_CONFIG --exists --print-errors "primecount >=
7.1"
real_configure:47430: $? = 0
real_configure:47688: result: yes
yes
real_configure:47704: will use system package and not install SPKG
primecount
real_configure: will use system package and not install SPKG primecount
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG qhull...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG qhull... ##
## ------------------------------------------------------ ##
real_configure:47839: checking for qhull
checking for qhull... real_configure:47877: result: no
no
real_configure:47885: qhull not found. Installing qhull
real_configure: qhull not found. Installing qhull
real_configure:48028: no suitable system package found for SPKG qhull
real_configure: no suitable system package found for SPKG qhull
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG rw...
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG rw... ##
## --------------------------------------------------- ##
real_configure:48146: checking for rw.h
checking for rw.h... real_configure:48146: /usr/bin/g++-13 -std=gnu++11
-c -g -O2   conftest.cpp >&5
conftest.cpp:104:10: fatal error: rw.h: No such file or directory
  104 | #include <rw.h>
      |          ^~~~~~
compilation terminated.
real_configure:48146: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rw.h>
real_configure:48146: result: no
no
real_configure:48160: checking for library containing calculate_level
checking for library containing calculate_level... real_configure:48189:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp
-lreadline -lcurl -lcliquer -lm -lz -lz -lbz2 >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccUB8gp4.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:83:(.text.startup+0x1):
undefined reference to `calculate_level'
collect2: error: ld returned 1 exit status
real_configure:48189: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int calculate_level ();
| }
| int
| main (void)
| {
| return conftest::calculate_level ();
|   ;
|   return 0;
| }
real_configure:48189: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lrw  -lreadline -lcurl -lcliquer -lm -lz -lz -lbz2  >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
cannot find -lrw: No such file or directory
collect2: error: ld returned 1 exit status
real_configure:48189: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int calculate_level ();
| }
| int
| main (void)
| {
| return conftest::calculate_level ();
|   ;
|   return 0;
| }
real_configure:48209: result: no
no
real_configure:48240: no suitable system package found for SPKG rw
real_configure: no suitable system package found for SPKG rw
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sbcl...
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG sbcl... ##
## ----------------------------------------------------- ##
real_configure:48357: checking for sbcl >= 1.4.16
checking for sbcl >= 1.4.16... real_configure:48442: result: /usr/bin/sbcl
/usr/bin/sbcl
real_configure:48461: will use system package and not install SPKG sbcl
real_configure: will use system package and not install SPKG sbcl
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG singular...
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG singular... ##
## --------------------------------------------------------- ##
real_configure:48601: checking whether any of gmp ntl flint readline
mpfr cddlib is installed as or will be installed as SPKG
checking whether any of gmp ntl flint readline mpfr cddlib is installed
as or will be installed as SPKG... real_configure:48606: result: yes;
install singular as well
yes; install singular as well
real_configure:48817: no suitable system package found for SPKG singular
real_configure: no suitable system package found for SPKG singular
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sirocco...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sirocco... ##
## -------------------------------------------------------- ##
real_configure:48937: checking whether any of mpfr is installed as or
will be installed as SPKG
checking whether any of mpfr is installed as or will be installed as
SPKG... real_configure:48942: result: yes; install sirocco as well
yes; install sirocco as well
real_configure:49140: no suitable system package found for SPKG sirocco
real_configure: no suitable system package found for SPKG sirocco
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sqlite...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sqlite... ##
## ------------------------------------------------------- ##
real_configure:49268: checking libsqlite3 >= sqlite3_min_version
checking libsqlite3 >= sqlite3_min_version... real_configure:49301:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp
-lreadline -lcurl -lcliquer -lm -lz -lz -lbz2 -lsqlite3 >&5
real_configure:49301: $? = 0
real_configure:49301: ./conftest
real_configure:49301: $? = 0
real_configure:49303: result: yes
yes
real_configure:49324: will use system package and not install SPKG sqlite
real_configure: will use system package and not install SPKG sqlite
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG suitesparse...
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG suitesparse... ##
## ------------------------------------------------------------ ##
real_configure:49459: checking whether any of openblas is installed as
or will be installed as SPKG
checking whether any of openblas is installed as or will be installed as
SPKG... real_configure:49469: result: no
no
real_configure:49472: checking for library containing cholmod_speye
checking for library containing cholmod_speye... real_configure:49501:
/usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2    conftest.cpp
-lreadline -lcurl -lcliquer -lm -lz -lz -lbz2 -lsqlite3 >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccp7loIe.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:83:(.text.startup+0x1):
undefined reference to `cholmod_speye'
collect2: error: ld returned 1 exit status
real_configure:49501: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int cholmod_speye ();
| }
| int
| main (void)
| {
| return conftest::cholmod_speye ();
|   ;
|   return 0;
| }
real_configure:49501: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lcholmod  -lreadline -lcurl -lcliquer -lm -lz -lz -lbz2 
-lsqlite3 >&5
real_configure:49501: $? = 0
real_configure:49521: result: -lcholmod
-lcholmod
real_configure:49528: checking for library containing umfpack_di_solve
checking for library containing umfpack_di_solve...
real_configure:49557: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lcholmod -lreadline -lcurl -lcliquer -lm -lz -lz -lbz2 
-lsqlite3 >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccR3G7X2.o: in function `main':
/home/owner/math/sage-10.8/conftest.cpp:83:(.text.startup+0x1):
undefined reference to `umfpack_di_solve'
collect2: error: ld returned 1 exit status
real_configure:49557: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int umfpack_di_solve ();
| }
| int
| main (void)
| {
| return conftest::umfpack_di_solve ();
|   ;
|   return 0;
| }
real_configure:49557: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lumfpack  -lcholmod -lreadline -lcurl -lcliquer -lm -lz
-lz -lbz2  -lsqlite3 >&5
real_configure:49557: $? = 0
real_configure:49577: result: -lumfpack
-lumfpack
real_configure:49584: checking for library containing SuiteSparse_version
checking for library containing SuiteSparse_version...
real_configure:49613: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lumfpack -lcholmod -lreadline -lcurl -lcliquer -lm -lz -lz
-lbz2  -lsqlite3 >&5
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/tmp/ccfGxFZS.o: undefined reference to symbol 'SuiteSparse_version'
/usr/lib64/gcc/x86_64-suse-linux/13/../../../../x86_64-suse-linux/bin/ld:
/usr/lib64/libsuitesparseconfig.so.5: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
real_configure:49613: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| /* end confdefs.h.  */
|
| namespace conftest {
|   extern "C" int SuiteSparse_version ();
| }
| int
| main (void)
| {
| return conftest::SuiteSparse_version ();
|   ;
|   return 0;
| }
real_configure:49613: /usr/bin/g++-13 -std=gnu++11 -o conftest -g -O2   
conftest.cpp -lsuitesparseconfig  -lumfpack -lcholmod -lreadline -lcurl
-lcliquer -lm -lz -lz -lbz2  -lsqlite3 >&5
real_configure:49613: $? = 0
real_configure:49633: result: -lsuitesparseconfig
-lsuitesparseconfig
real_configure:49643: checking for suitesparse/SuiteSparse_config.h
checking for suitesparse/SuiteSparse_config.h... real_configure:49643:
/usr/bin/g++-13 -std=gnu++11 -c -g -O2  conftest.cpp >&5
real_configure:49643: $? = 0
real_configure:49643: result: yes
yes
real_configure:49653: checking for suitesparse/amd.h
checking for suitesparse/amd.h... real_configure:49653: /usr/bin/g++-13
-std=gnu++11 -c -g -O2   conftest.cpp >&5
real_configure:49653: $? = 0
real_configure:49653: result: yes
yes
real_configure:49698: will use system package and not install SPKG
suitesparse
real_configure: will use system package and not install SPKG suitesparse
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG symengine...
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symengine... ##
## ---------------------------------------------------------- ##
real_configure:49852: checking whether any of gmp ecm flint mpc mpfr is
installed as or will be installed as SPKG
checking whether any of gmp ecm flint mpc mpfr is installed as or will
be installed as SPKG... real_configure:49857: result: yes; install
symengine as well
yes; install symengine as well
real_configure:49978: no suitable system package found for SPKG symengine
real_configure: no suitable system package found for SPKG symengine
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG symmetrica...
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symmetrica... ##
## ----------------------------------------------------------- ##
real_configure:50102: checking for symmetrica/def.h
checking for symmetrica/def.h... real_configure:50102: /usr/bin/gcc-13
-c -g -O2   conftest.c >&5
conftest.c:106:10: fatal error: symmetrica/def.h: No such file or directory
  106 | #include <symmetrica/def.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
real_configure:50102: $? = 1
real_configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "10.8"
| #define PACKAGE_STRING "Sage 10.8"
| #define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "10.8"
| #define HAVE_BOOST /**/
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CXX11 1
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_GSS_API 1
| #define LIBCURL_FEATURE_HSTS 1
| #define LIBCURL_FEATURE_HTTP2 1
| #define LIBCURL_FEATURE_HTTPS_PROXY 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_KERBEROS 1
| #define LIBCURL_FEATURE_LARGEFILE 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_FEATURE_PSL 1
| #define LIBCURL_FEATURE_SPNEGO 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_TLS_SRP 1
| #define LIBCURL_FEATURE_UNIXSOCKETS 1
| #define LIBCURL_FEATURE_ALT_SVC 1
| #define LIBCURL_FEATURE_BROTLI 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_THREADSAFE 1
| #define LIBCURL_FEATURE_ZSTD 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_GOPHERS 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_MQTT 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMB 1
| #define LIBCURL_PROTOCOL_SMBS 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_PLANARITY_GRAPH_H 1
| #define HAVE_SUITESPARSE_SUITESPARSE_CONFIG_H 1
| #define HAVE_SUITESPARSE_AMD_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <symmetrica/def.h>
real_configure:50102: result: no
no
real_configure:50242: no suitable system package found for SPKG symmetrica
real_configure: no suitable system package found for SPKG symmetrica
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG sympow...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sympow... ##
## ------------------------------------------------------- ##
real_configure:50361: checking for sympow
checking for sympow... real_configure:50399: result: no
no
real_configure:50450: no suitable system package found for SPKG sympow
real_configure: no suitable system package found for SPKG sympow
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG tachyon...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tachyon... ##
## -------------------------------------------------------- ##
real_configure:50569: checking for tachyon
checking for tachyon... real_configure:50592: found /usr/bin/tachyon
real_configure:50604: result: /usr/bin/tachyon
/usr/bin/tachyon
real_configure:50624: will use system package and not install SPKG tachyon
real_configure: will use system package and not install SPKG tachyon
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG texlive...
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texlive... ##
## -------------------------------------------------------- ##
real_configure:50759: checking for pdflatex
checking for pdflatex... real_configure:50782: found /usr/bin/pdflatex
real_configure:50794: result: /usr/bin/pdflatex
/usr/bin/pdflatex
real_configure:50808: checking for latexmk
checking for latexmk... real_configure:50831: found /usr/bin/latexmk
real_configure:50843: result: /usr/bin/latexmk
/usr/bin/latexmk
real_configure:50857: checking for dvipng
checking for dvipng... real_configure:50880: found /usr/bin/dvipng
real_configure:50892: result: /usr/bin/dvipng
/usr/bin/dvipng
real_configure:50905: checking for latex package fontspec
checking for latex package fontspec...
/usr/share/texmf/tex/latex/fontspec/fontspec.sty
real_configure:50910: result: yes
yes
real_configure:50921: checking for latex package xunicode
checking for latex package xunicode...
/usr/share/texmf/tex/xelatex/xunicode/xunicode.sty
real_configure:50926: result: yes
yes
real_configure:50937: checking for latex package xltxtra
checking for latex package xltxtra...
/usr/share/texmf/tex/xelatex/xltxtra/xltxtra.sty
real_configure:50942: result: yes
yes
real_configure:50953: checking for latex package amssymb
checking for latex package amssymb...
/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
real_configure:50958: result: yes
yes
real_configure:50969: checking for latex package amsfonts
checking for latex package amsfonts...
/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
real_configure:50974: result: yes
yes
real_configure:50985: checking for latex package graphicx
checking for latex package graphicx...
/usr/share/texmf/tex/latex/graphics/graphicx.sty
real_configure:50990: result: yes
yes
real_configure:51001: checking for latex package mathrsfs
checking for latex package mathrsfs...
/usr/share/texmf/tex/latex/jknapltx/mathrsfs.sty
real_configure:51006: result: yes
yes
real_configure:51017: checking for latex package textcomp
checking for latex package textcomp...
/usr/share/texmf/tex/latex/base/textcomp.sty
real_configure:51022: result: yes
yes
real_configure:51033: checking for latex package tikz
checking for latex package tikz...
/usr/share/texmf/tex/latex/pgf/frontendlayer/tikz.sty
real_configure:51038: result: yes
yes
real_configure:51049: checking for latex package tikz-qtree
checking for latex package tikz-qtree... real_configure:51059: result: no
no
real_configure:51065: checking for latex package iftex
checking for latex package iftex...
/usr/share/texmf/tex/generic/iftex/iftex.sty
real_configure:51070: result: yes
yes
real_configure:51081: checking for latex package tkz-berge
checking for latex package tkz-berge... real_configure:51091: result: no
no
real_configure:51097: checking for latex package tkz-graph
checking for latex package tkz-graph... real_configure:51107: result: no
no
real_configure:51113: checking for latex package xy
checking for latex package xy... real_configure:51123: result: no
no
real_configure:51129: checking for latex package babel
checking for latex package babel...
/usr/share/texmf/tex/generic/babel/babel.sty
real_configure:51134: result: yes
yes
real_configure:51145: checking for latex package subfigure
checking for latex package subfigure...
/usr/share/texmf/tex/latex/subfigure/subfigure.sty
real_configure:51150: result: yes
yes
real_configure:51161: checking for latex package hyperref
checking for latex package hyperref...
/usr/share/texmf/tex/latex/hyperref/hyperref.sty
real_configure:51166: result: yes
yes
real_configure:51177: checking for latex package hypcap
checking for latex package hypcap...
/usr/share/texmf/tex/latex/oberdiek/hypcap.sty
real_configure:51182: result: yes
yes
real_configure:51193: checking for latex package xr
checking for latex package xr... /usr/share/texmf/tex/latex/tools/xr.sty
real_configure:51198: result: yes
yes
real_configure:51209: checking for latex package tgtermes
checking for latex package tgtermes...
/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty
real_configure:51214: result: yes
yes
real_configure:51225: checking for latex package fncychap
checking for latex package fncychap...
/usr/share/texmf/tex/latex/fncychap/fncychap.sty
real_configure:51230: result: yes
yes
real_configure:51261: no suitable system package found for SPKG texlive
real_configure: no suitable system package found for SPKG texlive
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG texlive_luatex...
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texlive_luatex... ##
## --------------------------------------------------------------- ##
real_configure:51379: checking for luaotfload-main.lua
checking for luaotfload-main.lua...
/usr/share/texmf/tex/luatex/luaotfload/luaotfload-main.lua
real_configure:51384: result: yes
yes
real_configure:51399: will use system package and not install SPKG
texlive_luatex
real_configure: will use system package and not install SPKG texlive_luatex
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG xindy...
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG xindy... ##
## ------------------------------------------------------ ##
real_configure:51534: checking for xindy
checking for xindy... real_configure:51557: found /usr/bin/xindy
real_configure:51569: result: /usr/bin/xindy
/usr/bin/xindy
real_configure:51586: will use system package and not install SPKG xindy
real_configure: will use system package and not install SPKG xindy
-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG zeromq...
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG zeromq... ##
## ------------------------------------------------------- ##
real_configure:51721: checking whether any of gcc is installed as or
will be installed as SPKG
checking whether any of gcc is installed as or will be installed as
SPKG... real_configure:51731: result: no
no
real_configure:51758: checking for zmq.h
checking for zmq.h... real_configure:51758: /usr/bin/gcc-13 -c -g -O2   
conftest.c >&5
real_configure:51758: $? = 0
real_configure:51758: result: yes
yes
real_configure:51775: checking for ZMQ version >= 4.2.5
checking for ZMQ version >= 4.2.5... real_configure:51791: result: yes
yes
real_configure:51835: will use system package and not install SPKG zeromq
real_configure: will use system package and not install SPKG zeromq
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG admcycles... ##
## ---------------------------------------------------------- ##
real_configure:51967: checking if --enable-system-site-packages was used
real_configure:52023: result: no; skipping check
real_configure:52053: no suitable system package found for SPKG admcycles
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG alabaster... ##
## ---------------------------------------------------------- ##
real_configure:52170: checking if --enable-system-site-packages was used
real_configure:52226: result: no; skipping check
real_configure:52256: no suitable system package found for SPKG alabaster
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG anyio... ##
## ------------------------------------------------------ ##
real_configure:52373: checking if --enable-system-site-packages was used
real_configure:52429: result: no; skipping check
real_configure:52459: no suitable system package found for SPKG anyio
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG appnope... ##
## -------------------------------------------------------- ##
real_configure:52569: SPKG appnope is not required on this system
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG argon2_cffi... ##
## ------------------------------------------------------------ ##
real_configure:52788: checking if --enable-system-site-packages was used
real_configure:52844: result: no; skipping check
real_configure:52874: no suitable system package found for SPKG argon2_cffi
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG argon2_cffi_bindings... ##
## --------------------------------------------------------------------- ##
real_configure:52992: checking if --enable-system-site-packages was used
real_configure:53048: result: no; skipping check
real_configure:53079: no suitable system package found for SPKG
argon2_cffi_bindings
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG arrow... ##
## ------------------------------------------------------ ##
real_configure:53196: checking if --enable-system-site-packages was used
real_configure:53252: result: no; skipping check
real_configure:53282: no suitable system package found for SPKG arrow
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG asttokens... ##
## ---------------------------------------------------------- ##
real_configure:53399: checking if --enable-system-site-packages was used
real_configure:53455: result: no; skipping check
real_configure:53485: no suitable system package found for SPKG asttokens
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG async_lru... ##
## ---------------------------------------------------------- ##
real_configure:53602: checking if --enable-system-site-packages was used
real_configure:53658: result: no; skipping check
real_configure:53688: no suitable system package found for SPKG async_lru
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG attrs... ##
## ------------------------------------------------------ ##
real_configure:53805: checking if --enable-system-site-packages was used
real_configure:53861: result: no; skipping check
real_configure:53891: no suitable system package found for SPKG attrs
##
----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG
auditwheel_or_delocate... ##
##
----------------------------------------------------------------------- ##
real_configure:54008: checking if --enable-system-site-packages was used
real_configure:54064: result: no; skipping check
real_configure:54094: no suitable system package found for SPKG
auditwheel_or_delocate
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG babel... ##
## ------------------------------------------------------ ##
real_configure:54211: checking if --enable-system-site-packages was used
real_configure:54267: result: no; skipping check
real_configure:54297: no suitable system package found for SPKG babel
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG beautifulsoup4... ##
## --------------------------------------------------------------- ##
real_configure:54414: checking if --enable-system-site-packages was used
real_configure:54470: result: no; skipping check
real_configure:54500: no suitable system package found for SPKG
beautifulsoup4
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG beniget... ##
## -------------------------------------------------------- ##
real_configure:54617: checking if --enable-system-site-packages was used
real_configure:54673: result: no; skipping check
real_configure:54703: no suitable system package found for SPKG beniget
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG biopython... ##
## ---------------------------------------------------------- ##
real_configure:54820: checking if --enable-system-site-packages was used
real_configure:54876: result: no; skipping check
real_configure:54906: no suitable system package found for SPKG biopython
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG bleach... ##
## ------------------------------------------------------- ##
real_configure:55023: checking if --enable-system-site-packages was used
real_configure:55079: result: no; skipping check
real_configure:55109: no suitable system package found for SPKG bleach
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG calver... ##
## ------------------------------------------------------- ##
real_configure:55227: checking if --enable-system-site-packages was used
real_configure:55283: result: no; skipping check
real_configure:55314: no suitable system package found for SPKG calver
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG certifi... ##
## -------------------------------------------------------- ##
real_configure:55431: checking if --enable-system-site-packages was used
real_configure:55487: result: no; skipping check
real_configure:55517: no suitable system package found for SPKG certifi
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cffi... ##
## ----------------------------------------------------- ##
real_configure:55634: checking if --enable-system-site-packages was used
real_configure:55690: result: no; skipping check
real_configure:55720: no suitable system package found for SPKG cffi
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG charset_normalizer... ##
## ------------------------------------------------------------------- ##
real_configure:55838: checking if --enable-system-site-packages was used
real_configure:55894: result: no; skipping check
real_configure:55925: no suitable system package found for SPKG
charset_normalizer
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG comm... ##
## ----------------------------------------------------- ##
real_configure:56042: checking if --enable-system-site-packages was used
real_configure:56098: result: no; skipping check
real_configure:56128: no suitable system package found for SPKG comm
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG contourpy... ##
## ---------------------------------------------------------- ##
real_configure:56245: checking if --enable-system-site-packages was used
real_configure:56301: result: no; skipping check
real_configure:56331: no suitable system package found for SPKG contourpy
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG conway_polynomials... ##
## ------------------------------------------------------------------- ##
real_configure:56449: checking if --enable-system-site-packages was used
real_configure:56505: result: no; skipping check
real_configure:56536: no suitable system package found for SPKG
conway_polynomials
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cppy... ##
## ----------------------------------------------------- ##
real_configure:56653: checking if --enable-system-site-packages was used
real_configure:56709: result: no; skipping check
real_configure:56739: no suitable system package found for SPKG cppy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cvxopt... ##
## ------------------------------------------------------- ##
real_configure:56861: checking whether any of gsl glpk suitesparse is
installed as or will be installed as SPKG
real_configure:56866: result: yes; install cvxopt as well
real_configure:56966: no suitable system package found for SPKG cvxopt
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG cvxpy... ##
## ------------------------------------------------------ ##
real_configure:57083: checking if --enable-system-site-packages was used
real_configure:57139: result: no; skipping check
real_configure:57169: no suitable system package found for SPKG cvxpy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cycler... ##
## ------------------------------------------------------- ##
real_configure:57286: checking if --enable-system-site-packages was used
real_configure:57342: result: no; skipping check
real_configure:57372: no suitable system package found for SPKG cycler
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG cylp... ##
## ----------------------------------------------------- ##
real_configure:57489: checking if --enable-system-site-packages was used
real_configure:57545: result: no; skipping check
real_configure:57575: no suitable system package found for SPKG cylp
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cysignals... ##
## ---------------------------------------------------------- ##
real_configure:57693: checking if --enable-system-site-packages was used
real_configure:57749: result: no; skipping check
real_configure:57780: no suitable system package found for SPKG cysignals
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cypari... ##
## ------------------------------------------------------- ##
real_configure:57901: checking whether any of cysignals pari is
installed as or will be installed as SPKG
real_configure:57906: result: yes; install cypari as well
real_configure:58006: no suitable system package found for SPKG cypari
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG cython... ##
## ------------------------------------------------------- ##
real_configure:58124: checking if --enable-system-site-packages was used
real_configure:58180: result: no; skipping check
real_configure:58211: no suitable system package found for SPKG cython
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG database_cubic_hecke... ##
## --------------------------------------------------------------------- ##
real_configure:58328: checking if --enable-system-site-packages was used
real_configure:58384: result: no; skipping check
real_configure:58414: no suitable system package found for SPKG
database_cubic_hecke
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG database_knotinfo... ##
## ------------------------------------------------------------------ ##
real_configure:58531: checking if --enable-system-site-packages was used
real_configure:58587: result: no; skipping check
real_configure:58617: no suitable system package found for SPKG
database_knotinfo
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG dateutil... ##
## --------------------------------------------------------- ##
real_configure:58734: checking if --enable-system-site-packages was used
real_configure:58790: result: no; skipping check
real_configure:58820: no suitable system package found for SPKG dateutil
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipykernel... ##
## ---------------------------------------------------------- ##
real_configure:58937: checking if --enable-system-site-packages was used
real_configure:58993: result: no; skipping check
real_configure:59023: no suitable system package found for SPKG ipykernel
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG debugpy... ##
## -------------------------------------------------------- ##
real_configure:59150: checking if --enable-system-site-packages was used
real_configure:59206: result: no; skipping check
real_configure:59237: no suitable system package found for SPKG debugpy
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG decorator... ##
## ---------------------------------------------------------- ##
real_configure:59354: checking if --enable-system-site-packages was used
real_configure:59410: result: no; skipping check
real_configure:59440: no suitable system package found for SPKG decorator
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG defusedxml... ##
## ----------------------------------------------------------- ##
real_configure:59557: checking if --enable-system-site-packages was used
real_configure:59613: result: no; skipping check
real_configure:59643: no suitable system package found for SPKG defusedxml
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG docutils... ##
## --------------------------------------------------------- ##
real_configure:59760: checking if --enable-system-site-packages was used
real_configure:59816: result: no; skipping check
real_configure:59846: no suitable system package found for SPKG docutils
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG dot2tex... ##
## -------------------------------------------------------- ##
real_configure:59963: checking if --enable-system-site-packages was used
real_configure:60019: result: no; skipping check
real_configure:60049: no suitable system package found for SPKG dot2tex
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ecos_python... ##
## ------------------------------------------------------------ ##
real_configure:60166: checking if --enable-system-site-packages was used
real_configure:60222: result: no; skipping check
real_configure:60252: no suitable system package found for SPKG ecos_python
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG editables... ##
## ---------------------------------------------------------- ##
real_configure:60369: checking if --enable-system-site-packages was used
real_configure:60425: result: no; skipping check
real_configure:60455: no suitable system package found for SPKG editables
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG entrypoints... ##
## ------------------------------------------------------------ ##
real_configure:60572: checking if --enable-system-site-packages was used
real_configure:60628: result: no; skipping check
real_configure:60658: no suitable system package found for SPKG entrypoints
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG exceptiongroup... ##
## --------------------------------------------------------------- ##
real_configure:60776: checking if --enable-system-site-packages was used
real_configure:60832: result: no; skipping check
real_configure:60863: no suitable system package found for SPKG
exceptiongroup
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG execnet... ##
## -------------------------------------------------------- ##
real_configure:60980: checking if --enable-system-site-packages was used
real_configure:61036: result: no; skipping check
real_configure:61066: no suitable system package found for SPKG execnet
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG executing... ##
## ---------------------------------------------------------- ##
real_configure:61183: checking if --enable-system-site-packages was used
real_configure:61239: result: no; skipping check
real_configure:61269: no suitable system package found for SPKG executing
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fastjsonschema... ##
## --------------------------------------------------------------- ##
real_configure:61387: checking if --enable-system-site-packages was used
real_configure:61443: result: no; skipping check
real_configure:61474: no suitable system package found for SPKG
fastjsonschema
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG flit_core... ##
## ---------------------------------------------------------- ##
real_configure:61591: checking if --enable-system-site-packages was used
real_configure:61647: result: no; skipping check
real_configure:61677: no suitable system package found for SPKG flit_core
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fonttools... ##
## ---------------------------------------------------------- ##
real_configure:61794: checking if --enable-system-site-packages was used
real_configure:61850: result: no; skipping check
real_configure:61880: no suitable system package found for SPKG fonttools
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG numpy... ##
## ------------------------------------------------------ ##
real_configure:62000: checking whether any of openblas is installed as
or will be installed as SPKG
real_configure:62010: result: no
real_configure:62014: checking if --enable-system-site-packages was used
real_configure:62070: result: no; skipping check
real_configure:62105: no suitable system package found for SPKG numpy
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG fpylll... ##
## ------------------------------------------------------- ##
real_configure:62227: checking whether any of cysignals fplll numpy is
installed as or will be installed as SPKG
real_configure:62232: result: yes; install fpylll as well
real_configure:62332: no suitable system package found for SPKG fpylll
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG fqdn... ##
## ----------------------------------------------------- ##
real_configure:62449: checking if --enable-system-site-packages was used
real_configure:62505: result: no; skipping check
real_configure:62535: no suitable system package found for SPKG fqdn
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG furo... ##
## ----------------------------------------------------- ##
real_configure:62653: checking if --enable-system-site-packages was used
real_configure:62709: result: no; skipping check
real_configure:62740: no suitable system package found for SPKG furo
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG gap_jupyter... ##
## ------------------------------------------------------------ ##
real_configure:62857: checking if --enable-system-site-packages was used
real_configure:62913: result: no; skipping check
real_configure:62943: no suitable system package found for SPKG gap_jupyter
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG gast... ##
## ----------------------------------------------------- ##
real_configure:63060: checking if --enable-system-site-packages was used
real_configure:63116: result: no; skipping check
real_configure:63146: no suitable system package found for SPKG gast
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG gitpython... ##
## ---------------------------------------------------------- ##
real_configure:63263: checking if --enable-system-site-packages was used
real_configure:63319: result: no; skipping check
real_configure:63349: no suitable system package found for SPKG gitpython
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG gmpy2... ##
## ------------------------------------------------------ ##
real_configure:63466: checking if --enable-system-site-packages was used
real_configure:63522: result: no; skipping check
real_configure:63552: no suitable system package found for SPKG gmpy2
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG h11... ##
## ---------------------------------------------------- ##
real_configure:63669: checking if --enable-system-site-packages was used
real_configure:63725: result: no; skipping check
real_configure:63755: no suitable system package found for SPKG h11
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hatch_readme... ##
## ------------------------------------------------------------- ##
real_configure:63872: checking if --enable-system-site-packages was used
real_configure:63928: result: no; skipping check
real_configure:63958: no suitable system package found for SPKG hatch_readme
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hatch_vcs... ##
## ---------------------------------------------------------- ##
real_configure:64075: checking if --enable-system-site-packages was used
real_configure:64131: result: no; skipping check
real_configure:64161: no suitable system package found for SPKG hatch_vcs
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hatchling... ##
## ---------------------------------------------------------- ##
real_configure:64278: checking if --enable-system-site-packages was used
real_configure:64334: result: no; skipping check
real_configure:64364: no suitable system package found for SPKG hatchling
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG httpcore... ##
## --------------------------------------------------------- ##
real_configure:64482: checking if --enable-system-site-packages was used
real_configure:64538: result: no; skipping check
real_configure:64569: no suitable system package found for SPKG httpcore
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG httpx... ##
## ------------------------------------------------------ ##
real_configure:64687: checking if --enable-system-site-packages was used
real_configure:64743: result: no; skipping check
real_configure:64774: no suitable system package found for SPKG httpx
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG hypothesis... ##
## ----------------------------------------------------------- ##
real_configure:64891: checking if --enable-system-site-packages was used
real_configure:64947: result: no; skipping check
real_configure:64977: no suitable system package found for SPKG hypothesis
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG idna... ##
## ----------------------------------------------------- ##
real_configure:65094: checking if --enable-system-site-packages was used
real_configure:65150: result: no; skipping check
real_configure:65180: no suitable system package found for SPKG idna
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG imagesize... ##
## ---------------------------------------------------------- ##
real_configure:65297: checking if --enable-system-site-packages was used
real_configure:65353: result: no; skipping check
real_configure:65383: no suitable system package found for SPKG imagesize
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG importlib_metadata... ##
## ------------------------------------------------------------------- ##
real_configure:65507: SPKG importlib_metadata is not required on this system
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG importlib_resources... ##
## -------------------------------------------------------------------- ##
real_configure:65732: SPKG importlib_resources is not required on this
system
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG iniconfig... ##
## ---------------------------------------------------------- ##
real_configure:65950: checking if --enable-system-site-packages was used
real_configure:66006: result: no; skipping check
real_configure:66036: no suitable system package found for SPKG iniconfig
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipympl... ##
## ------------------------------------------------------- ##
real_configure:66154: checking if --enable-system-site-packages was used
real_configure:66210: result: no; skipping check
real_configure:66241: no suitable system package found for SPKG ipympl
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipython... ##
## -------------------------------------------------------- ##
real_configure:66358: checking if --enable-system-site-packages was used
real_configure:66414: result: no; skipping check
real_configure:66444: no suitable system package found for SPKG ipython
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipython_genutils... ##
## ----------------------------------------------------------------- ##
real_configure:66561: checking if --enable-system-site-packages was used
real_configure:66617: result: no; skipping check
real_configure:66648: no suitable system package found for SPKG
ipython_genutils
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ipywidgets... ##
## ----------------------------------------------------------- ##
real_configure:66765: checking if --enable-system-site-packages was used
real_configure:66821: result: no; skipping check
real_configure:66851: no suitable system package found for SPKG ipywidgets
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG isoduration... ##
## ------------------------------------------------------------ ##
real_configure:66968: checking if --enable-system-site-packages was used
real_configure:67024: result: no; skipping check
real_configure:67054: no suitable system package found for SPKG isoduration
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG jedi... ##
## ----------------------------------------------------- ##
real_configure:67171: checking if --enable-system-site-packages was used
real_configure:67227: result: no; skipping check
real_configure:67257: no suitable system package found for SPKG jedi
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jinja2... ##
## ------------------------------------------------------- ##
real_configure:67374: checking if --enable-system-site-packages was used
real_configure:67430: result: no; skipping check
real_configure:67460: no suitable system package found for SPKG jinja2
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG json5... ##
## ------------------------------------------------------ ##
real_configure:67577: checking if --enable-system-site-packages was used
real_configure:67633: result: no; skipping check
real_configure:67663: no suitable system package found for SPKG json5
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jsonpointer... ##
## ------------------------------------------------------------ ##
real_configure:67780: checking if --enable-system-site-packages was used
real_configure:67836: result: no; skipping check
real_configure:67866: no suitable system package found for SPKG jsonpointer
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jsonschema... ##
## ----------------------------------------------------------- ##
real_configure:67983: checking if --enable-system-site-packages was used
real_configure:68039: result: no; skipping check
real_configure:68069: no suitable system package found for SPKG jsonschema
##
--------------------------------------------------------------------------
##
## Checking whether SageMath should install SPKG
jsonschema_specifications... ##
##
--------------------------------------------------------------------------
##
real_configure:68186: checking if --enable-system-site-packages was used
real_configure:68242: result: no; skipping check
real_configure:68272: no suitable system package found for SPKG
jsonschema_specifications
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupymake... ##
## --------------------------------------------------------- ##
real_configure:68389: checking if --enable-system-site-packages was used
real_configure:68445: result: no; skipping check
real_configure:68475: no suitable system package found for SPKG jupymake
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_client... ##
## --------------------------------------------------------------- ##
real_configure:68593: checking if --enable-system-site-packages was used
real_configure:68649: result: no; skipping check
real_configure:68680: no suitable system package found for SPKG
jupyter_client
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_core... ##
## ------------------------------------------------------------- ##
real_configure:68798: checking if --enable-system-site-packages was used
real_configure:68854: result: no; skipping check
real_configure:68885: no suitable system package found for SPKG jupyter_core
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_events... ##
## --------------------------------------------------------------- ##
real_configure:69002: checking if --enable-system-site-packages was used
real_configure:69058: result: no; skipping check
real_configure:69088: no suitable system package found for SPKG
jupyter_events
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_jsmol... ##
## -------------------------------------------------------------- ##
real_configure:69206: checking if --enable-system-site-packages was used
real_configure:69262: result: no; skipping check
real_configure:69293: no suitable system package found for SPKG
jupyter_jsmol
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jupyter_lsp... ##
## ------------------------------------------------------------ ##
real_configure:69410: checking if --enable-system-site-packages was used
real_configure:69466: result: no; skipping check
real_configure:69496: no suitable system package found for SPKG jupyter_lsp
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_server... ##
## --------------------------------------------------------------- ##
real_configure:69613: checking if --enable-system-site-packages was used
real_configure:69669: result: no; skipping check
real_configure:69699: no suitable system package found for SPKG
jupyter_server
##
------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG
jupyter_server_terminals... ##
##
------------------------------------------------------------------------- ##
real_configure:69816: checking if --enable-system-site-packages was used
real_configure:69872: result: no; skipping check
real_configure:69902: no suitable system package found for SPKG
jupyter_server_terminals
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyter_sphinx... ##
## --------------------------------------------------------------- ##
real_configure:70020: checking if --enable-system-site-packages was used
real_configure:70076: result: no; skipping check
real_configure:70107: no suitable system package found for SPKG
jupyter_sphinx
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab... ##
## ----------------------------------------------------------- ##
real_configure:70224: checking if --enable-system-site-packages was used
real_configure:70280: result: no; skipping check
real_configure:70310: no suitable system package found for SPKG jupyterlab
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_mathjax2... ##
## -------------------------------------------------------------------- ##
real_configure:70427: checking if --enable-system-site-packages was used
real_configure:70483: result: no; skipping check
real_configure:70513: no suitable system package found for SPKG
jupyterlab_mathjax2
## -------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_pygments... ##
## -------------------------------------------------------------------- ##
real_configure:70631: checking if --enable-system-site-packages was used
real_configure:70687: result: no; skipping check
real_configure:70718: no suitable system package found for SPKG
jupyterlab_pygments
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG jupyterlab_server... ##
## ------------------------------------------------------------------ ##
real_configure:70835: checking if --enable-system-site-packages was used
real_configure:70891: result: no; skipping check
real_configure:70921: no suitable system package found for SPKG
jupyterlab_server
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG jupyterlab_widgets... ##
## ------------------------------------------------------------------- ##
real_configure:71039: checking if --enable-system-site-packages was used
real_configure:71095: result: no; skipping check
real_configure:71126: no suitable system package found for SPKG
jupyterlab_widgets
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG khoca... ##
## ------------------------------------------------------ ##
real_configure:71243: checking if --enable-system-site-packages was used
real_configure:71299: result: no; skipping check
real_configure:71329: no suitable system package found for SPKG khoca
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG kiwisolver... ##
## ----------------------------------------------------------- ##
real_configure:71446: checking if --enable-system-site-packages was used
real_configure:71502: result: no; skipping check
real_configure:71532: no suitable system package found for SPKG kiwisolver
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG lrcalc_python... ##
## -------------------------------------------------------------- ##
real_configure:71649: checking if --enable-system-site-packages was used
real_configure:71705: result: no; skipping check
real_configure:71735: no suitable system package found for SPKG
lrcalc_python
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG markupsafe... ##
## ----------------------------------------------------------- ##
real_configure:71852: checking if --enable-system-site-packages was used
real_configure:71908: result: no; skipping check
real_configure:71938: no suitable system package found for SPKG markupsafe
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mathics... ##
## -------------------------------------------------------- ##
real_configure:72055: checking if --enable-system-site-packages was used
real_configure:72111: result: no; skipping check
real_configure:72141: no suitable system package found for SPKG mathics
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG matplotlib... ##
## ----------------------------------------------------------- ##
real_configure:72263: checking whether any of freetype libpng qhull is
installed as or will be installed as SPKG
real_configure:72268: result: yes; install matplotlib as well
real_configure:72368: no suitable system package found for SPKG matplotlib
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG matplotlib_inline... ##
## ------------------------------------------------------------------ ##
real_configure:72486: checking if --enable-system-site-packages was used
real_configure:72542: result: no; skipping check
real_configure:72573: no suitable system package found for SPKG
matplotlib_inline
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG memory_allocator... ##
## ----------------------------------------------------------------- ##
real_configure:72691: checking if --enable-system-site-packages was used
real_configure:72747: result: no; skipping check
real_configure:72778: no suitable system package found for SPKG
memory_allocator
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG meson_python... ##
## ------------------------------------------------------------- ##
real_configure:72896: checking if --enable-system-site-packages was used
real_configure:72952: result: no; skipping check
real_configure:72983: no suitable system package found for SPKG meson_python
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mistune... ##
## -------------------------------------------------------- ##
real_configure:73100: checking if --enable-system-site-packages was used
real_configure:73156: result: no; skipping check
real_configure:73186: no suitable system package found for SPKG mistune
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG mpmath... ##
## ------------------------------------------------------- ##
real_configure:73303: checking if --enable-system-site-packages was used
real_configure:73359: result: no; skipping check
real_configure:73389: no suitable system package found for SPKG mpmath
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbclient... ##
## --------------------------------------------------------- ##
real_configure:73506: checking if --enable-system-site-packages was used
real_configure:73562: result: no; skipping check
real_configure:73592: no suitable system package found for SPKG nbclient
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbconvert... ##
## ---------------------------------------------------------- ##
real_configure:73709: checking if --enable-system-site-packages was used
real_configure:73765: result: no; skipping check
real_configure:73795: no suitable system package found for SPKG nbconvert
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nbformat... ##
## --------------------------------------------------------- ##
real_configure:73912: checking if --enable-system-site-packages was used
real_configure:73968: result: no; skipping check
real_configure:73998: no suitable system package found for SPKG nbformat
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nest_asyncio... ##
## ------------------------------------------------------------- ##
real_configure:74115: checking if --enable-system-site-packages was used
real_configure:74171: result: no; skipping check
real_configure:74201: no suitable system package found for SPKG nest_asyncio
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG networkx... ##
## --------------------------------------------------------- ##
real_configure:74318: checking if --enable-system-site-packages was used
real_configure:74374: result: no; skipping check
real_configure:74404: no suitable system package found for SPKG networkx
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG nibabel... ##
## -------------------------------------------------------- ##
real_configure:74521: checking if --enable-system-site-packages was used
real_configure:74577: result: no; skipping check
real_configure:74607: no suitable system package found for SPKG nibabel
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notebook... ##
## --------------------------------------------------------- ##
real_configure:74724: checking if --enable-system-site-packages was used
real_configure:74780: result: no; skipping check
real_configure:74810: no suitable system package found for SPKG notebook
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notebook_shim... ##
## -------------------------------------------------------------- ##
real_configure:74927: checking if --enable-system-site-packages was used
real_configure:74983: result: no; skipping check
real_configure:75013: no suitable system package found for SPKG
notebook_shim
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG notedown... ##
## --------------------------------------------------------- ##
real_configure:75130: checking if --enable-system-site-packages was used
real_configure:75186: result: no; skipping check
real_configure:75216: no suitable system package found for SPKG notedown
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG ore_algebra... ##
## ------------------------------------------------------------ ##
real_configure:75333: checking if --enable-system-site-packages was used
real_configure:75389: result: no; skipping check
real_configure:75419: no suitable system package found for SPKG ore_algebra
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG osqp_python... ##
## ------------------------------------------------------------ ##
real_configure:75536: checking if --enable-system-site-packages was used
real_configure:75592: result: no; skipping check
real_configure:75622: no suitable system package found for SPKG osqp_python
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG overrides... ##
## ---------------------------------------------------------- ##
real_configure:75739: checking if --enable-system-site-packages was used
real_configure:75795: result: no; skipping check
real_configure:75825: no suitable system package found for SPKG overrides
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG p_group_cohomology... ##
## ------------------------------------------------------------------- ##
real_configure:75942: checking if --enable-system-site-packages was used
real_configure:75998: result: no; skipping check
real_configure:76028: no suitable system package found for SPKG
p_group_cohomology
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG packaging... ##
## ---------------------------------------------------------- ##
real_configure:76145: checking if --enable-system-site-packages was used
real_configure:76201: result: no; skipping check
real_configure:76231: no suitable system package found for SPKG packaging
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pandoc_attributes... ##
## ------------------------------------------------------------------ ##
real_configure:76348: checking if --enable-system-site-packages was used
real_configure:76404: result: no; skipping check
real_configure:76434: no suitable system package found for SPKG
pandoc_attributes
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pandocfilters... ##
## -------------------------------------------------------------- ##
real_configure:76552: checking if --enable-system-site-packages was used
real_configure:76608: result: no; skipping check
real_configure:76639: no suitable system package found for SPKG
pandocfilters
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pari_jupyter... ##
## ------------------------------------------------------------- ##
real_configure:76756: checking if --enable-system-site-packages was used
real_configure:76812: result: no; skipping check
real_configure:76842: no suitable system package found for SPKG pari_jupyter
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG parso... ##
## ------------------------------------------------------ ##
real_configure:76959: checking if --enable-system-site-packages was used
real_configure:77015: result: no; skipping check
real_configure:77045: no suitable system package found for SPKG parso
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pathspec... ##
## --------------------------------------------------------- ##
real_configure:77162: checking if --enable-system-site-packages was used
real_configure:77218: result: no; skipping check
real_configure:77248: no suitable system package found for SPKG pathspec
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pexpect... ##
## -------------------------------------------------------- ##
real_configure:77365: checking if --enable-system-site-packages was used
real_configure:77421: result: no; skipping check
real_configure:77451: no suitable system package found for SPKG pexpect
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG phitigra... ##
## --------------------------------------------------------- ##
real_configure:77568: checking if --enable-system-site-packages was used
real_configure:77624: result: no; skipping check
real_configure:77654: no suitable system package found for SPKG phitigra
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pickleshare... ##
## ------------------------------------------------------------ ##
real_configure:77771: checking if --enable-system-site-packages was used
real_configure:77827: result: no; skipping check
real_configure:77857: no suitable system package found for SPKG pickleshare
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pillow... ##
## ------------------------------------------------------- ##
real_configure:77978: checking whether any of freetype libpng is
installed as or will be installed as SPKG
real_configure:77988: result: no
real_configure:77992: checking if --enable-system-site-packages was used
real_configure:78048: result: no; skipping check
real_configure:78083: no suitable system package found for SPKG pillow
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG pip... ##
## ---------------------------------------------------- ##
real_configure:78201: checking if --enable-system-site-packages was used
real_configure:78257: result: no; skipping check
real_configure:78341: no suitable system package found for SPKG pip
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pkgconfig... ##
## ---------------------------------------------------------- ##
real_configure:78458: checking if --enable-system-site-packages was used
real_configure:78514: result: no; skipping check
real_configure:78544: no suitable system package found for SPKG pkgconfig
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG platformdirs... ##
## ------------------------------------------------------------- ##
real_configure:78661: checking if --enable-system-site-packages was used
real_configure:78717: result: no; skipping check
real_configure:78747: no suitable system package found for SPKG platformdirs
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pluggy... ##
## ------------------------------------------------------- ##
real_configure:78864: checking if --enable-system-site-packages was used
real_configure:78920: result: no; skipping check
real_configure:78950: no suitable system package found for SPKG pluggy
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG ply... ##
## ---------------------------------------------------- ##
real_configure:79067: checking if --enable-system-site-packages was used
real_configure:79123: result: no; skipping check
real_configure:79153: no suitable system package found for SPKG ply
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pplpy... ##
## ------------------------------------------------------ ##
real_configure:79275: checking whether any of cysignals gmpy2 ppl is
installed as or will be installed as SPKG
real_configure:79280: result: yes; install pplpy as well
real_configure:79380: no suitable system package found for SPKG pplpy
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG primecountpy... ##
## ------------------------------------------------------------- ##
real_configure:79501: checking whether any of cysignals primecount is
installed as or will be installed as SPKG
real_configure:79506: result: yes; install primecountpy as well
real_configure:79606: no suitable system package found for SPKG primecountpy
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG prometheus_client... ##
## ------------------------------------------------------------------ ##
real_configure:79724: checking if --enable-system-site-packages was used
real_configure:79780: result: no; skipping check
real_configure:79811: no suitable system package found for SPKG
prometheus_client
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG prompt_toolkit... ##
## --------------------------------------------------------------- ##
real_configure:79929: checking if --enable-system-site-packages was used
real_configure:79985: result: no; skipping check
real_configure:80016: no suitable system package found for SPKG
prompt_toolkit
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG psutil... ##
## ------------------------------------------------------- ##
real_configure:80133: checking if --enable-system-site-packages was used
real_configure:80189: result: no; skipping check
real_configure:80219: no suitable system package found for SPKG psutil
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG ptyprocess... ##
## ----------------------------------------------------------- ##
real_configure:80336: checking if --enable-system-site-packages was used
real_configure:80392: result: no; skipping check
real_configure:80422: no suitable system package found for SPKG ptyprocess
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pure_eval... ##
## ---------------------------------------------------------- ##
real_configure:80539: checking if --enable-system-site-packages was used
real_configure:80595: result: no; skipping check
real_configure:80625: no suitable system package found for SPKG pure_eval
## --------------------------------------------------- ##
## Checking whether SageMath should install SPKG py... ##
## --------------------------------------------------- ##
real_configure:80742: checking if --enable-system-site-packages was used
real_configure:80798: result: no; skipping check
real_configure:80828: no suitable system package found for SPKG py
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pybind11... ##
## --------------------------------------------------------- ##
real_configure:80945: checking if --enable-system-site-packages was used
real_configure:81001: result: no; skipping check
real_configure:81031: no suitable system package found for SPKG pybind11
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pybtex... ##
## ------------------------------------------------------- ##
real_configure:81148: checking if --enable-system-site-packages was used
real_configure:81204: result: no; skipping check
real_configure:81234: no suitable system package found for SPKG pybtex
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pycosat... ##
## -------------------------------------------------------- ##
real_configure:81351: checking if --enable-system-site-packages was used
real_configure:81407: result: no; skipping check
real_configure:81437: no suitable system package found for SPKG pycosat
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pycparser... ##
## ---------------------------------------------------------- ##
real_configure:81554: checking if --enable-system-site-packages was used
real_configure:81610: result: no; skipping check
real_configure:81640: no suitable system package found for SPKG pycparser
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pycryptosat... ##
## ------------------------------------------------------------ ##
real_configure:81757: checking if --enable-system-site-packages was used
real_configure:81813: result: no; skipping check
real_configure:81843: no suitable system package found for SPKG pycryptosat
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pygments... ##
## --------------------------------------------------------- ##
real_configure:81960: checking if --enable-system-site-packages was used
real_configure:82016: result: no; skipping check
real_configure:82046: no suitable system package found for SPKG pygments
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pygraphviz... ##
## ----------------------------------------------------------- ##
real_configure:82163: checking if --enable-system-site-packages was used
real_configure:82219: result: no; skipping check
real_configure:82249: no suitable system package found for SPKG pygraphviz
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pynormaliz... ##
## ----------------------------------------------------------- ##
real_configure:82366: checking if --enable-system-site-packages was used
real_configure:82422: result: no; skipping check
real_configure:82452: no suitable system package found for SPKG pynormaliz
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyparsing... ##
## ---------------------------------------------------------- ##
real_configure:82569: checking if --enable-system-site-packages was used
real_configure:82625: result: no; skipping check
real_configure:82655: no suitable system package found for SPKG pyparsing
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyppeteer... ##
## ---------------------------------------------------------- ##
real_configure:82772: checking if --enable-system-site-packages was used
real_configure:82828: result: no; skipping check
real_configure:82858: no suitable system package found for SPKG pyppeteer
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyproject_api... ##
## -------------------------------------------------------------- ##
real_configure:82975: checking if --enable-system-site-packages was used
real_configure:83031: result: no; skipping check
real_configure:83061: no suitable system package found for SPKG
pyproject_api
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyproject_hooks... ##
## ---------------------------------------------------------------- ##
real_configure:83178: checking if --enable-system-site-packages was used
real_configure:83234: result: no; skipping check
real_configure:83264: no suitable system package found for SPKG
pyproject_hooks
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyproject_metadata... ##
## ------------------------------------------------------------------- ##
real_configure:83382: checking if --enable-system-site-packages was used
real_configure:83438: result: no; skipping check
real_configure:83469: no suitable system package found for SPKG
pyproject_metadata
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyrsistent... ##
## ----------------------------------------------------------- ##
real_configure:83586: checking if --enable-system-site-packages was used
real_configure:83642: result: no; skipping check
real_configure:83672: no suitable system package found for SPKG pyrsistent
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyscipopt... ##
## ---------------------------------------------------------- ##
real_configure:83789: checking if --enable-system-site-packages was used
real_configure:83845: result: no; skipping check
real_configure:83875: no suitable system package found for SPKG pyscipopt
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pysingular... ##
## ----------------------------------------------------------- ##
real_configure:83992: checking if --enable-system-site-packages was used
real_configure:84048: result: no; skipping check
real_configure:84078: no suitable system package found for SPKG pysingular
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytest... ##
## ------------------------------------------------------- ##
real_configure:84195: checking if --enable-system-site-packages was used
real_configure:84251: result: no; skipping check
real_configure:84281: no suitable system package found for SPKG pytest
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pytest_mock... ##
## ------------------------------------------------------------ ##
real_configure:84398: checking if --enable-system-site-packages was used
real_configure:84454: result: no; skipping check
real_configure:84484: no suitable system package found for SPKG pytest_mock
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytest_xdist... ##
## ------------------------------------------------------------- ##
real_configure:84601: checking if --enable-system-site-packages was used
real_configure:84657: result: no; skipping check
real_configure:84687: no suitable system package found for SPKG pytest_xdist
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_build... ##
## ------------------------------------------------------------- ##
real_configure:84804: checking if --enable-system-site-packages was used
real_configure:84860: result: no; skipping check
real_configure:84890: no suitable system package found for SPKG python_build
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_igraph... ##
## -------------------------------------------------------------- ##
real_configure:85007: checking if --enable-system-site-packages was used
real_configure:85063: result: no; skipping check
real_configure:85093: no suitable system package found for SPKG
python_igraph
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python_json_logger... ##
## ------------------------------------------------------------------- ##
real_configure:85210: checking if --enable-system-site-packages was used
real_configure:85266: result: no; skipping check
real_configure:85296: no suitable system package found for SPKG
python_json_logger
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pythran... ##
## -------------------------------------------------------- ##
real_configure:85413: checking if --enable-system-site-packages was used
real_configure:85469: result: no; skipping check
real_configure:85499: no suitable system package found for SPKG pythran
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytz... ##
## ----------------------------------------------------- ##
real_configure:85616: checking if --enable-system-site-packages was used
real_configure:85672: result: no; skipping check
real_configure:85702: no suitable system package found for SPKG pytz
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pytz_deprecation_shim... ##
## ---------------------------------------------------------------------- ##
real_configure:85819: checking if --enable-system-site-packages was used
real_configure:85875: result: no; skipping check
real_configure:85905: no suitable system package found for SPKG
pytz_deprecation_shim
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyx... ##
## ---------------------------------------------------- ##
real_configure:86022: checking if --enable-system-site-packages was used
real_configure:86078: result: no; skipping check
real_configure:86108: no suitable system package found for SPKG pyx
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG pyyaml... ##
## ------------------------------------------------------- ##
real_configure:86225: checking if --enable-system-site-packages was used
real_configure:86281: result: no; skipping check
real_configure:86311: no suitable system package found for SPKG pyyaml
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG pyzmq... ##
## ------------------------------------------------------ ##
real_configure:86431: checking whether any of zeromq is installed as or
will be installed as SPKG
real_configure:86441: result: no
real_configure:86445: checking if --enable-system-site-packages was used
real_configure:86501: result: no; skipping check
real_configure:86536: no suitable system package found for SPKG pyzmq
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG qdldl_python... ##
## ------------------------------------------------------------- ##
real_configure:86653: checking if --enable-system-site-packages was used
real_configure:86709: result: no; skipping check
real_configure:86739: no suitable system package found for SPKG qdldl_python
## ------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG referencing... ##
## ------------------------------------------------------------ ##
real_configure:86856: checking if --enable-system-site-packages was used
real_configure:86912: result: no; skipping check
real_configure:86942: no suitable system package found for SPKG referencing
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG regina... ##
## ------------------------------------------------------- ##
real_configure:87059: checking if --enable-system-site-packages was used
real_configure:87115: result: no; skipping check
real_configure:87145: no suitable system package found for SPKG regina
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG requests... ##
## --------------------------------------------------------- ##
real_configure:87262: checking if --enable-system-site-packages was used
real_configure:87318: result: no; skipping check
real_configure:87348: no suitable system package found for SPKG requests
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG rfc3339_validator... ##
## ------------------------------------------------------------------ ##
real_configure:87465: checking if --enable-system-site-packages was used
real_configure:87521: result: no; skipping check
real_configure:87551: no suitable system package found for SPKG
rfc3339_validator
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG rfc3986_validator... ##
## ------------------------------------------------------------------ ##
real_configure:87668: checking if --enable-system-site-packages was used
real_configure:87724: result: no; skipping check
real_configure:87754: no suitable system package found for SPKG
rfc3986_validator
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG roman_numerals... ##
## --------------------------------------------------------------- ##
real_configure:87872: checking if --enable-system-site-packages was used
real_configure:87928: result: no; skipping check
real_configure:87959: no suitable system package found for SPKG
roman_numerals
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG rpy2... ##
## ----------------------------------------------------- ##
real_configure:88057: checking for libR >= 3.5
real_configure:88064: $PKG_CONFIG --exists --print-errors "libR >= 3.5"
real_configure:88067: $? = 0
real_configure:88081: $PKG_CONFIG --exists --print-errors "libR >= 3.5"
real_configure:88084: $? = 0
real_configure:88124: result: yes
real_configure:88128: checking for R
real_configure:88151: found /usr/bin/R
real_configure:88163: result: /usr/bin/R
real_configure:88178: checking for version of R executable
real_configure:88181: result: 4.2.2
real_configure:88183: checking for version of libR
real_configure:88186: result: 4.2.2
real_configure:88190: R and libR versions match (4.2.2)
real_configure:88228: checking if --enable-system-site-packages was used
real_configure:88284: result: no; skipping check
real_configure:88315: no suitable system package found for SPKG rpy2
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG rst2ipynb... ##
## ---------------------------------------------------------- ##
real_configure:88432: checking if --enable-system-site-packages was used
real_configure:88488: result: no; skipping check
real_configure:88518: no suitable system package found for SPKG rst2ipynb
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagelib... ##
## -------------------------------------------------------- ##
real_configure:88635: checking if --enable-system-site-packages was used
real_configure:88691: result: no; skipping check
real_configure:88721: no suitable system package found for SPKG sagelib
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagemath_giac... ##
## -------------------------------------------------------------- ##
real_configure:88839: checking if --enable-system-site-packages was used
real_configure:88895: result: no; skipping check
real_configure:88926: no suitable system package found for SPKG
sagemath_giac
## -------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagenb_export... ##
## -------------------------------------------------------------- ##
real_configure:89043: checking if --enable-system-site-packages was used
real_configure:89099: result: no; skipping check
real_configure:89129: no suitable system package found for SPKG
sagenb_export
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sagetex... ##
## -------------------------------------------------------- ##
real_configure:89246: checking if --enable-system-site-packages was used
real_configure:89302: result: no; skipping check
real_configure:89332: no suitable system package found for SPKG sagetex
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG scipy... ##
## ------------------------------------------------------ ##
real_configure:89452: checking whether any of openblas is installed as
or will be installed as SPKG
real_configure:89462: result: no
real_configure:89466: checking if --enable-system-site-packages was used
real_configure:89522: result: no; skipping check
real_configure:89557: no suitable system package found for SPKG scipy
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG scs... ##
## ---------------------------------------------------- ##
real_configure:89674: checking if --enable-system-site-packages was used
real_configure:89730: result: no; skipping check
real_configure:89760: no suitable system package found for SPKG scs
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG send2trash... ##
## ----------------------------------------------------------- ##
real_configure:89877: checking if --enable-system-site-packages was used
real_configure:89933: result: no; skipping check
real_configure:89963: no suitable system package found for SPKG send2trash
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG setuptools... ##
## ----------------------------------------------------------- ##
real_configure:90080: checking if --enable-system-site-packages was used
real_configure:90136: result: no; skipping check
real_configure:90166: no suitable system package found for SPKG setuptools
## --------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG setuptools_scm... ##
## --------------------------------------------------------------- ##
real_configure:90284: checking if --enable-system-site-packages was used
real_configure:90340: result: no; skipping check
real_configure:90371: no suitable system package found for SPKG
setuptools_scm
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG singular_jupyter... ##
## ----------------------------------------------------------------- ##
real_configure:90488: checking if --enable-system-site-packages was used
real_configure:90544: result: no; skipping check
real_configure:90574: no suitable system package found for SPKG
singular_jupyter
## ---------------------------------------------------- ##
## Checking whether SageMath should install SPKG six... ##
## ---------------------------------------------------- ##
real_configure:90691: checking if --enable-system-site-packages was used
real_configure:90747: result: no; skipping check
real_configure:90777: no suitable system package found for SPKG six
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG slabbe... ##
## ------------------------------------------------------- ##
real_configure:90894: checking if --enable-system-site-packages was used
real_configure:90950: result: no; skipping check
real_configure:90980: no suitable system package found for SPKG slabbe
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG snappy... ##
## ------------------------------------------------------- ##
real_configure:91097: checking if --enable-system-site-packages was used
real_configure:91153: result: no; skipping check
real_configure:91183: no suitable system package found for SPKG snappy
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sniffio... ##
## -------------------------------------------------------- ##
real_configure:91300: checking if --enable-system-site-packages was used
real_configure:91356: result: no; skipping check
real_configure:91386: no suitable system package found for SPKG sniffio
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG snowballstemmer... ##
## ---------------------------------------------------------------- ##
real_configure:91504: checking if --enable-system-site-packages was used
real_configure:91560: result: no; skipping check
real_configure:91591: no suitable system package found for SPKG
snowballstemmer
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sortedcontainers... ##
## ----------------------------------------------------------------- ##
real_configure:91708: checking if --enable-system-site-packages was used
real_configure:91764: result: no; skipping check
real_configure:91794: no suitable system package found for SPKG
sortedcontainers
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG soupsieve... ##
## ---------------------------------------------------------- ##
real_configure:91911: checking if --enable-system-site-packages was used
real_configure:91967: result: no; skipping check
real_configure:91997: no suitable system package found for SPKG soupsieve
## ------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx... ##
## ------------------------------------------------------- ##
real_configure:92115: checking if --enable-system-site-packages was used
real_configure:92171: result: no; skipping check
real_configure:92202: no suitable system package found for SPKG sphinx
## ---------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx_basic_ng... ##
## ---------------------------------------------------------------- ##
real_configure:92320: checking if --enable-system-site-packages was used
real_configure:92376: result: no; skipping check
real_configure:92407: no suitable system package found for SPKG
sphinx_basic_ng
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sphinx_copybutton... ##
## ------------------------------------------------------------------ ##
real_configure:92525: checking if --enable-system-site-packages was used
real_configure:92581: result: no; skipping check
real_configure:92612: no suitable system package found for SPKG
sphinx_copybutton
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinx_inline_tabs... ##
## ------------------------------------------------------------------- ##
real_configure:92730: checking if --enable-system-site-packages was used
real_configure:92786: result: no; skipping check
real_configure:92817: no suitable system package found for SPKG
sphinx_inline_tabs
##
------------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG
sphinxcontrib_applehelp... ##
##
------------------------------------------------------------------------ ##
real_configure:92935: checking if --enable-system-site-packages was used
real_configure:92991: result: no; skipping check
real_configure:93022: no suitable system package found for SPKG
sphinxcontrib_applehelp
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_devhelp... ##
## ---------------------------------------------------------------------- ##
real_configure:93140: checking if --enable-system-site-packages was used
real_configure:93196: result: no; skipping check
real_configure:93227: no suitable system package found for SPKG
sphinxcontrib_devhelp
##
----------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG
sphinxcontrib_htmlhelp... ##
##
----------------------------------------------------------------------- ##
real_configure:93345: checking if --enable-system-site-packages was used
real_configure:93401: result: no; skipping check
real_configure:93432: no suitable system package found for SPKG
sphinxcontrib_htmlhelp
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_jsmath... ##
## --------------------------------------------------------------------- ##
real_configure:93550: checking if --enable-system-site-packages was used
real_configure:93606: result: no; skipping check
real_configure:93637: no suitable system package found for SPKG
sphinxcontrib_jsmath
## --------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sphinxcontrib_qthelp... ##
## --------------------------------------------------------------------- ##
real_configure:93755: checking if --enable-system-site-packages was used
real_configure:93811: result: no; skipping check
real_configure:93842: no suitable system package found for SPKG
sphinxcontrib_qthelp
##
------------------------------------------------------------------------------
##
## Checking whether SageMath should install SPKG
sphinxcontrib_serializinghtml... ##
##
------------------------------------------------------------------------------
##
real_configure:93960: checking if --enable-system-site-packages was used
real_configure:94016: result: no; skipping check
real_configure:94047: no suitable system package found for SPKG
sphinxcontrib_serializinghtml
##
------------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG
sphinxcontrib_websupport... ##
##
------------------------------------------------------------------------- ##
real_configure:94165: checking if --enable-system-site-packages was used
real_configure:94221: result: no; skipping check
real_configure:94252: no suitable system package found for SPKG
sphinxcontrib_websupport
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG sqlalchemy... ##
## ----------------------------------------------------------- ##
real_configure:94369: checking if --enable-system-site-packages was used
real_configure:94425: result: no; skipping check
real_configure:94455: no suitable system package found for SPKG sqlalchemy
## ----------------------------------------------------------- ##
## Checking whether SageMath should install SPKG stack_data... ##
## ----------------------------------------------------------- ##
real_configure:94573: checking if --enable-system-site-packages was used
real_configure:94629: result: no; skipping check
real_configure:94660: no suitable system package found for SPKG stack_data
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG surface_dynamics... ##
## ----------------------------------------------------------------- ##
real_configure:94777: checking if --enable-system-site-packages was used
real_configure:94833: result: no; skipping check
real_configure:94863: no suitable system package found for SPKG
surface_dynamics
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG symengine_py... ##
## ------------------------------------------------------------- ##
real_configure:94980: checking if --enable-system-site-packages was used
real_configure:95036: result: no; skipping check
real_configure:95051: will use system package and not install SPKG
symengine_py
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG sympy... ##
## ------------------------------------------------------ ##
real_configure:95183: checking if --enable-system-site-packages was used
real_configure:95239: result: no; skipping check
real_configure:95269: no suitable system package found for SPKG sympy
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG terminado... ##
## ---------------------------------------------------------- ##
real_configure:95386: checking if --enable-system-site-packages was used
real_configure:95442: result: no; skipping check
real_configure:95472: no suitable system package found for SPKG terminado
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG texttable... ##
## ---------------------------------------------------------- ##
real_configure:95589: checking if --enable-system-site-packages was used
real_configure:95645: result: no; skipping check
real_configure:95675: no suitable system package found for SPKG texttable
## --------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tinycss2... ##
## --------------------------------------------------------- ##
real_configure:95793: checking if --enable-system-site-packages was used
real_configure:95849: result: no; skipping check
real_configure:95880: no suitable system package found for SPKG tinycss2
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tornado... ##
## -------------------------------------------------------- ##
real_configure:95997: checking if --enable-system-site-packages was used
real_configure:96053: result: no; skipping check
real_configure:96083: no suitable system package found for SPKG tornado
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG traitlets... ##
## ---------------------------------------------------------- ##
real_configure:96200: checking if --enable-system-site-packages was used
real_configure:96256: result: no; skipping check
real_configure:96286: no suitable system package found for SPKG traitlets
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG trove_classifiers... ##
## ------------------------------------------------------------------ ##
real_configure:96404: checking if --enable-system-site-packages was used
real_configure:96460: result: no; skipping check
real_configure:96491: no suitable system package found for SPKG
trove_classifiers
## ---------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG types_python_dateutil... ##
## ---------------------------------------------------------------------- ##
real_configure:96608: checking if --enable-system-site-packages was used
real_configure:96664: result: no; skipping check
real_configure:96694: no suitable system package found for SPKG
types_python_dateutil
## ------------------------------------------------------------------ ##
## Checking whether SageMath should install SPKG typing_extensions... ##
## ------------------------------------------------------------------ ##
real_configure:96818: SPKG typing_extensions is not required on this system
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG tzlocal... ##
## -------------------------------------------------------- ##
real_configure:97036: checking if --enable-system-site-packages was used
real_configure:97092: result: no; skipping check
real_configure:97122: no suitable system package found for SPKG tzlocal
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG uri_template... ##
## ------------------------------------------------------------- ##
real_configure:97239: checking if --enable-system-site-packages was used
real_configure:97295: result: no; skipping check
real_configure:97325: no suitable system package found for SPKG uri_template
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG urllib3... ##
## -------------------------------------------------------- ##
real_configure:97442: checking if --enable-system-site-packages was used
real_configure:97498: result: no; skipping check
real_configure:97528: no suitable system package found for SPKG urllib3
## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG wcwidth... ##
## -------------------------------------------------------- ##
real_configure:97645: checking if --enable-system-site-packages was used
real_configure:97701: result: no; skipping check
real_configure:97731: no suitable system package found for SPKG wcwidth
## ---------------------------------------------------------- ##
## Checking whether SageMath should install SPKG webcolors... ##
## ---------------------------------------------------------- ##
real_configure:97848: checking if --enable-system-site-packages was used
real_configure:97904: result: no; skipping check
real_configure:97934: no suitable system package found for SPKG webcolors
## ------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG webencodings... ##
## ------------------------------------------------------------- ##
real_configure:98052: checking if --enable-system-site-packages was used
real_configure:98108: result: no; skipping check
real_configure:98139: no suitable system package found for SPKG webencodings
## ----------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG websocket_client... ##
## ----------------------------------------------------------------- ##
real_configure:98256: checking if --enable-system-site-packages was used
real_configure:98312: result: no; skipping check
real_configure:98342: no suitable system package found for SPKG
websocket_client
## ------------------------------------------------------ ##
## Checking whether SageMath should install SPKG wheel... ##
## ------------------------------------------------------ ##
real_configure:98459: checking if --enable-system-site-packages was used
real_configure:98515: result: no; skipping check
real_configure:98545: no suitable system package found for SPKG wheel
## ------------------------------------------------------------------- ##
## Checking whether SageMath should install SPKG widgetsnbextension... ##
## ------------------------------------------------------------------- ##
real_configure:98663: checking if --enable-system-site-packages was used
real_configure:98719: result: no; skipping check
real_configure:98750: no suitable system package found for SPKG
widgetsnbextension
## ----------------------------------------------------- ##
## Checking whether SageMath should install SPKG zipp... ##
## ----------------------------------------------------- ##
real_configure:98867: checking if --enable-system-site-packages was used
real_configure:98923: result: no; skipping check
real_configure:98953: no suitable system package found for SPKG zipp
##
----------------------------------------------------------------------- ##
## Build status for each package:       ##
##
----------------------------------------------------------------------- ##
##
----------------------------------------------------------------------- ##
## Build status for each package:       ##
##
----------------------------------------------------------------------- ##
Traceback (most recent call last):
  File "build/bin/sage-package", line 38, in <module>
    from sage_bootstrap.cmdline import run
  File "build/bin/../sage_bootstrap/cmdline.py", line 33, in <module>
    from sage_bootstrap.app import Application
  File "build/bin/../sage_bootstrap/app.py", line 34, in <module>
    from sage_bootstrap.tarball import Tarball, FileNotMirroredError
  File "build/bin/../sage_bootstrap/tarball.py", line 23, in <module>
    from sage_bootstrap.download import Download, MirrorList
  File "build/bin/../sage_bootstrap/download/__init__.py", line 7, in
<module>
    from sage_bootstrap.download.transfer import Download
  File "build/bin/../sage_bootstrap/download/transfer.py", line 24, in
<module>
    from urllib.request import build_opener, install_opener, urlretrieve
ImportError: No module named request
real_configure:98992: error: Package directory missing. Re-run bootstrap.
real_configure: error: Package directory missing. Re-run bootstrap.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CBC_CFLAGS_set=
ac_cv_env_CBC_CFLAGS_value=
ac_cv_env_CBC_LIBS_set=
ac_cv_env_CBC_LIBS_value=
ac_cv_env_CBLAS_CFLAGS_set=
ac_cv_env_CBLAS_CFLAGS_value=
ac_cv_env_CBLAS_LIBS_set=
ac_cv_env_CBLAS_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-13
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/g++-13
ac_cv_env_ECLIB_CFLAGS_set=
ac_cv_env_ECLIB_CFLAGS_value=
ac_cv_env_ECLIB_LIBS_set=
ac_cv_env_ECLIB_LIBS_value=
ac_cv_env_F77CFLAGS_set=
ac_cv_env_F77CFLAGS_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAS_FFPACK_CFLAGS_set=
ac_cv_env_FFLAS_FFPACK_CFLAGS_value=
ac_cv_env_FFLAS_FFPACK_LIBS_set=
ac_cv_env_FFLAS_FFPACK_LIBS_value=
ac_cv_env_FPLLL_CFLAGS_set=
ac_cv_env_FPLLL_CFLAGS_value=
ac_cv_env_FPLLL_LIBS_set=
ac_cv_env_FPLLL_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GC_CFLAGS_set=
ac_cv_env_GC_CFLAGS_value=
ac_cv_env_GC_LIBS_set=
ac_cv_env_GC_LIBS_value=
ac_cv_env_GF2X_CFLAGS_set=
ac_cv_env_GF2X_CFLAGS_value=
ac_cv_env_GF2X_LIBS_set=
ac_cv_env_GF2X_LIBS_value=
ac_cv_env_GIVARO_CFLAGS_set=
ac_cv_env_GIVARO_CFLAGS_value=
ac_cv_env_GIVARO_LIBS_set=
ac_cv_env_GIVARO_LIBS_value=
ac_cv_env_GSLPCDIR_set=
ac_cv_env_GSLPCDIR_value=
ac_cv_env_GSL_CFLAGS_set=
ac_cv_env_GSL_CFLAGS_value=
ac_cv_env_GSL_LIBS_set=
ac_cv_env_GSL_LIBS_value=
ac_cv_env_IGRAPH_CFLAGS_set=
ac_cv_env_IGRAPH_CFLAGS_value=
ac_cv_env_IGRAPH_LIBS_set=
ac_cv_env_IGRAPH_LIBS_value=
ac_cv_env_ISL_CFLAGS_set=
ac_cv_env_ISL_CFLAGS_value=
ac_cv_env_ISL_LIBS_set=
ac_cv_env_ISL_LIBS_value=
ac_cv_env_LAPACK_CFLAGS_set=
ac_cv_env_LAPACK_CFLAGS_value=
ac_cv_env_LAPACK_LIBS_set=
ac_cv_env_LAPACK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_set=
ac_cv_env_LIBATOMIC_OPS_CFLAGS_value=
ac_cv_env_LIBATOMIC_OPS_LIBS_set=
ac_cv_env_LIBATOMIC_OPS_LIBS_value=
ac_cv_env_LIBFFI_CFLAGS_set=
ac_cv_env_LIBFFI_CFLAGS_value=
ac_cv_env_LIBFFI_LIBS_set=
ac_cv_env_LIBFFI_LIBS_value=
ac_cv_env_LIBGD_CFLAGS_set=
ac_cv_env_LIBGD_CFLAGS_value=
ac_cv_env_LIBGD_LIBS_set=
ac_cv_env_LIBGD_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBSEMIGROUPS_CFLAGS_set=
ac_cv_env_LIBSEMIGROUPS_CFLAGS_value=
ac_cv_env_LIBSEMIGROUPS_LIBS_set=
ac_cv_env_LIBSEMIGROUPS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LINBOX_CFLAGS_set=
ac_cv_env_LINBOX_CFLAGS_value=
ac_cv_env_LINBOX_LIBS_set=
ac_cv_env_LINBOX_LIBS_value=
ac_cv_env_M4RI_CFLAGS_set=
ac_cv_env_M4RI_CFLAGS_value=
ac_cv_env_M4RI_LIBS_set=
ac_cv_env_M4RI_LIBS_value=
ac_cv_env_NCURSES_CFLAGS_set=
ac_cv_env_NCURSES_CFLAGS_value=
ac_cv_env_NCURSES_LIBS_set=
ac_cv_env_NCURSES_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJCXXFLAGS_set=
ac_cv_env_OBJCXXFLAGS_value=
ac_cv_env_OBJCXX_set=
ac_cv_env_OBJCXX_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_OPENBLASPCDIR_set=
ac_cv_env_OPENBLASPCDIR_value=
ac_cv_env_OPENBLAS_CFLAGS_set=
ac_cv_env_OPENBLAS_CFLAGS_value=
ac_cv_env_OPENBLAS_LIBS_set=
ac_cv_env_OPENBLAS_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig:/usr/lib64/pkgconfig:
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PRIMECOUNT_CFLAGS_set=
ac_cv_env_PRIMECOUNT_CFLAGS_value=
ac_cv_env_PRIMECOUNT_LIBS_set=
ac_cv_env_PRIMECOUNT_LIBS_value=
ac_cv_env_PRIMESIEVE_CFLAGS_set=
ac_cv_env_PRIMESIEVE_CFLAGS_value=
ac_cv_env_PRIMESIEVE_LIBS_set=
ac_cv_env_PRIMESIEVE_LIBS_value=
ac_cv_env_READLINE_CFLAGS_set=
ac_cv_env_READLINE_CFLAGS_value=
ac_cv_env_READLINE_LIBS_set=
ac_cv_env_READLINE_LIBS_value=
ac_cv_env_R_CFLAGS_set=
ac_cv_env_R_CFLAGS_value=
ac_cv_env_R_LIBS_set=
ac_cv_env_R_LIBS_value=
ac_cv_env_SAGE_DEBUG_set=
ac_cv_env_SAGE_DEBUG_value=
ac_cv_env_SAGE_FAT_BINARY_set=
ac_cv_env_SAGE_FAT_BINARY_value=
ac_cv_env_SINGULAR_CFLAGS_set=
ac_cv_env_SINGULAR_CFLAGS_value=
ac_cv_env_SINGULAR_LIBS_set=
ac_cv_env_SINGULAR_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libbraiding_CFLAGS_set=
ac_cv_env_libbraiding_CFLAGS_value=
ac_cv_env_libbraiding_LIBS_set=
ac_cv_env_libbraiding_LIBS_value=
ac_cv_env_libjpeg_CFLAGS_set=
ac_cv_env_libjpeg_CFLAGS_value=
ac_cv_env_libjpeg_LIBS_set=
ac_cv_env_libjpeg_LIBS_value=
ac_cv_env_libsirocco_CFLAGS_set=
ac_cv_env_libsirocco_CFLAGS_value=
ac_cv_env_libsirocco_LIBS_set=
ac_cv_env_libsirocco_LIBS_value=
ac_cv_env_msolve_CFLAGS_set=
ac_cv_env_msolve_CFLAGS_value=
ac_cv_env_msolve_LIBS_set=
ac_cv_env_msolve_LIBS_value=
ac_cv_env_ntl_includedir_set=
ac_cv_env_ntl_includedir_value=
ac_cv_env_ntl_libdir_set=
ac_cv_env_ntl_libdir_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_zlib_CFLAGS_set=
ac_cv_env_zlib_CFLAGS_value=
ac_cv_env_zlib_LIBS_set=
ac_cv_env_zlib_LIBS_value=
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_freeform=-ffree-form
ac_cv_func_DGEQRF=no
ac_cv_func_DGEQRF_=no
ac_cv_func_cblas_dgemm=yes
ac_cv_func_curl_free=yes
ac_cv_func_dgeqrf=no
ac_cv_func_dgeqrf_=yes
ac_cv_header_bliss_bliss_C_h=no
ac_cv_header_bzlib_h=yes
ac_cv_header_cliquer_cliquer_h=yes
ac_cv_header_complex_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_gmpxx_h=yes
ac_cv_header_graphviz_cgraph_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lrcalc_lrcoef_h=no
ac_cv_header_lrcalc_schublib_h=no
ac_cv_header_lzma_h=yes
ac_cv_header_planarity_graphLib_h=no
ac_cv_header_planarity_graph_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_rw_h=no
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_suitesparse_SuiteSparse_config_h=yes
ac_cv_header_suitesparse_amd_h=yes
ac_cv_header_symmetrica_def_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_header_zmq_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_lzma_lzma_raw_decoder=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_planarity_gp_InitGraph=yes
ac_cv_lib_z_inflateEnd=yes
ac_cv_lib_z_inflateValidate=yes
ac_cv_objc_compiler_gnu=no
ac_cv_objcxx_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_CL=/usr/bin/cl
ac_cv_path_CMAKE=/usr/local/bin/cmake
ac_cv_path_CONVERT=/usr/bin/convert
ac_cv_path_CURL=/usr/bin/curl
ac_cv_path_DVIPNG=/usr/bin/dvipng
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FFMPEG=/usr/bin/ffmpeg
ac_cv_path_GENGCHECK=/usr/bin/geng
ac_cv_path_GFAN_VERSION=/usr/bin/gfan_version
ac_cv_path_GIT=/usr/bin/git
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INFO=/usr/bin/info
ac_cv_path_LATEXMK=/usr/bin/latexmk
ac_cv_path_MAKE=/usr/bin/make
ac_cv_path_NINJA=/usr/bin/ninja
ac_cv_path_PATCHELF=/usr/bin/patchelf
ac_cv_path_PDF2SVG=/usr/bin/pdf2svg
ac_cv_path_PDFLATEX=/usr/bin/pdflatex
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_R_EXECUTABLE=/usr/bin/R
ac_cv_path_SBCL=/usr/bin/sbcl
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_TACHYON=/usr/bin/tachyon
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_TEXI2ANY=/usr/bin/texi2any
ac_cv_path_XINDY=/usr/bin/xindy
ac_cv_path_XML2_CONFIG=/usr/bin/xml2-config
ac_cv_path_XZ=/usr/bin/xz
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_bzip2_prog=/usr/bin/bzip2
ac_cv_path_foodirectg=/usr/bin/directg
ac_cv_path_foogenbg=/usr/bin/genbg
ac_cv_path_foogeng=/usr/bin/geng
ac_cv_path_foogentourng=/usr/bin/gentourng
ac_cv_path_foogentreeg=/usr/bin/gentreeg
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/gcc-13 -E'
ac_cv_prog_CXXCPP='/usr/bin/g++-13 -std=gnu++11 -E'
ac_cv_prog_DOT=dot
ac_cv_prog_NEATO=neato
ac_cv_prog_TWOPI=twopi
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-13
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_OBJCXX=g++
ac_cv_prog_ac_ct_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_11=no
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_fc_g=yes
ac_cv_prog_found_ar=yes
ac_cv_prog_found_m4=yes
ac_cv_prog_found_patch=yes
ac_cv_prog_found_ranlib=yes
ac_cv_prog_found_strip=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=no
ac_cv_prog_objcxx_g=no
ac_cv_search_BZ2_bzCompress=-lbz2
ac_cv_search_SuiteSparse_version=-lsuitesparseconfig
ac_cv_search___gmpn_gcd_11=no
ac_cv_search_calculate_level=no
ac_cv_search_cholmod_speye=-lcholmod
ac_cv_search_clique_unweighted_max_weight=-lcliquer
ac_cv_search_rl_bind_keyseq=-lreadline
ac_cv_search_umfpack_di_solve=-lumfpack
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libdirstems=lib,lib,lib64
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_OBJCXX_dependencies_compiler_type=none
am_cv_OBJC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_summary='yes, in libc'
am_cv_func_iconv_works=yes
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_c_compiler_vendor=gnu
ax_cv_c_openmp=-fopenmp
ax_cv_check_cxxflags___march_native=yes
ax_cv_check_cxxflags___mavx512f__mavx512vl__mavx512dq=yes
ax_cv_check_cxxflags___mfma4=yes
ax_cv_check_cxxflags___mfma=yes
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
ax_cv_cxx_openmp=-fopenmp
ax_cv_gcc_version=13
ax_cv_gxx_version=13
ax_cv_prog_perl_version=yes
gl_cv_elf=yes
gl_cv_host_cpu_c_abi_32bit=no
gl_cv_iconv_nonconst=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=8.0.1
libcurl_cv_lib_version_ok=yes
lzma_cv_liblzma=yes
lzma_cv_lzma_h=yes
pkg_cv_FREETYPE_CFLAGS=-I/usr/include/freetype2
pkg_cv_FREETYPE_LIBS=-lfreetype
pkg_cv_GF2X_CFLAGS=
pkg_cv_GF2X_LIBS=-lgf2x
pkg_cv_GIVARO_CFLAGS=
pkg_cv_GIVARO_LIBS='-lgivaro -lgmpxx -lgmp'
pkg_cv_GSLPCDIR=/usr/lib64/pkgconfig
pkg_cv_GSL_CFLAGS=
pkg_cv_GSL_LIBS='-lgsl -lgslcblas -lm'
pkg_cv_LIBFFI_CFLAGS=
pkg_cv_LIBFFI_LIBS='-L/usr/lib64/../lib64 -lffi'
pkg_cv_LIBGD_CFLAGS=
pkg_cv_LIBGD_LIBS=-lgd
pkg_cv_LIBPNG_CFLAGS=-I/usr/include/libpng16
pkg_cv_LIBPNG_LIBS='-lpng16 -lz'
pkg_cv_LIBSEMIGROUPS_CFLAGS=
pkg_cv_LIBSEMIGROUPS_LIBS=-lsemigroups
pkg_cv_NCURSES_CFLAGS='-D_GNU_SOURCE -D_DEFAULT_SOURCE
-I/usr/include/ncurses'
pkg_cv_NCURSES_LIBS='-lncurses -ltinfo'
pkg_cv_OPENBLASPCDIR=/usr/lib64/pkgconfig
pkg_cv_OPENBLAS_CFLAGS=-I/usr/include/openblas
pkg_cv_OPENBLAS_LIBS='-L/usr/lib64/openblas-pthreads -lopenblas'
pkg_cv_PRIMECOUNT_CFLAGS=
pkg_cv_PRIMECOUNT_LIBS=-lprimecount
pkg_cv_PRIMESIEVE_CFLAGS=
pkg_cv_PRIMESIEVE_LIBS=-lprimesieve
pkg_cv_R_CFLAGS=-I/usr/lib64/R/include
pkg_cv_R_LIBS='-L/usr/local/lib64 -L/usr/lib64/R/lib
-Wl,--export-dynamic -fopenmp -lR'
pkg_cv_libjpeg_CFLAGS=
pkg_cv_libjpeg_LIBS=-ljpeg
pkg_cv_zlib_CFLAGS=
pkg_cv_zlib_LIBS=-lz
sage_libcurl_cv_lib_curl_executable=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/owner/math/sage-10.8/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/owner/math/sage-10.8/config/missing autoconf'
AUTOHEADER='${SHELL} /home/owner/math/sage-10.8/config/missing autoheader'
AUTOMAKE='${SHELL} /home/owner/math/sage-10.8/config/missing automake-1.15'
AWK='gawk'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_LDFLAGS='-L/usr/lib64'
CBC_CFLAGS=''
CBC_LIBS=''
CBLAS_CFLAGS=''
CBLAS_LIBS=''
CC='/usr/bin/gcc-13'
CCDEPMODE='depmode=none'
CDDEXEC=''
CDDEXECGMP=''
CFLAGS='-g -O2'
CFLAGS_MARCH='-march=native'
CL='/usr/bin/cl'
CONVERT='/usr/bin/convert'
CPP='/usr/bin/gcc-13 -E'
CPPFLAGS='  '
CXX='/usr/bin/g++-13 -std=gnu++11'
CXXCPP='/usr/bin/g++-13 -std=gnu++11 -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DOT='dot'
DVIPNG='/usr/bin/dvipng'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ECLIB_CFLAGS=''
ECLIB_LIBS=''
ECL_CONFIG=''
ECMBIN='ecm'
EGREP='/usr/bin/grep -E'
ENABLE_SYSTEM_SITE_PACKAGES=''
EXEEXT=''
F77CFLAGS=''
F77FLAGS=''
FC='gfortran'
FCFLAGS=''
FFLAS_FFPACK_CFLAGS=''
FFLAS_FFPACK_LIBS=''
FFMPEG='/usr/bin/ffmpeg'
FOURTITWO_CIRCUITS=''
FOURTITWO_GRAVER=''
FOURTITWO_GROEBNER=''
FOURTITWO_HILBERT=''
FOURTITWO_MARKOV=''
FOURTITWO_PPI=''
FOURTITWO_QSOLVE=''
FOURTITWO_RAYS=''
FOURTITWO_ZSOLVE=''
FPLLL_CFLAGS=''
FPLLL_LIBS=''
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_LIBS='-lfreetype'
GAP=''
GAP_ROOT_PATHS='${prefix}/lib/gap;${prefix}/share/gap'
GCC_VERSION='13'
GC_CFLAGS=''
GC_LIBS=''
GENGCHECK='/usr/bin/geng'
GENGETOPT=''
GENGnautyCHECK=''
GF2X_CFLAGS=''
GF2X_LIBS='-lgf2x'
GIVARO_CFLAGS=''
GIVARO_LIBS='-lgivaro -lgmpxx -lgmp'
GLPSOL=''
GP2C=''
GP=''
GPHELP=''
GREP='/usr/bin/grep'
GSLPCDIR='/usr/lib64/pkgconfig'
GSL_CFLAGS=''
GSL_LIBS='-lgsl -lgslcblas -lm'
GXX_VERSION='13'
HAVE_CXX11='1'
HAVE_PIP=''
IGRAPH_CFLAGS=''
IGRAPH_LIBS=''
INFO='/usr/bin/info'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ISL_CFLAGS=''
ISL_LIBS=''
LAPACK_CFLAGS=''
LAPACK_LIBS=''
LATEXMK='/usr/bin/latexmk'
LCALC_BIN=''
LDFLAGS=''
LIBATOMIC_OPS_CFLAGS=''
LIBATOMIC_OPS_LIBS=''
LIBCURL='-lcurl'
LIBCURL_CPPFLAGS=''
LIBFFI_CFLAGS=''
LIBFFI_LIBS='-L/usr/lib64/../lib64 -lffi'
LIBGD_CFLAGS=''
LIBGD_LIBS='-lgd'
LIBICONV=''
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng16'
LIBPNG_LIBS='-lpng16 -lz'
LIBS='-lsuitesparseconfig -lumfpack -lcholmod -lreadline -lcurl
-lcliquer -lm -lz -lz -lbz2  -lsqlite3'
LIBSEMIGROUPS_CFLAGS=''
LIBSEMIGROUPS_LIBS='-lsemigroups'
LINBOX_CFLAGS=''
LINBOX_LIBS=''
LRSNASH=''
LTLIBICONV=''
LTLIBOBJS=''
M4RI_CFLAGS=''
M4RI_LIBS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/owner/math/sage-10.8/config/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
NCURSES_CFLAGS='-D_GNU_SOURCE -D_DEFAULT_SOURCE -I/usr/include/ncurses'
NCURSES_LIBS='-lncurses -ltinfo'
NEATO='neato'
NTL_INCDIR=''
NTL_LIBDIR=''
OBJC='gcc'
OBJCDEPMODE='depmode=none'
OBJCFLAGS=''
OBJCXX='g++'
OBJCXXDEPMODE='depmode=none'
OBJCXXFLAGS=''
OBJEXT='o'
OPENBLASPCDIR='/usr/lib64/pkgconfig'
OPENBLAS_CFLAGS='-I/usr/include/openblas'
OPENBLAS_LIBS='-L/usr/lib64/openblas-pthreads -lopenblas'
OPENMP_CFLAGS='-fopenmp'
OPENMP_CXXFLAGS='-fopenmp'
OPENSSL_INCLUDES=''
OPENSSL_LDFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto'
PACKAGE='sage'
PACKAGE_BUGREPORT='sage-...@googlegroups.com'
PACKAGE_NAME='Sage'
PACKAGE_STRING='Sage 10.8'
PACKAGE_TARNAME='sage'
PACKAGE_URL=''
PACKAGE_VERSION='10.8'
PALPclass11=''
PALPclass4=''
PALPclass5=''
PALPclass6=''
PALPclass=''
PALPcws11=''
PALPcws4=''
PALPcws5=''
PALPcws6=''
PALPcws=''
PALPnef11=''
PALPnef4=''
PALPnef5=''
PALPnef6=''
PALPnef=''
PALPpoly11=''
PALPpoly4=''
PALPpoly5=''
PALPpoly6=''
PALPpoly=''
PANDOC=''
PATCHELF='/usr/bin/patchelf'
PATH_SEPARATOR=':'
PDF2SVG='/usr/bin/pdf2svg'
PDFLATEX='/usr/bin/pdflatex'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/lib64/pkgconfig:/usr/lib64/pkgconfig:'
PPL_CONFIG=''
PPL_CPPFLAGS=''
PPL_LDFLAGS=''
PPL_LIBS=''
PRIMECOUNT_CFLAGS=''
PRIMECOUNT_LIBS='-lprimecount'
PRIMESIEVE_CFLAGS=''
PRIMESIEVE_LIBS='-lprimesieve'
PYTHON_FOR_VENV=''
PYTHON_MINOR='12'
QHULL=''
READLINE_CFLAGS=''
READLINE_LIBS=''
REDCHECKGMP=''
R_CFLAGS='-I/usr/lib64/R/include'
R_EXECUTABLE='/usr/bin/R'
R_LIBS='-L/usr/local/lib64 -L/usr/lib64/R/lib -Wl,--export-dynamic
-fopenmp -lR'
SAGE_ARCHFLAGS=''
SAGE_BOOST_PREFIX=''
SAGE_BUILT_PACKAGES=''
SAGE_CONFIGURE_FFLAS_FFPACK=''
SAGE_CRTI_DIR='/usr/lib64/gcc/x86_64-suse-linux/13/../../../../lib64'
SAGE_CXX_WITHOUT_STD='/usr/bin/g++-13'
SAGE_DEBUG=''
SAGE_DOCS='${SAGE_LOCAL}'
SAGE_DUMMY_PACKAGES=''
SAGE_ECL_CONFIG='${prefix}/bin/ecl-config'
SAGE_ECMBIN='ecm'
SAGE_EDITABLE='yes'
SAGE_ENABLE_4ti2=''
SAGE_ENABLE_awali=''
SAGE_ENABLE_barvinok=''
SAGE_ENABLE_benzene=''
SAGE_ENABLE_bliss=''
SAGE_ENABLE_buckygen=''
SAGE_ENABLE_cbc=''
SAGE_ENABLE_ccache=''
SAGE_ENABLE_cocoalib=''
SAGE_ENABLE_coxeter3=''
SAGE_ENABLE_csdp=''
SAGE_ENABLE_cunningham_tables=''
SAGE_ENABLE_cvxpy=''
SAGE_ENABLE_cylp=''
SAGE_ENABLE_d3js=''
SAGE_ENABLE_database_cremona_ellcurve=''
SAGE_ENABLE_database_cubic_hecke=''
SAGE_ENABLE_database_jones_numfield=''
SAGE_ENABLE_database_knotinfo=''
SAGE_ENABLE_database_kohel=''
SAGE_ENABLE_database_mutation_class=''
SAGE_ENABLE_database_odlyzko_zeta=''
SAGE_ENABLE_database_stein_watkins=''
SAGE_ENABLE_database_stein_watkins_mini=''
SAGE_ENABLE_database_symbolic_data=''
SAGE_ENABLE_deformation=''
SAGE_ENABLE_dot2tex=''
SAGE_ENABLE_dsdp=''
SAGE_ENABLE_e_antic=''
SAGE_ENABLE_ecos_python=''
SAGE_ENABLE_ffmpeg=''
SAGE_ENABLE_free_fonts=''
SAGE_ENABLE_fricas=''
SAGE_ENABLE_frobby=''
SAGE_ENABLE_gap3=''
SAGE_ENABLE_gap_jupyter=''
SAGE_ENABLE_gap_packages=''
SAGE_ENABLE_gdb=''
SAGE_ENABLE_giac=''
SAGE_ENABLE_git=''
SAGE_ENABLE_github_cli=''
SAGE_ENABLE_glucose=''
SAGE_ENABLE_gp2c=''
SAGE_ENABLE_graphviz=''
SAGE_ENABLE_igraph=''
SAGE_ENABLE_imagemagick=''
SAGE_ENABLE_isl=''
SAGE_ENABLE_jmol=''
SAGE_ENABLE_jupymake=''
SAGE_ENABLE_jupyter_jsmol=''
SAGE_ENABLE_kenzo=''
SAGE_ENABLE_kissat=''
SAGE_ENABLE_latte_int=''
SAGE_ENABLE_libgraphviz=''
SAGE_ENABLE_libjpeg=''
SAGE_ENABLE_libnauty=''
SAGE_ENABLE_libogg=''
SAGE_ENABLE_libsemigroups=''
SAGE_ENABLE_libxml2=''
SAGE_ENABLE_lidia=''
SAGE_ENABLE_lie=''
SAGE_ENABLE_llvm=''
SAGE_ENABLE_lrslib=''
SAGE_ENABLE_matroid_database=''
SAGE_ENABLE_mcqd=''
SAGE_ENABLE_meataxe=''
SAGE_ENABLE_modular_resolution=''
SAGE_ENABLE_mpfrcx=''
SAGE_ENABLE_msolve=''
SAGE_ENABLE_normaliz=''
SAGE_ENABLE_notedown=''
SAGE_ENABLE_onetbb=''
SAGE_ENABLE_osqp_python=''
SAGE_ENABLE_p_group_cohomology=''
SAGE_ENABLE_pandoc=''
SAGE_ENABLE_pandoc_attributes=''
SAGE_ENABLE_papilo=''
SAGE_ENABLE_pari_elldata=''
SAGE_ENABLE_pari_galpol=''
SAGE_ENABLE_pari_jupyter=''
SAGE_ENABLE_pari_nftables=''
SAGE_ENABLE_pari_seadata=''
SAGE_ENABLE_pdf2svg=''
SAGE_ENABLE_perl_cpan_polymake_prereq=''
SAGE_ENABLE_perl_mongodb=''
SAGE_ENABLE_perl_term_readline_gnu=''
SAGE_ENABLE_plantri=''
SAGE_ENABLE_polylib=''
SAGE_ENABLE_polymake=''
SAGE_ENABLE_polytopes_db_4d=''
SAGE_ENABLE_pycosat=''
SAGE_ENABLE_pynormaliz=''
SAGE_ENABLE_pyscipopt=''
SAGE_ENABLE_pysingular=''
SAGE_ENABLE_python_flint=''
SAGE_ENABLE_python_igraph=''
SAGE_ENABLE_qdldl_python=''
SAGE_ENABLE_qepcad=''
SAGE_ENABLE_r=''
SAGE_ENABLE_r_jupyter=''
SAGE_ENABLE_rst2ipynb=''
SAGE_ENABLE_rubiks=''
SAGE_ENABLE_saclib=''
SAGE_ENABLE_sage_numerical_backends_coin=''
SAGE_ENABLE_sage_numerical_backends_cplex=''
SAGE_ENABLE_sage_numerical_backends_gurobi=''
SAGE_ENABLE_sagemath_categories=''
SAGE_ENABLE_sagemath_doc_html=''
SAGE_ENABLE_sagemath_doc_pdf=''
SAGE_ENABLE_sagemath_environment=''
SAGE_ENABLE_sagemath_giac=''
SAGE_ENABLE_sagemath_objects=''
SAGE_ENABLE_sagemath_repl=''
SAGE_ENABLE_sbcl=''
SAGE_ENABLE_scip=''
SAGE_ENABLE_scip_sdp=''
SAGE_ENABLE_scs=''
SAGE_ENABLE_semigroups=''
SAGE_ENABLE_singular_jupyter=''
SAGE_ENABLE_sirocco=''
SAGE_ENABLE_soplex=''
SAGE_ENABLE_symengine=''
SAGE_ENABLE_symengine_py=''
SAGE_ENABLE_tdlib=''
SAGE_ENABLE_texlive=''
SAGE_ENABLE_texlive_luatex=''
SAGE_ENABLE_texttable=''
SAGE_ENABLE_tides=''
SAGE_ENABLE_topcom=''
SAGE_ENABLE_valgrind=''
SAGE_ENABLE_xindy=''
SAGE_FAT_BINARY=''
SAGE_FLINT_PREFIX='$SAGE_LOCAL'
SAGE_FREETYPE_PREFIX=''
SAGE_FRICAS_LISP='sbcl --dynamic-space-size 4Gb'
SAGE_GCC_DEP=''
SAGE_GLPK_PREFIX='$SAGE_LOCAL'
SAGE_GMP_INCLUDE='$SAGE_LOCAL/include'
SAGE_GMP_PREFIX='$SAGE_LOCAL'
SAGE_GSL_PC_COMMAND='$(SED) -e '\''s/$${GSL_CBLAS_LIB}//'\'' -e
"s/^GSL_CBLAS_LIB=.*/Requires: cblas/" "/usr/lib64/pkgconfig/gsl.pc" >
"$(@)"'
SAGE_HAVE_LIBJPEG='1'
SAGE_KENZO_FAS='${prefix}/lib/ecl/kenzo.fas'
SAGE_MATHJAX_DIR='${prefix}/share/mathjax/mathjax'
SAGE_MAXIMA='${prefix}/bin/maxima'
SAGE_MAXIMA_FAS='${prefix}/lib/ecl/maxima.fas'
SAGE_MPC_PREFIX='$SAGE_LOCAL'
SAGE_MPFR_PREFIX='$SAGE_LOCAL'
SAGE_NAUTY_BINS_PREFIX=''
SAGE_NORMAL_PACKAGES=''
SAGE_NTL_PREFIX='$SAGE_LOCAL'
SAGE_OPENBLAS_PC_COMMAND='$(LN) -sf "/usr/lib64/pkgconfig/openblas.pc"
"$(@)"'
SAGE_OPTIONAL_INSTALLED_PACKAGES=''
SAGE_OPTIONAL_UNINSTALLED_PACKAGES=''
SAGE_PACKAGE_DEPENDENCIES=''
SAGE_PACKAGE_TREES=''
SAGE_PACKAGE_VERSIONS=''
SAGE_PARI_CFG='$SAGE_LOCAL/lib/pari/pari.cfg'
SAGE_PARI_PREFIX='$SAGE_LOCAL'
SAGE_PIP_INSTALL_FLAGS=''
SAGE_PIP_PACKAGES=''
SAGE_PKG_CONFIG_PATH=''
SAGE_ROOT='/home/owner/math/sage-10.8'
SAGE_SCRIPT_PACKAGES=''
SAGE_SDIST_PACKAGES=''
SAGE_SET_BOOST_PREFIX=''
SAGE_SPKG_OPTIONS=' -o'
SAGE_SUITESPARSE_PREFIX=''
SAGE_SYSTEM_FACADE_PC_FILES=' $(SAGE_PKGCONFIG)/blas.pc
$(SAGE_PKGCONFIG)/cblas.pc $(SAGE_PKGCONFIG)/lapack.pc
$(SAGE_PKGCONFIG)/gsl.pc'
SAGE_TOOLCHAIN='gcc'
SAGE_VENV='${SAGE_LOCAL}/var/lib/sage/venv-python3.12.5'
SAGE_VENV_FLAGS=''
SAGE_WHEELS='no'
SCDD=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHLIBEXT='so'
SINGULAR_BIN=''
SINGULAR_CFLAGS=''
SINGULAR_LIBS=''
STRIP=''
SYMPOW=''
TACHYON='/usr/bin/tachyon'
TEXI2ANY='/usr/bin/texi2any'
TWOPI='twopi'
VERSION='10.8'
XINDY='/usr/bin/xindy'
XML2_CONFIG='/usr/bin/xml2-config'
ZMQ_CPPFLAGS=''
ZMQ_LDFLAGS=''
ZMQ_LIBS='-lzmq'
_libcurl_config=''
ac_ct_CC='/usr/bin/gcc-13'
ac_ct_CXX=''
ac_ct_FC='gfortran'
ac_ct_OBJC='gcc'
ac_ct_OBJCXX='g++'
ac_path_PYTHON3='/bin/python3'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJCXX_FALSE=''
am__fastdepOBJCXX_TRUE='#'
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
bzip2_prog='/usr/bin/bzip2'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
foodirectg='/usr/bin/directg'
foogenbg='/usr/bin/genbg'
foogeng='/usr/bin/geng'
foogenktreeg=''
foogenposetg=''
foogentourng='/usr/bin/gentourng'
foogentreeg='/usr/bin/gentreeg'
found_ar='yes'
found_m4='yes'
found_patch='yes'
found_ranlib='yes'
found_strip='yes'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/owner/math/sage-10.8/config/install-sh'
libbraiding_CFLAGS=''
libbraiding_LIBS=''
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
libjpeg_CFLAGS=''
libjpeg_LIBS='-ljpeg'
libsirocco_CFLAGS=''
libsirocco_LIBS=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
msolve_CFLAGS=''
msolve_LIBS=''
naudirectg=''
naugenbg=''
naugeng=''
naugenktreeg=''
naugenposetg=''
naugentourng=''
naugentreeg=''
ntl_includedir=''
ntl_libdir=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
zlib_CFLAGS=''
zlib_LIBS='-lz'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Sage"
#define PACKAGE_TARNAME "sage"
#define PACKAGE_VERSION "10.8"
#define PACKAGE_STRING "Sage 10.8"
#define PACKAGE_BUGREPORT "sage-...@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "sage"
#define VERSION "10.8"
#define HAVE_BOOST /**/
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_LIBZ 1
#define HAVE_LIBZ 1
#define HAVE_LIBM 1
#define HAVE_CXX11 1
#define HAVE_LIBCURL 1
#define LIBCURL_FEATURE_ASYNCHDNS 1
#define LIBCURL_FEATURE_GSS_API 1
#define LIBCURL_FEATURE_HSTS 1
#define LIBCURL_FEATURE_HTTP2 1
#define LIBCURL_FEATURE_HTTPS_PROXY 1
#define LIBCURL_FEATURE_IDN 1
#define LIBCURL_FEATURE_IPV6 1
#define LIBCURL_FEATURE_KERBEROS 1
#define LIBCURL_FEATURE_LARGEFILE 1
#define LIBCURL_FEATURE_NTLM 1
#define LIBCURL_FEATURE_NTLM_WB 1
#define LIBCURL_FEATURE_PSL 1
#define LIBCURL_FEATURE_SPNEGO 1
#define LIBCURL_FEATURE_SSL 1
#define LIBCURL_FEATURE_TLS_SRP 1
#define LIBCURL_FEATURE_UNIXSOCKETS 1
#define LIBCURL_FEATURE_ALT_SVC 1
#define LIBCURL_FEATURE_BROTLI 1
#define LIBCURL_FEATURE_LIBZ 1
#define LIBCURL_FEATURE_THREADSAFE 1
#define LIBCURL_FEATURE_ZSTD 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_FTPS 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_GOPHERS 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_HTTPS 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_IMAPS 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_MQTT 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_POP3S 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SCP 1
#define LIBCURL_PROTOCOL_SFTP 1
#define LIBCURL_PROTOCOL_SMB 1
#define LIBCURL_PROTOCOL_SMBS 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_SMTPS 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_PLANARITY_GRAPH_H 1
#define HAVE_SUITESPARSE_SUITESPARSE_CONFIG_H 1
#define HAVE_SUITESPARSE_AMD_H 1
#define HAVE_ZMQ /**/

real_configure: exit 1

Dima Pasechnik

unread,
Jan 6, 2026, 9:16:28 PM (2 days ago) Jan 6
to sage-s...@googlegroups.com



-------- Original Message --------
From: dim...@gmail.com
Sent: January 6, 2026 8:01:38 PM CST
To: American Citizen <website...@gmail.com>
Cc: sage-s...@googlegroups.com
Subject: Re: [sage-support] Cannot seem to build from main branch v10.8

Your system python has a broken, or missing, urllib.

> ImportError: No module named request
just above
> real_configure:98992: error: Package directory missing. Re-run bootstrap.
(this error message is likely misleading)

Hopefully, installing urllib will get you through this one.

By the way, can you install python3.12 or later (with the necessary for
development packages)?
Then you can pass it to ./configure in --with-python= option.

Or, even better, switch to using python3.12 or newer as the system Python?
We don't support python3.11 (which you have as /usr/bin/python3) anymore.

Theoretically, Sage would be capable of builing a suitable
Python, but practically this is mostly broken.


> Traceback (most recent call last):
> File "build/bin/sage-package", line 38, in <module>
> from sage_bootstrap.cmdline import run
> File "build/bin/../sage_bootstrap/cmdline.py", line 33, in <module>
> from sage_bootstrap.app import Application
> File "build/bin/../sage_bootstrap/app.py", line 34, in <module>
> from sage_bootstrap.tarball import Tarball, FileNotMirroredError
> File "build/bin/../sage_bootstrap/tarball.py", line 23, in <module>
> from sage_bootstrap.download import Download, MirrorList
> File "build/bin/../sage_bootstrap/download/__init__.py", line 7, in <module>
> from sage_bootstrap.download.transfer import Download
> File "build/bin/../sage_bootstrap/download/transfer.py", line 24, in <module>
> from urllib.request import build_opener, install_opener, urlretrieve
> ImportError: No module named request
> real_configure:98992: error: Package directory missing. Re-run bootstrap.
> real_configure: error: Package directory missing. Re-run bootstrap.


HTH
Dima

Reply all
Reply to author
Forward
0 new messages