Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
> Le 14 avr. 2020 à 18:15, John H Palmieri a écrit : > > I would suggest two things: > > $ brew install pkg-config > > and then before building Sage, while in SAGE_ROOT: > > $ source .homebrew-build-env > > Then try ./configure to see what it says at the end about system packages.

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Olivier Guillon
To be more specific, I'm using two different versions of sage on my computer, the one brought by arch repos (system-wide, labeled as sagemath-9.0-15) and another one build from source from the develop branch of sage on github (local, currently SageMath version 9.1 rc0). I will verify configure

[sage-devel] https://wiki.sagemath.org/ReleaseTours/sage-9.1

2020-04-14 Thread Matthias Koeppe
Let's prepare https://wiki.sagemath.org/ReleaseTours/sage-9.1 by collaborative editing. So far we have: Sage 9.1 Release Tour in progress (2020) Contents 1. Sage 9.1 Release Tour 1. Python 3 transition

[sage-devel] Re: Segmentation fault factoring a multivariate polynomial over IntegerModRing

2020-04-14 Thread Markus Wageringel
It looks like this problem is going to be fixed by the upgrade to Singular 4.1.3 (#25993). sage: R. = Integers(7)[] sage: p = x**2-1 sage: p.factor() (x + 1) * (x + 6) There is another segmentation fault related to the non-commutative subsystem Plural, though, causing a doctest

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 2:22 AM David Coudert wrote: > > > > Le 14 avr. 2020 à 18:15, John H Palmieri a écrit : > > I would suggest two things: > > $ brew install pkg-config > > and then before building Sage, while in SAGE_ROOT: > > $ source .homebrew-build-env > > Then try ./configure

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Olivier Guillon
Ok, I just had a 404 error during build because there were no '.../upstream/sage_brial/' to download from at that time. Your answer explains why I was able to build eventually after downloading the brial tarball directly from FTP repository. I'll try to make a separate build without doing it so as

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Olivier Guillon
I forgot to mention I am on Archlinux with kernel 5.6.4 on a Dell XPS 9560. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Olivier Guillon
I ran in the same issue on a separate build, you'll find the log in the attachment. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Dima Pasechnik
Note that brial and sage_brial are built off the same tarball dimpase@penguin:~/sage$ cat build/pkgs/brial/package-version.txt 1.2.5 dimpase@penguin:~/sage$ cat build/pkgs/sage_brial/package-version.txt 1.2.5 dimpase@penguin:~/sage$ cat build/pkgs/sage_brial/checksums.ini

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 9:28 PM Antonio Rojas wrote: > > I'm missing some context here... flint does certainly link to ntl already, i > don't see how it could work otherwise. David just posted a message here claiming this not to be the case on his Arch installation. Perhaps he has an odd

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Antonio Rojas
That's osx, not Arch El martes, 14 de abril de 2020, 15:38:27 (UTC+2), Dima Pasechnik escribió: > > On Tue, Apr 14, 2020 at 9:28 PM Antonio Rojas > wrote: > > > > I'm missing some context here... flint does certainly link to ntl > already, i don't see how it could work otherwise. > > David

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 8:41 PM David Coudert wrote: > > I have similar issues on osx. > > I installed several packages using brew. Some of them are recognized, but not > some others. > I suspect that I'm missing some dependencies, and possibly some environment > variables. > > For instance, I

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Antonio Rojas
I'm missing some context here... flint does certainly link to ntl already, i don't see how it could work otherwise. El martes, 14 de abril de 2020, 15:23:08 (UTC+2), Dima Pasechnik escribió: > > Hi Antonio, > can Arch's Flint be fixed so that it links against NTL, like in Sage? > Then we

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 9:47 PM Antonio Rojas wrote: > > That's osx, not Arch oops, sorry for noise. > > El martes, 14 de abril de 2020, 15:38:27 (UTC+2), Dima Pasechnik escribió: >> >> On Tue, Apr 14, 2020 at 9:28 PM Antonio Rojas wrote: >> > >> > I'm missing some context here... flint does

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Olivier Guillon
Ok thanks a lot for the help, everything seems to work for my main source install as I already said. What I did to solve my issue was essentially the same as the workaround you just mentioned. There were some interferences with my system version of brial (brial-1.2.8) it appears. And, again,

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
I assume there is nothing simple I can do to fix this. Thanks, David. > Le 14 avr. 2020 à 15:09, Dima Pasechnik a écrit : > > On Tue, Apr 14, 2020 at 8:41 PM David Coudert wrote: >> >> I have similar issues on osx. >> >> I installed several packages using brew. Some of them are recognized,

Re: [sage-devel] 9.1.beta0 build failure on Arch

2020-04-14 Thread Dima Pasechnik
Hi Antonio, can Arch's Flint be fixed so that it links against NTL, like in Sage? Then we won't have to build Flint (and Arb) on Arch... On Sat, Jan 11, 2020 at 3:53 PM Antonio Rojas wrote: > > Build fails at fflas-ffpack, log attached. Seems related to FS#27870 > > -- > You received this

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 9:21 PM David Coudert wrote: > > I assume there is nothing simple I can do to fix this. I've notified upstream about this issue, hopefully they fix it soon... > Thanks, > David. > > Le 14 avr. 2020 à 15:09, Dima Pasechnik a écrit : > > On Tue, Apr 14, 2020 at 8:41 PM

Re: [sage-devel] error building brial-1.2.5

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 8:55 PM Olivier Guillon wrote: > > Ok thanks a lot for the help, everything seems to work for my main source > install as I already said. What I did to solve my issue was essentially the > same as the workaround you just mentioned. There were some interferences with >

[sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
I have similar issues on osx. I installed several packages using brew. Some of them are recognized, but not some others. I suspect that I'm missing some dependencies, and possibly some environment variables. For instance, I installed amp, mpfr, mpir, ntl and flint, and flint is the only one

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread John H Palmieri
I would suggest two things: $ brew install pkg-config and then before building Sage, while in SAGE_ROOT: $ source .homebrew-build-env Then try ./configure to see what it says at the end about system packages. On Tuesday, April 14, 2020 at 6:21:40 AM UTC-7, David Coudert wrote: > > I