Richard Quint
unread,May 23, 2025, 6:22:46 PMMay 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
I am unable to build sage-10.6 from source on a PC running Ubuntu
25.04. I was able to build successfully from the same source file,
sage-10.6.tar.gz, on the same machine when it was running Ubuntu 24.10.
After upgrading to 25.04 and ensuring all updates were installed, I
deleted my existing SAGE_ROOT, ~/Sage/sage-10.6, extracted sage-10.6
from the source file as ~/Sage/sage-10.6 (as before), opened a terminal
in ~/Sage/sage-10.6 and ran ./configure followed by make. I got
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: sagelib-10.6
As instructed in the log files, attached are ~/Sage/sage-10.6/config.log
and ~/Sage/sage-10.6/logs/pkgs/sagelib-10.6.log
I checked for the installation status of Python's setuptools and the
version of Python
rquint@Iphegenia:~$ apt list --installed | grep setuptools
WARNING: apt does not have a stable CLI interface. Use with caution
in scripts.
python3-setuptools-whl/plucky,plucky,now 75.8.0-1 all
[installed,automatic]
python3-setuptools/plucky,plucky,now 75.8.0-1 all [installed]
rquint@Iphegenia:~$ python --version
Python 3.13.3