On Tue, Sep 8, 2020 at 8:22 AM David Coudert <david.coud...@gmail.com> wrote:
>
> I have several issues on macOS 10.15.6
>
> I first tried to do incremental upgrade. The compilation completed, but then 
> I realized that I was still with Python 3.7…
> So I tried "make python3-clean » and then ./configure and make again but it 
> fails.
> After a make distclean, the compilation failed in the doc (see attached log 
> file).
>
> The main issue is that sage crash at startup (see attached crash report).

it is a linking problem: what does

otool -L 
local/lib/python3.8/site-packages/sage/matrix/matrix_integer_dense.cpython-38-darwin.so

say?

>
> I don’t know what to do.
> Thanks.
> David.
>
>
>
> --
> 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/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.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/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.com.
>
>
> Le 7 sept. 2020 à 23:31, Kenji Iohara <simplyellip...@gmail.com> a écrit :
>
> I am sorry... here it is.
>
> 2020年9月7日(月) 13:20 Dima Pasechnik <dimp...@gmail.com>:
>>
>> please also send the top-level config.log
>> Otherwise it is not clear how to reproduce this, e.g. what  Python is used.
>>
>> On Mon, Sep 7, 2020 at 10:09 AM Kenji Iohara <simplyellip...@gmail.com> 
>> wrote:
>> >
>> > I could compile it on Mac OS 10.15.6 but failed in making ptestlong:
>> >
>> > The following package(s) may have failed to build (not necessarily
>> > during this run of 'make all-start'):
>> >
>> > * documentation:         dochtml
>> >   last build time: Sep 7 09:57
>> >   log file:        
>> > /Users/iohara/Desktop/sage-9.2.beta12/logs/pkgs/../dochtml.log
>> >
>> > here is its logfile:
>> >
>> > --
>> > 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/558F391C-C79B-46BE-A579-0450178A7797%40gmail.com.
>> >
>> >
>> > 2020/09/07 7:21、Matthias Köppe <matthiaskoe...@gmail.com>のメール:
>> >
>> > On Sunday, September 6, 2020 at 4:25:39 PM UTC-7, Volker Braun wrote:
>> >>
>> >> 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
>> >>
>> >>
>> >> 5ec24db181 (tag: 9.2.beta12, trac/develop) Updated SageMath version to 
>> >> 9.2.beta12
>> >>
>> >
>> > Thanks for preparing the new beta.
>> >
>> > Testers, please note that this beta contains the Python 3.8 upgrade from 
>> > https://trac.sagemath.org/ticket/27754, so if previous betas rejected your 
>> > distribution's python 3.8, it would make sense to do a "make 
>> > python3-clean" before rebuilding.
>> >
>> >
>> > Tests have started at https://github.com/sagemath/sage/actions . First 
>> > results:
>> >
>> > ubuntu-{trusty, xenial, focal}: clean
>> >
>> > ubunt-{bionic,eoan, groovy}-minimal: clean
>> >
>> > ubuntu-bionic-standard (https://github.com/sagemath/sage/runs/1078907737):
>> >   [dochtml]   UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in 
>> > position 2661: ordinal not in range(128)
>> >   [dochtml] Full log file: logs/dochtml.log
>> > Makefile:1874: recipe for target 'doc-html' failed
>> >
>> > ubuntu-eoan-standard (https://github.com/sagemath/sage/runs/1078907750)
>> > sage -t --random-seed=0 src/sage/libs/eclib/interface.py  # 2 doctests 
>> > failed
>> >
>> > ubuntu-groovy-standard (https://github.com/sagemath/sage/runs/1078907777):
>> > sage -t --random-seed=0 src/doc/en/constructions/algebraic_geometry.rst  # 
>> > 1 doctest failed
>> > sage -t --random-seed=0 src/doc/en/developer/coding_in_other.rst  # 1 
>> > doctest failed
>> > sage -t --random-seed=0 src/sage/interfaces/singular.py  # Killed due to 
>> > segmentation fault
>> > sage -t --random-seed=0 src/sage/modules/fg_pid/fgp_module.py  # 3 
>> > doctests failed
>> > sage -t --random-seed=0 src/sage/modules/free_module_morphism.py  # 3 
>> > doctests failed
>> > sage -t --random-seed=0 src/sage/rings/complex_arb.pyx  # 6 doctests failed
>> > sage -t --random-seed=0 src/sage/rings/real_arb.pyx  # 2 doctests failed
>> > sage -t --random-seed=0 
>> > src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py  # Killed due 
>> > to abort
>> >
>> >
>> > Tests for optional packages are running at 
>> > https://github.com/sagemath/sage/actions/runs/242113003
>> >
>> > As noted in https://trac.sagemath.org/ticket/29900, many optional packages 
>> > fail to build. I propose that we do a mass downgrade of broken optional 
>> > packages to experimental status in https://trac.sagemath.org/ticket/30349, 
>> > based on the test results of this beta.
>> >
>> >
>> >
>> > --
>> > 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/6563fac7-a1e5-4da3-862e-d1cc6631a3d0o%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/558F391C-C79B-46BE-A579-0450178A7797%40gmail.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/CAAWYfq04Nan32aWB-agHcONAXQ36Ep594tR3fjCPfK-k_FKHTg%40mail.gmail.com.
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/CAPCAjE1p23fKTQ7DKJMG9ApcpMqGi-c9gYegj%2BWfhWGbt%2BvJig%40mail.gmail.com.
> <config.log>
>
>
> --
> 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/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.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/CAAWYfq38%2BcyX4aNCAHVSnbJtD8f2BArN_FsDgTuDhDj6PjZ2SQ%40mail.gmail.com.

Reply via email to