This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Ada testsuite failures due to missing gnatlib


In my builds lately I've been noticing many Ada tests failing
that didn't use to fail before.  I don't think I'm doing
anything different than before.  The failures all seem to be
due to the error below.  Has something changed about how to
run the Ada test suite or how to configure GCC to enable it?

This is on an x86_64 machine running Fedora 23 with GNAT
5.3.1 installed.  GCC was configured with
--enable-languages=ada,c,c++ and no other options.

$ make -C /build/gcc-trunk/gcc check-ada
make: Entering directory '/home/msebor/build/gcc-trunk/gcc'
gnatlib missing, exiting.
/src/gcc/trunk/gcc/ada/gcc-interface/Make-lang.in:887: recipe for target 'check-acats' failed
make: *** [check-acats] Error 1
make: Leaving directory '/home/msebor/build/gcc-trunk/gcc'

Thanks
Martin


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