This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Broaden download options in contrib/download_prerequisites


On Wed, Sep 28, 2016 at 3:26 PM, Damian Rouson
<damian@sourceryinstitute.org> wrote:
(snip)
>
> I built the GCC trunk this morning, but my attempt to run the regression tests failed.  The output from “make check-fortran" is below.  Any advice is welcome.  I understand that DejaGNU must be installed and I’m not certain whether it is so I’ll try installing that first to see if that fixes the problem below.
>
> Damian
>
> $ make check-fortran
(snip)
> make[1]: Entering directory '/home/rouson/Desktop/Builds/gcc/gcc'
> make[1]: *** No rule to make target 'check-fortran'.  Stop.
> make[1]: Leaving directory '/home/rouson/Desktop/Builds/gcc/gcc'
> Makefile:27214: recipe for target 'check-gcc-fortran' failed
> make: *** [check-gcc-fortran] Error 2
>

Damian-

I don't know if this will help but the testsuites can only be run with
the '-k' option passed to make (this option means to keep going after
an error). Check the instructions at
https://gcc.gnu.org/install/test.html for reference, maybe there is a
note there that applies to your case.

Cheers,

Fritz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]