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

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
I see. But I think it would be much better to stop the script immediately 
and give an error message at the terminal, may even be with a loud beep as 
well to alert the user.

One can still overlook these warnings if they are in the log file.

But now I know, I will make sure to check the log file more carefully in 
the future. But I really think the script should have generated an error 
for this and stopped. But this might be a design issue. 

Thanks
--Nasser

On Sunday, February 12, 2023 at 11:43:26 AM UTC-6 Dima Pasechnik wrote:

> On Sun, Feb 12, 2023 at 5:04 PM 'Nasser M. Abbasi' via sage-release <
> sage-r...@googlegroups.com> wrote:
>
>> Thanks. That was it. I did not notice the `3` was missing when I typed 
>> it. Now it works:
>>
>> >sage
>> │ SageMath version 9.8, Release Date: 2023-02-11 
>> │ Using Python 3.11.1. Type "help()" for help.
>>
>> I find it very strange that sagemath ./configure will accept an invalid 
>> or unknown option. This should have been an error.
>>
>> If it had complained about it, then the user will know they have used a 
>> wrong option immediately.
>>
>
> it did complain, at the end of ./configure run:
>
> 
> config.status:4085: creating convenience symlink prefix -> local
> config.status:4100: creating convenience symlink venv -> 
> local/var/lib/sage/venv-python3.10
> configure:120940: WARNING: unrecognized options: --with-system-python
> configure:
> ...
>
>  
>
>>   
>>
>> This would save time and effort in the future if this happens again.
>>
>> --Nasser
>>
>>
>>
>>
>> On Sunday, February 12, 2023 at 7:51:57 AM UTC-6 Matthias Köppe wrote:
>>
>>> From config.log, one can see that you typed "
>>> "./configure --with-system-python=no"
>>> but the correct option is "--with-system-python3=no".
>>>
>>> On Sunday, February 12, 2023 at 1:10:11 AM UTC-8 Nasser M. Abbasi wrote:
>>>
>>>> Thanks. I downloaded 9.8 and build it OK. No errors building it.
>>>>
>>>> But unlike 9.8 rc1, I see that 9.8 is back to using system python which 
>>>> is 3.10.9 and not sagemath python 3.11.1 like 9.8 rc1 did, even though I 
>>>> used the same exact configuration commands. These are the commands I used
>>>>
>>>> unset SAGE_ROOT
>>>> unset SAGE_LOCAL
>>>> ./configure --with-system-python=no
>>>> make 
>>>> make install
>>>>
>>>>
>>>> And now from a new terminal I type
>>>>
>>>> >which python
>>>> /usr/bin/python
>>>>
>>>> >python --version
>>>> Python 3.10.9
>>>>
>>>> >sage --version
>>>> SageMath version 9.8, Release Date: 2023-02-11
>>>>
>>>> >sage --python --version
>>>> Python 3.10.9
>>>>
>>>> >sage
>>>> ──┐
>>>> │ SageMath version 9.8, Release Date: 2023-02-11 │
>>>> │ Using Python 3.10.9. Type "help()" for help.   │
>>>> └──
>>>>
>>>> Any idea why 9.8 did not use sagemath python which is supposed to be 
>>>> 3.11.1 like 9.8 rc1 did? This is all on same Linux virtual box
>>>>
>>>> >lsb_release -a
>>>> LSB Version:n/a
>>>> Distributor ID:ManjaroLinux
>>>> Description:Manjaro Linux
>>>> Release:22.0.2
>>>> Codename:Sikaris
>>>>
>>>> >uname -r
>>>> 6.1.9-1-MANJARO
>>>>
>>>> I put the config.log and the build.log in this [folder](
>>>> https://12000.org/tmp/sagemath_98_logs/)
>>>>
>>>> --Nasser
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Saturday, February 11, 2023 at 1:12:57 PM UTC-6 Volker Braun wrote:
>>>>
>>>>> Apologies, the download link for the release is the "stable" version, 
>>>>> not develop: https://www.sagemath.org/download-source.html
>>>>>
>>>>> At least one mirror already has it: 
>>>>> https://mirrors.mit.edu/sage/src/index.html
>>>>>
>>>>>
>>>>> On Saturday, February 11, 2023 at 5:18:09 PM UTC+1 Nasser M. Abbasi 
>>>>> wrote:
>>>>>
>>>>>>

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
Thanks. That was it. I did not notice the `3` was missing when I typed it. 
Now it works:

>sage
│ SageMath version 9.8, Release Date: 2023-02-11 
│ Using Python 3.11.1. Type "help()" for help.

I find it very strange that sagemath ./configure will accept an invalid or 
unknown option. This should have been an error.

If it had complained about it, then the user will know they have used a 
wrong option immediately.  

This would save time and effort in the future if this happens again.

--Nasser




On Sunday, February 12, 2023 at 7:51:57 AM UTC-6 Matthias Köppe wrote:

> From config.log, one can see that you typed "
> "./configure --with-system-python=no"
> but the correct option is "--with-system-python3=no".
>
> On Sunday, February 12, 2023 at 1:10:11 AM UTC-8 Nasser M. Abbasi wrote:
>
>> Thanks. I downloaded 9.8 and build it OK. No errors building it.
>>
>> But unlike 9.8 rc1, I see that 9.8 is back to using system python which 
>> is 3.10.9 and not sagemath python 3.11.1 like 9.8 rc1 did, even though I 
>> used the same exact configuration commands. These are the commands I used
>>
>> unset SAGE_ROOT
>> unset SAGE_LOCAL
>> ./configure --with-system-python=no
>> make 
>> make install
>>
>>
>> And now from a new terminal I type
>>
>> >which python
>> /usr/bin/python
>>
>> >python --version
>> Python 3.10.9
>>
>> >sage --version
>> SageMath version 9.8, Release Date: 2023-02-11
>>
>> >sage --python --version
>> Python 3.10.9
>>
>> >sage
>> ──┐
>> │ SageMath version 9.8, Release Date: 2023-02-11 │
>> │ Using Python 3.10.9. Type "help()" for help.   │
>> └──
>>
>> Any idea why 9.8 did not use sagemath python which is supposed to be 
>> 3.11.1 like 9.8 rc1 did? This is all on same Linux virtual box
>>
>> >lsb_release -a
>> LSB Version:n/a
>> Distributor ID:ManjaroLinux
>> Description:Manjaro Linux
>> Release:22.0.2
>> Codename:Sikaris
>>
>> >uname -r
>> 6.1.9-1-MANJARO
>>
>> I put the config.log and the build.log in this [folder](
>> https://12000.org/tmp/sagemath_98_logs/)
>>
>> --Nasser
>>
>>
>>
>>
>>
>>
>> On Saturday, February 11, 2023 at 1:12:57 PM UTC-6 Volker Braun wrote:
>>
>>> Apologies, the download link for the release is the "stable" version, 
>>> not develop: https://www.sagemath.org/download-source.html
>>>
>>> At least one mirror already has it: 
>>> https://mirrors.mit.edu/sage/src/index.html
>>>
>>>
>>> On Saturday, February 11, 2023 at 5:18:09 PM UTC+1 Nasser M. Abbasi 
>>> wrote:
>>>
 Hello;

 When I go to  http://www.sagemath.org/download-latest.html  it says  
 *sage-9.8.rc1.tar.gz* 
  as latest.  I 
 tried few mirrors and I do not see 9.8

 Is 9.8 supposed to be at one of these mirror sites to download?

 thanks
 --Nasser

 On Saturday, February 11, 2023 at 7:47:09 AM UTC-6 Volker Braun wrote:

> The "master" git branch has been updated to Sage-9.8. 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
>
> And as you are undoubtedly aware, the git repository is now hosted at 
> https://github.com/sagemath/sage, so update your git remote.
>
> To commemorate the move (and because we are getting really close to 
> .10), I'm proposing to target Sage version 10 as the next release. 
>
> The changes over 9.8.rc0 are mainly housekeeping for the new 
> repository location. 
>
> I'll try to finish up merging remaining positively reviewed trac 
> issues, and then move on to github pull requests.
>  
>
> c000c953eb6 (HEAD -> develop, github/master, github/develop, tag: 9.8) 
> Updated SageMath version to 9.8
> 104dde9eaa8 Merge pull request #35022 from tobiasdiez/pr-template-title
> 17d8a73296f Merge pull request #35018 from x4/public/35017
> 6a4667bb5c5 Merge pull request #34983 from 
> tobiasdiez/add-issue-templates
> 66b319baffb Merge pull request #35011 from dimpase/develop
> 872b32b0c20 Merge pull request #34987 from mezzarobba/missing_long_time
> d57804e6dec Merge pull request #34964 from 
> x4/public/linter-20230206
> 698001b0e6a remove prohibition, promise details
> 0c5f7baf6c2 remove trac references, promise details soon
> 200557e00c3 (tag: 9.8.rc1) Updated SageMath version to 9.8.rc1
>


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

[sage-release] Re: Sage 9.8 released

2023-02-12 Thread 'Nasser M. Abbasi' via sage-release
Thanks. I downloaded 9.8 and build it OK. No errors building it.

But unlike 9.8 rc1, I see that 9.8 is back to using system python which is 
3.10.9 and not sagemath python 3.11.1 like 9.8 rc1 did, even though I used 
the same exact configuration commands. These are the commands I used

unset SAGE_ROOT
unset SAGE_LOCAL
./configure --with-system-python=no
make 
make install


And now from a new terminal I type

>which python
/usr/bin/python

>python --version
Python 3.10.9

>sage --version
SageMath version 9.8, Release Date: 2023-02-11

>sage --python --version
Python 3.10.9

>sage
──┐
│ SageMath version 9.8, Release Date: 2023-02-11 │
│ Using Python 3.10.9. Type "help()" for help.   │
└──

Any idea why 9.8 did not use sagemath python which is supposed to be 3.11.1 
like 9.8 rc1 did? This is all on same Linux virtual box

>lsb_release -a
LSB Version:n/a
Distributor ID:ManjaroLinux
Description:Manjaro Linux
Release:22.0.2
Codename:Sikaris

>uname -r
6.1.9-1-MANJARO

I put the config.log and the build.log in this 
[folder](https://12000.org/tmp/sagemath_98_logs/)

--Nasser






On Saturday, February 11, 2023 at 1:12:57 PM UTC-6 Volker Braun wrote:

> Apologies, the download link for the release is the "stable" version, not 
> develop: https://www.sagemath.org/download-source.html
>
> At least one mirror already has it: 
> https://mirrors.mit.edu/sage/src/index.html
>
>
> On Saturday, February 11, 2023 at 5:18:09 PM UTC+1 Nasser M. Abbasi wrote:
>
>> Hello;
>>
>> When I go to  http://www.sagemath.org/download-latest.html  it says  
>> *sage-9.8.rc1.tar.gz* 
>>  as latest.  I 
>> tried few mirrors and I do not see 9.8
>>
>> Is 9.8 supposed to be at one of these mirror sites to download?
>>
>> thanks
>> --Nasser
>>
>> On Saturday, February 11, 2023 at 7:47:09 AM UTC-6 Volker Braun wrote:
>>
>>> The "master" git branch has been updated to Sage-9.8. 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
>>>
>>> And as you are undoubtedly aware, the git repository is now hosted at 
>>> https://github.com/sagemath/sage, so update your git remote.
>>>
>>> To commemorate the move (and because we are getting really close to 
>>> .10), I'm proposing to target Sage version 10 as the next release. 
>>>
>>> The changes over 9.8.rc0 are mainly housekeeping for the new repository 
>>> location. 
>>>
>>> I'll try to finish up merging remaining positively reviewed trac issues, 
>>> and then move on to github pull requests.
>>>  
>>>
>>> c000c953eb6 (HEAD -> develop, github/master, github/develop, tag: 9.8) 
>>> Updated SageMath version to 9.8
>>> 104dde9eaa8 Merge pull request #35022 from tobiasdiez/pr-template-title
>>> 17d8a73296f Merge pull request #35018 from x4/public/35017
>>> 6a4667bb5c5 Merge pull request #34983 from tobiasdiez/add-issue-templates
>>> 66b319baffb Merge pull request #35011 from dimpase/develop
>>> 872b32b0c20 Merge pull request #34987 from mezzarobba/missing_long_time
>>> d57804e6dec Merge pull request #34964 from x4/public/linter-20230206
>>> 698001b0e6a remove prohibition, promise details
>>> 0c5f7baf6c2 remove trac references, promise details soon
>>> 200557e00c3 (tag: 9.8.rc1) Updated SageMath version to 9.8.rc1
>>>
>>

-- 
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/75d380a7-ded5-4925-aa9b-88a00752d69an%40googlegroups.com.


[sage-release] Re: Sage 9.8 released

2023-02-11 Thread 'Nasser M. Abbasi' via sage-release
Hello;

When I go to  http://www.sagemath.org/download-latest.html  it says  
*sage-9.8.rc1.tar.gz* 
 as latest.  I 
tried few mirrors and I do not see 9.8

Is 9.8 supposed to be at one of these mirror sites to download?

thanks
--Nasser

On Saturday, February 11, 2023 at 7:47:09 AM UTC-6 Volker Braun wrote:

> The "master" git branch has been updated to Sage-9.8. 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
>
> And as you are undoubtedly aware, the git repository is now hosted at 
> https://github.com/sagemath/sage, so update your git remote.
>
> To commemorate the move (and because we are getting really close to .10), 
> I'm proposing to target Sage version 10 as the next release. 
>
> The changes over 9.8.rc0 are mainly housekeeping for the new repository 
> location. 
>
> I'll try to finish up merging remaining positively reviewed trac issues, 
> and then move on to github pull requests.
>  
>
> c000c953eb6 (HEAD -> develop, github/master, github/develop, tag: 9.8) 
> Updated SageMath version to 9.8
> 104dde9eaa8 Merge pull request #35022 from tobiasdiez/pr-template-title
> 17d8a73296f Merge pull request #35018 from x4/public/35017
> 6a4667bb5c5 Merge pull request #34983 from tobiasdiez/add-issue-templates
> 66b319baffb Merge pull request #35011 from dimpase/develop
> 872b32b0c20 Merge pull request #34987 from mezzarobba/missing_long_time
> d57804e6dec Merge pull request #34964 from x4/public/linter-20230206
> 698001b0e6a remove prohibition, promise details
> 0c5f7baf6c2 remove trac references, promise details soon
> 200557e00c3 (tag: 9.8.rc1) Updated SageMath version to 9.8.rc1
>

-- 
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/be983746-2404-4087-ae3c-525f395ad8e5n%40googlegroups.com.


Re: [sage-release] Re: Sage 9.8.rc0 released

2023-02-05 Thread 'Nasser M. Abbasi' via sage-release

I agree with you. I think the best thing for me, is just to make a brand 
new Virtual box, and install a new Linux and start everything from clean 
system. It will take me 2-3 days as I have to install few things I need, 
Then will try installing sagemath again after that.

Thanks for the help.
--Nasser

On Sunday, February 5, 2023 at 5:58:14 AM UTC-6 Dima Pasechnik wrote:

> I suspect you have an installation of openblas, or/and some other
> blas/lapack, in /usr/local - and this results in scipy being unable
> to link it correctly.
>
>
> (or perhaps it's not /usr/local, but some other location known to 
> pkg-config)
>
> numpy and scipy accumulated ~20 years of layer upon layer of old
> outdated code for recognising BLAS/LAPACK libraries, it's such a
> nightmare to debug.
>
>
>
> On Sun, Feb 5, 2023 at 10:36 AM 'Nasser M. Abbasi' via sage-release
>  wrote:
> >
> > Here is the output for the new command you posted
> >
> > >ldd 
> local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_
> multiarray_umath.cpython-310-x86_64-linux-gnu.so
> > linux-vdso.so.1 (0x7ffd883d4000)
> > libcblas.so.3 => /usr/lib/libcblas.so.3 (0x7f25a6532000)
> > libopenblas.so.3 => /usr/lib/libopenblas.so.3 (0x7f25a526)
> > libm.so.6 => /usr/lib/libm.so.6 (0x7f25a5178000)
> > libc.so.6 => /usr/lib/libc.so.6 (0x7f25a4f91000)
> > /usr/lib64/ld-linux-x86-64.so.2 (0x7f25a6a5b000)
> > libgomp.so.1 => /usr/lib/libgomp.so.1 (0x7f25a4f48000)
> > libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7f25a4f28000)
> > >
> >
> > I've also put in same folder here a file called log_folders.tar.gz which 
> is backup of the logs/ folder in my build tree of 9.8 rc0 so it will have 
> the logs you asked for.
> >
> > any other information needed please let me know.
> > --Nasser
> >
> >
> > On Sunday, February 5, 2023 at 4:17:44 AM UTC-6 Dima Pasechnik wrote:
> >>
> >> On Sun, Feb 5, 2023 at 9:58 AM Dima Pasechnik  wrote:
> >> >
> >> > On Sun, Feb 5, 2023 at 9:04 AM 'Nasser M. Abbasi' via sage-release
> >> >  wrote:
> >> > >
> >> > >
> >> > > Here is the output
> >> > >
> >> > > >ldd 
> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so
> >> > > linux-vdso.so.1 (0x7ffc53be9000)
> >> > > libgfortran.so.5 => /usr/lib/libgfortran.so.5 (0x7fc232878000)
> >> > > libm.so.6 => /usr/lib/libm.so.6 (0x7fc23279)
> >> > > libmvec.so.1 => /usr/lib/libmvec.so.1 (0x7fc232696000)
> >> > > libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fc232676000)
> >> > > libc.so.6 => /usr/lib/libc.so.6 (0x7fc23248f000)
> >> > > libquadmath.so.0 => /usr/lib/../lib/libquadmath.so.0 
> (0x7fc232444000)
> >> > > /usr/lib64/ld-linux-x86-64.so.2 (0x7fc232ce1000)
> >> >
> >> > here is how it looks on a non-broken installation.
> >> >
> >> > $ ldd 
> local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so
> >> > linux-vdso.so.1 (0x7ffe6b935000)
> >> > libopenblas.so.0 => /lib64/libopenblas.so.0 (0x7fe56140)
> >> > libgfortran.so.5 => /lib64/libgfortran.so.5 (0x7fe56100)
> >> > libm.so.6 => /lib64/libm.so.6 (0x7fe563865000)
> >> > libmvec.so.1 => /lib64/libmvec.so.1 (0x7fe561303000)
> >> > libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x7fe563845000)
> >> > libc.so.6 => /lib64/libc.so.6 (0x7fe560c0)
> >> > libquadmath.so.0 => /lib64/libquadmath.so.0 (0x7fe560fb8000)
> >> > /lib64/ld-linux-x86-64.so.2 (0x7fe563ad3000)
> >> >
> >> > As you see, in your case libopenblas.so is not there, and you have an
> >> > error due to this.
> >> > Why scipy builds such a broken module, I don't know. I'd say it's a 
> scipy bug.
> >> >
> >> > Please post logs/pkgs/numpy* and logs/pkgs/scipy*
> >>
> >> please also check that
> >>
> >> ldd 
> local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_
> multiarray_umath.cpython-310-x86_64-linux-gnu.so
> >>
> >> has openblas in its output.
> >>
> >> >
> >> >
> >> > > >
> >> > >
> >> > &g

Re: [sage-release] Re: Sage 9.8.rc0 released

2023-02-05 Thread 'Nasser M. Abbasi' via sage-release
Here is the output for the new command you posted

>ldd 
local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_multiarray_umath.cpython-310-x86_64-linux-gnu.so
linux-vdso.so.1 (0x7ffd883d4000)
libcblas.so.3 => /usr/lib/libcblas.so.3 (0x7f25a6532000)
libopenblas.so.3 => /usr/lib/libopenblas.so.3 (0x7f25a526)
libm.so.6 => /usr/lib/libm.so.6 (0x7f25a5178000)
libc.so.6 => /usr/lib/libc.so.6 (0x7f25a4f91000)
/usr/lib64/ld-linux-x86-64.so.2 (0x7f25a6a5b000)
libgomp.so.1 => /usr/lib/libgomp.so.1 (0x7f25a4f48000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7f25a4f28000)
>

I've also put in same folder here <https://12000.org/tmp/sagemath_logs/>  a 
file called log_folders.tar.gz  which is backup of the logs/ folder in my 
build tree of 9.8 rc0 so it will have the logs you asked for.

any other information needed please let me know.
--Nasser


On Sunday, February 5, 2023 at 4:17:44 AM UTC-6 Dima Pasechnik wrote:

> On Sun, Feb 5, 2023 at 9:58 AM Dima Pasechnik  wrote:
> >
> > On Sun, Feb 5, 2023 at 9:04 AM 'Nasser M. Abbasi' via sage-release
> >  wrote:
> > >
> > >
> > > Here is the output
> > >
> > > >ldd 
> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so
> > > linux-vdso.so.1 (0x7ffc53be9000)
> > > libgfortran.so.5 => /usr/lib/libgfortran.so.5 (0x7fc232878000)
> > > libm.so.6 => /usr/lib/libm.so.6 (0x7fc23279)
> > > libmvec.so.1 => /usr/lib/libmvec.so.1 (0x7fc232696000)
> > > libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fc232676000)
> > > libc.so.6 => /usr/lib/libc.so.6 (0x7fc23248f000)
> > > libquadmath.so.0 => /usr/lib/../lib/libquadmath.so.0 
> (0x7fc232444000)
> > > /usr/lib64/ld-linux-x86-64.so.2 (0x7fc232ce1000)
> >
> > here is how it looks on a non-broken installation.
> >
> > $ ldd 
> local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so
> > linux-vdso.so.1 (0x7ffe6b935000)
> > libopenblas.so.0 => /lib64/libopenblas.so.0 (0x7fe56140)
> > libgfortran.so.5 => /lib64/libgfortran.so.5 (0x7fe56100)
> > libm.so.6 => /lib64/libm.so.6 (0x7fe563865000)
> > libmvec.so.1 => /lib64/libmvec.so.1 (0x7fe561303000)
> > libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x7fe563845000)
> > libc.so.6 => /lib64/libc.so.6 (0x7fe560c0)
> > libquadmath.so.0 => /lib64/libquadmath.so.0 (0x7fe560fb8000)
> > /lib64/ld-linux-x86-64.so.2 (0x7fe563ad3000)
> >
> > As you see, in your case libopenblas.so is not there, and you have an
> > error due to this.
> > Why scipy builds such a broken module, I don't know. I'd say it's a 
> scipy bug.
> >
> > Please post logs/pkgs/numpy* and logs/pkgs/scipy*
>
> please also check that
>
> ldd 
> local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_
> multiarray_umath.cpython-310-x86_64-linux-gnu.so
>
> has openblas in its output.
>
> >
> >
> > > >
> > >
> > > "You should add fpylll at the end of the line in
> > >
> > > build/pkgs/sagemath_doc_html/dependencies
> > >
> > > and run ./configure and make again"
> > >
> > > Ok thanks. Will give this a try.
> > >
> > > "sage in a different directory which is in your PATH typically breaks 
> things"
> > >
> > > but it is NOT in the path. This is the reason I do
> > >
> > > unset SAGE_ROOT
> > > unset SAGE_LOCAL
> > >
> > > before building any new release. I make sure current installed 
> sagemath (in different folder) is not visible.
> > >
> > > --Nasser
> > >
> > > On Saturday, February 4, 2023 at 9:15:14 AM UTC-6 Dima Pasechnik wrote:
> > >>
> > >> On Sat, Feb 4, 2023 at 1:51 PM 'Nasser M. Abbasi' via sage-release
> > >>  wrote:
> > >> >
> > >> > "Was it an incremental build. If so,
> > >> > make distclean
> > >> > and
> > >> > build again from scratch."
> > >> >
> > >> > It was not an incremental build. I extracted the gzip file and did 
> the steps I showed. So I do not need to do "make distclean" since 
> everything is new.
> > >> >
> > >> > But I repeated now everything again using "make distclean" and 

Re: [sage-release] Re: Sage 9.8.rc0 released

2023-02-05 Thread 'Nasser M. Abbasi' via sage-release

Here is the output

>ldd 
/home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_ufuncs.cpython-310-x86_64-linux-gnu.so
linux-vdso.so.1 (0x7ffc53be9000)
libgfortran.so.5 => /usr/lib/libgfortran.so.5 (0x7fc232878000)
libm.so.6 => /usr/lib/libm.so.6 (0x7fc23279)
libmvec.so.1 => /usr/lib/libmvec.so.1 (0x7fc232696000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fc232676000)
libc.so.6 => /usr/lib/libc.so.6 (0x7fc23248f000)
libquadmath.so.0 => /usr/lib/../lib/libquadmath.so.0 
(0x7fc232444000)
/usr/lib64/ld-linux-x86-64.so.2 (0x7fc232ce1000)
>

"You should add fpylll at the end of the line in

build/pkgs/sagemath_doc_html/dependencies

and run ./configure and make again"

Ok thanks. Will give this a try.

"sage in a different directory which is in your PATH typically breaks 
things"

but it is NOT in the path. This is the reason I do 

unset SAGE_ROOT 
   unset SAGE_LOCAL 

before building any new release. I make sure current installed sagemath (in 
different folder) is not visible.

--Nasser

On Saturday, February 4, 2023 at 9:15:14 AM UTC-6 Dima Pasechnik wrote:

> On Sat, Feb 4, 2023 at 1:51 PM 'Nasser M. Abbasi' via sage-release
>  wrote:
> >
> > "Was it an incremental build. If so,
> > make distclean
> > and
> > build again from scratch."
> >
> > It was not an incremental build. I extracted the gzip file and did the 
> steps I showed. So I do not need to do "make distclean" since everything is 
> new.
> >
> > But I repeated now everything again using "make distclean" and got same 
> error.
> >
> > "Probably the problem is linking with openblas. Do you have a number of 
> openblas versions accessible to the linker?"
> >
> > I have no idea. What command should I use to check?
>
> run
>
> ldd 
> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so
>
> Post its output
> - there should be an openblas mentioned, the question is which one.
>
> As far as fpylll is concerned, you've hit the bug fixed in not yet merged
> https://trac.sagemath.org/ticket/34940
>
> You should add fpylll at the end of the line in
>
> build/pkgs/sagemath_doc_html/dependencies
>
> and run ./configure and make again
>
>
>
>
> >
> > I am just following the instruction to download and install sagemath.
> >
> > I have giac and maxima and fricas and texlive already installed on this 
> virtual box already. I also have sagemath 9.7 installed in different folder.
> >
> > --Nasser
> >
> >
> > On Saturday, February 4, 2023 at 5:27:59 AM UTC-6 Dima Pasechnik wrote:
> >>
> >> Hello,
> >> Was it an incremental build. If so,
> >> make distclean
> >> and
> >> build again from scratch.
> >>
> >> Anyhow, if you look in your istall.log you'll see problems with a 
> number of packages, e.g. fpylll, scipy.
> >>
> >> [sagemath_doc_html-none] [manifolds] ImportError: 
> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_
> ufuncs.cpython-310-x86_64-linux-gnu.so: undefined symbol: dstevr_
> >>
> >> Probably the problem is linking with openblas. Do you have a number of 
> openblas versions accessible to the linker?
> >>
> >>
> >>
> >> By the way,
> >> what are you trying to achieve with exporting
> >> MAXIMA ?
> >> Sage does not support using external Maxima at the moment,
> >>
> >>
> >>
> >>
> >> On Sat, 4 Feb 2023, 08:12 'Nasser M. Abbasi' via sage-release, <
> sage-r...@googlegroups.com> wrote:
> >>>
> >>> I get this error on Linux virtual box running
> >>>
> >>> lsb_release -a
> >>> LSB Version: n/a
> >>> Distributor ID: ManjaroLinux
> >>> Description: Manjaro Linux
> >>> Release: 22.0.0
> >>> Codename: Sikaris
> >>>
> >>> After extracting the gzip file, these are the commands I did
> >>>
> >>> unset SAGE_ROOT
> >>> unset SAGE_LOCAL
> >>> export GIAC=/usr/local/bin/giac
> >>> export MAXIMA=/usr/local/bin/maxima
> >>> ./configure --with-system-python=no
> >>> make
> >>>
> >>> At the end I see
> >>>
> >>> -
> >>> sagemath_doc_html-none] File 
> "/home/me/TMP/sage-9

Re: [sage-release] Re: Sage 9.8.rc0 released

2023-02-04 Thread 'Nasser M. Abbasi' via sage-release
"Was it  an incremental build. If so, 
   make distclean
and
build again from scratch."

It was not an incremental build. I extracted the gzip file and did the 
steps I showed. So I do not need to do "make distclean" since everything is 
new.

But I repeated now everything again using "make distclean" and got same 
error.

"Probably the problem is linking with openblas. Do you have a number of 
openblas versions accessible to the linker?"

I have no idea.  What command should I use to check? 

I am just following the instruction to download and install sagemath. 

I have giac and maxima and fricas and texlive already installed on this 
virtual box already. I also have sagemath 9.7 installed in different folder.

--Nasser


On Saturday, February 4, 2023 at 5:27:59 AM UTC-6 Dima Pasechnik wrote:

> Hello,
> Was it  an incremental build. If so, 
>make distclean
> and
> build again from scratch.
>
> Anyhow, if you look in your istall.log you'll see problems with a number 
> of packages, e.g. fpylll, scipy.
>
> [sagemath_doc_html-none] [manifolds] ImportError: 
> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/scipy/special/_ufuncs.cpython-310-x86_64-linux-gnu.so:
>  undefined symbol: dstevr_
>
> Probably the problem is linking with openblas. Do you have a number of 
> openblas versions accessible to the linker?
>
>
>
> By the way,
> what are you trying to achieve with exporting
> MAXIMA ?
> Sage does not support using external Maxima at the moment,
>
>
>
>
> On Sat, 4 Feb 2023, 08:12 'Nasser M. Abbasi' via sage-release, <
> sage-r...@googlegroups.com> wrote:
>
>> I get this error on Linux virtual box running 
>>
>> lsb_release -a
>> LSB Version:n/a
>> Distributor ID:ManjaroLinux
>> Description:Manjaro Linux
>> Release:22.0.0
>> Codename:Sikaris
>>
>> After extracting the gzip file, these are the commands I did
>>
>> unset SAGE_ROOT 
>>  unset SAGE_LOCAL 
>>  export GIAC=/usr/local/bin/giac 
>> export MAXIMA=/usr/local/bin/maxima 
>> ./configure --with-system-python=no 
>> make
>>
>> At the end I see 
>>
>> -
>> sagemath_doc_html-none]   File 
>> "/home/me/TMP/sage-9.8.rc0/src/sage_docbuild/sphinxbuild.py", line 263, in 
>> raise_errors
>> [sagemath_doc_html-none] raise OSError(self._error)
>> [sagemath_doc_html-none] OSError: 
>> /home/me/TMP/sage-9.8.rc0/src/sage/manifolds/chart.py:docstring of 
>> sage.manifolds.chart.RealChart.plot:104: WARNING: Exception occurred in 
>> plotting chart-1
>> [sagemath_doc_html-none] 
>> [sagemath_doc_html-none] Note: incremental documentation builds 
>> sometimes cause spurious
>> [sagemath_doc_html-none] error messages. To be certain that these are 
>> real errors, run
>> [sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try 
>> again.
>> [sagemath_doc_html-none] make[6]: *** [Makefile:28: 
>> doc-inventory--reference-manifolds] Error 1
>> [sagemath_doc_html-none] make[5]: *** [Makefile:45: 
>> doc-inventory-reference] Error 2
>> make[4]: *** [Makefile:3262: sagemath_doc_html-SAGE_DOCS-no-deps] Error 2
>> make[3]: *** [Makefile:3262: 
>> /home/me/TMP/sage-9.8.rc0/local/var/lib/sage/installed/sagemath_doc_html-none]
>>  
>> Error 2
>> make[2]: *** [Makefile:2766: all-start] Error 2
>> make[2]: Leaving directory '/home/me/TMP/sage-9.8.rc0/build/make'
>>
>> real71m30.833s
>> user103m7.355s
>> sys5m48.306s
>> ***
>> Error building Sage.
>>
>> The following package(s) may have failed to build (not necessarily
>> during this run of 'make all-start'):
>>
>> It is safe to delete any log files and build directories, but they
>> contain information that is helpful for debugging build problems.
>> WARNING: If you now run 'make' again, the build directory of the
>> same version of the package will, by default, be deleted. Set the
>> environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
>> 
>>
>> The following folder <https://12000.org/tmp/sagemath_logs/> contains 
>> config.log and install.log files
>>
>> Thank you
>> --Nasser
>>
>>
>>
>>
>>
>>
>> On Friday, February 3, 2023 at 3:40:20 AM UTC-6 Dima Pasechnik wrote:
>>
>>> On Fri, Feb 3, 2023 at 7:33 AM Sébastien Labbé  
>>> wrote: 
>>> > 
>>> > 
>>

Re: [sage-release] Re: Sage 9.8.rc0 released

2023-02-04 Thread 'Nasser M. Abbasi' via sage-release
I get this error on Linux virtual box running 

lsb_release -a
LSB Version:n/a
Distributor ID:ManjaroLinux
Description:Manjaro Linux
Release:22.0.0
Codename:Sikaris

After extracting the gzip file, these are the commands I did

unset SAGE_ROOT 
 unset SAGE_LOCAL 
 export GIAC=/usr/local/bin/giac 
export MAXIMA=/usr/local/bin/maxima 
./configure --with-system-python=no 
make

At the end I see 

-
sagemath_doc_html-none]   File 
"/home/me/TMP/sage-9.8.rc0/src/sage_docbuild/sphinxbuild.py", line 263, in 
raise_errors
[sagemath_doc_html-none] raise OSError(self._error)
[sagemath_doc_html-none] OSError: 
/home/me/TMP/sage-9.8.rc0/src/sage/manifolds/chart.py:docstring of 
sage.manifolds.chart.RealChart.plot:104: WARNING: Exception occurred in 
plotting chart-1
[sagemath_doc_html-none] 
[sagemath_doc_html-none] Note: incremental documentation builds 
sometimes cause spurious
[sagemath_doc_html-none] error messages. To be certain that these are 
real errors, run
[sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try 
again.
[sagemath_doc_html-none] make[6]: *** [Makefile:28: 
doc-inventory--reference-manifolds] Error 1
[sagemath_doc_html-none] make[5]: *** [Makefile:45: 
doc-inventory-reference] Error 2
make[4]: *** [Makefile:3262: sagemath_doc_html-SAGE_DOCS-no-deps] Error 2
make[3]: *** [Makefile:3262: 
/home/me/TMP/sage-9.8.rc0/local/var/lib/sage/installed/sagemath_doc_html-none] 
Error 2
make[2]: *** [Makefile:2766: all-start] Error 2
make[2]: Leaving directory '/home/me/TMP/sage-9.8.rc0/build/make'

real71m30.833s
user103m7.355s
sys5m48.306s
***
Error building Sage.

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

It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.


The following folder  contains 
config.log and install.log files

Thank you
--Nasser






On Friday, February 3, 2023 at 3:40:20 AM UTC-6 Dima Pasechnik wrote:

> On Fri, Feb 3, 2023 at 7:33 AM Sébastien Labbé  wrote:
> >
> >
> >
> > On Thursday, February 2, 2023 at 7:37:27 PM UTC+1 matthia...@gmail.com 
> wrote:
> > On Thursday, February 2, 2023 at 9:30:30 AM UTC-8 Sébastien Labbé wrote:
> > ./bootstrap: 9: m4: Permission denied
> > make: *** [Makefile:365 : configure] Erreur 1
> >
> > Do you have "." in PATH?
> >
> >
> > No
> >
> > What does "which m4" say?
> >
> >
> > It returns nothing! Thanks for the hint. I found the problem: when 
> reading the sage README to install sage from scratch on this new machine, I 
> installed the basic stuff as follows:
> >
> > $ sudo apt install gcc gfortran g++ make m4 perl ranlib tar bc
> > [...]
> > E: Impossible de trouver le paquet ranlib
> >
> > But this returned an error on ranlib and I assumed it had installed the 
> other packages in the list but no, it did not (gcc, gfortran, etc. were not 
> installed as well).
> >
> > Is ranlib really needed for sage? Can we remove it from the README?
>
> ranlib is a standard tool, and is used by various build systems. On
> Debian it's a part of binutils package.
>
> README is not platform-specific, and it does not tell you to install
> *package* called ranlib.
> However, we should add there an advice to look for what packages to 
> install in
> build/pkgs/_prereq/distros/
> (e.g. for Debian it's in build/pkgs/_prereq/distros/debian.txt)
>
> (Once our GitHub is live in few days, it's a very quick PR to do :-))
>
>
>
> >
> >
> >
> > --
> > 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/d6aecaee-279a-45f8-a645-36483d72a382n%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/4a516a44-b761-4f02-ac10-e121cadc54d3n%40googlegroups.com.


Re: [sage-release] Sage 9.6.rc3 released

2022-05-02 Thread 'Nasser M. Abbasi' via sage-release
Thanks. I redid the build. It now worked. 
Changed $SAGE_ROOT in my .bashrc to point to rc3 _BEFORE_ starting anything 
(even though rc is not yet build).  Then redid everything from scratch.
It was not clear if one should change $SAGE_ROOT to the new root before or 
after the build is done.

This  is the new config.log  
https://12000.org/tmp/sage_rc3_test/config_after_make.log

And this is the config.log after doing the recheck command

https://12000.org/tmp/sage_rc3_test/config_after_recheck.log

This is all on 

>cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"


On Sunday, May 1, 2022 at 9:54:15 PM UTC-5 matthia...@gmail.com wrote:

> From config.log:
> PATH: /home/me/TMP/sage-9.6.rc2/local/bin 
>
> Don't try to build Sage when the PATH includes an earlier installation of 
> Sage. 
> (This is akin to https://trac.sagemath.org/ticket/29485)
>
>
> On Sunday, May 1, 2022 at 4:21:22 PM UTC-7 Nasser M. Abbasi wrote:
>
>>
>> I get the following error compiling on Ubuntu 20.04 under WSL-2 linux 
>> subsystem. Under windows 10.
>>
>> I used the same steps I did for rc0 and rc1, rc2 But now with rc3 I get 
>> this error
>>
>> =
>> [sagemath_doc_html-none] [plot3d ] from matplotlib import _qhull
>> [sagemath_doc_html-none] [plot3d ] ImportError: 
>> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/matplotlib/_
>> qhull.cpython-310-x86_64-linux-gnu.so: undefined symbol: 
>> _Z15qh_memfreeshortP3qhTPiS1_
>> [sagemath_doc_html-none] [plot3d ] The inventory files are in 
>> local/share/doc/sage/inventory/en/reference/plot3d.
>> [sagemath_doc_html-none] Error building the documentation.
>> [sagemath_doc_html-none] Traceback (most recent call last):
>> [sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 196, 
>> in _run_module_as_main
>> [sagemath_doc_html-none] return _run_code(code, main_globals, None,
>> [sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 86, in 
>> _run_code
>> [sagemath_doc_html-none] exec(code, run_globals)
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__main__.py",
>>  
>> line 2, in 
>> [sagemath_doc_html-none] main()
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
>>  
>> line 1762, in main
>> [sagemath_doc_html-none] builder()
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
>>  
>> line 801, in _wrapper
>> [sagemath_doc_html-none] getattr(DocBuilder, build_type)(self, *args, 
>> **kwds)
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
>>  
>> line 145, in f
>> [sagemath_doc_html-none] runsphinx()
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py",
>>  
>> line 326, in runsphinx
>> [sagemath_doc_html-none] sys.stderr.raise_errors()
>> [sagemath_doc_html-none] File 
>> "/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py",
>>  
>> line 262, in raise_errors
>> [sagemath_doc_html-none] raise OSError(self._error)
>> [sagemath_doc_html-none] OSError: 
>> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage/plot/plot3d/list_plot3d.py:docstring
>>  
>> of sage.plot.plot3d.list_plot3d.list_plot3d_tuples:63: WARNING: Exception 
>> occurred in plotting list_plot3d-18
>> [sagemath_doc_html-none]
>> [sagemath_doc_html-none] Note: incremental documentation builds sometimes 
>> cause spurious
>> [sagemath_doc_html-none] error messages. To be certain that these are 
>> real errors, run
>> [sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try 
>> again.
>> [sagemath_doc_html-none] make[6]: *** [Makefile:20: 
>> doc-inventory--reference-plot3d] Error 1
>> [sagemath_doc_html-none] make[5]: *** [Makefile:37: 
>> doc-inventory-reference] Error 2
>> make[4]: *** [Makefile:2936: sagemath_doc_html-SAGE_DOCS-no-deps] Error 2
>> make[3]: *** [Makefile:2936: 
>> /home/me/TMP/sage-9.6.rc3/local/var/lib/sage/installed/sagemath_doc_html-none]
>>  
>> Error 2
>> make[2]: *** [Makefile:2497: all-start] Error 2
>> make[2]: Leaving directory '/home/me/TMP/sage-9.6.rc3/build/make'
>>
>> real 100m59.136s
>> user 101m12.626s
>> sys 7m46.868s
>> 
>>
>> I made sure to do all the sudo apt commands needed before doing make. I 
>> did  
>>
>> ./configure
>> sudo apt etc... as instructed by messages from the above
>> make
>>
>> >uname -a
>> Linux DESKTOP-6879BT0 

Re: [sage-release] Sage 9.6.rc3 released

2022-05-01 Thread 'Nasser M. Abbasi' via sage-release

I get the following error compiling on Ubuntu 20.04 under WSL-2 linux 
subsystem. Under windows 10.

I used the same steps I did for rc0 and rc1, rc2 But now with rc3 I get 
this error

=
[sagemath_doc_html-none] [plot3d ] from matplotlib import _qhull
[sagemath_doc_html-none] [plot3d ] ImportError: 
/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/matplotlib/_qhull.cpython-310-x86_64-linux-gnu.so:
 
undefined symbol: _Z15qh_memfreeshortP3qhTPiS1_
[sagemath_doc_html-none] [plot3d ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/plot3d.
[sagemath_doc_html-none] Error building the documentation.
[sagemath_doc_html-none] Traceback (most recent call last):
[sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 196, in 
_run_module_as_main
[sagemath_doc_html-none] return _run_code(code, main_globals, None,
[sagemath_doc_html-none] File "/usr/lib/python3.10/runpy.py", line 86, in 
_run_code
[sagemath_doc_html-none] exec(code, run_globals)
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__main__.py",
 
line 2, in 
[sagemath_doc_html-none] main()
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
 
line 1762, in main
[sagemath_doc_html-none] builder()
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
 
line 801, in _wrapper
[sagemath_doc_html-none] getattr(DocBuilder, build_type)(self, *args, 
**kwds)
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/__init__.py",
 
line 145, in f
[sagemath_doc_html-none] runsphinx()
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py",
 
line 326, in runsphinx
[sagemath_doc_html-none] sys.stderr.raise_errors()
[sagemath_doc_html-none] File 
"/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage_docbuild/sphinxbuild.py",
 
line 262, in raise_errors
[sagemath_doc_html-none] raise OSError(self._error)
[sagemath_doc_html-none] OSError: 
/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage/plot/plot3d/list_plot3d.py:docstring
 
of sage.plot.plot3d.list_plot3d.list_plot3d_tuples:63: WARNING: Exception 
occurred in plotting list_plot3d-18
[sagemath_doc_html-none]
[sagemath_doc_html-none] Note: incremental documentation builds sometimes 
cause spurious
[sagemath_doc_html-none] error messages. To be certain that these are real 
errors, run
[sagemath_doc_html-none] "make doc-clean doc-uninstall" first and try again.
[sagemath_doc_html-none] make[6]: *** [Makefile:20: 
doc-inventory--reference-plot3d] Error 1
[sagemath_doc_html-none] make[5]: *** [Makefile:37: 
doc-inventory-reference] Error 2
make[4]: *** [Makefile:2936: sagemath_doc_html-SAGE_DOCS-no-deps] Error 2
make[3]: *** [Makefile:2936: 
/home/me/TMP/sage-9.6.rc3/local/var/lib/sage/installed/sagemath_doc_html-none] 
Error 2
make[2]: *** [Makefile:2497: all-start] Error 2
make[2]: Leaving directory '/home/me/TMP/sage-9.6.rc3/build/make'

real 100m59.136s
user 101m12.626s
sys 7m46.868s


I made sure to do all the sudo apt commands needed before doing make. I 
did  

./configure
sudo apt etc... as instructed by messages from the above
make

>uname -a
Linux DESKTOP-6879BT0 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 
00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

The following is a link to top level log file

ls -l *.log
-rw-r--r-- 1 me me 340308 May  1 16:08 config.log

https://12000.org/tmp/sage_rc3_test/config.log



On Sunday, May 1, 2022 at 3:57:22 PM UTC-5 Kenji Iohara wrote:

> Thanks Matthias. After (re)running ../homebrew-nuid-env, it compiled !
>
> 01/05/2022 20:15、Matthias Köppe のメール:
>
> If the terminal is still open, you can check by typing "echo $CPATH"
>
> On Sunday, May 1, 2022 at 11:08:59 AM UTC-7 Kenji Iohara wrote:
>
>> I think so... 
>>
>> 2022年5月1日(日) 20:06 Matthias Köppe :
>>
>>> config.log please; did you run ". ./.homebrew-build-env"?
>>>
>>> On Sunday, May 1, 2022 at 10:51:49 AM UTC-7 Kenji Iohara wrote:
>>>
 Thanks Volker  for this version. 

  On my Mac OS 12.3.1,IntelCore i5  with Homebrew, I could compile Sage 
 9.6.rc2, but not Sage 9.6.rc3.
 Here is the error what I have:

 * package: gmpy2-2.1.1
   last build time: May 1 00:26
   log file:
 /Users/iohara/Desktop/sage-9.6.rc3/logs/pkgs/gmpy2-2.1.1.log

 * package: cysignals-1.11.2
   last build time: May 1 00:27
   log file: