Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-09-01 Thread Dima Pasechnik
this is most probably https://trac.sagemath.org/ticket/32424 On Wed, 1 Sep 2021, 22:30 Max Alekseyev, wrote: > I'm also seeing illegal instruction in Sage 9.3 and 9.4 (and not in 9.2) > while doing some linear algebra, although I'm not sure if it's the same bug > or not. > In either case, my bug

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-09-01 Thread Max Alekseyev
I'm also seeing illegal instruction in Sage 9.3 and 9.4 (and not in 9.2) while doing some linear algebra, although I'm not sure if it's the same bug or not. In either case, my bugreport is submitted to https://trac.sagemath.org/ticket/32447 Regards, Max On Thursday, August 26, 2021 at 2:38:10

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-26 Thread Nathan Dunfield
I suspect the cause is OpenBLAS. While this library is built with DYNAMIC_ARCH=1, there is still the non-performance critical code which will use whatever instructions are available on the machine at compile time unless you also set TARGET. See https://github.com/xianyi/OpenBLAS/issues/3056

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-26 Thread Samuel Lelièvre
Would it help to set `CFLAGS` to `-mno-avx -mno-avx2 -mno-bmi2` as is done for building the Sage macOS app? --Samuel -- 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

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-25 Thread Matthias Koeppe
I've opened https://trac.sagemath.org/ticket/32424 for this issue with Sage 9.4. On Wednesday, August 25, 2021 at 8:15:02 PM UTC-7 wst...@gmail.com wrote: > Hi, > > I release cocalc-docker ([1], [2]) a few days ago with sage-9.4, and had > people reporting back "illegal instruction" issues. S

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-25 Thread William Stein
Hi, I release cocalc-docker ([1], [2]) a few days ago with sage-9.4, and had people reporting back "illegal instruction" issues. Sage is built there with SAGE_FAT_BINARY="yes", using this script [3]. One person who reported a problem had a "Dell PowerEdge R710." and I built on an intel Dell

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-25 Thread Marco Streng
In the end I build 9.4 from source and that worked perfectly. And it turned out that the Ubuntu 18.04 binaries of 9.2 also work on this particular machine (though we went for 9.4 in the end). Thanks again for the help. Op dinsdag 24 augustus 2021 om 18:03:01 UTC+2 schreef slelievre: > 2021-08-2

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-24 Thread Samuel Lelièvre
2021-08-24 05:48 UTC, Dima Pasechnik: > > These "illegal instruction" errors are an indication > that the binary was built for a more advanced CPU > than yours - which does not support certain CPU > commands. It's a bug in "fat binary" build process > we see for some time. > > Build Sage yourself,

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-24 Thread Marco Streng
Thanks, I'll do that. Op dinsdag 24 augustus 2021 om 07:48:00 UTC+2 schreef dim...@gmail.com: > These "illegal instruction" errors are an indication that the binary was > built for a more advanced CPU than yours - which does not support certain > CPU commands. It's a bug in "fat binary" build p

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread Dima Pasechnik
These "illegal instruction" errors are an indication that the binary was built for a more advanced CPU than yours - which does not support certain CPU commands. It's a bug in "fat binary" build process we see for some time. Build Sage yourself, or use Conda. On Mon, 23 Aug 2021, 23:33 share the

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread share the sage
Hi Marco, How are you? In my case, upgrading to Ubuntu 20.04 base, didn't solve the issue. Building did. I had the same SignalError on Linux Mint 20.1 (based on Ubuntu 20.04) with the corresponding Sage prebuild binaries as in Linux Mint 18.3 (based on Ubuntu 16.04). So, I took courage and

[sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread Marco Streng
Hi everyone, I'm having the same problem, on Ubuntu 18.04: I unpack the binaries sage-9.3-Ubuntu_18.04-x86_64.tar.bz2 and run ./sage Then I see a few lines that look like /home/strengtc/software/sage-9.3/local/lib/python3.9/site-packages/traitlets/config/loader.py:795: SyntaxWarning: "is" with

[sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-07-02 Thread slelievre
2021-07-02 03:49:48 UTC+2, share the sage: > > Hi there! > > I've upgraded to Linux Mint 20.1 Ulyssa (kernel 5.4.0-77-generic), > and then I've build Sage 9.3 from source. > > Now the issue is solved. Thanks for this amazing software! Thanks for the news and your detailed report. > I downloaded s

[sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-07-01 Thread share the sage
Hi there! I've upgraded to Linux Mint 20.1 Ulyssa (kernel 5.4.0-77-generic), and then I've build Sage 9.3 from source. Now the issue is solved. Thanks for this amazing software! I downloaded sources tarball for sage 9.3 via torrent. Then, before proceeding, I studied README.md and source.rst