Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Dima Pasechnik
On Tue, Dec 31, 2019 at 11:32 PM Dima Pasechnik  wrote:
>
> On Tue, Dec 31, 2019 at 11:23 PM Frédéric Chapoton  
> wrote:
> >
> > So what would be a practical solution in my case ?
> >
>
on a developent box (thsi won't do for buildbots etc, naturally)
 you can pull
https://trac.sagemath.org/ticket/28884

install libopenblas-dev and whatever R packages are needed from Ubuntu

run

make openblas-clean
./bootstrap && ./configure

and check that R won't be installed, and run

make

(and live happily ever after with R and openblas provided by the system)


> upgrade gfortran to a fixed version
> (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329)
>
> perharps your Ubuntu version has a fix...
>
> or downgrade to gfortran6
>
> > Le mardi 31 décembre 2019 16:18:34 UTC+1, Dima Pasechnik a écrit :
> >>
> >> It's probably
> >> https://developer.r-project.org/Blog/public/2019/05/15/gfortran-issues-with-lapack/index.html
> >> - and you have a slightly broken "new" gfortran...
> >>
> >> Sorry for barking up the wrong tree.
> >>
> >> IMHO, we should just use
> >> https://trac.sagemath.org/ticket/27870 and
> >> https://trac.sagemath.org/ticket/28884
> >> and do not try to solve already solved issues yet again.
> >>
> >>
> >> On Tue, Dec 31, 2019 at 11:02 PM Frédéric Chapoton  
> >> wrote:
> >> >
> >> > After 'sage -f openblas", I am back at the previous situation : I have 
> >> > the three files blas.pc etc again in local/lib/pkgconfig. Building R 
> >> > still fails in the same way.
> >> >
> >> > F
> >> >
> >> > Le mardi 31 décembre 2019 12:14:15 UTC+1, Frédéric Chapoton a écrit :
> >> >>
> >> >> I have launched "sage -f openblas", and this is re-building many 
> >> >> things. Now building giac, so probably succedeed in building openblas.
> >> >>
> >> >> F
> >> >>
> >> >> Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit :
> >> >>>
> >> >>> have you built openblas successfully?
> >> >>>
> >> >>> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  
> >> >>> wrote:
> >> 
> >>  I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
> >>  them, and then ./configure, and then make build : same problem, 
> >>  unchanged.
> >> 
> >>  F
> >> 
> >>  Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
> >> >
> >> > you might have remains of unmerged tickets with spkg-configure for 
> >> > openblas etc. Check that you don't have links to *blas.pc files in 
> >> > local/lib/pkgconfig/
> >> >
> >> > On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  
> >> > wrote:
> >> >>
> >> >> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
> >> >>
> >> >> This fails in the same way, even after I installed libblas-dev.
> >> >>
> >> >> F
> >> >>
> >> >> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
> >> >>>
> >> >>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a 
> >> >>> écrit :
> >> 
> >>  I have problems when building R 3.6.2 on my (usually rather 
> >>  stable) Ubuntu patchbot.
> >> >>>
> >> >>>
> >> >>> Which version of Ubuntu? I could build R 3.6.2 without any trouble 
> >> >>> on Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package 
> >> >>> libblas-dev is installed on my system).
> >> >>>
> >> >>> Best wishes,
> >> >>>
> >> >>> Eric.
> >> >>
> >> >> --
> >> >> 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-r...@googlegroups.com.
> >> >> To view this discussion on the web visit 
> >> >> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com.
> >>  To view this discussion on the web visit 
> >>  https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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-r...@googlegroups.com.
> >> > To view this discussion on the web visit 
> >> > https://groups.google.com/d/msgid/sage-release/71d44c0a-ecba-4bf7-8f76-a8d8d73b9abb%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 thi

Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Dima Pasechnik
On Tue, Dec 31, 2019 at 11:23 PM Frédéric Chapoton  wrote:
>
> So what would be a practical solution in my case ?
>

upgrade gfortran to a fixed version
(see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90329)

perharps your Ubuntu version has a fix...

or downgrade to gfortran6

> Le mardi 31 décembre 2019 16:18:34 UTC+1, Dima Pasechnik a écrit :
>>
>> It's probably
>> https://developer.r-project.org/Blog/public/2019/05/15/gfortran-issues-with-lapack/index.html
>> - and you have a slightly broken "new" gfortran...
>>
>> Sorry for barking up the wrong tree.
>>
>> IMHO, we should just use
>> https://trac.sagemath.org/ticket/27870 and
>> https://trac.sagemath.org/ticket/28884
>> and do not try to solve already solved issues yet again.
>>
>>
>> On Tue, Dec 31, 2019 at 11:02 PM Frédéric Chapoton  
>> wrote:
>> >
>> > After 'sage -f openblas", I am back at the previous situation : I have the 
>> > three files blas.pc etc again in local/lib/pkgconfig. Building R still 
>> > fails in the same way.
>> >
>> > F
>> >
>> > Le mardi 31 décembre 2019 12:14:15 UTC+1, Frédéric Chapoton a écrit :
>> >>
>> >> I have launched "sage -f openblas", and this is re-building many things. 
>> >> Now building giac, so probably succedeed in building openblas.
>> >>
>> >> F
>> >>
>> >> Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit :
>> >>>
>> >>> have you built openblas successfully?
>> >>>
>> >>> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  wrote:
>> 
>>  I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
>>  them, and then ./configure, and then make build : same problem, 
>>  unchanged.
>> 
>>  F
>> 
>>  Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
>> >
>> > you might have remains of unmerged tickets with spkg-configure for 
>> > openblas etc. Check that you don't have links to *blas.pc files in 
>> > local/lib/pkgconfig/
>> >
>> > On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  
>> > wrote:
>> >>
>> >> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>> >>
>> >> This fails in the same way, even after I installed libblas-dev.
>> >>
>> >> F
>> >>
>> >> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>> >>>
>> >>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>> 
>>  I have problems when building R 3.6.2 on my (usually rather stable) 
>>  Ubuntu patchbot.
>> >>>
>> >>>
>> >>> Which version of Ubuntu? I could build R 3.6.2 without any trouble 
>> >>> on Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package 
>> >>> libblas-dev is installed on my system).
>> >>>
>> >>> Best wishes,
>> >>>
>> >>> Eric.
>> >>
>> >> --
>> >> 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-r...@googlegroups.com.
>> >> To view this discussion on the web visit 
>> >> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com.
>>  To view this discussion on the web visit 
>>  https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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-r...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-release/71d44c0a-ecba-4bf7-8f76-a8d8d73b9abb%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/fc3cd3a3-af8e-4eb1-be9e-f28b0db9b279%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/CAAWYfq21rW03zKBAo807pz%2BvpXRYg4uCLpJ8wYE4fgjRuy0dvA%40mail.gmail.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Frédéric Chapoton
So what would be a practical solution in my case ?

Le mardi 31 décembre 2019 16:18:34 UTC+1, Dima Pasechnik a écrit :
>
> It's probably 
>
> https://developer.r-project.org/Blog/public/2019/05/15/gfortran-issues-with-lapack/index.html
>  
> - and you have a slightly broken "new" gfortran... 
>
> Sorry for barking up the wrong tree. 
>
> IMHO, we should just use 
> https://trac.sagemath.org/ticket/27870 and 
> https://trac.sagemath.org/ticket/28884 
> and do not try to solve already solved issues yet again. 
>
>
> On Tue, Dec 31, 2019 at 11:02 PM Frédéric Chapoton  > wrote: 
> > 
> > After 'sage -f openblas", I am back at the previous situation : I have 
> the three files blas.pc etc again in local/lib/pkgconfig. Building R still 
> fails in the same way. 
> > 
> > F 
> > 
> > Le mardi 31 décembre 2019 12:14:15 UTC+1, Frédéric Chapoton a écrit : 
> >> 
> >> I have launched "sage -f openblas", and this is re-building many 
> things. Now building giac, so probably succedeed in building openblas. 
> >> 
> >> F 
> >> 
> >> Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit : 
> >>> 
> >>> have you built openblas successfully? 
> >>> 
> >>> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  
> wrote: 
>  
>  I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
> them, and then ./configure, and then make build : same problem, unchanged. 
>  
>  F 
>  
>  Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit : 
> > 
> > you might have remains of unmerged tickets with spkg-configure for 
> openblas etc. Check that you don't have links to *blas.pc files in 
> local/lib/pkgconfig/ 
> > 
> > On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  
> wrote: 
> >> 
> >> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64) 
> >> 
> >> This fails in the same way, even after I installed libblas-dev. 
> >> 
> >> F 
> >> 
> >> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit 
> : 
> >>> 
> >>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a 
> écrit : 
>  
>  I have problems when building R 3.6.2 on my (usually rather 
> stable) Ubuntu patchbot. 
> >>> 
> >>> 
> >>> Which version of Ubuntu? I could build R 3.6.2 without any trouble 
> on Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev 
> is installed on my system). 
> >>> 
> >>> Best wishes, 
> >>> 
> >>> Eric. 
> >> 
> >> -- 
> >> 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-r...@googlegroups.com. 
> >> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com. 
>  To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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-r...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/71d44c0a-ecba-4bf7-8f76-a8d8d73b9abb%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/fc3cd3a3-af8e-4eb1-be9e-f28b0db9b279%40googlegroups.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Dima Pasechnik
It's probably
https://developer.r-project.org/Blog/public/2019/05/15/gfortran-issues-with-lapack/index.html
- and you have a slightly broken "new" gfortran...

Sorry for barking up the wrong tree.

IMHO, we should just use
https://trac.sagemath.org/ticket/27870 and
https://trac.sagemath.org/ticket/28884
and do not try to solve already solved issues yet again.


On Tue, Dec 31, 2019 at 11:02 PM Frédéric Chapoton  wrote:
>
> After 'sage -f openblas", I am back at the previous situation : I have the 
> three files blas.pc etc again in local/lib/pkgconfig. Building R still fails 
> in the same way.
>
> F
>
> Le mardi 31 décembre 2019 12:14:15 UTC+1, Frédéric Chapoton a écrit :
>>
>> I have launched "sage -f openblas", and this is re-building many things. Now 
>> building giac, so probably succedeed in building openblas.
>>
>> F
>>
>> Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit :
>>>
>>> have you built openblas successfully?
>>>
>>> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  wrote:

 I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
 them, and then ./configure, and then make build : same problem, unchanged.

 F

 Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
>
> you might have remains of unmerged tickets with spkg-configure for 
> openblas etc. Check that you don't have links to *blas.pc files in 
> local/lib/pkgconfig/
>
> On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  wrote:
>>
>> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>>
>> This fails in the same way, even after I installed libblas-dev.
>>
>> F
>>
>> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>>>
>>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :

 I have problems when building R 3.6.2 on my (usually rather stable) 
 Ubuntu patchbot.
>>>
>>>
>>> Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
>>> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev 
>>> is installed on my system).
>>>
>>> Best wishes,
>>>
>>> Eric.
>>
>> --
>> 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-r...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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/71d44c0a-ecba-4bf7-8f76-a8d8d73b9abb%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/CAAWYfq2aXcE5AoxQbugNd1c-mCkhy8XyK1BDF51DHRtTyvooeA%40mail.gmail.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Clemens Heuberger

I probably had a similar problem on _one_ of my three Linux Mint patchbots.
I then installed all recommended dependencies listed on

http://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
as well as libpango1.0-dev . Then, IIRC, it worked again.

The libpango1.0-dev thing also occurred on another patchbot around 8.9.rc0.




Am 31.12.19 um 09:40 schrieb Frédéric Chapoton:

I have problems when building R 3.6.2 on my (usually rather stable) Ubuntu 
patchbot.

The log complains about
|
Infile included from../../src/include/R_ext/Applic.h:41:0,
fromintegrate.c:33:
../../src/include/R_ext/BLAS.h:103:55:error:expected declaration specifiers or
'...'before ')'token
constdouble*beta,double*y,constint*incy FCLEN);
^
../../src/include/R_ext/BLAS.h:110:35:error:expected declaration specifiers 
or'...'before ')'token

double*y,constint*incy FCLEN);
|

Frédéric


Le lundi 30 décembre 2019 01:15:24 UTC+1, Volker Braun a écrit :

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



a86de04f59 (tag: 9.0.rc1, trac/develop) Updated SageMath version to 9.0.rc1
7f941838a6 Trac #28878: psutil doesn't build on recent Cygwin
115dcc63aa Trac #28676: Pass --with-python=sage-python23 to Singular 
configure
7c990ccd0c Trac #28910: Update "Maintained" to 2020 for DockerHub README
746a826377 (tag: 9.0.rc0) Updated SageMath version to 9.0.rc0

--
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/8114a1d9-077f-47fb-956b-feaed1e966b5%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/9a4a5c3d-3cd4-a72d-adcd-16938bf893bd%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Frédéric Chapoton
After 'sage -f openblas", I am back at the previous situation : I have the 
three files blas.pc etc again in local/lib/pkgconfig. Building R still 
fails in the same way.

F

Le mardi 31 décembre 2019 12:14:15 UTC+1, Frédéric Chapoton a écrit :
>
> I have launched "sage -f openblas", and this is re-building many things. 
> Now building giac, so probably succedeed in building openblas.
>
> F
>
> Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit :
>>
>> have you built openblas successfully?
>>
>> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  wrote:
>>
>>> I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
>>> them, and then ./configure, and then make build : same problem, unchanged.
>>>
>>> F
>>>
>>> Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :

 you might have remains of unmerged tickets with spkg-configure for 
 openblas etc. Check that you don't have links to *blas.pc files in 
 local/lib/pkgconfig/

 On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  
 wrote:

> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>
> This fails in the same way, even after I installed libblas-dev.
>
> F
>
> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>>
>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>>>
>>> I have problems when building R 3.6.2 on my (usually rather stable) 
>>> Ubuntu patchbot.
>>>
>>
>> Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
>> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev 
>> is 
>> installed on my system).
>>
>> Best wishes,
>>
>> Eric.
>>
> -- 
> 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-r...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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/71d44c0a-ecba-4bf7-8f76-a8d8d73b9abb%40googlegroups.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Frédéric Chapoton
I have launched "sage -f openblas", and this is re-building many things. 
Now building giac, so probably succedeed in building openblas.

F

Le mardi 31 décembre 2019 12:08:48 UTC+1, Dima Pasechnik a écrit :
>
> have you built openblas successfully?
>
> On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  > wrote:
>
>> I had three files there : blas.pc, cblas.pc and openblas.pc. Removing 
>> them, and then ./configure, and then make build : same problem, unchanged.
>>
>> F
>>
>> Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
>>>
>>> you might have remains of unmerged tickets with spkg-configure for 
>>> openblas etc. Check that you don't have links to *blas.pc files in 
>>> local/lib/pkgconfig/
>>>
>>> On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  
>>> wrote:
>>>
 Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)

 This fails in the same way, even after I installed libblas-dev.

 F

 Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>
> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>>
>> I have problems when building R 3.6.2 on my (usually rather stable) 
>> Ubuntu patchbot.
>>
>
> Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev 
> is 
> installed on my system).
>
> Best wishes,
>
> Eric.
>
 -- 
 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-r...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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-r...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/52cf4cb6-c672-4164-98ab-edb64edbd357%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/844e8fd5-34f8-4460-b26c-7b9b9781b79b%40googlegroups.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Dima Pasechnik
have you built openblas successfully?

On Tue, 31 Dec 2019, 18:52 Frédéric Chapoton,  wrote:

> I had three files there : blas.pc, cblas.pc and openblas.pc. Removing
> them, and then ./configure, and then make build : same problem, unchanged.
>
> F
>
> Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
>>
>> you might have remains of unmerged tickets with spkg-configure for
>> openblas etc. Check that you don't have links to *blas.pc files in
>> local/lib/pkgconfig/
>>
>> On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  wrote:
>>
>>> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>>>
>>> This fails in the same way, even after I installed libblas-dev.
>>>
>>> F
>>>
>>> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :

 Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>
> I have problems when building R 3.6.2 on my (usually rather stable)
> Ubuntu patchbot.
>

 Which version of Ubuntu? I could build R 3.6.2 without any trouble on
 Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev is
 installed on my system).

 Best wishes,

 Eric.

>>> --
>>> 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-r...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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/52cf4cb6-c672-4164-98ab-edb64edbd357%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/CAAWYfq0ohO%2BzjmbARxw6WWQQ_tU1krJmnZEtCxtCSmYAykSYKg%40mail.gmail.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Frédéric Chapoton
I had three files there : blas.pc, cblas.pc and openblas.pc. Removing them, 
and then ./configure, and then make build : same problem, unchanged.

F

Le mardi 31 décembre 2019 11:36:21 UTC+1, Dima Pasechnik a écrit :
>
> you might have remains of unmerged tickets with spkg-configure for 
> openblas etc. Check that you don't have links to *blas.pc files in 
> local/lib/pkgconfig/
>
> On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  > wrote:
>
>> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>>
>> This fails in the same way, even after I installed libblas-dev.
>>
>> F
>>
>> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>>>
>>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :

 I have problems when building R 3.6.2 on my (usually rather stable) 
 Ubuntu patchbot.

>>>
>>> Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
>>> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev is 
>>> installed on my system).
>>>
>>> Best wishes,
>>>
>>> Eric.
>>>
>> -- 
>> 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-r...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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/52cf4cb6-c672-4164-98ab-edb64edbd357%40googlegroups.com.


Re: [sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Dima Pasechnik
you might have remains of unmerged tickets with spkg-configure for openblas
etc. Check that you don't have links to *blas.pc files in
local/lib/pkgconfig/

On Tue, 31 Dec 2019, 18:13 Frédéric Chapoton,  wrote:

> Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)
>
> This fails in the same way, even after I installed libblas-dev.
>
> F
>
> Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>>
>> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>>>
>>> I have problems when building R 3.6.2 on my (usually rather stable)
>>> Ubuntu patchbot.
>>>
>>
>> Which version of Ubuntu? I could build R 3.6.2 without any trouble on
>> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev is
>> installed on my system).
>>
>> Best wishes,
>>
>> Eric.
>>
> --
> 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/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%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/CAAWYfq3mdcrhMoy64cXo16cy_g0bnLjF9%2BWBZ1L%2BzVJrY5Rvyg%40mail.gmail.com.


[sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Frédéric Chapoton
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-70-generic x86_64)

This fails in the same way, even after I installed libblas-dev.

F

Le mardi 31 décembre 2019 10:41:31 UTC+1, Eric Gourgoulhon a écrit :
>
> Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>>
>> I have problems when building R 3.6.2 on my (usually rather stable) 
>> Ubuntu patchbot.
>>
>
> Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
> Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev is 
> installed on my system).
>
> Best wishes,
>
> Eric.
>

-- 
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/c103cd52-8ab5-4f17-aaab-e293f54b3ac4%40googlegroups.com.


[sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Eric Gourgoulhon
Le mardi 31 décembre 2019 09:40:06 UTC+1, Frédéric Chapoton a écrit :
>
> I have problems when building R 3.6.2 on my (usually rather stable) Ubuntu 
> patchbot.
>

Which version of Ubuntu? I could build R 3.6.2 without any trouble on 
Ubuntu 18.04, with the system BLAS (i.e. the Ubuntu package libblas-dev is 
installed on my system).

Best wishes,

Eric.

-- 
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/3943a4d6-9227-45f0-ac35-fb8a34888440%40googlegroups.com.


[sage-release] Re: Sage 9.0.rc1 released

2019-12-31 Thread Volker Braun
I'm surprised that you managed to build the documentation with 2gb, must 
have been swapping quite a bit ;-)



On Monday, December 30, 2019 at 11:52:48 PM UTC+1, Jaap Spies wrote:
>
> 4 threads but the 2GB model. I will have a 4GB model within a few days.
> Testing with make ptestlong seems to be rather random. See my post on 
> sage-devel.
>
> On Monday, December 30, 2019 at 11:39:36 PM UTC+1, Volker Braun wrote:
>>
>> Is that running with 4 threads and the 4GB model? 10h wall time is long 
>> but just about fast enough that we could set up a buildbot
>>
>>  
>>
>> On Monday, December 30, 2019 at 11:08:57 PM UTC+1, Jaap Spies wrote:
>>>
>>> On my Raspberry Pi 4B:
>>> Total time for all tests: 37560.2 seconds
>>> cpu time: 38702.7 seconds
>>> cumulative wall time: 48875.0 seconds
>>> make: *** [Makefile:178: ptestlong] Error 21
>>>
>>> sage -t --long --warn-long 253.8 src/sage/rings/tests.py  # Killed due 
>>> to segmentation fault
>>> sage -t --long --warn-long 253.8 
>>> src/sage/schemes/elliptic_curves/ell_rational_field.py  # Killed due to 
>>> segmentation fault
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/function_field/function_field.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/schemes/cyclic_covers/cycliccover_finite_field.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/combinat/sf/macdonald.py  # 
>>> Killed due to segmentation fault
>>> sage -t --long --warn-long 253.8 src/sage/combinat/ncsf_qsym/ncsf.py  # 
>>> Killed due to segmentation fault
>>> sage -t --long --warn-long 253.8 
>>> src/sage/algebras/lie_algebras/classical_lie_algebra.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/function_field/function_field_valuation.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/number_field/number_field.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/geometry/cone.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/btquotients/pautomorphicform.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/arith/misc.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/graphs/strongly_regular_db.pyx  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/structure/coerce_dict.pyx  # 1 
>>> doctest failed
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/modform_hecketriangle/abstract_space.py  # Killed due to 
>>> segmentation fault
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/modform/find_generators.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/modform/cuspidal_submodule.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/schemes/toric/chow_group.py  # 
>>> Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/groups/matrix_gps/finitely_generated.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/rings/function_field/ideal.py  
>>> # Killed due to segmentation fault
>>> sage -t --long --warn-long 253.8 src/sage/misc/functional.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/number_field/totallyreal_rel.py  # Killed due to 
>>> segmentation fault
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/hypergeometric_motive.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/categories/loop_crystals.py  # 
>>> Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/algebras/iwahori_hecke_algebra.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/schemes/curves/projective_curve.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/overconvergent/genus0.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/combinat/permutation.py  # 
>>> Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/number_field/number_field_ideal.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/combinat/designs/orthogonal_arrays_find_recursive.pyx  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/geometry/triangulation/element.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/schemes/elliptic_curves/period_lattice.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/schemes/elliptic_curves/ell_field.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/modular/arithgroup/congroup_gammaH.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/number_field/galois_group.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/rings/valuation/limit_valuation.py  # Timed out
>>> sage -t --long --warn-long 253.8 src/sage/combinat/e_one_star.py  # 
>>> Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/combinat/designs/latin_squares.py  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/combinat/designs/evenly_distributed_sets.pyx  # Timed out
>>> sage -t --long --warn-long 253.8 
>>> src/sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx
>>>   
>>> #