[sage-devel] Re: unable to build sage-10.3.beta4 on Ubuntu 22.04

2024-01-09 Thread Dima Pasechnik
By the way, if you haven't yet installed fricas, could you try running ./sage and there sage: from sage.features.fricas import FriCAS sage: FriCAS().is_present() What does it output? On Tuesday, January 9, 2024 at 10:53:20 AM UTC Dima Pasechnik wrote: > It looks like the fricas package is bro

[sage-devel] Re: unable to build sage-10.3.beta4 on Ubuntu 22.04

2024-01-09 Thread Dima Pasechnik
It looks like the fricas package is broken in your installation. Perhaps it's just not installed. Do you have logs/pkgs/fricas-1.3.8.p1.log ? If not, it was not installed. It's an optional package. You can install it by running make fricas && make build (or make -j8 instead of just make) - 8 ca

[sage-devel] Re: unable to build sage-10.3.beta4 on Ubuntu 22.04

2024-01-06 Thread Wouter Castryck
This indeed fixed it, thanks a lot! Op zaterdag 6 januari 2024 om 21:00:05 UTC+1 schreef Matthias Koeppe: > Relevant error from sagelib... log: > > /usr/bin/ld: ///usr/local/lib/libntl.a(RR.o): relocation > R_X86_64_TPOFF32 against symbol `_ZN3NTL2RR4precE' can not be used when > making a s

[sage-devel] Re: unable to build sage-10.3.beta4 on Ubuntu 22.04

2024-01-06 Thread Matthias Koeppe
Relevant error from sagelib... log: /usr/bin/ld: ///usr/local/lib/libntl.a(RR.o): relocation R_X86_64_TPOFF32 against symbol `_ZN3NTL2RR4precE' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: failed to set dynamic section sizes: bad value collect2: erro

[sage-devel] Re: unable to build sage-10.3.beta4 on Ubuntu 22.04

2024-01-06 Thread Dima Pasechnik
I would try to skip cache and ccache options in your call to ./configure On Saturday, January 6, 2024 at 6:05:42 PM UTC wouter@gmail.com wrote: > Hi all, > > I'm trying to build Sage 10.3 beta from source in Ubuntu 22.04 by rather > naively following > > https://doc.sagemath.org/html/en/in