Re: [sage-release] Sage 9.3.beta7 released

2021-02-10 Thread Samuel Lelievre
2021-02-08 02:11:22 UTC, Samuel Lelievre:
>
> On macOS 10.14.6 with lots of Homebrew packages, 
> [failed to build linbox]. Logs: 
>
> https://www.math.u-psud.fr/~lelievre/t/slel-2021-02-08-s93b7-brew.zip 
>
> I'll try #31355. 

Same failure to build linbox after applying #31355.
I'm sticking to Sage 9.3.beta5 for now. I should maybe
check if I can still build Sage 9.3.beta5. Or maybe try
removing a few Homebrew packages in case that helps.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/515d3489-4c1b-47fd-b801-73c7c9676a07n%40googlegroups.com.


Re: [sage-release] Sage 9.3.beta7 released

2021-02-10 Thread Dima Pasechnik
On Wed, 10 Feb 2021, 22:29 'Justin C. Walker' via sage-release, <
sage-release@googlegroups.com> wrote:

>
>
> > On Feb 10, 2021, at 13:55, Dima Pasechnik  wrote:
> >
> >
> >
> > On Wed, 10 Feb 2021, 21:29 'Justin C. Walker' via sage-release, <
> sage-release@googlegroups.com> wrote:
> >
> >
> > > On Feb 7, 2021, at 14:04, Volker Braun  wrote:
> > >
> > > As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> > a proper sequence of commands is
> >
> > ./bootstrap -d
> > ./configure
> > make
>
> Thanks for your response.
>
> Is this new?  I’ve been starting with “make configure” (which worked
> through Beta1).
>
> In any case, this doesn’t seem to help.  I started from scratch, pulling a
> new Beta7 tree, and then ran bootstrap, as above.  This ended up looking
> just like the result of running “make configure” earlier.
>

could you show the exact message?
If it says "using cached configure tarball" on a clean directory it is
weird^2


> Not sure what I am missing
>
> Justin
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/D325FE54-753D-4365-AB19-D64F82CB7E34%40mac.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq3CZQPAdbUC_OWbkgP%3Dm5186gQ0eGP926STNMf9VOksgg%40mail.gmail.com.


Re: [sage-release] Sage 9.3.beta7 released

2021-02-10 Thread 'Justin C. Walker' via sage-release



> On Feb 10, 2021, at 13:55, Dima Pasechnik  wrote:
> 
> 
> 
> On Wed, 10 Feb 2021, 21:29 'Justin C. Walker' via sage-release, 
>  wrote:
> 
> 
> > On Feb 7, 2021, at 14:04, Volker Braun  wrote:
> > 
> > As always, you can get the latest beta version from the "develop" git 
> > branch. Alternatively, the self-contained source tarball is at 
> > http://www.sagemath.org/download-latest.html 

> a proper sequence of commands is
> 
> ./bootstrap -d
> ./configure
> make

Thanks for your response.

Is this new?  I’ve been starting with “make configure” (which worked through 
Beta1).

In any case, this doesn’t seem to help.  I started from scratch, pulling a new 
Beta7 tree, and then ran bootstrap, as above.  This ended up looking just like 
the result of running “make configure” earlier.

Not sure what I am missing

Justin



-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/D325FE54-753D-4365-AB19-D64F82CB7E34%40mac.com.


Re: [sage-release] Sage 9.3.beta7 released

2021-02-10 Thread Dima Pasechnik
On Wed, 10 Feb 2021, 21:29 'Justin C. Walker' via sage-release, <
sage-release@googlegroups.com> wrote:

>
>
> > On Feb 7, 2021, at 14:04, Volker Braun  wrote:
> >
> > As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> I’ve been off on a tangent for a while, and am just getting back to this.
>
> I am using macOS 10.15.7, and have had the same problem, starting with
> 9.3-beta2:
>
> “make configure” gives me this for each:
>
> gettext and the gettextize program must be installed and be in
> your PATH. E.g. Homebrew installs them in /usr/local/opt/gettext/bin.
> Bootstrap failed, downloading required files instead.
> Using cached file
> /Users/Sage/sage-9.3.beta1/upstream/configure-ee1d038453af9bb563b79ab9bdbb08c18540207a.tar.gz
> tar: Error opening archive: Failed to open
> 'upstream/configure-ee1d038453af9bb563b79ab9bdbb08c18540207a.tar.gz'
> make: *** [configure] Error 1
>
> (Differing name fo the tarball).  This does not happen on macOS 10.13.,
> where I build successfully for each.
>
> FWIW, there is no “upstream” directory in any of the failing SAGE_ROOTs.
>
> Have not seen similar problems reported.
>
> I do not have Homebrew (or other package manager) installed.
>
> Thoughts?  Pointers?
>

a proper sequence of commands is

./bootstrap -d
./configure
make


You get an error from ./bootstrap being
invoked without -d.

hth
Dima

>
> Thanks!
>
> Justin
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/02AAFF37-36C6-403B-A7E2-813AEC112FC6%40mac.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq08uBpdipd%2BGrT%3DW%2BLsB1mx-GjZGytYNds%3DaORqEv_Jdg%40mail.gmail.com.


Re: [sage-release] Sage 9.3.beta7 released

2021-02-10 Thread 'Justin C. Walker' via sage-release



> On Feb 7, 2021, at 14:04, Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 

I’ve been off on a tangent for a while, and am just getting back to this.

I am using macOS 10.15.7, and have had the same problem, starting with 
9.3-beta2:

“make configure” gives me this for each:

gettext and the gettextize program must be installed and be in
your PATH. E.g. Homebrew installs them in /usr/local/opt/gettext/bin.
Bootstrap failed, downloading required files instead.
Using cached file 
/Users/Sage/sage-9.3.beta1/upstream/configure-ee1d038453af9bb563b79ab9bdbb08c18540207a.tar.gz
tar: Error opening archive: Failed to open 
'upstream/configure-ee1d038453af9bb563b79ab9bdbb08c18540207a.tar.gz'
make: *** [configure] Error 1

(Differing name fo the tarball).  This does not happen on macOS 10.13., where I 
build successfully for each.

FWIW, there is no “upstream” directory in any of the failing SAGE_ROOTs.

Have not seen similar problems reported.

I do not have Homebrew (or other package manager) installed.

Thoughts?  Pointers?

Thanks!

Justin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/02AAFF37-36C6-403B-A7E2-813AEC112FC6%40mac.com.