Hi, most probably the problem is due to Conda in your PATH:
PATH: /home/pierretchamitchian/.local/bin/ PATH: /home/pierretchamitchian/miniforge3/bin/ PATH: /home/pierretchamitchian/miniforge3/condabin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ You might find it faster to install Sage from Conda: <https://doc.sagemath.org/html/en/installation/conda.html> If you still want to build it from source, please remove the 1st 5 entries from your PATH before trying again (not only Conda, but also /usr/local) That is, you will need to run in terminal export PATH=/usr/sbin:/usr/bin:/sbin:/bin before starting the building process (after a cleanup by "make distclean") If this fails we need to look at the install.log (in logs/). Please post it. Most likely you'd have hit one of several bugs in 10.6. On June 5, 2025 8:29:06 AM CDT, Pierre Tchamitchian <[email protected]> wrote: >Hi, > >I've been using sagemaths 9.5 on ubuntu for a while now, and for some of my >latest algorthm it seems I had to update it. I then followed a guide on the >following link: > >https://sagemanifolds.obspm.fr/install_ubuntu.html > >which after some time game me an error message saying compiling sage was >impossible. Does anyone know why it interrupted? As I am new to this >support list, don't hesitate to tell me if I need to provide additional >info in my demand. > >Thank you to anyone who responds. >Cordially, >P Tchamitchian > >-- >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 [email protected]. >To view this discussion visit >https://groups.google.com/d/msgid/sage-support/dab3bd3c-756c-4a5a-8831-791d1af88780n%40googlegroups.com. -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-support/C60D6492-2BF8-40A3-88D3-EE1299C56146%40gmail.com.
