On Mon, Feb 18, 2019 at 3:46 PM E. Madison Bray <erik.m.b...@gmail.com> wrote:
>
> On Tue, Feb 12, 2019 at 10:00 AM Dima Pasechnik <dimp...@gmail.com> wrote:
> >
> > You are using gcc 4.8.5, which is almost 5 years old (5 years is an
> > eternity in the world of C/C++/Fortran compilers). Already an older
> > version of OpenSuse comes with an option of installing gcc 5, see
> > https://en.opensuse.org/Portal:42.1
> >
> > Could you try updating your gcc/gfortran?
>
> This should not be the problem.  I've been compiling Sage on a gcc
> 4.8.x for years and never had any problems with it.

Somebody else reported the same problem a few months ago here:
https://ask.sagemath.org/question/44043/build-error-libgfortranspec/

They were a little vague, but cited mis-installation of their fortran
compiler as the cause of the problem.  Some googling suggests other
people having a similar problem due to having multiple gfortrans
installed and not setting the correct one in all the relevant
environment variables.

> > On Tue, Feb 12, 2019 at 7:43 AM Andreas Hermann <aherman...@gmail.com> 
> > wrote:
> > >
> > > Thanks for your help.
> > > The name of the Fortran executable is
> > > /usr/bin/gfortran
> > >
> > > I have done the following:
> > > ./configure FC=gfortran
> > > make
> > >
> > > I get another error building the package scipy-1.1.0:
> > > [scipy-1.1.0]     gfortran: error: libgfortran.spec: No such file or 
> > > directory
> > >
> > > The name of the runtime library on my system is
> > > /usr/lib64/libgfortran.so.3
> > >
> > > Do I need to specify this name as well, and if so how can I do it?
> > >
> > >
> > >
> > > In summary I get the following:
> > >
> > > Error building Sage.
> > >
> > > The following package(s) may have failed to build (not necessarily
> > > during this run of 'make all-start'):
> > >
> > > * package: gfortran-7.2.0
> > >   log file: /home/andreas/sage/sage-8.6/logs/pkgs/gfortran-7.2.0.log
> > >   build directory: 
> > > /home/andreas/sage/sage-8.6/local/var/tmp/sage/build/gfortran-7.2.0
> > >
> > > * package: scipy-1.1.0
> > >   log file: /home/andreas/sage/sage-8.6/logs/pkgs/scipy-1.1.0.log
> > >   build directory: 
> > > /home/andreas/sage/sage-8.6/local/var/tmp/sage/build/scipy-1.1.0
> > >
> > >
> > > I have attached the log file scipy-1.1.0.log and I would still appreciate 
> > > your help
> > >
> > > --
> > > 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...@googlegroups.com.
> > > To post to this group, send email to sage-devel@googlegroups.com.
> > > Visit this group at https://groups.google.com/group/sage-devel.
> > > For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > 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...@googlegroups.com.
> > To post to this group, send email to sage-devel@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-devel.
> > For more options, visit https://groups.google.com/d/optout.

-- 
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...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to