# New Ticket Created by  FranÃois PERRAD 
# Please include the string:  [perl #35405]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=35405 >


This transaction appears to have no content
After building different revision of Parrot without 'make clean', 
t/pmc/config.t fails.
$ parrot t/pmc/config_3.pir
ok 1
PackFile_unpack: Bytecode not valid for this interpreter: version mismatch
Parrot VM: Can't unpack packfile trunk\runtime\parrot\library\config.pbc.
Couldn't find PBC file

After deleting runtime\parrot\library\config.pbc, the test pass.
So it's a dependency problem.

All .pbc depend of the parrot executable (not only 
runtime/parrot/include/parrotlib.pbc).
The following patch (quick & dirty) delete all .pbc after linking parrot.

Francois Perrad

Attachment: pbc_depend.patch
Description: Binary data

Reply via email to