Changes between Initial Version and Version 1 of Ticket #2129
- Timestamp:
- 06/07/11 17:15:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2129 – description
initial v1 1 1 when running make, pbc_to_exe occasionally fails with the following error: 2 2 3 {{{ 3 4 PackFile_unpack: Buffer length 0 is shorter than PACKFILE_HEADER_BYTES 18. 4 5 current instr.: 'handle_args' pc 223 (tools/dev/pbc_to_exe.pir:233) 5 6 make: *** [pbc_to_exe] Error 1 6 7 make: *** Waiting for unfinished jobs.... 8 }}} 7 9 8 10 i've not been able to reproduce this consistently, but i think it occurs when pmc_to_exe is invoked as part of the build process, and tries to load Getopt/Obj.pbc before it's been fully compiled. the file exists so open() doesn't fail, but is still zero-length.
