Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-29 Thread rana-aere
I solved the first form of bug reported here. By accident I wrote it in https://groups.google.com/forum/#!topic/sage-support/WP473oaAulE . Another one about getcwd seems to be an issue specific to Catalina. I will work on it. -- You received this message because you are subscribed to the Google

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-22 Thread rana-aere
Thank you for your reply. I am trying to compile Sagemath. I will verify my proposed code. 2020年3月20日金曜日 18時57分22秒 UTC+9 Dima Pasechnik: > > On Fri, Mar 20, 2020 at 4:45 PM rana-aere > wrote: > > > > Thank you for making the ticket and making a patch. > > > > I think the code is now right.

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-20 Thread slelievre
Fri 2020-03-20 08:45:17 UTC, rana-aere: > > Thank you for making the ticket and making a patch. > > I think the code is now right. > > [...] > > Do I need to take part in GitHub for reviewing the patch? > And may be I should ask someone to invite me in Sagemath > developer's group? If by "SageMath

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-20 Thread Dima Pasechnik
On Fri, Mar 20, 2020 at 4:45 PM rana-aere wrote: > > Thank you for making the ticket and making a patch. > > I think the code is now right. > I am still unable to compile it for test. Why is that? I suppose with a complete installation of Xcode and its command-line tools, it should work, using sr

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-20 Thread rana-aere
Thank you for making the ticket and making a patch. I think the code is now right. I am still unable to compile it for test. Here is a partial method for test. ``` $ cat sage.log | grep -i --line-buffered --context=1 'Notebook is running at' | grep --line-buffered -o -e "http://.*"; ``` (Anothe

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-20 Thread Dima Pasechnik
On Friday, March 20, 2020 at 3:27:18 AM UTC+8, rana-aere wrote: > > Yes, I am aware of it. > I have intension to help developing Mac Application. > In August, I can spare time to try compilation and rewriting Mac specific > codes. > Currently, I am hesitating because of so may prerequisites or d

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
Yes, I am aware of it. I have intension to help developing Mac Application. In August, I can spare time to try compilation and rewriting Mac specific codes. Currently, I am hesitating because of so may prerequisites or dependencies. 2020年3月20日金曜日 3時39分05秒 UTC+9 Dima Pasechnik: > > as a matter of

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I am interested in one aspect. For "security", MacOS might restrict softwares access to directories. If someone tries this and find some difference, maybe some more users will be helped. Step 1. Remove the /Applications/SageMath-9.0.app which does not work. (This test is for such SageMath-9.0.app

Re: [sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread Dima Pasechnik
as a matter of fact, we might currently be lacking developers with knowledge of these MacOS-specific things. (I suggest that SageMath-*.app should not be used, instead use terminal-based ways to start Sage) On Fri, Mar 20, 2020 at 2:35 AM rana-aere wrote: > > I think SageMath-9.0.app has less rec

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-19 Thread rana-aere
I think SageMath-9.0.app has less records in log file. I suspect it is not anything planned. When SageMath-9.0.app terminates abnormally, some messages for log file is lost. This loss has one explanation, which is the --line-buffered option of grep is turned off in SageMath-9.0.app. Since I belie

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-18 Thread Richard W Bump
I had the same problem, but I noticed during my install it was incomplete, although it said it was complete, I just repeatedly installed it until I saw the script finish. On Sunday, January 5, 2020 at 1:39:50 PM UTC-6, Murray Eisenberg wrote: > > When I open SageMath-9.0.app under macOS Catall

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-18 Thread Steve Emmett
No Joy. i was hopeful the spctl would help but no success. But the problem has changed. the log file now shows "Rewritiing paths for your new installation directory" and proceeds to show a lot of patching entries. I've tried the reinstall 3 times and each time, the patching log entries fail a

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-17 Thread slelievre
We often get reports of SageMath 8.x works but not SageMath 9.0 but it usually turns out that in such cases, the version that works was installed under macOS 10.14 Mojave, and that what is causing problems is that the version that fails to work was installed under macOS 10.15 Catalina. Have a

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-17 Thread Steve Emmett
I am having maybe a similar issue. Im on MacOS 10.15.3 I've successfully used 8.9 for quite a while. I downloaded *sage-9.0-OSX_10.15.2-x86_64.app.dmg .* I did the install selected SageMath-9.0.app in Applications. Safa

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-01-05 Thread Murray Eisenberg
Note that I *can* first start sage in Terminal (by executing there /Applications/SageMath-9.0-app/sage) Terminal, then from the sage command line execute: !sage -n jupyter On Sunday, January 5, 2020 at 2:39:50 PM UTC-5, Murray Eisenberg wrote: > > When I open SageMath-9.0.app under macOS Catalli