It's also displayed in the terminal (not just the log file), just before 
the other messages that are there for the user to read.

On Sunday, February 12, 2023 at 10:14:13 AM UTC-8 Nasser M. Abbasi wrote:

> 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:
>>>>>>
>>>>>>> Hello;
>>>>>>>
>>>>>>> When I go to  http://www.sagemath.org/download-latest.html  it 
>>>>>>> says  *sage-9.8.rc1.tar.gz* 
>>>>>>> <https://mirrors.mit.edu/sage/devel/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 yyyyx4/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 
>>>>>>>> yyyyx4/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...@googlegroups.com.
>>>
>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/a46714d7-3b4c-4340-801f-87977e7e20fen%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/sage-release/a46714d7-3b4c-4340-801f-87977e7e20fen%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

-- 
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/eb4e4a44-a9df-4d0b-942c-72caa20c83b3n%40googlegroups.com.

Reply via email to