I finally made it to make a disk-image-file of SageMath-9.1.app with 
updates of https://trac.sagemath.org/ticket/29371.

The issue of failing start-up with partial record of patching files is 
solved.
I explain what was happening.
Mac application SageMath-9.0.app set-up bash command using pipes:
Roughly speaking it is
"sage starting jupyter server | tee for recording log | grep in 2 stages 
for ticket of jupyter".
There were some problem in the last two stages so that grep terminated by 
error.
Hence, the pipe got stuck.
This prevented tee from writing logs beyond some amount of bytes.
Another effect was probably tee command also terminated and sage command 
also terminated.
This problem will be solved in SageMath-9.1.

Current work-around is here:
Start /Applications/SageMath-9.0.app/sage by command line.
Then patching will be done.
Exit sage after sage-prompt comes up.

Then, double click Mac Application SageMath-9.0.app.
This solution has a problem of sage terminates unexpectedly when huge 
amount of logging takes place
for one invocation of jupyter-server.
I admit this.
If you are not in a hurry, waiting for SageMath-9.1 will be an easier 
solution.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" 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-support/6527c897-b1af-4996-af8a-12588e7c7ce5%40googlegroups.com.

Reply via email to