Opened 11 years ago
Closed 11 years ago
#438 closed defect (fixed)
Compilation of petascope/secore sometimes fails
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 8.4.4 |
Component: | build system | Version: | 8.5 |
Keywords: | Cc: | Peter Baumann, Piero Campalani | |
Complexity: | Medium |
Description
This happens when compiling in parallel with make -j thread_no
, in which case the SUBDIRS are built in parallel with the parent Makefile. This causes compilation to fail, because the parent Makefile depends on a jar file that is not yet built in SUBDIRS.
Note:
See TracTickets
for help on using tickets.