Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pbc_to_exe: missing runtime dependency #386

Closed
ligne opened this issue Jun 8, 2011 · 3 comments
Closed

pbc_to_exe: missing runtime dependency #386

ligne opened this issue Jun 8, 2011 · 3 comments

Comments

@ligne
Copy link
Contributor

ligne commented Jun 8, 2011

when running make, pbc_to_exe occasionally fails with the following error:

PackFile_unpack: Buffer length 0 is shorter than PACKFILE_HEADER_BYTES 18.
current instr.: 'handle_args' pc 223 (tools/dev/pbc_to_exe.pir:233)
make: *** [pbc_to_exe] Error 1
make: *** Waiting for unfinished jobs....

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.

Originally http://trac.parrot.org/parrot/ticket/2129

@jkeenan
Copy link
Contributor

jkeenan commented Jun 11, 2011

Replying to ligne:

when running make, pbc_to_exe occasionally fails with the following error:

I have not experienced this. Can you provide any more information as to the circumstances under which it occurs? OS? Chip? Command-line options?

Thank you very much.

kid51

@ligne
Copy link
Contributor Author

ligne commented Jun 13, 2011

dual-core E8400 3GHz, Fedora 14 x64. 7200rpm SATA disk with ext4.

i've not seen any particular pattern with the configure options. it's being built with make -j6 from a clean checkout.

the error is very intermittent. i can reproduce the error by truncating Getopt/Obj.pbc, but i've had no luck forcing the error otherwise.

@ligne
Copy link
Contributor Author

ligne commented Jun 17, 2011

after a few days off, saw this again this morning, building 6e4dc98 with --optimize --without-icu. still make -j6 --silent.

@ligne ligne closed this as completed Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants