Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2021-05-17 Thread Dima Pasechnik
Sage 9.3 has been released. Try it and not 9.2 please. On Tue, 18 May 2021, 06:27 Mike Lensi, wrote: > I seem to be having a similar issue. Are there any new recommendations? > > On Wednesday, October 7, 2020 at 8:39:59 AM UTC-6 wdjo...@gmail.com wrote: > >> Hi: >> >> The compiler still can't f

[sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2021-05-17 Thread Mike Lensi
I seem to be having a similar issue. Are there any new recommendations? On Wednesday, October 7, 2020 at 8:39:59 AM UTC-6 wdjo...@gmail.com wrote: > Hi: > > The compiler still can't find installed python3: > > wdj@jeeves sage-9.2.rc0 % which python3 > > /Library/Frameworks/Python.framework/Versi

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-08 Thread David Joyner
On Thu, Oct 8, 2020 at 2:47 PM slelievre wrote: > 2020-10-08 17:38:08 UTC, David Joyner: > > > > I can log in but don't seem to have permission to add a comment to trac. > > Your trac account was missing a name and an email. > I filled those in, can you try again? > That must have worked, thank

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-08 Thread slelievre
2020-10-08 17:38:08 UTC, David Joyner: > > I can log in but don't seem to have permission to add a comment to trac. Your trac account was missing a name and an email. I filled those in, can you try again? -- You received this message because you are subscribed to the Google Groups "sage-support

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-08 Thread David Joyner
On Thu, Oct 8, 2020 at 9:48 AM slelievre wrote: > 2020-10-07 21:09:18 UTC, John H Palmieri: > > > > including details of which homebrew packages you've installed. > > To get your installed homebrew packages listed in a file: > ``` > $ brew list --versions > brew-list-versions.txt > ``` > Thank y

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-08 Thread slelievre
2020-10-07 21:09:18 UTC, John H Palmieri: > > including details of which homebrew packages you've installed. To get your installed homebrew packages listed in a file: ``` $ brew list --versions > brew-list-versions.txt ``` Or to add the date to the filename: ``` $ brew list --versions > brew-list-

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread Dima Pasechnik
I would suggest not to touch macOS 11 until it is running Homebrew (or help them), because they basically have the same issues to solve. On Wed, 7 Oct 2020, 22:09 John H Palmieri, wrote: > I think you should report this at #30651, including details of which > homebrew packages you've installed.

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread John H Palmieri
I think you should report this at #30651, including details of which homebrew packages you've installed. It was suggested at https://trac.sagemath.org/ticket/30494#comment:92 that homebrew's gfortran may not work with Big Sur, so you might want to install Sage's version of that, too. On Wednes

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread David Joyner
On Wed, Oct 7, 2020 at 12:37 PM David Lowry-Duda wrote: > sage -f [opts] [packages] is a shortcut for force-building specified > packages. If you examine the output of `sage -advanced` on a commandline, > this is noted there. The command `sage -advanced` is a more complete > version of the typica

Re: [sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread David Joyner
On Wed, Oct 7, 2020 at 1:06 PM John H Palmieri wrote: > Building Sage on Big Sur is being tracked at > https://trac.sagemath.org/ticket/30651; see also > https://trac.sagemath.org/ticket/30494. Do you have homebrew installed, > and if so, which packages? You could try forcing Sage to build its ow

[sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread John H Palmieri
Building Sage on Big Sur is being tracked at https://trac.sagemath.org/ticket/30651; see also https://trac.sagemath.org/ticket/30494. Do you have homebrew installed, and if so, which packages? You could try forcing Sage to build its own zlib, for example, to try to get Sage's Python to find it.

[sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread David Lowry-Duda
sage -f [opts] [packages] is a shortcut for force-building specified packages. If you examine the output of `sage -advanced` on a commandline, this is noted there. The command `sage -advanced` is a more complete version of the typical help command `sage -h`. (I don't know how to solve your actu

[sage-support] Re: problem compiling sage-9.2.rc0 on big sur, xcode 12.01

2020-10-07 Thread David Joyner
On a lark, I ran ./sage -f This is undocumented as far as I can tell and I've no idea what it does (of course ./sage doesn't work since it didn't compile - see my previous email in this thread). It seemed to try to compile python 3.8.5. I pasted the tail end below, in case this is useful. BTW, what

[sage-support] Re: Problem compiling Sage

2019-05-11 Thread Armelle Mathis
Le jeudi 6 octobre 2011 21:16:37 UTC+2, Loïc a écrit : > > Hello list > > I try to compile sage-4.7.1 under debian Squeeze > > It failes on python compiling; > > here is my error message. > >File "./setup.py", line 1934, in > main() >File "./setup.py", line 1929, in main > 'Lib

Re: [sage-support] Re: Problem compiling Sage 7.6 from source

2017-06-01 Thread Jeroen Demeyer
On 2017-06-01 02:13, Bernardo Feijoo wrote: Then I tried to install again and the installation stopped with an error about linbox. I just started it again and it seems to be progressing past linbox, so I think it's making progress. I'm just gonna keep trying. This suggests a hardware problem of

[sage-support] Re: Problem compiling Sage 7.6 from source

2017-05-31 Thread Bernardo Feijoo
Thank you for your help, Dima. I had version 6.3.0 of gcc installed. I tried to downgrade it but I was not able to. I also installed gfortran. Then I unistalled gcc, g++ and gfortran and installed them again (I was trying to install version 5.4.0, but failed again!). Then I tried to install ag

[sage-support] Re: problem compiling sage-5.10

2013-06-24 Thread Luis Finotti
> > Same answer: ;-) > > See #14737 [1], preliminary fixed spkg is here: > > > http://boxen.math.washington.edu/home/leif/Sage/spkgs/singular-3-1-5.p8.spkg > > (Download and copy that into spkg/standard/, then resume the build by > typing 'make' again.) > > > -leif > > > [1] http://trac.sag

[sage-support] Re: problem compiling sage-5.10

2013-06-24 Thread leif
Luis Finotti wrote: Dear all, I am trying to compile sage-5.10 from source. I am using aptosid (basically Debian unstable). Apparently the error occurs when compiling singular. The log file is here: http://www.math.utk.edu/~finotti/misc/singular-3-1-5.p7.log Same answer: ;-) See #14737 [1]