Bootstrap build failure on Linux
Steve Kargl
sgk@troutmask.apl.washington.edu
Sat Oct 24 17:15:00 GMT 2015
On Sat, Oct 24, 2015 at 10:07:37AM -0700, Damian Rouson wrote:
>
> Could anyone provide guidance regarding the error message below
> from an attempt to build the latest trunk from source on Linux
> (Lubuntu)? This has been happening for several days even though the exact same steps worked as recently as 28 September and still work on OS X. My build steps are in lines 82-87 of the following bash script:
>
> https://github.com/sourceryinstitute/opencoarrays/blob/master/install_prerequisites/buildgcc
>
> which I created in hopes of saving OpenCoarrays users the time of figuring out the build process themselves. Any useful suggestions for improving the script are welcome.
>
> Damian
>
Are you doing a parallel build (e.g., make -j 4)?
If yes, the first step in debug is to not use
the -j option.
--
Steve
More information about the Fortran
mailing list