Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > I tried parrot in tru64/alpha after quite a while and it seems that > something has gone rotten with the bytecode. The t/native_pbc/integer.t > and the t/native_pbc/number.t both fail:
> t/native_pbc/integer....# Failed test (t/native_pbc/integer.t at line 35) > # got: 'PackFile_unpack: Not a Parrot PackFile! > # Magic number was [4c520050] not [13155a1] Its obviously somewhere beyond the MAGIC (4c52 could be part of OPCODE_TYPE_PERL). I've committed a small change, that *could* correct the problem. leo