Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

log_j8.zip (117.6 KB ) - added by meianoite 15 years ago.
Build log

Download all attachments as: .zip

Change History (3)

by meianoite, 15 years ago

Attachment: log_j8.zip added

Build log

comment:1 by bonefish, 15 years ago

Resolution: fixed
Status: newclosed

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 meianoite, 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 ;)

Note: See TracTickets for help on using tickets.