Re: Ada testsuite failures due to missing gnatlib

2016-05-03 Thread Martin Sebor
On 05/03/2016 04:44 PM, Eric Botcazou wrote: There is no /build/gcc-trunk/gcc/gcc but presumably you meant /build/gcc-trunk/gcc/ada (which does exist). But there is no rts directory anywhere under the build tree. Then the build failed at some point and this should be in the log. Actually, I

Re: Ada testsuite failures due to missing gnatlib

2016-05-03 Thread Eric Botcazou
> There is no /build/gcc-trunk/gcc/gcc but presumably you meant > /build/gcc-trunk/gcc/ada (which does exist). But there is no > rts directory anywhere under the build tree. Then the build failed at some point and this should be in the log. -- Eric Botcazou

Re: Ada testsuite failures due to missing gnatlib

2016-05-03 Thread Martin Sebor
On 05/03/2016 03:47 PM, Eric Botcazou wrote: 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

Re: Ada testsuite failures due to missing gnatlib

2016-05-03 Thread Eric Botcazou
> 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