This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] Broaden download options in contrib/download_prerequisites
- From: Fritz Reese <fritzoreese at gmail dot com>
- To: Damian Rouson <damian at sourceryinstitute dot org>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Wed, 28 Sep 2016 16:34:36 -0400
- Subject: Re: [PATCH] Broaden download options in contrib/download_prerequisites
- Authentication-results: sourceware.org; auth=none
- References: <etPan.57ec1957.1fd54c31.f46@sourceryinstitute.org>
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