BUILD alone means that the sequence gnatchop x ls * > tmp main=`tail -1 tmp` echo "BUILD $main"
got an empty tmp file. I see that from time to time, more on SMP/dual core machines, if you add sync or sleep it goes away but the run is slower. I've always assumed it's some kind of process/kernel/fs race condition (I don't see anything wrong in gnatchop code). Laurent On Thu, 2006-05-04 at 10:11 +0200, Arnaud Charlet wrote: > > > > I'm experiencing ACATS failures that manifest in > > > > splitting > > /abuild/rguenther/obj4/gcc/testsuite/ada/acats/tests/a/ada101a.ada into: > > ada101a.adb > > BUILD > > FAIL: ada101a > > BUILD > > FAIL: c760009 > > splitting > > /abuild/rguenther/obj4/gcc/testsuite/ada/acats/tests/cd/cd2a22i.ada into: > > cd2a22i.adb > > BUILD > > FAIL: cd2a22i > > > > to appear in the logs, but nothing else. What's this about? Can we make > > Apparenlty your compiler isn't working properly (just a guess). > > > the log a little more verbose here please? > > You could run the test with sh -x to get more info. > > Arno >