Your Homebrew install appears to be quite outdated. It has gfortran 8.2,
for instance. Is your xcode also outdated?
Could you upgrade these?

On Tue, 8 Jun 2021, 20:43 Paul Masson, <paulmas...@comcast.net> wrote:

> Haven't changed anything in Sage since last fall.
> On Tuesday, June 8, 2021 at 12:13:35 PM UTC-7 dim...@gmail.com wrote:
>
>> On Tue, Jun 8, 2021 at 7:51 PM Paul Masson <paulm...@comcast.net> wrote:
>> >
>> > It does not. This time it ran through the documentation build again,
>> then hung on sympow. No testing.
>> >
>> > I quite that process and ran "make build" again. This time it hangs on
>> a different package, and look at the first line below:
>> >
>> > [sagelib-9.4.beta0] - cleaning build/lib.macosx-10.14-x86_64-3.7
>> >
>> > [sagelib-9.4.beta0] - cleaning
>> /Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages
>> >
>> > [sagelib-9.4.beta0] Cleaning up stale file:
>> /Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/ext_data/nbconvert/__pycache__/postprocess.cpython-37.pyc
>>
>> >
>> > [sagelib-9.4.beta0] Finished cleaning, time: 0.34 seconds.
>> >
>> > [sagelib-9.4.beta0]
>> >
>> > [sagelib-9.4.beta0] real 0m13.022s
>> >
>> > [sagelib-9.4.beta0] user 0m8.735s
>> >
>> > [sagelib-9.4.beta0] sys 0m3.623s
>> >
>> > touch
>> "/Users/Masson/Downloads/GitHub/sage/local/var/lib/sage/installed/sagelib-9.4.beta0"
>>
>> >
>> >
>> > Has anyone built Sage on 10.15 (Catalina)? Sage seems to think I'm
>> using the previous version.
>> Sage 9.3 yes, sure, see e.g. sage-9.3-OSX_10.15.7-x86_64.tar.bz2 on
>> mirrors.
>>
>> Do you have some special env.vars set? Could you post the top-level
>> config.log?
>>
>> >
>> >
>> > On Monday, June 7, 2021 at 11:37:07 PM UTC-7 dim...@gmail.com wrote:
>> >>
>> >> no need to do distclean all the time, imho.
>> >> You can just kill the hanging process.
>> >> It looks like a lock not clearing somewhere.
>> >>
>> >> How about
>> >>
>> >> make ptest
>> >>
>> >> ?
>> >>
>> >> Does this get you past building, and onto
>> >> testing ?
>> >>
>> >>
>> >>
>> >> On Tue, 8 Jun 2021, 06:39 Paul Masson, <paulm...@comcast.net> wrote:
>> >>>
>> >>> And that didn't work either. Build hangs at the end of documentation:
>> >>>
>> >>> [dochtml] Elapsed time: 1773.8 seconds.
>> >>>
>> >>> [dochtml] Done building the documentation!
>> >>>
>> >>>
>> >>> Then nothing more.
>> >>> On Monday, June 7, 2021 at 7:35:09 PM UTC-7 Paul Masson wrote:
>> >>>>
>> >>>> The documentation builds but the remainder does not. If I then run
>> "make build" it still hangs at the same line.
>> >>>>
>> >>>> Will try "make distclean" followed by single "make". It appears to
>> be building the documentation too early.
>> >>>>
>> >>>> On Monday, June 7, 2021 at 7:08:34 PM UTC-7 Paul Masson wrote:
>> >>>>>
>> >>>>> As an experiment I tried running "make" on its own, and it's
>> currently building the documentation. Hopefully the remainder of Sage will
>> now build.
>> >>>>>
>> >>>>> Telling you, there is an error installing sage_docbuild using just
>> "make build".
>> >>>>>
>> >>>>> On Monday, June 7, 2021 at 5:33:20 PM UTC-7 David Roe wrote:
>> >>>>>>
>> >>>>>> Can you outline the steps you're taking from the beginning? I
>> think Dima is suggesting that the only reason that you'd see
>> [sage_docbuild-9.4.beta0] is if you used `make` rather than `make build`.
>> >>>>>> David
>> >>>>>>
>> >>>>>> On Mon, Jun 7, 2021 at 7:10 PM Paul Masson <paulm...@comcast.net>
>> wrote:
>> >>>>>>>
>> >>>>>>> That's precisely what I'm doing!
>> >>>>>>>
>> >>>>>>> On Monday, June 7, 2021 at 4:08:20 PM UTC-7 dim...@gmail.com
>> wrote:
>> >>>>>>>>
>> >>>>>>>> you don't need to build docs per se, just do
>> >>>>>>>>
>> >>>>>>>> make build
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> On Tue, 8 Jun 2021, 00:05 Paul Masson, <paulm...@comcast.net>
>> wrote:
>> >>>>>>>>>
>> >>>>>>>>> Let me preface this issue by saying that I don't use Sage much
>> because I prefer to work in pure JavaScript. I'm only trying to build in
>> order to upgrade Three.js. The process needs to be frictionless for me.
>> >>>>>>>>>
>> >>>>>>>>> After "configure" and a couple "make distclean", the build
>> process hangs at a specific spot in the documentation build system. Here
>> was the initial hang:
>> >>>>>>>>>
>> >>>>>>>>> [sage_docbuild-9.4.beta0] Installing collected packages:
>> sage-docbuild
>> >>>>>>>>> [sage_docbuild-9.4.beta0]
>> >>>>>>>>> [sage_docbuild-9.4.beta0] Successfully installed
>> sage-docbuild-9.4b0
>> >>>>>>>>> [sage_docbuild-9.4.beta0] Removed build tracker:
>> '/private/var/folders/np/_r579ck92g1f9x1tzcvdhy5m0000gn/T/pip-req-tracker-l7mxw1p6'
>>
>> >>>>>>>>> touch
>> "/Users/Masson/Downloads/GitHub/sage/local/var/lib/sage/installed/sage_docbuild-9.4.beta0"
>>
>> >>>>>>>>>
>> >>>>>>>>> Tried another distclean. Tried manually setting permissions on
>> the touched file to 755. Tried deleting my .sage directory.
>> >>>>>>>>>
>> >>>>>>>>> Every run builds a bit more of other packages then halts on
>> this line. Every time.
>> >>>>>>>>>
>> >>>>>>>>> Anyone know how to avoid this? Can't upgrade Three.js is I
>> can't build.
>> >>>>>>>>>
>> >>>>>>>>> --
>> >>>>>>>>> You received this message because you are subscribed to the
>> Google Groups "sage-devel" group.
>> >>>>>>>>> To unsubscribe from this group and stop receiving emails from
>> it, send an email to sage-devel+...@googlegroups.com.
>> >>>>>>>>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/1223fa9f-a32e-4421-9403-aa7852a903dan%40googlegroups.com.
>>
>> >>>>>>>
>> >>>>>>> --
>> >>>>>>> You received this message because you are subscribed to the
>> Google Groups "sage-devel" group.
>> >>>>>>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to sage-devel+...@googlegroups.com.
>> >>>>>>>
>> >>>>>>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/4a3be90b-a8fe-43eb-8c90-aed217749db0n%40googlegroups.com.
>>
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> >>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to sage-devel+...@googlegroups.com.
>> >>>
>> >>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/e1652b32-e7d2-41c2-9039-683f916a48can%40googlegroups.com.
>>
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an email to sage-devel+...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/sage-devel/8858ee6d-13c1-4139-a92f-d572d09ffcban%40googlegroups.com.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/e3b9a792-fe09-43e7-a19e-f32160dab6c9n%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-devel/e3b9a792-fe09-43e7-a19e-f32160dab6c9n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq184HoqCyPQKw3cVS3-Yu4x-xQYj_QejWWSj4FA%3DKidxA%40mail.gmail.com.

Reply via email to