Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread John Cremona
On Wed, 20 Mar 2024 at 12:08,  wrote:

> On Wed, Mar 20, 2024 at 11:53:49AM +, John Cremona wrote:
> > Sorry but I have another issue, different machine, also ubuntu 20.04:
> >
> > The following package(s) may have failed to build (not necessarily
> > during this run of 'make all-start'):
> >
> > * package: cypari-2.1.4
> >   last build time: Mar 20 11:41
> >   log file:/usr/local/sage/sage-10.3/logs/pkgs/cypari-2.1.4.log
> >
> > Log attached.
> >
> > If it is relevant, I do have a recent pari installed and configure
> decided
> > it was suitable.
>
> the error is
>
>File
> "/usr/local/sage/sage-10.3/local/var/lib/sage/venv-python3.10/var/tmp/sage/build/cypari-2.1.4/src/autogen/doc.py",
> line 274, in get_raw_doc
>   raise RuntimeError("no help found for '{}'".format(function))
>   RuntimeError: no help found for 'besseljzero'
>   error: subprocess-exited-with-error
>
> which indicates that your pari help data (used by cypari2) was not
> installed in a location
> understood by cypari2, or not installed at all.
>
>
Good idea:  on this machine gphelp runs /usr/bin/gphelp which is old
(version 2.13.3), while I have a new pari installed in /usr/local.  Now,
configure finds that OK (including gphelp) and concludes that it does not
need to install pari.  But cypari is finding the wrong version.  I
uninstalled the ubuntu libpari package and also pari-doc and now default
gphelp finds the right one.

I see from the log that configure decides to build cypari since cysignals
is not installed; but when cysignals is installed, that installs the old
version of pari (2.13.3) resulting in the failure of cypari to install.

I am rebuilding from scratch now.  Thanks again, Dima.  Next time I will
try (even) harder to diagnose the problem myself!

John




> I recall seeing this sort of error on a Linux and concluding that it's a
> bug in the Pari package of that Linux distro.
> Does your Pari help system work there?
>
> Dima
>
>
>
> >
> > John
> >
> > On Wed, 20 Mar 2024 at 11:22, John Cremona 
> wrote:
> >
> > >
> > >
> > > On Wed, 20 Mar 2024 at 10:13, Dima Pasechnik 
> wrote:
> > >
> > >>
> > >>
> > >> On Wed, Mar 20, 2024 at 9:53 AM John Cremona 
> > >> wrote:
> > >>
> > >>> Thanks for the new release.  On a ubuntu machine which I had
> literally
> > >>> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
> > >>> * package: info-6.8
> > >>>   last build time: Mar 20 09:39
> > >>>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
> > >>>   build directory:
> > >>> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
> > >>>
> > >>> I could not tell from the log (attached) just what the problem is --
> any
> > >>> suggestions?
> > >>>
> > >>
> > >> Just install texinfo - then this package should not be needed.
> Building
> > >> (tex)info is tricky, as you see here...
> > >>
> > >
> > > Thanks Dima, you are very helpful as always.  I installed texinfo,
> forgot
> > > to rerun ./configure, reran make, stuck at the same place, remebered to
> > > rerun ./configure, and am continuing the build.  Luckily this machine
> has
> > > 72 cores and since I only just did the system upgrade, no-one else is
> using
> > > it!
> > >
> > > I don't always install all the packages suggested by ./configure since
> > > sometimes I have more recent versions than are in ubuntu.  But that is
> not
> > > relevant for texinfo (it can be for pari, flint, ntl, and of course
> eclib).
> > >
> > > John
> > >
> > >
> > >
> > >> (IMHO this should have never been made a standard Sage package - but
> > >> rather Sage should require info from the OS, as it's literally
> available in
> > >> every sane environment)
> > >>
> > >> Dima
> > >>
> > >>
> > >>>
> > >>> John
> > >>>
> > >>> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe <
> matthiaskoe...@gmail.com>
> > >>> wrote:
> > >>>
> >  Thanks a lot, Volker!
> > 
> >  Many thanks to all who contributed to this release, and welcome to
> all
> >  new contributors!
> > 
> >  It's not too late to expand our release notes:
> >  https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour
> > 
> >  On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:
> > 
> > > The "master" git branch has been updated to Sage-10.3. 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
> > >
> > > There was no change over 10.3.rc4
> > >
> > > --
> >  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
> > 
> 

Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread dimpase
On Wed, Mar 20, 2024 at 11:53:49AM +, John Cremona wrote:
> Sorry but I have another issue, different machine, also ubuntu 20.04:
> 
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all-start'):
> 
> * package: cypari-2.1.4
>   last build time: Mar 20 11:41
>   log file:/usr/local/sage/sage-10.3/logs/pkgs/cypari-2.1.4.log
> 
> Log attached.
> 
> If it is relevant, I do have a recent pari installed and configure decided
> it was suitable.

the error is

   File 
"/usr/local/sage/sage-10.3/local/var/lib/sage/venv-python3.10/var/tmp/sage/build/cypari-2.1.4/src/autogen/doc.py",
 line 274, in get_raw_doc
  raise RuntimeError("no help found for '{}'".format(function))
  RuntimeError: no help found for 'besseljzero'
  error: subprocess-exited-with-error

which indicates that your pari help data (used by cypari2) was not installed in 
a location
understood by cypari2, or not installed at all.

I recall seeing this sort of error on a Linux and concluding that it's a
bug in the Pari package of that Linux distro.
Does your Pari help system work there?

Dima



> 
> John
> 
> On Wed, 20 Mar 2024 at 11:22, John Cremona  wrote:
> 
> >
> >
> > On Wed, 20 Mar 2024 at 10:13, Dima Pasechnik  wrote:
> >
> >>
> >>
> >> On Wed, Mar 20, 2024 at 9:53 AM John Cremona 
> >> wrote:
> >>
> >>> Thanks for the new release.  On a ubuntu machine which I had literally
> >>> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
> >>> * package: info-6.8
> >>>   last build time: Mar 20 09:39
> >>>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
> >>>   build directory:
> >>> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
> >>>
> >>> I could not tell from the log (attached) just what the problem is -- any
> >>> suggestions?
> >>>
> >>
> >> Just install texinfo - then this package should not be needed. Building
> >> (tex)info is tricky, as you see here...
> >>
> >
> > Thanks Dima, you are very helpful as always.  I installed texinfo, forgot
> > to rerun ./configure, reran make, stuck at the same place, remebered to
> > rerun ./configure, and am continuing the build.  Luckily this machine has
> > 72 cores and since I only just did the system upgrade, no-one else is using
> > it!
> >
> > I don't always install all the packages suggested by ./configure since
> > sometimes I have more recent versions than are in ubuntu.  But that is not
> > relevant for texinfo (it can be for pari, flint, ntl, and of course eclib).
> >
> > John
> >
> >
> >
> >> (IMHO this should have never been made a standard Sage package - but
> >> rather Sage should require info from the OS, as it's literally available in
> >> every sane environment)
> >>
> >> Dima
> >>
> >>
> >>>
> >>> John
> >>>
> >>> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe 
> >>> wrote:
> >>>
>  Thanks a lot, Volker!
> 
>  Many thanks to all who contributed to this release, and welcome to all
>  new contributors!
> 
>  It's not too late to expand our release notes:
>  https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour
> 
>  On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:
> 
> > The "master" git branch has been updated to Sage-10.3. 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
> >
> > There was no change over 10.3.rc4
> >
> > --
>  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/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.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 

Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread John Cremona
Sorry but I have another issue, different machine, also ubuntu 20.04:

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: cypari-2.1.4
  last build time: Mar 20 11:41
  log file:/usr/local/sage/sage-10.3/logs/pkgs/cypari-2.1.4.log

Log attached.

If it is relevant, I do have a recent pari installed and configure decided
it was suitable.

John

On Wed, 20 Mar 2024 at 11:22, John Cremona  wrote:

>
>
> On Wed, 20 Mar 2024 at 10:13, Dima Pasechnik  wrote:
>
>>
>>
>> On Wed, Mar 20, 2024 at 9:53 AM John Cremona 
>> wrote:
>>
>>> Thanks for the new release.  On a ubuntu machine which I had literally
>>> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
>>> * package: info-6.8
>>>   last build time: Mar 20 09:39
>>>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
>>>   build directory:
>>> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
>>>
>>> I could not tell from the log (attached) just what the problem is -- any
>>> suggestions?
>>>
>>
>> Just install texinfo - then this package should not be needed. Building
>> (tex)info is tricky, as you see here...
>>
>
> Thanks Dima, you are very helpful as always.  I installed texinfo, forgot
> to rerun ./configure, reran make, stuck at the same place, remebered to
> rerun ./configure, and am continuing the build.  Luckily this machine has
> 72 cores and since I only just did the system upgrade, no-one else is using
> it!
>
> I don't always install all the packages suggested by ./configure since
> sometimes I have more recent versions than are in ubuntu.  But that is not
> relevant for texinfo (it can be for pari, flint, ntl, and of course eclib).
>
> John
>
>
>
>> (IMHO this should have never been made a standard Sage package - but
>> rather Sage should require info from the OS, as it's literally available in
>> every sane environment)
>>
>> Dima
>>
>>
>>>
>>> John
>>>
>>> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe 
>>> wrote:
>>>
 Thanks a lot, Volker!

 Many thanks to all who contributed to this release, and welcome to all
 new contributors!

 It's not too late to expand our release notes:
 https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour

 On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:

> The "master" git branch has been updated to Sage-10.3. 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
>
> There was no change over 10.3.rc4
>
> --
 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/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.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/CAAWYfq3JunSS8oy2e2hz429qShuaf%2B8sp2-rwCj0YzHD-HpK%3DA%40mail.gmail.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/CAD0p0K5VMLOaLeekWuDCXqMEgf%3DRcEyz75GHw3rzVNph4TN4Bw%40mail.gmail.com.
Attempting to download package cypari2-2.1.4.tar.gz from mirrors
https://github.com/sagemath/sage/releases/download/10.3/cypari2-2.1.4.tar.gz

Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread Dima Pasechnik
To explain the error you were getting, your log has

configure: WARNING: Could not find a terminal library among tinfo ncurses 
curses termlib termcap terminfo

which explains the linking error you get at the end.
I think info (texinfo) should just become a pre-req for all the systems we 
support (just as well as g++ and gfortran, by the way),
and not something one might get into building from source for the only 
reason that it's not installed, and get stuck.
There is 0 value digging out more details on this and adjusting build 
scripts accordingly, possibly (re)introducting curses or another
equally cursed package into Sage deps. 

A recent fight over these issues happened on
https://github.com/sagemath/sage/pull/36726 (and I was shouted down - as 
the enemy had the numbers on that occasion)

But I am ready for a re-match...

Dima




On Wednesday, March 20, 2024 at 11:23:01 AM UTC John Cremona wrote:

> On Wed, 20 Mar 2024 at 10:13, Dima Pasechnik  wrote:
>
>>
>>
>> On Wed, Mar 20, 2024 at 9:53 AM John Cremona  wrote:
>>
>>> Thanks for the new release.  On a ubuntu machine which I had literally 
>>> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
>>> * package: info-6.8
>>>   last build time: Mar 20 09:39
>>>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
>>>   build directory: 
>>> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
>>>
>>> I could not tell from the log (attached) just what the problem is -- any 
>>> suggestions?
>>>
>>
>> Just install texinfo - then this package should not be needed. Building 
>> (tex)info is tricky, as you see here...
>>
>
> Thanks Dima, you are very helpful as always.  I installed texinfo, forgot 
> to rerun ./configure, reran make, stuck at the same place, remebered to 
> rerun ./configure, and am continuing the build.  Luckily this machine has 
> 72 cores and since I only just did the system upgrade, no-one else is using 
> it!
>
> I don't always install all the packages suggested by ./configure since 
> sometimes I have more recent versions than are in ubuntu.  But that is not 
> relevant for texinfo (it can be for pari, flint, ntl, and of course eclib).
>
> John
>
>
>
>> (IMHO this should have never been made a standard Sage package - but 
>> rather Sage should require info from the OS, as it's literally available in 
>> every sane environment)
>>
>> Dima
>>  
>>
>>>
>>> John
>>>
>>> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe  
>>> wrote:
>>>
 Thanks a lot, Volker!

 Many thanks to all who contributed to this release, and welcome to all 
 new contributors!

 It's not too late to expand our release notes: 
 https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour

 On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:

> The "master" git branch has been updated to Sage-10.3. 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
>
> There was no change over 10.3.rc4
>
> -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/sage-release/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.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...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/CAAWYfq3JunSS8oy2e2hz429qShuaf%2B8sp2-rwCj0YzHD-HpK%3DA%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop 

Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread John Cremona
On Wed, 20 Mar 2024 at 10:13, Dima Pasechnik  wrote:

>
>
> On Wed, Mar 20, 2024 at 9:53 AM John Cremona 
> wrote:
>
>> Thanks for the new release.  On a ubuntu machine which I had literally
>> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
>> * package: info-6.8
>>   last build time: Mar 20 09:39
>>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
>>   build directory:
>> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
>>
>> I could not tell from the log (attached) just what the problem is -- any
>> suggestions?
>>
>
> Just install texinfo - then this package should not be needed. Building
> (tex)info is tricky, as you see here...
>

Thanks Dima, you are very helpful as always.  I installed texinfo, forgot
to rerun ./configure, reran make, stuck at the same place, remebered to
rerun ./configure, and am continuing the build.  Luckily this machine has
72 cores and since I only just did the system upgrade, no-one else is using
it!

I don't always install all the packages suggested by ./configure since
sometimes I have more recent versions than are in ubuntu.  But that is not
relevant for texinfo (it can be for pari, flint, ntl, and of course eclib).

John



> (IMHO this should have never been made a standard Sage package - but
> rather Sage should require info from the OS, as it's literally available in
> every sane environment)
>
> Dima
>
>
>>
>> John
>>
>> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe 
>> wrote:
>>
>>> Thanks a lot, Volker!
>>>
>>> Many thanks to all who contributed to this release, and welcome to all
>>> new contributors!
>>>
>>> It's not too late to expand our release notes:
>>> https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour
>>>
>>> On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:
>>>
 The "master" git branch has been updated to Sage-10.3. 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

 There was no change over 10.3.rc4

 --
>>> 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/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.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/CAAWYfq3JunSS8oy2e2hz429qShuaf%2B8sp2-rwCj0YzHD-HpK%3DA%40mail.gmail.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/CAD0p0K4r2Azi3MNOG9EK7LKkA1%2B74ZuG-JnnVooP8hHeyutKhw%40mail.gmail.com.


Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread Dima Pasechnik
On Wed, Mar 20, 2024 at 9:53 AM John Cremona  wrote:

> Thanks for the new release.  On a ubuntu machine which I had literally
> only hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
> * package: info-6.8
>   last build time: Mar 20 09:39
>   log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
>   build directory:
> /usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8
>
> I could not tell from the log (attached) just what the problem is -- any
> suggestions?
>

Just install texinfo - then this package should not be needed. Building
(tex)info is tricky, as you see here...

(IMHO this should have never been made a standard Sage package - but rather
Sage should require info from the OS, as it's literally available in every
sane environment)

Dima


>
> John
>
> On Wed, 20 Mar 2024 at 05:03, Matthias Köppe 
> wrote:
>
>> Thanks a lot, Volker!
>>
>> Many thanks to all who contributed to this release, and welcome to all
>> new contributors!
>>
>> It's not too late to expand our release notes:
>> https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour
>>
>> On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:
>>
>>> The "master" git branch has been updated to Sage-10.3. 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
>>>
>>> There was no change over 10.3.rc4
>>>
>>> --
>> 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/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.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/CAAWYfq3JunSS8oy2e2hz429qShuaf%2B8sp2-rwCj0YzHD-HpK%3DA%40mail.gmail.com.


Re: [sage-release] Re: Sage 10.3 released

2024-03-20 Thread John Cremona
Thanks for the new release.  On a ubuntu machine which I had literally only
hust upgraded from 20.04 LTS to 22.04.LTS, by build failed here:
* package: info-6.8
  last build time: Mar 20 09:39
  log file:/usr/local/sage/sage-10.3/logs/pkgs/info-6.8.log
  build directory:
/usr/local/sage/sage-10.3/local/var/tmp/sage/build/info-6.8

I could not tell from the log (attached) just what the problem is -- any
suggestions?

John

On Wed, 20 Mar 2024 at 05:03, Matthias Köppe 
wrote:

> Thanks a lot, Volker!
>
> Many thanks to all who contributed to this release, and welcome to all new
> contributors!
>
> It's not too late to expand our release notes:
> https://github.com/sagemath/sage/wiki/Sage-10.3-Release-Tour
>
> On Tuesday, March 19, 2024 at 5:36:30 PM UTC-7 Volker Braun wrote:
>
>> The "master" git branch has been updated to Sage-10.3. 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
>>
>> There was no change over 10.3.rc4
>>
>> --
> 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/dddbd588-b3fe-464d-8fb8-359fb5e2b33fn%40googlegroups.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/CAD0p0K4sbjS-3ojpYLjioMZU-ZYe2kM8wKBb4wNGoNiV2r8nsA%40mail.gmail.com.
Attempting to download package texinfo-6.8.tar.xz from mirrors
https://github.com/sagemath/sage/releases/download/10.3/texinfo-6.8.tar.xz
[..]
info-6.8

Setting up build directory for info-6.8
Finished extraction
No patch files found in ../patches

Host system:
Linux galois 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) 

Package 'info' is currently not installed
No legacy uninstaller found for 'info'; nothing to do
Configuring info-6.8
configure: WARNING: unrecognized options: --disable-static, --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1002' is supported by ustar format... yes
checking whether GID '1002' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar