Re: [sage-support] Building on Catalina

2020-04-10 Thread David Einstein
Mac OS 10.15.4 Xcode Version 11.3 beta (11C24b) On Friday, April 10, 2020 at 12:07:09 AM UTC-4, Dima Pasechnik wrote: > > On Fri, Apr 10, 2020 at 5:23 AM David Einstein > wrote: > > > > Sorry, that was a side effect of me running one of the internal scripts > from the command line in a

Re: [sage-support] Building on Catalina

2020-04-09 Thread Dima Pasechnik
On Fri, Apr 10, 2020 at 5:23 AM David Einstein wrote: > > Sorry, that was a side effect of me running one of the internal scripts from > the command line in a vainglorious attempt to figure out what was going on. > > After running the osx upgrade, everything built (even with the funky paths) >

Re: [sage-support] Building on Catalina

2020-04-09 Thread David Einstein
Sorry, that was a side effect of me running one of the internal scripts from the command line in a vainglorious attempt to figure out what was going on. After running the osx upgrade, everything built (even with the funky paths) and all the doctests worked (except a few padic_lattice_element

Re: [sage-support] Building on Catalina

2020-04-09 Thread Matthias Koeppe
On Thursday, April 9, 2020 at 6:35:53 AM UTC-7, David Einstein wrote: > > I did a brew install pkg-config and was notified that version 0.29.1 was > already installed, but I could upgrade to 0.29.2, so I did so. Then did a > `make distclean` and then make and got marginally further. Now it dies

Re: [sage-support] Building on Catalina

2020-04-09 Thread David Einstein
Apple just gave me a supplemental Catalina update, and now sagelib is building. If this works, I'll attribute it to some Apple problem. On Thursday, April 9, 2020 at 9:37:56 AM UTC-4, David Einstein wrote: > > davideinstein@Davids-MacBook-Pro-3 sage % pkg-config --modversion libpng > > 1.6.37 >

Re: [sage-support] Building on Catalina

2020-04-09 Thread David Einstein
davideinstein@Davids-MacBook-Pro-3 sage % pkg-config --modversion libpng 1.6.37 davideinstein@Davids-MacBook-Pro-3 sage % set | grep PKG PKG_CONFIG_PATH=/Users/davideinstein/projects/sage/local/lib/pkgconfig SAGE_PKGCONFIG=/Users/davideinstein/projects/sage/local/lib/pkgconfig

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] 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
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

[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