Re: [sage-devel] sagenb failed to build on 8.8.beta3

2019-05-31 Thread Colby Kelln
I've installed (or rather updated) libpng and am attempting to build sage again. I'll post again if there is still a complication. Thanks so much for your efforts! On Friday, May 31, 2019 at 5:10:45 PM UTC-4, Dima Pasechnik wrote: > > On Fri, May 31, 2019 at 9:35 PM 'Justin C. Walker' via sage-d

Re: [sage-devel] sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
On Fri, May 31, 2019 at 9:35 PM 'Justin C. Walker' via sage-devel wrote: > > > > > On May 31, 2019, at 12:02 , Dima Pasechnik wrote: > > > > On Fri, May 31, 2019 at 5:49 PM Colby Kelln wrote: > >> > >> Hi, > >> > >> $ pkg-config --libs libpng > >> > >> -L/usr/local/Cellar/libpng/1.6.34/lib -lpng

Re: [sage-devel] sagenb failed to build on 8.8.beta3

2019-05-31 Thread 'Justin C. Walker' via sage-devel
> On May 31, 2019, at 12:02 , Dima Pasechnik wrote: > > On Fri, May 31, 2019 at 5:49 PM Colby Kelln wrote: >> >> Hi, >> >> $ pkg-config --libs libpng >> >> -L/usr/local/Cellar/libpng/1.6.34/lib -lpng16 -lz >> >> >> and >> >> >> $ pkg-config --cflags libpng >> >> -I/usr/local/Cellar/li

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
On Fri, May 31, 2019 at 5:49 PM Colby Kelln wrote: > > Hi, > > $ pkg-config --libs libpng > > -L/usr/local/Cellar/libpng/1.6.34/lib -lpng16 -lz > > > and > > > $ pkg-config --cflags libpng > > -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 Thanks. Can you just uninstall it? Then building Sage

Re: [sage-devel] Re: compiling error for 8.8.beta6 on Red Hat 6.10

2019-05-31 Thread Matthias Koeppe
I've encountered similar, but different, problems on a different Linux system. Opened https://trac.sagemath.org/ticket/27907 for this. On Tuesday, May 28, 2019 at 10:15:08 AM UTC-7, Dima Pasechnik wrote: > > On Tue, May 28, 2019 at 6:43 PM Christian Stump > > wrote: > > > > > well, building g

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Colby Kelln
Hi, $ pkg-config --libs libpng -L/usr/local/Cellar/libpng/1.6.34/lib -lpng16 -lz and $ pkg-config --cflags libpng -I/usr/local/Cellar/libpng/1.6.34/include/libpng16 On Friday, May 31, 2019 at 8:22:01 AM UTC-4, Dima Pasechnik wrote: > > On Fri, May 31, 2019 at 12:54 PM E. Madison Bray >

Re: [sage-devel] Continuous benchmarking

2019-05-31 Thread E. Madison Bray
On Thu, May 30, 2019 at 8:07 AM Samuel Lelièvre wrote: > > Dear sage-devel, > > This blog post on continuous benchmarking looks interesting! > > https://medium.com/@wolfv/building-an-open-source-continuous-benchmark-system-717839093962 > > There have been related discussions on this list in the pa

Re: [sage-devel] error building sage for Scientific Linux 7.6

2019-05-31 Thread E. Madison Bray
Are you trying to upgrade from some old, partial build? Or is this a fresh build from scratch? If the former, I would just run `make distclean` and start again. On Thu, May 30, 2019 at 9:51 PM Charles Campbell wrote: > > Been trying to build sage 8.7 under Scientific Linux (a redhat derivative)

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread E. Madison Bray
On Fri, May 31, 2019 at 2:51 PM Dima Pasechnik wrote: > > For Colby, it's broken matrix_mod2_dense.so, due to libgd, which got > built without libpng. > A result of a failed attempt to use libpng from the "system" - I guess > Homebrew or a similar thing. In my case it was *not* trying to use the

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
libd happily builds without libpng. and this beta does allow from libpng to come from the system. On Fri, May 31, 2019 at 1:50 PM E. Madison Bray wrote: > > On Fri, May 31, 2019 at 2:47 PM E. Madison Bray wrote: > > > > On Fri, May 31, 2019 at 2:22 PM Dima Pasechnik wrote: > > > > > > On Fri, M

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
For Colby, it's broken matrix_mod2_dense.so, due to libgd, which got built without libpng. A result of a failed attempt to use libpng from the "system" - I guess Homebrew or a similar thing. On Fri, May 31, 2019 at 1:47 PM E. Madison Bray wrote: > > On Fri, May 31, 2019 at 2:22 PM Dima Pasechnik

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread E. Madison Bray
On Fri, May 31, 2019 at 2:47 PM E. Madison Bray wrote: > > On Fri, May 31, 2019 at 2:22 PM Dima Pasechnik wrote: > > > > On Fri, May 31, 2019 at 12:54 PM E. Madison Bray > > wrote: > > > > > > On Wed, May 29, 2019 at 2:12 AM Colby Kelln wrote: > > > > > > > > Hi, > > > > > > > > I'm receiving

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread E. Madison Bray
On Fri, May 31, 2019 at 2:22 PM Dima Pasechnik wrote: > > On Fri, May 31, 2019 at 12:54 PM E. Madison Bray > wrote: > > > > On Wed, May 29, 2019 at 2:12 AM Colby Kelln wrote: > > > > > > Hi, > > > > > > I'm receiving a similar error message. What exactly did you do to fix the > > > problem? >

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
On Fri, May 31, 2019 at 12:54 PM E. Madison Bray wrote: > > On Wed, May 29, 2019 at 2:12 AM Colby Kelln wrote: > > > > Hi, > > > > I'm receiving a similar error message. What exactly did you do to fix the > > problem? > > > > Thanks > > FWIW I also experienced this problem upon updating to 8.8.b

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread E. Madison Bray
On Wed, May 29, 2019 at 2:12 AM Colby Kelln wrote: > > Hi, > > I'm receiving a similar error message. What exactly did you do to fix the > problem? > > Thanks FWIW I also experienced this problem upon updating to 8.8.beta7 on Cygwin. Possibly for unrelated reasons. Will investigate though. >

Re: [sage-devel] Re: sagenb failed to build on 8.8.beta3

2019-05-31 Thread Dima Pasechnik
On Thu, May 30, 2019 at 11:14 PM Colby Kelln wrote: > > I do not have a libpng*.log file. What does this indicate? this, as well as your config.log, says that a good libpng was found on your system, but for some reason libgd was not able to find it. I presume that it was found in an installation