Re: [sage-devel] CentOS installation problems

2019-11-13 Thread Mike Zabrocki
Its hard to make the installation foolproof and it is maybe not worth it if I am the only one, but I would vote yes for this change. Or maybe a warning on certain linux versions? I spent a day ensuring that it wasn't something that I could figure out myself before I posted my question here. I

Re: [sage-devel] CentOS installation problems

2019-11-13 Thread Dima Pasechnik
On Wed, Nov 13, 2019 at 4:46 PM Mike Zabrocki wrote: > > The suppression of the system zlib and bzip2 worked and it compiled. Thanks, and sorry it took so many iterations. But it is also insane on CentOS side to provide very old zlib and bzip2 - mind you, bzip2 version 1.0.6, the one required by

Re: [sage-devel] CentOS installation problems

2019-11-13 Thread Mike Zabrocki
The suppression of the system zlib and bzip2 worked and it compiled. Thanks. -Mike -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegr

Re: [sage-devel] CentOS installation problems

2019-11-13 Thread Dima Pasechnik
On Wed, 13 Nov 2019, 15:26 Mike Zabrocki, wrote: > Hmmm. This is better because matplotlib is compiling, but R is not > compiling because of an old version of bzip2. > > I'm trying: > ./configure --without-system-bzip2 > you must also keep --without-system-zlib in ./configure options, otherwis

Re: [sage-devel] CentOS installation problems

2019-11-13 Thread Mike Zabrocki
Hmmm. This is better because matplotlib is compiling, but R is not compiling because of an old version of bzip2. I'm trying: ./configure --without-system-bzip2 and then make. -Mike On Tuesday, 12 November 2019 22:35:57 UTC-5, Mike Zabrocki wrote: > > Hi Dima, > > It didn't fix the problem, bu

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
Hi Dima, It didn't fix the problem, but that may be because it didn't start with a clean build. I'll let it run overnight and let you know what I get tomorrow. -Mike On Tuesday, 12 November 2019 14:04:03 UTC-5, Dima Pasechnik wrote: > > I believe that running > > ./configure --without-system

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
Error: package 'matpoltlib' not found oops, sorry, a typo on my side. It should have been 'matplotlib', obviously. On Tue, Nov 12, 2019 at 5:58 PM Mike Zabrocki wrote: > > > Here is the complete output of the other list of commands you gave me: > > [zabrocki@algebra sage-8.9]$ make freetype-clea

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
On Tue, Nov 12, 2019 at 5:30 PM Mike Zabrocki wrote: > > > could you please post the output of > > pkg-config --modversion zlib > > Its returning "1.2.3" OK, then it's no good. Try the following: ./configure --without-system-zlib make (yes, it would then (re)build everything that depends on zl

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
> could you please post the output of > pkg-config --modversion zlib Its returning "1.2.3" -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
gt; From: sage-devel@googlegroups.com on behalf of > Dima Pasechnik > Sent: Tuesday, November 12, 2019 12:05 PM > To: sage-devel > Subject: Re: [sage-devel] CentOS installation problems > > please also post config.log > What version of Centos is this? > it could be that

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Isuru Fernando
On Tue, Nov 12, 2019 at 11:21 AM Mike Zabrocki wrote: > So make freetype-clean > returns: > > make build/make/Makefile --stop > > make[1]: Entering directory `/usr/local/sage-8.9' > > make[1]: `build/make/Makefile' is up to date. > > make[1]: Leaving directory `/usr/local/sage-8.9' > > build/bin/

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
On Tue, Nov 12, 2019 at 5:21 PM Mike Zabrocki wrote: > > So make freetype-clean > returns: Sorry, I've asked you to run a sequence of commands, this is just the 1st one. > > make build/make/Makefile --stop > > make[1]: Entering directory `/usr/local/sage-8.9' > > make[1]: `build/make/Makefile'

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
So make freetype-clean returns: make build/make/Makefile --stop make[1]: Entering directory `/usr/local/sage-8.9' make[1]: `build/make/Makefile' is up to date. make[1]: Leaving directory `/usr/local/sage-8.9' build/bin/sage-logger \ "cd build/make && ./install 'freetype-clean'" logs/install.l

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
please also post config.log What version of Centos is this? it could be that your Centos is very old - and we don't test on museum-grade OSs... On Tue, Nov 12, 2019 at 5:02 PM Dima Pasechnik wrote: > > please try > > make freetype-clean > make pkgconf-clean > ./configure > ./sage -f matpoltlib >

Re: [sage-devel] CentOS installation problems

2019-11-12 Thread Dima Pasechnik
please try make freetype-clean make pkgconf-clean ./configure ./sage -f matpoltlib On Tue, Nov 12, 2019 at 4:37 PM Mike Zabrocki wrote: > > Hi, > > I'm having trouble compiling Sage on a CentOS linux machine. > The problem seems to be in compiling matplotlib and R. > > I'm attaching the log fil

[sage-devel] CentOS installation problems

2019-11-12 Thread Mike Zabrocki
Hi, I'm having trouble compiling Sage on a CentOS linux machine. The problem seems to be in compiling matplotlib and R. I'm attaching the log files here. matplotlib seems to complain that I need to install freetype-devel and pkg-config with yum but I did that and yum returns "Package freetype-de