[sage-devel] Re: lcalc.analytic_rank fails

2020-03-20 Thread Peter Bruin
Hi Barinder, On my system I get the same error messages as you (but no segmentation fault). This looks like a bug in PARI. It also happens with the built-in ellanalyticrank function in PARI: gp> A = -17737878703644595885728157881856/2195118875780412735240966796875; gp> B = 7638674303992453400

[sage-devel] sagelib does not compile : /usr/bin/ld: cannot find -larb

2020-03-20 Thread Thierry
Hi, for the first time in a while, i did a "make distclean" to test the `spkg-configure.m4` feature. I am running a pretty standard Debian buster with x86_64 arch. I installed all dependencies listed in $SAGE/src/doc/en/installation/debian.txt and $SAGE/src/doc/en/installation/debian-optional.txt

Re: [sage-devel] sagelib does not compile : /usr/bin/ld: cannot find -larb

2020-03-20 Thread Dima Pasechnik
On Sat, Mar 21, 2020 at 12:51 AM Thierry wrote: > > Hi, > > for the first time in a while, i did a "make distclean" to test the > `spkg-configure.m4` feature. I am running a pretty standard Debian > buster with x86_64 arch. > > I installed all dependencies listed in > $SAGE/src/doc/en/installation

[sage-devel] Re: sagelib does not compile : /usr/bin/ld: cannot find -larb

2020-03-20 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/29287 fixes it. On Friday, March 20, 2020 at 12:51:17 PM UTC-4, Thierry (sage-googlesucks@xxx) wrote: > > Hi, > > for the first time in a while, i did a "make distclean" to test the > `spkg-configure.m4` feature. I am running a pretty standard Debian > buster w

Re: [sage-devel] sagelib does not compile : /usr/bin/ld: cannot find -larb

2020-03-20 Thread Thierry
On Sat, Mar 21, 2020 at 01:42:23AM +0800, Dima Pasechnik wrote: > On Sat, Mar 21, 2020 at 12:51 AM Thierry > wrote: > > > > Hi, > > > > for the first time in a while, i did a "make distclean" to test the > > `spkg-configure.m4` feature. I am running a pretty standard Debian > > buster with x86_64

Re: [sage-devel] Re: sagelib does not compile : /usr/bin/ld: cannot find -larb

2020-03-20 Thread Thierry
On Fri, Mar 20, 2020 at 11:25:25AM -0700, Matthias Koeppe wrote: > https://trac.sagemath.org/ticket/29287 fixes it. It worked, thanks ! Thierry > > On Friday, March 20, 2020 at 12:51:17 PM UTC-4, Thierry > (sage-googlesucks@xxx) wrote: > > > > Hi, > > > > for the first time in a while, i did