#4070 closed bug (fixed)
jam -aqj8 failed for r31430
Reported by: | meianoite | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Invocation was:
$ sh -c 'for targets in 2 4; do cd generated.gcc$targets; rm -rf build_packages objects tmp *alternative* build/*cache; cd ..; done' $ svn up At revision 31430. $ cd generated.gcc2 $ ( date; jam -aqj8 @disk; date ) |& tee j8.log
And the log is attached. Circa 2MB uncompressed, so it had to be zipped.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | log_j8.zip added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev31434.
BTW, if you find more instances where a generated header doesn't exist yet when a dependent source is compiled, a full log is really not necessary. The error message plus the actions output and error message will suffice completely.
comment:2 by , 15 years ago
Oh. Sorry. I tried to search for "error:" to no avail, so I thought the error would be somewhere else on the build system. Now I backtraced the error log, found that bash didn't compile because of trap.o, and that trap.o failed because of builtext.h, and found the relevant error messages that you mentioned. And figured that jam's error message looks like "...failed <action>".
I promise to produce more succinct logs next time ;)
Build log