Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-05 Thread phiparis19
Hello by doing sudo mv /usr/local/bin/ar /usr/local/bin/ar_tmp and sudo mv /usr/local/bin/ranlib /usr/local/bin/ranlib_tmp the compilation is much doing better but it fails here [sagelib-9.2] error: command 'gcc' failed with exit status 1 Due this warming [sagelib-9.2] ld: warning:

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread John H Palmieri
By way of comparison, I am using the system's version of all of these (/usr/bin/...), not homebrew's. Sage builds fine for me. On Wednesday, November 4, 2020 at 2:39:58 PM UTC-8, Isuru Fernando wrote: > > Looks to me like you are using gcc,g++ from the system and ar, ranlib from > homebrew.

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread Isuru Fernando
Looks to me like you are using gcc,g++ from the system and ar, ranlib from homebrew. Can you try switching all to system or all to homebrew? Isuru On Wed, Nov 4, 2020 at 3:09 PM phiparis19 wrote: > /usr/bin/gcc > > /usr/bin/g++ > > /usr/local/bin/ar > > /usr/local/bin/ranlib > > >

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread phiparis19
/usr/bin/gcc /usr/bin/g++ /usr/local/bin/ar /usr/local/bin/ranlib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld /Applications/sage-9.2/local/var/tmp/sage/build/gf2x-1.3.0/.libs/libtuneup-s1.a: cannot open

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread Isuru Fernando
What do you get for each of the commands? which gcc which g++ which ar which ranlib gcc -print-prog-name=ld file /Applications/sage-9.2/local/var/tmp/sage/build/gf2x-1.3.0/.libs/libtuneup-s1.a Isuru On Wed, Nov 4, 2020 at 2:30 PM phiparis19 wrote: > Here is the file > Thank you > > Le

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread phiparis19
Here is the file Thank you Le mercredi 4 novembre 2020 à 21:04:09 UTC+1, isu...@gmail.com a écrit : > > I get ld: warning: ignoring file ./.libs/libtuneup-s1.a, building for > macOS-x86_64 but attempting to link with file built for unknown-unsupported > file format ( 0x21 0x3C 0x61 0x72 0x63

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread Isuru Fernando
> I get ld: warning: ignoring file ./.libs/libtuneup-s1.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 ) Can you send `gf2x`'s `config.log`? This happens

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread phiparis19
Thank you for helping me. I followed the instructions at the end of ./configure output (brew install ...) I get ld: warning: ignoring file ./.libs/libtuneup-s1.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-04 Thread John H Palmieri
On Tuesday, November 3, 2020 at 11:30:54 PM UTC-8, Dima Pasechnik wrote: > > As far as building from source is concerned, I'd recommend using > Homebrew, instead of trying > to build most packages from scratch (as it is the case if you don't use > it). > Please pay attention that you need to

Re: [sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-03 Thread Dima Pasechnik
As far as building from source is concerned, I'd recommend using Homebrew, instead of trying to build most packages from scratch (as it is the case if you don't use it). Please pay attention that you need to run source .homebrew-build-env and to the list of packages you'd install printed out by

[sage-support] SageMath-9.2 does not start with Jupyter on macOS 10.15.7

2020-11-03 Thread phiparis19
Hello, After upgrading from SageMath-9.1 to SageMath-9.2, ./sage -n jupyter fails ModuleNotFoundError: No module named '_ssl' The Jupyter notebook requires ssl, even if you do not use https. Install the openssl development packages in your system and then rebuild Python (sage -f python3).