Re: [sage-devel] Unable to build sage

2020-07-05 Thread Dima Pasechnik
On Sun, Jul 5, 2020 at 10:30 AM wrote: > > On Sat, Jul 04, 2020 at 06:44:59PM -0700, Daniel Bump wrote: > > > > > > On Saturday, July 4, 2020 at 3:12:36 PM UTC-7, Dima Pasechnik wrote: > > > > > > I guess this is due to gfortran 10. > > > We still do not support gcc 10, I think. > > > Can you

Re: [sage-devel] Unable to build sage

2020-07-05 Thread dimpase
On Sat, Jul 04, 2020 at 06:44:59PM -0700, Daniel Bump wrote: > > > On Saturday, July 4, 2020 at 3:12:36 PM UTC-7, Dima Pasechnik wrote: > > > > I guess this is due to gfortran 10. > > We still do not support gcc 10, I think. > > Can you downgrade it to gfortran 9? > > > > I had gfortran10 which

Re: [sage-devel] Unable to build sage

2020-07-05 Thread Dima Pasechnik
On Sun, Jul 5, 2020 at 2:45 AM Daniel Bump wrote: > > > > On Saturday, July 4, 2020 at 3:12:36 PM UTC-7, Dima Pasechnik wrote: >> >> I guess this is due to gfortran 10. >> We still do not support gcc 10, I think. >> Can you downgrade it to gfortran 9? > > > I had gfortran10 which came with gcc.

Re: [sage-devel] Unable to build sage

2020-07-04 Thread Daniel Bump
On Saturday, July 4, 2020 at 3:12:36 PM UTC-7, Dima Pasechnik wrote: > > I guess this is due to gfortran 10. > We still do not support gcc 10, I think. > Can you downgrade it to gfortran 9? > I had gfortran10 which came with gcc. In installed gfortran (with Homebrew) which gave me gfortran 8.2.

Re: [sage-devel] Unable to build sage

2020-07-04 Thread Matthias Koeppe
scipy update to 1.5.1 is now at https://trac.sagemath.org/ticket/29766 For gcc 10 support of the whole sage distribution we need at least one more package upgrade: sympow https://trac.sagemath.org/ticket/3360 Meta-ticket on gcc 10 at

Re: [sage-devel] Unable to build sage

2020-07-04 Thread Zachary Scherr
Seems to be related to https://github.com/scipy/scipy/issues/11611 and as was pointed out above was fixed in version 1.5. I'd like to propose two workarounds for people who can no longer build sage and stumble into this thread (either should allow scipy 1.2.3 to build) 1). Use fortran 9: brew

Re: [sage-devel] Unable to build sage

2020-07-04 Thread 'Reimundo Heluani' via sage-devel
On Jul 04, Dima Pasechnik wrote: I guess this is due to gfortran 10. We still do not support gcc 10, I think. Can you downgrade it to gfortran 9? For what its worth, here running arch, 1) removing line 153 from build/pkgs/gcc/spkg-configure.m4 2) adding a newer scipy:

Re: [sage-devel] Unable to build sage

2020-07-04 Thread Dima Pasechnik
I guess this is due to gfortran 10. We still do not support gcc 10, I think. Can you downgrade it to gfortran 9? On Sat, 4 Jul 2020, 23:06 Daniel Bump, wrote: > > > On Saturday, July 4, 2020 at 2:52:06 PM UTC-7, Dima Pasechnik wrote: >> >> Please post top config.log and also the full

Re: [sage-devel] Unable to build sage

2020-07-04 Thread Dima Pasechnik
Please post top config.log and also the full logs/pkgs/scipy-...log On Sat, 4 Jul 2020, 21:01 Daniel Bump, wrote: > I'm unable to build Sage since yesterday on an iMac running mojave. > > I have tried (repeatedly) to build the develop branch and others including > fusion_central_charge-29615. >

[sage-devel] Unable to build sage

2020-07-04 Thread Daniel Bump
I'm unable to build Sage since yesterday on an iMac running mojave. I have tried (repeatedly) to build the develop branch and others including fusion_central_charge-29615. I mention the last one since there has been no activity on that branch since July 1 and I was able to build it on this

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-12 Thread Matthias Koeppe
On Tuesday, May 12, 2020 at 3:33:30 PM UTC-7, Robert Baertsch wrote: > > sorry about that here is the whole file > >From the log, it looks like you have a conda environment activated. Sage 8.9 does not support this. Deactivate it to compile Sage, or try with the 9.1 release candidate. --

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-12 Thread Dima Pasechnik
On Tue, May 12, 2020 at 11:05 PM Robert Baertsch wrote: > > configure:5529: checking how to run the C preprocessor > configure:5560: clang -E conftest.c > configure:5560: $? = 0 > configure:5574: clang -E conftest.c > conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found > #include

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-12 Thread Robert Baertsch
configure:5529: checking how to run the C preprocessor configure:5560: clang -E conftest.c configure:5560: $? = 0 configure:5574: clang -E conftest.c conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found #include ^~ 1 error generated. configure:5574: $? = 1

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-12 Thread Dima Pasechnik
Could you post config.log ? Apparently clang failed a test On Tue, 12 May 2020, 18:19 Robert Baertsch, wrote: > Hmm. my gcc / clang version is 11.0 is newer. I wonder why it is trying to > install gcc? > > $ gcc --version > Configured with:

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-12 Thread Robert Baertsch
Hmm. my gcc / clang version is 11.0 is newer. I wonder why it is trying to install gcc? $ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version

Re: [sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-11 Thread 'Justin C. Walker' via sage-devel
> On May 11, 2020, at 12:08 , Robert Baertsch > wrote: > > [gcc-7.4.0] In file included from > /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h:83:0, > [gcc-7.4.0] from ../../src/gcc/config/darwin-driver.c:30: > [gcc-7.4.0] >

[sage-devel] unable to build sage 8.9 on osx 10.14.6

2020-05-11 Thread Robert Baertsch
[gcc-7.4.0] In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/sysctl.h:83:0, [gcc-7.4.0] from ../../src/gcc/config/darwin-driver.c:30: [gcc-7.4.0] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/ucred.h:94:2: error:

Re: [sage-devel] Unable to build sage after git trac config

2020-01-30 Thread Eric Gourgoulhon
Hi, Le jeudi 30 janvier 2020 04:06:02 UTC+1, Vipul Gupta a écrit : > > > Yeah Sage works fine after that. But I wanted to contribute to sage and > therefore config my git trac account as mentioned in the this link > https://doc.sagemath.org/html/en/developer/git_trac.html > > Welcome to Sage

Re: [sage-devel] Unable to build sage after git trac config

2020-01-29 Thread Vipul Gupta
Hello, On Thu, 30 Jan, 2020, 4:44 am Dima Pasechnik, wrote: > you don't need git-trac-command to build Sage. > What do you see after > > git clone git://github.com/sagemath/sage.git > cd sage > git checkout develop > make > > ? > Yeah Sage works fine after that. But I wanted to contribute to

Re: [sage-devel] Unable to build sage after git trac config

2020-01-29 Thread Dima Pasechnik
you don't need git-trac-command to build Sage. What do you see after git clone git://github.com/sagemath/sage.git cd sage git checkout develop make ? By the way, please make sure you install packages mentioned in

[sage-devel] Unable to build sage after git trac config

2020-01-29 Thread Vipul Gupta
Hello, I am using Ubuntu 18.04.3 LTS with sage version 9.1 beta 2 After using below command git clone git://github.com/sagemath/sage.git cd sage git checkout develop make git clone https://github.com/sagemath/git-trac-command.git source git-trac-command/enable.sh echo $PATH cd git-trac-command ln

[sage-devel] unable to build sage on mac

2017-08-02 Thread Paul DesJardin
Hi, I'm trying to build Sage for a Mac (OSX v. 10.12.6) and it appears to bomb out when trying to build cython. Error log attached. Thanks in advance... Paul -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and