Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-17 Thread Dima Pasechnik
the top level config.log will tell you why ./configure did not accept
pre-installed readline.

probably you forgot to

source .homebrew...

before

./configure



 (afk, so don't recall the exact file name, but it is the only one that
starts with '.' and has homebrew in)

On Thu, 17 Sep 2020, 13:24 Dima Pasechnik,  wrote:

> try upgrading to the latest readline (8.0.4), e.g. install as much as
> possible from Homebrew,
> which has this version working.
>
>
> On Thu, Sep 17, 2020 at 1:09 PM David Joyner  wrote:
> >
> >
> >
> > On Thu, Sep 17, 2020 at 6:54 AM Dima Pasechnik 
> wrote:
> >>
> >> in the log you attached the failure is in python3, and it's dated Aug 22
> >>
> >
> > Wrong log! Sorry!
> > The correct one is attached I hope:-)
> >
> >>
> >>
> >> On Thu, Sep 17, 2020 at 11:12 AM David Joyner 
> wrote:
> >> >
> >> >  I downloaded sage 9.2.b12 then ran configure and make using newly
> upgraded Xcode 12.
> >> > Instead of failing at python it fails at readline. The log is
> attached.
> >> >
> >> > On Wed, Sep 2, 2020 at 12:10 PM Matthias Koeppe <
> matthiaskoe...@gmail.com> wrote:
> >> >>
> >> >> I also see build failures of at least some of these packages at
> https://github.com/mkoeppe/sage/runs/1059961873 (using a new GH workflow
> that runs Xcode 12 beta, added in https://trac.sagemath.org/ticket/30487)
> >> >>
> >> >> I have opened https://trac.sagemath.org/ticket/30494 "Meta-ticket:
> Support Xcode 12, macOS 11 Big Sur"
> >> >>
> >> >> On Wednesday, September 2, 2020 at 8:19:37 AM UTC-7, John H Palmieri
> wrote:
> >> >>>
> >> >>> With a system Python and "make -k", the following packages fail:
> >> >>>
> >> >>> gf2x
> >> >>> ecm
> >> >>> symmetrica
> >> >>> rubiks
> >> >>> ecl
> >> >>> scipy
> >> >>>
> >> >>> On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe
> wrote:
> >> 
> >>  These lines:
> >> 
> >>  configure:17396: checking build system compiler gcc
> >> 
> >>  etc.
> >>  might indicate that the configure script is confused about cross
> compiling to a different architecture.
> >> 
> >> 
> >>  On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri
> wrote:
> >> >
> >> >
> >> >
> >> > On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe
> wrote:
> >> >>
> >> >> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H
> Palmieri wrote:
> >> >>>
> >> >>> If I do install Python 3.7, then gf2x and ecm both fail to
> build. The gf2x log file says "configure: error: Cannot find a build system
> compiler
> >> >>> ". The ecm log file says "checking if globals are prefixed by
> underscore... configure: error: Test program links neither with nor without
> underscore."
> >> >
> >> >
> >> >>
> >> >> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412
> - merged in 9.2.beta11. Did you test with this beta or an earlier one?
> >> >
> >> >
> >> > I tried with 9.2.beta10, and just now I tried with this new
> version of gf2x. Same error either way. Here is the gf2x config.log.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> 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 to sage-support+unsubscr...@googlegroups.com.
> >> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/977efba9-1756-4c28-b23d-d7698b9c02a7o%40googlegroups.com
> .
> >> >
> >> > --
> >> > 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 to sage-support+unsubscr...@googlegroups.com.
> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAV6ybPcOgR36tttkMQ%3DVk2KQRAy1kYXjF234OgkCDUwPQ%40mail.gmail.com
> .
> >>
> >> --
> >> 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 to sage-support+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq0M8KkC1GQnEhzA%2BYf81dhNd1rT41rPsc2x0SU8A%2BA6XA%40mail.gmail.com
> .
> >
> > --
> > 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 to sage-support+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAUcBC2P1yNL-chah6%3Ds-izrXHoeQMDmPYHb_xKWZV%3DSKg%40mail.gmail.com
> .
>

-- 
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 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-17 Thread David Joyner
On Thu, Sep 17, 2020 at 8:24 AM Dima Pasechnik  wrote:

> try upgrading to the latest readline (8.0.4), e.g. install as much as
> possible from Homebrew,
> which has this version working.
>
>
Done

wdj@jeeves sage-9.2.beta12 % brew upgrade readline
Warning: You are using macOS 11.0.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this pre-release version.
Warning: readline 8.0.4 already installed
wdj@jeeves sage-9.2.beta12 % which readline
readline not found

Same compiling error:

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: readline-6.3.008.p0
  last build time: Sep 17 10:10
  log file:
 /Users/wdj/sagefiles/sage-9.2.beta12/logs/pkgs/readline-6.3.008.p0.log
  build directory:
/Users/wdj/sagefiles/sage-9.2.beta12/local/var/tmp/sage/build/readline-6.3.008.p0


Maybe make+configure can't find readline?



> On Thu, Sep 17, 2020 at 1:09 PM David Joyner  wrote:
> >
> >
> >
> > On Thu, Sep 17, 2020 at 6:54 AM Dima Pasechnik 
> wrote:
> >>
> >> in the log you attached the failure is in python3, and it's dated Aug 22
> >>
> >
> > Wrong log! Sorry!
> > The correct one is attached I hope:-)
> >
> >>
> >>
> >> On Thu, Sep 17, 2020 at 11:12 AM David Joyner 
> wrote:
> >> >
> >> >  I downloaded sage 9.2.b12 then ran configure and make using newly
> upgraded Xcode 12.
> >> > Instead of failing at python it fails at readline. The log is
> attached.
> >> >
> >> > On Wed, Sep 2, 2020 at 12:10 PM Matthias Koeppe <
> matthiaskoe...@gmail.com> wrote:
> >> >>
> >> >> I also see build failures of at least some of these packages at
> https://github.com/mkoeppe/sage/runs/1059961873 (using a new GH workflow
> that runs Xcode 12 beta, added in https://trac.sagemath.org/ticket/30487)
> >> >>
> >> >> I have opened https://trac.sagemath.org/ticket/30494 "Meta-ticket:
> Support Xcode 12, macOS 11 Big Sur"
> >> >>
> >> >> On Wednesday, September 2, 2020 at 8:19:37 AM UTC-7, John H Palmieri
> wrote:
> >> >>>
> >> >>> With a system Python and "make -k", the following packages fail:
> >> >>>
> >> >>> gf2x
> >> >>> ecm
> >> >>> symmetrica
> >> >>> rubiks
> >> >>> ecl
> >> >>> scipy
> >> >>>
> >> >>> On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe
> wrote:
> >> 
> >>  These lines:
> >> 
> >>  configure:17396: checking build system compiler gcc
> >> 
> >>  etc.
> >>  might indicate that the configure script is confused about cross
> compiling to a different architecture.
> >> 
> >> 
> >>  On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri
> wrote:
> >> >
> >> >
> >> >
> >> > On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe
> wrote:
> >> >>
> >> >> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H
> Palmieri wrote:
> >> >>>
> >> >>> If I do install Python 3.7, then gf2x and ecm both fail to
> build. The gf2x log file says "configure: error: Cannot find a build system
> compiler
> >> >>> ". The ecm log file says "checking if globals are prefixed by
> underscore... configure: error: Test program links neither with nor without
> underscore."
> >> >
> >> >
> >> >>
> >> >> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412
> - merged in 9.2.beta11. Did you test with this beta or an earlier one?
> >> >
> >> >
> >> > I tried with 9.2.beta10, and just now I tried with this new
> version of gf2x. Same error either way. Here is the gf2x config.log.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> 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 to sage-support+unsubscr...@googlegroups.com.
> >> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/977efba9-1756-4c28-b23d-d7698b9c02a7o%40googlegroups.com
> .
> >> >
> >> > --
> >> > 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 to sage-support+unsubscr...@googlegroups.com.
> >> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAV6ybPcOgR36tttkMQ%3DVk2KQRAy1kYXjF234OgkCDUwPQ%40mail.gmail.com
> .
> >>
> >> --
> >> 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 to sage-support+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit
> 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-17 Thread Dima Pasechnik
try upgrading to the latest readline (8.0.4), e.g. install as much as
possible from Homebrew,
which has this version working.


On Thu, Sep 17, 2020 at 1:09 PM David Joyner  wrote:
>
>
>
> On Thu, Sep 17, 2020 at 6:54 AM Dima Pasechnik  wrote:
>>
>> in the log you attached the failure is in python3, and it's dated Aug 22
>>
>
> Wrong log! Sorry!
> The correct one is attached I hope:-)
>
>>
>>
>> On Thu, Sep 17, 2020 at 11:12 AM David Joyner  wrote:
>> >
>> >  I downloaded sage 9.2.b12 then ran configure and make using newly 
>> > upgraded Xcode 12.
>> > Instead of failing at python it fails at readline. The log is attached.
>> >
>> > On Wed, Sep 2, 2020 at 12:10 PM Matthias Koeppe  
>> > wrote:
>> >>
>> >> I also see build failures of at least some of these packages at 
>> >> https://github.com/mkoeppe/sage/runs/1059961873 (using a new GH workflow 
>> >> that runs Xcode 12 beta, added in https://trac.sagemath.org/ticket/30487)
>> >>
>> >> I have opened https://trac.sagemath.org/ticket/30494 "Meta-ticket: 
>> >> Support Xcode 12, macOS 11 Big Sur"
>> >>
>> >> On Wednesday, September 2, 2020 at 8:19:37 AM UTC-7, John H Palmieri 
>> >> wrote:
>> >>>
>> >>> With a system Python and "make -k", the following packages fail:
>> >>>
>> >>> gf2x
>> >>> ecm
>> >>> symmetrica
>> >>> rubiks
>> >>> ecl
>> >>> scipy
>> >>>
>> >>> On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe wrote:
>> 
>>  These lines:
>> 
>>  configure:17396: checking build system compiler gcc
>> 
>>  etc.
>>  might indicate that the configure script is confused about cross 
>>  compiling to a different architecture.
>> 
>> 
>>  On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri 
>>  wrote:
>> >
>> >
>> >
>> > On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe 
>> > wrote:
>> >>
>> >> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri 
>> >> wrote:
>> >>>
>> >>> If I do install Python 3.7, then gf2x and ecm both fail to build. 
>> >>> The gf2x log file says "configure: error: Cannot find a build system 
>> >>> compiler
>> >>> ". The ecm log file says "checking if globals are prefixed by 
>> >>> underscore... configure: error: Test program links neither with nor 
>> >>> without underscore."
>> >
>> >
>> >>
>> >> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - 
>> >> merged in 9.2.beta11. Did you test with this beta or an earlier one?
>> >
>> >
>> > I tried with 9.2.beta10, and just now I tried with this new version of 
>> > gf2x. Same error either way. Here is the gf2x config.log.
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> 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 to sage-support+unsubscr...@googlegroups.com.
>> >> To view this discussion on the web visit 
>> >> https://groups.google.com/d/msgid/sage-support/977efba9-1756-4c28-b23d-d7698b9c02a7o%40googlegroups.com.
>> >
>> > --
>> > 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 to sage-support+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-support/CAEQuuAV6ybPcOgR36tttkMQ%3DVk2KQRAy1kYXjF234OgkCDUwPQ%40mail.gmail.com.
>>
>> --
>> 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 to sage-support+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAAWYfq0M8KkC1GQnEhzA%2BYf81dhNd1rT41rPsc2x0SU8A%2BA6XA%40mail.gmail.com.
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAUcBC2P1yNL-chah6%3Ds-izrXHoeQMDmPYHb_xKWZV%3DSKg%40mail.gmail.com.

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq1xHf3wJnZStzbHEaJaGhuZRXWUyjPhBHN6JUwzh8k3ZA%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-17 Thread Dima Pasechnik
in the log you attached the failure is in python3, and it's dated Aug 22


On Thu, Sep 17, 2020 at 11:12 AM David Joyner  wrote:
>
>  I downloaded sage 9.2.b12 then ran configure and make using newly upgraded 
> Xcode 12.
> Instead of failing at python it fails at readline. The log is attached.
>
> On Wed, Sep 2, 2020 at 12:10 PM Matthias Koeppe  
> wrote:
>>
>> I also see build failures of at least some of these packages at 
>> https://github.com/mkoeppe/sage/runs/1059961873 (using a new GH workflow 
>> that runs Xcode 12 beta, added in https://trac.sagemath.org/ticket/30487)
>>
>> I have opened https://trac.sagemath.org/ticket/30494 "Meta-ticket: Support 
>> Xcode 12, macOS 11 Big Sur"
>>
>> On Wednesday, September 2, 2020 at 8:19:37 AM UTC-7, John H Palmieri wrote:
>>>
>>> With a system Python and "make -k", the following packages fail:
>>>
>>> gf2x
>>> ecm
>>> symmetrica
>>> rubiks
>>> ecl
>>> scipy
>>>
>>> On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe wrote:

 These lines:

 configure:17396: checking build system compiler gcc

 etc.
 might indicate that the configure script is confused about cross compiling 
 to a different architecture.


 On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri wrote:
>
>
>
> On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:
>>
>> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>>>
>>> If I do install Python 3.7, then gf2x and ecm both fail to build. The 
>>> gf2x log file says "configure: error: Cannot find a build system 
>>> compiler
>>> ". The ecm log file says "checking if globals are prefixed by 
>>> underscore... configure: error: Test program links neither with nor 
>>> without underscore."
>
>
>>
>> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - 
>> merged in 9.2.beta11. Did you test with this beta or an earlier one?
>
>
> I tried with 9.2.beta10, and just now I tried with this new version of 
> gf2x. Same error either way. Here is the gf2x config.log.
>>
>>
>>
>>
>> --
>> 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 to sage-support+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/977efba9-1756-4c28-b23d-d7698b9c02a7o%40googlegroups.com.
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAV6ybPcOgR36tttkMQ%3DVk2KQRAy1kYXjF234OgkCDUwPQ%40mail.gmail.com.

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq0M8KkC1GQnEhzA%2BYf81dhNd1rT41rPsc2x0SU8A%2BA6XA%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-02 Thread Matthias Koeppe
I also see build failures of at least some of these packages at 
https://github.com/mkoeppe/sage/runs/1059961873 (using a new GH workflow 
that runs Xcode 12 beta, added in https://trac.sagemath.org/ticket/30487)

I have opened https://trac.sagemath.org/ticket/30494 "Meta-ticket: Support 
Xcode 12, macOS 11 Big Sur"

On Wednesday, September 2, 2020 at 8:19:37 AM UTC-7, John H Palmieri wrote:
>
> With a system Python and "make -k", the following packages fail:
>
> gf2x
> ecm
> symmetrica
> rubiks
> ecl
> scipy
>
> On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe wrote:
>
>> These lines:
>>
>> configure:17396: checking build system compiler gcc
>>
>> etc.
>> might indicate that the configure script is confused about cross 
>> compiling to a different architecture.
>>
>>
>> On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri wrote:
>>>
>>>
>>>
>>> On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:
>>>
 On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri 
 wrote:

> If I do install Python 3.7, then gf2x and ecm both fail to build. The 
> gf2x log file says "configure: error: Cannot find a build system compiler
> ". The ecm log file says "checking if globals are prefixed by 
> underscore... configure: error: Test program links neither with nor 
> without 
> underscore."
>
>>
>>>
 gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - 
 merged in 9.2.beta11. Did you test with this beta or an earlier one?

>>>
>>> I tried with 9.2.beta10, and just now I tried with this new version of 
>>> gf2x. Same error either way. Here is the gf2x config.log. 
>>>

  

>>>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/977efba9-1756-4c28-b23d-d7698b9c02a7o%40googlegroups.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-02 Thread John H Palmieri
With a system Python and "make -k", the following packages fail:

gf2x
ecm
symmetrica
rubiks
ecl
scipy

On Tuesday, September 1, 2020 at 10:29:52 PM UTC-7 Matthias Koeppe wrote:

> These lines:
>
> configure:17396: checking build system compiler gcc
>
> etc.
> might indicate that the configure script is confused about cross compiling 
> to a different architecture.
>
>
> On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri wrote:
>>
>>
>>
>> On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:
>>
>>> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>>>
 If I do install Python 3.7, then gf2x and ecm both fail to build. The 
 gf2x log file says "configure: error: Cannot find a build system compiler
 ". The ecm log file says "checking if globals are prefixed by 
 underscore... configure: error: Test program links neither with nor 
 without 
 underscore."

>
>>
>>> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - 
>>> merged in 9.2.beta11. Did you test with this beta or an earlier one?
>>>
>>
>> I tried with 9.2.beta10, and just now I tried with this new version of 
>> gf2x. Same error either way. Here is the gf2x config.log. 
>>
>>>
>>>  
>>>
>>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/ba86f66e-ed79-4329-bd09-53138a1dd559n%40googlegroups.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread Matthias Koeppe
These lines:

configure:17396: checking build system compiler gcc

etc.
might indicate that the configure script is confused about cross compiling 
to a different architecture.


On Tuesday, September 1, 2020 at 9:59:59 PM UTC-7, John H Palmieri wrote:
>
>
>
> On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:
>
>> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>>
>>> If I do install Python 3.7, then gf2x and ecm both fail to build. The 
>>> gf2x log file says "configure: error: Cannot find a build system compiler
>>> ". The ecm log file says "checking if globals are prefixed by 
>>> underscore... configure: error: Test program links neither with nor without 
>>> underscore."
>>>

>
>> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - 
>> merged in 9.2.beta11. Did you test with this beta or an earlier one?
>>
>
> I tried with 9.2.beta10, and just now I tried with this new version of 
> gf2x. Same error either way. Here is the gf2x config.log. 
>
>>
>>  
>>
>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/882e8bef-1e45-4ade-83d0-a7b22a03f4f2o%40googlegroups.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread John H Palmieri


On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:

> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>
>> If I do install Python 3.7, then gf2x and ecm both fail to build. The 
>> gf2x log file says "configure: error: Cannot find a build system compiler
>> ". The ecm log file says "checking if globals are prefixed by 
>> underscore... configure: error: Test program links neither with nor without 
>> underscore."
>>
>>>

> gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - merged 
> in 9.2.beta11. Did you test with this beta or an earlier one?
>

I tried with 9.2.beta10, and just now I tried with this new version of 
gf2x. Same error either way. Here is the gf2x config.log. 

>
>  
>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/b0fbaff1-916e-4d15-95a5-268077b8b08dn%40googlegroups.com.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gf2x configure 1.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/Users/palmieri/Sage/sage-9.2.beta10/local 
--libdir=/Users/palmieri/Sage/sage-9.2.beta10/local/lib

## - ##
## Platform. ##
## - ##

hostname = johnpalierisair.lan
uname -m = x86_64
uname -r = 20.0.0
uname -s = Darwin
uname -v = Darwin Kernel Version 20.0.0: Fri Aug 14 00:25:13 PDT 2020; 
root:xnu-7195.40.44.151.1~4/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = Mach kernel version:
 Darwin Kernel Version 20.0.0: Fri Aug 14 00:25:13 PDT 2020; 
root:xnu-7195.40.44.151.1~4/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 474 tasks, 1601 threads, 4 processors
Load average: 66.11, Mach factor: 0.09
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /Users/palmieri/Sage/sage-9.2.beta10/build/bin
PATH: /Users/palmieri/Sage/sage-9.2.beta10/src/bin
PATH: /Users/palmieri/Sage/sage-9.2.beta10/local/bin
PATH: /Users/palmieri/Sage/sage-9.2.beta10/build/bin
PATH: /Users/palmieri/Sage/sage-9.2.beta10/src/bin
PATH: /Users/palmieri/Sage/sage-9.2.beta10/local/bin
PATH: /usr/local/opt/python@3.7/bin
PATH: /usr/local/opt/gettext/bin
PATH: /Users/palmieri/.local/bin
PATH: /Users/palmieri/Dropbox/bin
PATH: /Users/palmieri/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Library/TeX/texbin
PATH: /Library/Apple/usr/bin


## --- ##
## Core tests. ##
## --- ##

configure:2621: checking build system type
configure:2635: result: x86_64-apple-darwin20.0.0
configure:2655: checking host system type
configure:2668: result: x86_64-apple-darwin20.0.0
configure:2688: checking target system type
configure:2701: result: x86_64-apple-darwin20.0.0
configure:2786: checking for gcc
configure:2813: result: gcc
configure:3042: checking for C compiler version
configure:3051: gcc --version >&5
Apple clang version 12.0.0 (clang-1200.0.31.1)
Target: x86_64-apple-darwin20.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr 
--with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
configure:3062: $? = 0
configure:3051: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr 
--with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.31.1)
Target: x86_64-apple-darwin20.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:3062: $? = 0
configure:3051: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3062: $? = 1
configure:3051: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:3062: $? = 1
configure:3082: checking whether the C compiler works
configure:3104: gcc -O2 -g   -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib 
-Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib  conftest.c  >&5
configure:3108: $? = 0
configure:3156: result: yes
configure:3159: checking for C compiler default output file name
configure:3161: result: a.out
configure:3167: checking for suffix of 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread Matthias Koeppe
On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>
> If I do install Python 3.7, then gf2x and ecm both fail to build. The gf2x 
> log file says "configure: error: Cannot find a build system compiler
> ". The ecm log file says "checking if globals are prefixed by 
> underscore... configure: error: Test program links neither with nor without 
> underscore."
>
>>
>>>
gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - merged 
in 9.2.beta11. Did you test with this beta or an earlier one?

 

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/80dee51d-41eb-4b55-a479-f2fc477ac89do%40googlegroups.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread Matthias Koeppe
This fix was already merged in 3.8.4, so 
after https://trac.sagemath.org/ticket/27754 we should be fine.

The PR for Python 3.7 is https://github.com/python/cpython/pull/21155, but 
our Python 3.7.x is very old already.

On Tuesday, September 1, 2020 at 9:43:15 PM UTC-7, Matthias Koeppe wrote:
>
> The issue with "posixmodule" is apparently 
> https://bugs.python.org/issue41100
>
>
>
> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>>
>> If I do install Python 3.7, then gf2x and ecm both fail to build. The 
>> gf2x log file says "configure: error: Cannot find a build system compiler
>> ". The ecm log file says "checking if globals are prefixed by 
>> underscore... configure: error: Test program links neither with nor without 
>> underscore."
>>
>> On Tuesday, September 1, 2020 at 8:38:47 PM UTC-7 John H Palmieri wrote:
>>
>>> I've been trying to build on Big Sur, too. I removed the 
>>> MACOSX_DEPLOYMENT_TARGET lines from sage-env, but the Python build still 
>>> fails. The log file is attached. Any suggestions (besides installing a 
>>> different system version of Python)?
>>>
>>>   John
>>>
>>> On Saturday, August 22, 2020 at 3:44:01 PM UTC-7 dim...@gmail.com wrote:
>>>
 On Sat, Aug 22, 2020 at 11:23 PM David Joyner  
 wrote: 
 > 
 > 
 > 
 > On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  
 wrote: 
 >> 
 >> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  
 wrote: 
 >> > 
 >> > 
 >> > 
 >> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  
 wrote: 
 >> >> 
 >> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  
 wrote: 
 >> >> > 
 >> >> > note: 'utimensat' has been marked as being introduced in macOS 
 10.13 
 >> >> > here, but the deployment target is macOS 10.9.0 
 >> >> > 
 >> >> > seems to indicate that one has to properly set 
 MACOS_DEPLOYMENT_TARGET 
 >> >> > (or a suchlike thing) to 10.13 or even bigger. 
 >> >> 
 >> >> indeed, in src/bin/sage-env on has 
 >> >> 
 >> >> MACOSX_DEPLOYMENT_TARGET=10.9 
 >> >> 
 >> >> which is the reason for that error, I guess. 
 >> > 
 >> > 
 >> > Shouldn't it be 11.0? 
 >> > 
 >> > I changed it then tried to recompile but it stopped at the same 
 place. 
 >> > I can't install a system python3 using homebrew since it's broken 
 >> > https://github.com/Homebrew/brew/issues/7803 
 >> 
 >> you can install a binary python3.7 from python.org - this is known 
 to 
 >> be possible to use in Sage on macOS 10.15 and earlier versions. 
 >> 
 > 
 > I installed both python 3.8.5 (the latest) and when that failed 
 3.7.9. 
 > 
 > The end of the output of configure is this seeming contradictory 
 info: 
 > 
 > configure: notice: the following SPKGs did not find equivalent system 
 packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs 
 fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops 
 libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas 
 palp 
 pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables 
 pari_seadata pari_seadata_small pcre perl_cpan_polymake_prereq 
 perl_term_readline_gnu planarity ppl python3 r rw suitesparse symmetrica 
 sympow tachyon yasm zeromq zn_poly 

 This notice is more about ./configure being confused whether there is 
 Homebrew or Conda installed. 

 The interesting line of ./configure output is above that notice: 

 python3-3.7.3.p1: using system package; 
 SPKG will not be installed 

 - if it's there then system Python will be used. 
 Otherwise, look in config.log for more details. 

 HTH 
 Dima 


 > 
 > checking for the package system in use... unknown 
 > 
 > wdj@jeeves sage-9.2.beta9 % which python3 
 > 
 > /usr/local/bin/python3 
 > 
 > wdj@jeeves sage-9.2.beta9 % python3 --version 
 > 
 > Python 3.7.9 
 > 
 > There isn't a python3 system package but there is? 
 > 
 >> 
 >> > 
 >> > 
 >> >> 
 >> >> 
 >> >> > 
 >> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  
 wrote: 
 >> >> > > 
 >> >> > > Hi: 
 >> >> > > 
 >> >> > > I don't know if this has been discussed yet but 
 >> >> > > I just upgraded to mac os 11.0. I downloaded 
 >> >> > > sage 9.2.b9 and ran make. I got a "you must 
 >> >> > > run ./configure first message, which I did. 
 >> >> > > Then I ran make and the compilation stopped while 
 >> >> > > compiling python 3. The log is attached. 
 >> >> > > 
 >> >> > > - David Joyner 
 >> >> > > 
 >> >> > > 

>>>

-- 
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 
to 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread Matthias Koeppe
The issue with "posixmodule" is apparently 
https://bugs.python.org/issue41100



On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote:
>
> If I do install Python 3.7, then gf2x and ecm both fail to build. The gf2x 
> log file says "configure: error: Cannot find a build system compiler
> ". The ecm log file says "checking if globals are prefixed by 
> underscore... configure: error: Test program links neither with nor without 
> underscore."
>
> On Tuesday, September 1, 2020 at 8:38:47 PM UTC-7 John H Palmieri wrote:
>
>> I've been trying to build on Big Sur, too. I removed the 
>> MACOSX_DEPLOYMENT_TARGET lines from sage-env, but the Python build still 
>> fails. The log file is attached. Any suggestions (besides installing a 
>> different system version of Python)?
>>
>>   John
>>
>> On Saturday, August 22, 2020 at 3:44:01 PM UTC-7 dim...@gmail.com wrote:
>>
>>> On Sat, Aug 22, 2020 at 11:23 PM David Joyner  
>>> wrote: 
>>> > 
>>> > 
>>> > 
>>> > On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  
>>> wrote: 
>>> >> 
>>> >> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  
>>> wrote: 
>>> >> > 
>>> >> > 
>>> >> > 
>>> >> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  
>>> wrote: 
>>> >> >> 
>>> >> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  
>>> wrote: 
>>> >> >> > 
>>> >> >> > note: 'utimensat' has been marked as being introduced in macOS 
>>> 10.13 
>>> >> >> > here, but the deployment target is macOS 10.9.0 
>>> >> >> > 
>>> >> >> > seems to indicate that one has to properly set 
>>> MACOS_DEPLOYMENT_TARGET 
>>> >> >> > (or a suchlike thing) to 10.13 or even bigger. 
>>> >> >> 
>>> >> >> indeed, in src/bin/sage-env on has 
>>> >> >> 
>>> >> >> MACOSX_DEPLOYMENT_TARGET=10.9 
>>> >> >> 
>>> >> >> which is the reason for that error, I guess. 
>>> >> > 
>>> >> > 
>>> >> > Shouldn't it be 11.0? 
>>> >> > 
>>> >> > I changed it then tried to recompile but it stopped at the same 
>>> place. 
>>> >> > I can't install a system python3 using homebrew since it's broken 
>>> >> > https://github.com/Homebrew/brew/issues/7803 
>>> >> 
>>> >> you can install a binary python3.7 from python.org - this is known 
>>> to 
>>> >> be possible to use in Sage on macOS 10.15 and earlier versions. 
>>> >> 
>>> > 
>>> > I installed both python 3.8.5 (the latest) and when that failed 3.7.9. 
>>> > 
>>> > The end of the output of configure is this seeming contradictory info: 
>>> > 
>>> > configure: notice: the following SPKGs did not find equivalent system 
>>> packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs 
>>> fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops 
>>> libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas palp 
>>> pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables 
>>> pari_seadata pari_seadata_small pcre perl_cpan_polymake_prereq 
>>> perl_term_readline_gnu planarity ppl python3 r rw suitesparse symmetrica 
>>> sympow tachyon yasm zeromq zn_poly 
>>>
>>> This notice is more about ./configure being confused whether there is 
>>> Homebrew or Conda installed. 
>>>
>>> The interesting line of ./configure output is above that notice: 
>>>
>>> python3-3.7.3.p1: using system package; 
>>> SPKG will not be installed 
>>>
>>> - if it's there then system Python will be used. 
>>> Otherwise, look in config.log for more details. 
>>>
>>> HTH 
>>> Dima 
>>>
>>>
>>> > 
>>> > checking for the package system in use... unknown 
>>> > 
>>> > wdj@jeeves sage-9.2.beta9 % which python3 
>>> > 
>>> > /usr/local/bin/python3 
>>> > 
>>> > wdj@jeeves sage-9.2.beta9 % python3 --version 
>>> > 
>>> > Python 3.7.9 
>>> > 
>>> > There isn't a python3 system package but there is? 
>>> > 
>>> >> 
>>> >> > 
>>> >> > 
>>> >> >> 
>>> >> >> 
>>> >> >> > 
>>> >> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  
>>> wrote: 
>>> >> >> > > 
>>> >> >> > > Hi: 
>>> >> >> > > 
>>> >> >> > > I don't know if this has been discussed yet but 
>>> >> >> > > I just upgraded to mac os 11.0. I downloaded 
>>> >> >> > > sage 9.2.b9 and ran make. I got a "you must 
>>> >> >> > > run ./configure first message, which I did. 
>>> >> >> > > Then I ran make and the compilation stopped while 
>>> >> >> > > compiling python 3. The log is attached. 
>>> >> >> > > 
>>> >> >> > > - David Joyner 
>>> >> >> > > 
>>> >> >> > > 
>>> >> >> > > -- 
>>> >> >> > > 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 to sage-support...@googlegroups.com. 
>>> >> >> > > To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com.
>>>  
>>>
>>> >> >> 
>>> >> >> -- 
>>> >> >> You received this message because you are subscribed to the Google 
>>> Groups "sage-support" group. 
>>> >> >> To unsubscribe from this group and stop receiving 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread John H Palmieri
If I do install Python 3.7, then gf2x and ecm both fail to build. The gf2x 
log file says "configure: error: Cannot find a build system compiler
". The ecm log file says "checking if globals are prefixed by underscore... 
configure: error: Test program links neither with nor without underscore."

On Tuesday, September 1, 2020 at 8:38:47 PM UTC-7 John H Palmieri wrote:

> I've been trying to build on Big Sur, too. I removed the 
> MACOSX_DEPLOYMENT_TARGET lines from sage-env, but the Python build still 
> fails. The log file is attached. Any suggestions (besides installing a 
> different system version of Python)?
>
>   John
>
> On Saturday, August 22, 2020 at 3:44:01 PM UTC-7 dim...@gmail.com wrote:
>
>> On Sat, Aug 22, 2020 at 11:23 PM David Joyner  wrote:
>> >
>> >
>> >
>> > On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  
>> wrote:
>> >>
>> >> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  
>> wrote:
>> >> >
>> >> >
>> >> >
>> >> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  
>> wrote:
>> >> >>
>> >> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  
>> wrote:
>> >> >> >
>> >> >> > note: 'utimensat' has been marked as being introduced in macOS 
>> 10.13
>> >> >> > here, but the deployment target is macOS 10.9.0
>> >> >> >
>> >> >> > seems to indicate that one has to properly set 
>> MACOS_DEPLOYMENT_TARGET
>> >> >> > (or a suchlike thing) to 10.13 or even bigger.
>> >> >>
>> >> >> indeed, in src/bin/sage-env on has
>> >> >>
>> >> >> MACOSX_DEPLOYMENT_TARGET=10.9
>> >> >>
>> >> >> which is the reason for that error, I guess.
>> >> >
>> >> >
>> >> > Shouldn't it be 11.0?
>> >> >
>> >> > I changed it then tried to recompile but it stopped at the same 
>> place.
>> >> > I can't install a system python3 using homebrew since it's broken
>> >> > https://github.com/Homebrew/brew/issues/7803
>> >>
>> >> you can install a binary python3.7 from python.org - this is known to
>> >> be possible to use in Sage on macOS 10.15 and earlier versions.
>> >>
>> >
>> > I installed both python 3.8.5 (the latest) and when that failed 3.7.9.
>> >
>> > The end of the output of configure is this seeming contradictory info:
>> >
>> > configure: notice: the following SPKGs did not find equivalent system 
>> packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs 
>> fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops 
>> libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas palp 
>> pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables 
>> pari_seadata pari_seadata_small pcre perl_cpan_polymake_prereq 
>> perl_term_readline_gnu planarity ppl python3 r rw suitesparse symmetrica 
>> sympow tachyon yasm zeromq zn_poly
>>
>> This notice is more about ./configure being confused whether there is
>> Homebrew or Conda installed.
>>
>> The interesting line of ./configure output is above that notice:
>>
>> python3-3.7.3.p1: using system package;
>> SPKG will not be installed
>>
>> - if it's there then system Python will be used.
>> Otherwise, look in config.log for more details.
>>
>> HTH
>> Dima
>>
>>
>> >
>> > checking for the package system in use... unknown
>> >
>> > wdj@jeeves sage-9.2.beta9 % which python3
>> >
>> > /usr/local/bin/python3
>> >
>> > wdj@jeeves sage-9.2.beta9 % python3 --version
>> >
>> > Python 3.7.9
>> >
>> > There isn't a python3 system package but there is?
>> >
>> >>
>> >> >
>> >> >
>> >> >>
>> >> >>
>> >> >> >
>> >> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  
>> wrote:
>> >> >> > >
>> >> >> > > Hi:
>> >> >> > >
>> >> >> > > I don't know if this has been discussed yet but
>> >> >> > > I just upgraded to mac os 11.0. I downloaded
>> >> >> > > sage 9.2.b9 and ran make. I got a "you must
>> >> >> > > run ./configure first message, which I did.
>> >> >> > > Then I ran make and the compilation stopped while
>> >> >> > > compiling python 3. The log is attached.
>> >> >> > >
>> >> >> > > - David Joyner
>> >> >> > >
>> >> >> > >
>> >> >> > > --
>> >> >> > > 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 to sage-support...@googlegroups.com.
>> >> >> > > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com
>> .
>> >> >>
>> >> >> --
>> >> >> 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 to sage-support...@googlegroups.com.
>> >> >> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com
>> .
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google 
>> Groups "sage-support" group.
>> >> > To unsubscribe from 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-09-01 Thread John H Palmieri
I've been trying to build on Big Sur, too. I removed the 
MACOSX_DEPLOYMENT_TARGET lines from sage-env, but the Python build still 
fails. The log file is attached. Any suggestions (besides installing a 
different system version of Python)?

  John

On Saturday, August 22, 2020 at 3:44:01 PM UTC-7 dim...@gmail.com wrote:

> On Sat, Aug 22, 2020 at 11:23 PM David Joyner  wrote:
> >
> >
> >
> > On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  wrote:
> >>
> >> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  
> wrote:
> >> >
> >> >
> >> >
> >> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  
> wrote:
> >> >>
> >> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  
> wrote:
> >> >> >
> >> >> > note: 'utimensat' has been marked as being introduced in macOS 
> 10.13
> >> >> > here, but the deployment target is macOS 10.9.0
> >> >> >
> >> >> > seems to indicate that one has to properly set 
> MACOS_DEPLOYMENT_TARGET
> >> >> > (or a suchlike thing) to 10.13 or even bigger.
> >> >>
> >> >> indeed, in src/bin/sage-env on has
> >> >>
> >> >> MACOSX_DEPLOYMENT_TARGET=10.9
> >> >>
> >> >> which is the reason for that error, I guess.
> >> >
> >> >
> >> > Shouldn't it be 11.0?
> >> >
> >> > I changed it then tried to recompile but it stopped at the same place.
> >> > I can't install a system python3 using homebrew since it's broken
> >> > https://github.com/Homebrew/brew/issues/7803
> >>
> >> you can install a binary python3.7 from python.org - this is known to
> >> be possible to use in Sage on macOS 10.15 and earlier versions.
> >>
> >
> > I installed both python 3.8.5 (the latest) and when that failed 3.7.9.
> >
> > The end of the output of configure is this seeming contradictory info:
> >
> > configure: notice: the following SPKGs did not find equivalent system 
> packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs 
> fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops 
> libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas palp 
> pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables 
> pari_seadata pari_seadata_small pcre perl_cpan_polymake_prereq 
> perl_term_readline_gnu planarity ppl python3 r rw suitesparse symmetrica 
> sympow tachyon yasm zeromq zn_poly
>
> This notice is more about ./configure being confused whether there is
> Homebrew or Conda installed.
>
> The interesting line of ./configure output is above that notice:
>
> python3-3.7.3.p1: using system package;
> SPKG will not be installed
>
> - if it's there then system Python will be used.
> Otherwise, look in config.log for more details.
>
> HTH
> Dima
>
>
> >
> > checking for the package system in use... unknown
> >
> > wdj@jeeves sage-9.2.beta9 % which python3
> >
> > /usr/local/bin/python3
> >
> > wdj@jeeves sage-9.2.beta9 % python3 --version
> >
> > Python 3.7.9
> >
> > There isn't a python3 system package but there is?
> >
> >>
> >> >
> >> >
> >> >>
> >> >>
> >> >> >
> >> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  
> wrote:
> >> >> > >
> >> >> > > Hi:
> >> >> > >
> >> >> > > I don't know if this has been discussed yet but
> >> >> > > I just upgraded to mac os 11.0. I downloaded
> >> >> > > sage 9.2.b9 and ran make. I got a "you must
> >> >> > > run ./configure first message, which I did.
> >> >> > > Then I ran make and the compilation stopped while
> >> >> > > compiling python 3. The log is attached.
> >> >> > >
> >> >> > > - David Joyner
> >> >> > >
> >> >> > >
> >> >> > > --
> >> >> > > 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 to sage-support...@googlegroups.com.
> >> >> > > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com
> .
> >> >>
> >> >> --
> >> >> 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 to sage-support...@googlegroups.com.
> >> >> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com
> .
> >> >
> >> > --
> >> > 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 to sage-support...@googlegroups.com.
> >> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAUnZEypSLGc%3DJu8jfZdkSCB6LN4xCg8%2B9A7Fa%3DTnYAuAQ%40mail.gmail.com
> .
> >>
> >> --
> >> 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 to sage-support...@googlegroups.com.
> >> 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread Dima Pasechnik
On Sat, Aug 22, 2020 at 11:23 PM David Joyner  wrote:
>
>
>
> On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  wrote:
>>
>> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  wrote:
>> >
>> >
>> >
>> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  wrote:
>> >>
>> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  wrote:
>> >> >
>> >> > note: 'utimensat' has been marked as being introduced in macOS 10.13
>> >> > here, but the deployment target is macOS 10.9.0
>> >> >
>> >> > seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
>> >> > (or a suchlike thing) to 10.13 or even bigger.
>> >>
>> >> indeed, in src/bin/sage-env on has
>> >>
>> >> MACOSX_DEPLOYMENT_TARGET=10.9
>> >>
>> >> which is the reason for that error, I guess.
>> >
>> >
>> > Shouldn't it be 11.0?
>> >
>> > I changed it then tried to recompile but it stopped at the same place.
>> > I can't install a system python3 using homebrew since it's broken
>> > https://github.com/Homebrew/brew/issues/7803
>>
>> you can install a binary python3.7 from python.org - this is known to
>> be possible to use in Sage on macOS 10.15 and earlier versions.
>>
>
> I installed both python 3.8.5 (the latest) and when that failed 3.7.9.
>
> The end of the output of configure is this seeming contradictory info:
>
> configure: notice: the following SPKGs did not find equivalent system 
> packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs 
> fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops 
> libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas palp 
> pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables pari_seadata 
> pari_seadata_small pcre perl_cpan_polymake_prereq perl_term_readline_gnu 
> planarity ppl python3 r rw suitesparse symmetrica sympow tachyon yasm zeromq 
> zn_poly

This notice is more about ./configure being confused whether there is
Homebrew or Conda installed.

The interesting line of ./configure output is above that notice:

python3-3.7.3.p1:using system package;
SPKG will not be installed

- if it's there then system Python will be used.
Otherwise, look in config.log for more details.

HTH
Dima


>
> checking for the package system in use... unknown
>
> wdj@jeeves sage-9.2.beta9 % which python3
>
> /usr/local/bin/python3
>
> wdj@jeeves sage-9.2.beta9 % python3 --version
>
> Python 3.7.9
>
> There isn't a python3 system package but there is?
>
>>
>> >
>> >
>> >>
>> >>
>> >> >
>> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  wrote:
>> >> > >
>> >> > > Hi:
>> >> > >
>> >> > > I don't know if this has been discussed yet but
>> >> > > I just upgraded to mac os 11.0. I downloaded
>> >> > > sage 9.2.b9 and ran make. I got a "you must
>> >> > > run ./configure first message, which I did.
>> >> > > Then I ran make and the compilation stopped while
>> >> > > compiling python 3. The log is attached.
>> >> > >
>> >> > > - David Joyner
>> >> > >
>> >> > >
>> >> > > --
>> >> > > 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 to sage-support+unsubscr...@googlegroups.com.
>> >> > > To view this discussion on the web visit 
>> >> > > https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com.
>> >>
>> >> --
>> >> 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 to sage-support+unsubscr...@googlegroups.com.
>> >> To view this discussion on the web visit 
>> >> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com.
>> >
>> > --
>> > 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 to sage-support+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-support/CAEQuuAUnZEypSLGc%3DJu8jfZdkSCB6LN4xCg8%2B9A7Fa%3DTnYAuAQ%40mail.gmail.com.
>>
>> --
>> 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 to sage-support+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAAWYfq2Lkbq%3Dhe3d78RLbAO_rRKQtqm87JxcZ%2BD0UhYUV7R2Nw%40mail.gmail.com.
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> 

Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread David Joyner
On Sat, Aug 22, 2020 at 6:02 PM Dima Pasechnik  wrote:

> On Sat, Aug 22, 2020 at 10:51 PM David Joyner  wrote:
> >
> >
> >
> > On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik 
> wrote:
> >>
> >> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik 
> wrote:
> >> >
> >> > note: 'utimensat' has been marked as being introduced in macOS 10.13
> >> > here, but the deployment target is macOS 10.9.0
> >> >
> >> > seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
> >> > (or a suchlike thing) to 10.13 or even bigger.
> >>
> >> indeed, in src/bin/sage-env on has
> >>
> >> MACOSX_DEPLOYMENT_TARGET=10.9
> >>
> >> which is the reason for that error, I guess.
> >
> >
> > Shouldn't it be 11.0?
> >
> > I changed it then tried to recompile but it stopped at the same place.
> > I can't install a system python3 using homebrew since it's broken
> > https://github.com/Homebrew/brew/issues/7803
>
> you can install a binary python3.7 from python.org - this is known to
> be possible to use in Sage on macOS 10.15 and earlier versions.
>
>
I installed both python 3.8.5 (the latest) and when that failed 3.7.9.

The end of the output of configure is this seeming contradictory info:

configure: notice: the following SPKGs did not find equivalent system
packages: brial cbc cddlib cliquer coxeter3 eclib ecm fflas_ffpack flintqs
fplll gf2x gfan givaro glpk gp2c gsl iconv iml lcalc libatomic_ops
libbraiding libsemigroups lrcalc m4ri m4rie nauty ninja_build openblas palp
pandoc pari pari_elldata pari_galdata pari_galpol pari_nftables
pari_seadata pari_seadata_small pcre perl_cpan_polymake_prereq
perl_term_readline_gnu planarity ppl python3 r rw suitesparse symmetrica
sympow tachyon yasm zeromq zn_poly

checking for the package system in use... unknown

wdj@jeeves sage-9.2.beta9 % which python3

/usr/local/bin/python3

wdj@jeeves sage-9.2.beta9 % python3 --version
Python 3.7.9

There isn't a python3 system package but there is?


> >
> >
> >>
> >>
> >> >
> >> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner 
> wrote:
> >> > >
> >> > > Hi:
> >> > >
> >> > > I don't know if this has been discussed yet but
> >> > > I just upgraded to mac os 11.0. I downloaded
> >> > > sage 9.2.b9 and ran make. I got a "you must
> >> > > run ./configure first message, which I did.
> >> > > Then I ran make and the compilation stopped while
> >> > > compiling python 3. The log is attached.
> >> > >
> >> > > - David Joyner
> >> > >
> >> > >
> >> > > --
> >> > > 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 to sage-support+unsubscr...@googlegroups.com.
> >> > > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com
> .
> >>
> >> --
> >> 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 to sage-support+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com
> .
> >
> > --
> > 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 to sage-support+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAUnZEypSLGc%3DJu8jfZdkSCB6LN4xCg8%2B9A7Fa%3DTnYAuAQ%40mail.gmail.com
> .
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2Lkbq%3Dhe3d78RLbAO_rRKQtqm87JxcZ%2BD0UhYUV7R2Nw%40mail.gmail.com
> .
>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAEQuuAWxr0GJKaNmDjpLHe8wcp7Fgng787gHztyMmV6PKNSEYA%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread Dima Pasechnik
On Sat, Aug 22, 2020 at 10:51 PM David Joyner  wrote:
>
>
>
> On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  wrote:
>>
>> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  wrote:
>> >
>> > note: 'utimensat' has been marked as being introduced in macOS 10.13
>> > here, but the deployment target is macOS 10.9.0
>> >
>> > seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
>> > (or a suchlike thing) to 10.13 or even bigger.
>>
>> indeed, in src/bin/sage-env on has
>>
>> MACOSX_DEPLOYMENT_TARGET=10.9
>>
>> which is the reason for that error, I guess.
>
>
> Shouldn't it be 11.0?
>
> I changed it then tried to recompile but it stopped at the same place.
> I can't install a system python3 using homebrew since it's broken
> https://github.com/Homebrew/brew/issues/7803

you can install a binary python3.7 from python.org - this is known to
be possible to use in Sage on macOS 10.15 and earlier versions.

>
>
>>
>>
>> >
>> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  wrote:
>> > >
>> > > Hi:
>> > >
>> > > I don't know if this has been discussed yet but
>> > > I just upgraded to mac os 11.0. I downloaded
>> > > sage 9.2.b9 and ran make. I got a "you must
>> > > run ./configure first message, which I did.
>> > > Then I ran make and the compilation stopped while
>> > > compiling python 3. The log is attached.
>> > >
>> > > - David Joyner
>> > >
>> > >
>> > > --
>> > > 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 to sage-support+unsubscr...@googlegroups.com.
>> > > To view this discussion on the web visit 
>> > > https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com.
>>
>> --
>> 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 to sage-support+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com.
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAUnZEypSLGc%3DJu8jfZdkSCB6LN4xCg8%2B9A7Fa%3DTnYAuAQ%40mail.gmail.com.

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2Lkbq%3Dhe3d78RLbAO_rRKQtqm87JxcZ%2BD0UhYUV7R2Nw%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread David Joyner
On Sat, Aug 22, 2020 at 4:52 PM Dima Pasechnik  wrote:

> On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  wrote:
> >
> > note: 'utimensat' has been marked as being introduced in macOS 10.13
> > here, but the deployment target is macOS 10.9.0
> >
> > seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
> > (or a suchlike thing) to 10.13 or even bigger.
>
> indeed, in src/bin/sage-env on has
>
> MACOSX_DEPLOYMENT_TARGET=10.9
>
> which is the reason for that error, I guess.
>

Shouldn't it be 11.0?

I changed it then tried to recompile but it stopped at the same place.
I can't install a system python3 using homebrew since it's broken
https://github.com/Homebrew/brew/issues/7803



>
> >
> > On Sat, Aug 22, 2020 at 8:06 PM David Joyner  wrote:
> > >
> > > Hi:
> > >
> > > I don't know if this has been discussed yet but
> > > I just upgraded to mac os 11.0. I downloaded
> > > sage 9.2.b9 and ran make. I got a "you must
> > > run ./configure first message, which I did.
> > > Then I ran make and the compilation stopped while
> > > compiling python 3. The log is attached.
> > >
> > > - David Joyner
> > >
> > >
> > > --
> > > 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 to sage-support+unsubscr...@googlegroups.com.
> > > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com
> .
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com
> .
>

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAEQuuAUnZEypSLGc%3DJu8jfZdkSCB6LN4xCg8%2B9A7Fa%3DTnYAuAQ%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread Dima Pasechnik
On Sat, Aug 22, 2020 at 8:28 PM Dima Pasechnik  wrote:
>
> note: 'utimensat' has been marked as being introduced in macOS 10.13
> here, but the deployment target is macOS 10.9.0
>
> seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
> (or a suchlike thing) to 10.13 or even bigger.

indeed, in src/bin/sage-env on has

MACOSX_DEPLOYMENT_TARGET=10.9

which is the reason for that error, I guess.

>
> On Sat, Aug 22, 2020 at 8:06 PM David Joyner  wrote:
> >
> > Hi:
> >
> > I don't know if this has been discussed yet but
> > I just upgraded to mac os 11.0. I downloaded
> > sage 9.2.b9 and ran make. I got a "you must
> > run ./configure first message, which I did.
> > Then I ran make and the compilation stopped while
> > compiling python 3. The log is attached.
> >
> > - David Joyner
> >
> >
> > --
> > 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 to sage-support+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com.

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2AU24nTFsL2eq3%3DPYgj5320t2LyQJV%2BRFon%2BhrzLJseA%40mail.gmail.com.


Re: [sage-support] compile problem for sage 9.2.b9 on mac 11.0 big sur

2020-08-22 Thread Dima Pasechnik
note: 'utimensat' has been marked as being introduced in macOS 10.13
here, but the deployment target is macOS 10.9.0

seems to indicate that one has to properly set MACOS_DEPLOYMENT_TARGET
(or a suchlike thing) to 10.13 or even bigger.

On Sat, Aug 22, 2020 at 8:06 PM David Joyner  wrote:
>
> Hi:
>
> I don't know if this has been discussed yet but
> I just upgraded to mac os 11.0. I downloaded
> sage 9.2.b9 and ran make. I got a "you must
> run ./configure first message, which I did.
> Then I ran make and the compilation stopped while
> compiling python 3. The log is attached.
>
> - David Joyner
>
>
> --
> 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 to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAEQuuAVjRasvOnj7NKQGfXxjL2g9XPfi8WFXdO-6A3mZ_XedHg%40mail.gmail.com.

-- 
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 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2urTasNTYJKk7AfsUFbLamYGn3AKEubM0eU9UmRMc1qA%40mail.gmail.com.