# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #43431]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43431 >
Dear Parrot people,
Just updates my subversion depository after a long time.
Got this error after 'make'
...
make -C compilers/past-pm
make[1]: Entering directory
`/home/richard/development/parrot/trunk/compilers/past-pm'
/usr/bin/perl -MExtUtils::Command -e rm_rf PAST-pm.pbc
../../runtime/parrot/library/PAST-pm.pbc
../../parrot ../../compilers/tge/tgc.pir --output=POST/Grammar_gen.pir
POST/Grammar.tg
PackFile_unpack: Bytecode not valid for this interpreter: fingerprint
mismatch
Parrot VM: Can't unpack packfile
/home/richard/development/parrot/trunk/./compilers/tge/TGE/Parser.pbc.
Null PMC access in invoke()
current instr.: 'parrot;TGE::Compiler;parse_grammar' pc 28
(TGE/Compiler.pir:34)
called from Sub 'parrot;TGE::Compiler;precompile' pc 654
(TGE/Compiler.pir:293)
called from Sub 'main' pc 101 (../../compilers/tge/tgc.pir:87)
make[1]: *** [PAST-pm.pbc] Error 1
make[1]: Leaving directory
`/home/richard/development/parrot/trunk/compilers/past-pm'
make: *** [compilers.dummy] Error 2
myconfig is
Summary of my parrot 0.4.13 (r19455) configuration:
configdate='Fri Jun 29 08:27:29 2007 GMT'
Platform:
osname=linux, archname=i486-linux-gnu-thread-multi
jitcapable=1, jitarchname=i386-linux,
jitosname=LINUX, jitcpuarch=i386
execcapable=1
perl=/usr/bin/perl
Compiler:
cc='cc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBIAN -pipe -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
Linker and Libraries:
ld='cc', ldflags=' -L/usr/local/lib',
cc_ldflags='',
libs='-ldl -lm -lpthread -lcrypt -lrt -lgmp -lreadline -lncurses'
Dynamic Linking:
share_ext='.so', ld_share_flags='-shared -L/usr/local/lib -fPIC',
load_ext='.so', ld_load_flags='-shared -L/usr/local/lib -fPIC'
Types:
iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
ptrsize=4, ptr_alignment=1 byteorder=1234,
nv=double, numvalsize=8, doublesize=8
Regards,
Richard