retitle 667184 gnat-4.6: intermittent FTBFS, race condition in gnattools/Makefile
severity 667184 important
user debian-...@lists.debian.org
usertags - ftbfs-gcc-4.7
thanks

This bug has nothing to do with gcc-4.7. Analysis of the full log file
reveals that the bootstrap used 10 parallel processes, which triggered
this race condition.  Building the executable program 'gnatfind'
requires the object file xref_lib.o, which does not exist yet because
another gnatmake is still building it.

I think the problem is that make is running several gnatmake processes in parallel in the same directory (one for each tool to build). The various
gnatmake processes step on each other's toes.  The fix is to run the
gnatmake processes sequentially but pass the parallel option to each of
them, so they can run parallel compilations as needed.

--
Ludovic Brenta.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to