Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-24 Thread Jori Mantysalo
This time I got Can't locate ExtUtils/MakeMaker.pm. Full log is attached. And this is from serial build on fresh Fedora 21 server installation. I will continue after installing perl pacakges. -- Jori Mäntysalo Found local metadata for git-2.1.2 Found local sources at

Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-24 Thread Jori Mantysalo
On Tue, 24 Feb 2015, Volker Braun wrote: yum install perl-ExtUtils-MakeMaker Yes, now it works. So, for others to follow, here is whole command to run after installing Fedora 21 server before compiling Sage: yum install binutils gcc gcc-c++ gcc-gfortran m4 perl perl-ExtUtils-MakeMaker (Or

Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-24 Thread Volker Braun
yum install perl-ExtUtils-MakeMaker On Tuesday, February 24, 2015 at 10:20:39 AM UTC+1, Jori Mantysalo wrote: This time I got Can't locate ExtUtils/MakeMaker.pm. Full log is attached. And this is from serial build on fresh Fedora 21 server installation. -- You received this message

Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-23 Thread Volker Braun
On Monday, February 23, 2015 at 10:36:40 AM UTC+1, Jori Mantysalo wrote: Did you test on Fedora 21 server on Fedora 21 normal version? At server version, and after installing m4, binutils, perl, gcc and gfortran I got error about cpp sanity check failing. post the log -- You received

Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-23 Thread Jori Mantysalo
On Mon, 23 Feb 2015, Volker Braun wrote: post the log  Duh. There was no c++ compiler installed. It seems that configure continues after not founding g++; contrary to this, if ar is not found, configure stops (and last error message is meaningful). I am now compiling without parallel

Re: [sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-23 Thread Jori Mantysalo
On Fri, 20 Feb 2015, Volker Braun wrote: You need to build the zeromq library before building the python binding for it: sage -f zeromq sage -f pyzmq Definitely works on Fedora 21 I don't quite understand. I was building whole Sage, not just one package. Did you test on Fedora 21 server

[sage-devel] Re: Sage 6.5, pyzmq, Fedora GCC

2015-02-20 Thread Volker Braun
You need to build the zeromq library before building the python binding for it: sage -f zeromq sage -f pyzmq Definitely works on Fedora 21 On Friday, February 20, 2015 at 11:35:10 AM UTC+1, Jori Mantysalo wrote: FYI when trying to make Sage[math] 6.5 on Fedora 21 I got - - - - gcc