Re: [sage-support] Sage Crash report

2020-04-08 Thread slelievre
> can the color scheme for sage on the terminal be changed? > I used a dark background so this is not easy to read. If using the Sage REPL on a dark background, run the command sage: %colors Linux You can also include that command in a file called `init.sage` file, located in the `.sage`

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread slelievre
Have you tried running THING="~/Applications/SageMath/" xattr -rd com.apple.quarantine $THING -- 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

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
Tried from source and got this error: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: r-3.6.2 log file: /home/lmiller/sage-9.0/logs/pkgs/r-3.6.2.log build directory:

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
Thanks, I'll have to make that adjustment, at the moment I have two versions of sage, so I need to figure out how to make it just version 9 first. Otherwise my home .sage directory won't drive behavior of the things in SAGE_ROOT/local correct? On Wednesday, April 8, 2020 at 12:15:53 PM

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Anita Rojas
This worked! Thanks Now I have troubles calling gap. I used to do sage: libgap.eval('LoadPackage("kbmag")') but now I got fail On Wed, Apr 8, 2020 at 1:25 PM slelievre wrote: > Have you tried running > > > THING="~/Applications/SageMath/" > > xattr -rd com.apple.quarantine $THING

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
On second thought, I should just fix this now. Am I correct I need to install package r-3.6.2 and rebuld? On Wednesday, April 8, 2020 at 11:54:39 AM UTC-5, hbetx9 wrote: > > Tried from source and got this error: > > Error building Sage. > > The following package(s) may have failed to build

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
I _almost_ got this to work, I have R 3.6.3 but still get the following error: * package: r-3.6.2 log file: /home/lmiller/sage-9.0/logs/pkgs/r-3.6.2.log build directory: /home/lmiller/sage-9.0/local/var/tmp/sage/build/r-3.6.2 Presumably, there is a flag or configure I can send make to use

[sage-support] Building on Catalina

2020-04-08 Thread David Einstein
I am trying to build on OSX Catalina, and everything seems to go well until it builds sagelib, and I get a libpng not found. Everything built nicely a few weeks ago. I am tempted to blame the upgrade to catalina, but I also upgraded hombrew and XCode. Any ideas? Here is the final output from

Re: [sage-support] Sage Crash report

2020-04-08 Thread Matthias Koeppe
Read https://doc.sagemath.org/html/en/developer/ if you wish to make changes to Sage, and https://trac.sagemath.org/ticket/29379 for the change ticket that makes the upgrade to R 3.6.3 On Wednesday, April 8, 2020 at 3:02:01 PM UTC-7, hbetx9 wrote: > > I _almost_ got this to work, I have R

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Samuel Lelièvre
Forgot one step. Run this: sage -i gap_packages After that, the steps indicated earlier should work. -- 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

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread slelievre
Wed 2020-04-08 19:02:33 UTC, Anita Rojas: > > Now I have trouble calling GAP. I used to do > > sage: libgap.eval('LoadPackage("kbmag")') > > but now I got > > fail The following says the `kbmag` GAP package cannot be loaded. sage: libgap.eval('LoadPackage("kbmag")') fail It

Re: [sage-support] Apparently Sage lost Python

2020-04-08 Thread Anita Rojas
Thanks a lot. But I also got: sage: libgap.eval('LoadPackage("PackageManager")') fail Should I add (or install) some gap package inside SageMath folder? Sorry On Wed, Apr 8, 2020 at 5:43 PM slelievre wrote: > Wed 2020-04-08 19:02:33 UTC, Anita Rojas: > > > > Now I have trouble calling GAP.

Re: [sage-support] Building on Catalina

2020-04-08 Thread John H Palmieri
When I have had problems with libpng, it has helped to do "brew install pkg-config". If you happened to start building Sage and then upgraded Homebrew and/or Xcode in the middle of that, or if you've installed any new Homebrew packages, you should probably start over with "make distclean"

Re: [sage-support] Building on Catalina

2020-04-08 Thread Dima Pasechnik
Could you post the outputs of pkg-config --modversion libpng set | grep PKG run at the terminal, and run at the Sage shell prompt (./sage -sh) ? I really don't understand this error, as at configure time libpng is found via pkg-config Thanks Dima On Thu, Apr 9, 2020 at 10:58 AM David

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
Hi Matthias, Boy what a mess this is. I didn't realize the rabbit hole went down that far. Do you think I could skip this and after upgrading sage later stable versions (I see you and others are working on it), this can be resolved? If I don't resolve this now, then sage works but I'd like

Re: [sage-support] Sage Crash report

2020-04-08 Thread hbetx9
No, I just want all users to have this at default. Where should I put the SAGE_ROOT directory? /usr/local? On Wednesday, April 8, 2020 at 9:36:33 PM UTC-5, Dima Pasechnik wrote: > > On Thu, Apr 9, 2020 at 10:30 AM hbetx9 > > wrote: > > > > Hi Matthias, > > > > Boy what a mess this is. I

Re: [sage-support] Building on Catalina

2020-04-08 Thread Dima Pasechnik
Hi David, It might help if you posted the top-level config.log, thanks. Dima On Thu, Apr 9, 2020 at 9:58 AM David Einstein wrote: > > I am trying to build on OSX Catalina, and everything seems to go well until > it builds sagelib, and I get a libpng not found. > > Everything built nicely a few

Re: [sage-support] Sage Crash report

2020-04-08 Thread Dima Pasechnik
On Thu, Apr 9, 2020 at 10:30 AM hbetx9 wrote: > > Hi Matthias, > > Boy what a mess this is. I didn't realize the rabbit hole went down that far. > Do you think I could skip this and after upgrading sage later stable versions > (I see you and others are working on it), this can be resolved? > >

Re: [sage-support] Sage Crash report

2020-04-08 Thread Matthias Koeppe
On Wednesday, April 8, 2020 at 8:01:38 PM UTC-7, hbetx9 wrote: > > No, I just want all users to have this at default. Where should I put the > SAGE_ROOT directory? /usr/local? > Use "./configure --prefix=/usr/local/opt/sage-9.0" to set the installation prefix (SAGE_LOCAL). -- You received