There no windows binaries for 9.2 yet. Maybe there is a reason for it, but 
I should wanted to post that.

http://mirror.aarnet.edu.au/pub/sage/win/index.html

[email protected] schrieb am Mittwoch, 28. Oktober 2020 um 22:51:36 UTC+1:

> On Raspberry Pi OS 64 bit build ok with the "usual" test failures:
> ----------------------------------------------------------------------
> sage -t --long --warn-long 292.7 --random-seed=0 
> src/sage/calculus/riemann.pyx  # Killed due to segmentation fault
> sage -t --long --warn-long 292.7 --random-seed=0 
> src/sage/rings/function_field/function_field.py  # Timed out
> sage -t --long --warn-long 292.7 --random-seed=0 src/sage/tests/parigp.py  
> # Timed out
> ----------------------------------------------------------------------
> Total time for all tests: 16687.4 seconds
>     cpu time: 54797.7 seconds
>     cumulative wall time: 61263.1 seconds
> make: *** [Makefile:190: ptestlong] Error 20
> pi@rasp8G64bit:~/sagemath/sage-9.2 $ 
>
> On Raspberry Pi OS 32 bit both machines with 8GB, resp. 4GB failed 
> building the docs:
> The local python3 hangs forever.
>
> dochtml] Build finished. The built documents can be found in 
> /home/pi/sagemath/sage-9.2/local/share/doc/sage/inventory/en/reference/combinat
> [dochtml] [plot3d   ] The inventory files are in 
> local/share/doc/sage/inventory/en/reference/plot3d.
> [dochtml] Build finished. The built documents can be found in 
> /home/pi/sagemath/sage-9.2/local/share/doc/sage/inventory/en/reference/plot3d
>
> 15476 pts/0    R+   1441:42 /home/pi/sagemath/sage-9.2/local/bin/python3 
> -m sage
>
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 159, in bring_out_yer_dead
> [dochtml]     "{}".format(task[1], w.exitcode))
> [dochtml] sage_setup.docbuild.utils.WorkerDiedException: worker for 
> ('reference/discrete_geometry', 'en', 'inventory', {}) died with non-zero 
> exit code -15
> make[1]: *** [Makefile:1876: doc-html] Error 1
> make[1]: Leaving directory '/home/pi/sagemath/sage-9.2/build/make'
>
> real 1444m54.486s
> user 1456m10.299s
> sys 3m46.097s
> ***************************************************************
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make doc'):
>
> * documentation:         dochtml
>   last build time: Oct 28 22:13
>   log file:        /home/pi/sagemath/sage-9.2/logs/pkgs/../dochtml.log
>
> 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.
>
> make: *** [Makefile:33: doc] Error 1
> pi@rasp8g:~/sagemath/sage-9.2 $ 
>
>  9176 pts/0    R+   1380:41 /home/pi/sagemath/sage-9.2/local/bin/python3 
> -m sage
>
>
> [dochtml] Build finished. The built documents can be found in 
> /home/pi/sagemath/sage-9.2/local/share/doc/sage/inventory/en/reference/plot3d
> [dochtml] Error building the documentation.
> [dochtml] Traceback (most recent call last):
> [dochtml]   File "/usr/lib/python3.7/runpy.py", line 193, in 
> _run_module_as_main
> [dochtml]     "__main__", mod_spec)
> [dochtml]   File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
> [dochtml]     exec(code, run_globals)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__main__.py",
>  
> line 2, in <module>
> [dochtml]     main()
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 1729, in main
> [dochtml]     builder()
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 344, in _wrapper
> [dochtml]     getattr(get_builder(document), 'inventory')(*args, **kwds)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 570, in _wrapper
> [dochtml]     self._build_everything_except_bibliography(lang, format, 
> *args, **kwds)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 556, in _build_everything_except_bibliography
> [dochtml]     build_many(build_ref_doc, non_references)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 296, in build_many
> [dochtml]     _build_many(target, args, processes=NUM_THREADS)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 291, in build_many
> [dochtml]     raise worker_exc
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 263, in build_many
> [dochtml]     if reap_workers(waited_pid, waited_exitcode):
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 221, in reap_workers
> [dochtml]     w = bring_out_yer_dead(w, task, exitcode)
> [dochtml]   File 
> "/home/pi/sagemath/sage-9.2/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 159, in bring_out_yer_dead
> [dochtml]     "{}".format(task[1], w.exitcode))
> [dochtml] sage_setup.docbuild.utils.WorkerDiedException: worker for 
> ('reference/discrete_geometry', 'en', 'inventory', {}) died with non-zero 
> exit code -15
> make[3]: *** [Makefile:1876: doc-html] Error 1
> make[2]: *** [Makefile:1766: all-start] Error 2
> make[2]: Leaving directory '/home/pi/sagemath/sage-9.2/build/make'
>
> real 1463m59.794s
> user 1564m24.542s
> sys 6m2.420s
> ***************************************************************
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all-start'):
>
> * documentation:         dochtml
>   last build time: Oct 28 22:26
>   log file:        /home/pi/sagemath/sage-9.2/logs/pkgs/../dochtml.log
>
> 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.
>
> make[1]: *** [Makefile:33: all-start] Error 1
> make[1]: Leaving directory '/home/pi/sagemath/sage-9.2'
> make: *** [Makefile:13: all] Error 2
> pi@rasp4g:~/sagemath/sage-9.2 $ 
>
>
> On Monday, October 26, 2020 at 10:09:45 AM UTC+1 Sébastien Labbé wrote:
>
>> > Thanks, Volker, for preparing the release! 
>>>
>>
>> Yes, thanks Volker for the release and everyone.
>>
>> > 
>>> > The 9.2 changelog is available at 
>>> https://github.com/sagemath/website/pull/208/files 
>>>
>>> https://github.com/sagemath/website/blob/master/src/changelogs/sage-9.2.txt 
>>>
>>>
>> See also the Release Tours:
>> https://wiki.sagemath.org/ReleaseTours/sage-9.2
>>
>> (I just added a subsection about the resurrected `sage -sws2rst`)
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/6d13eab8-5b2e-41c1-a9ff-35dae94fd4c3n%40googlegroups.com.

Reply via email to