---
osname= linux
osvers= 2.4.21-27.0.2.elsmp
arch= i386-linux-thread-multi
cc= gcc 4.0.0 20050516 (Red Hat 4.0.0-6)
---
Flags:
category=core
severity=high
ack=no
---
Attempting to build parrot r8844 from a fresh subversion checkout
results in an error on my system (FC4):
$ perl Configure.pl; make
...
/usr/bin/perl build_tools/parrot_config_c.pl --mini > \
src/null_config.c
src/null_config.c
c++ -o ./miniparrot -L/usr/local/lib -Wl,-E imcc/main.o \
blib/lib/libparrot.a -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp src/null_config.o
/usr/bin/perl build_tools/parrot_config_c.pl > \
src/parrot_config.c
Can't read 'runtime/parrot/include/config.fpmc': No such file or directory at build_tools/parrot_config_c.pl line 55.
make: *** [src/parrot_config.c] Error 2
Pm
---
Summary of my parrot 0.2.3 (r8844) configuration:
configdate='Sat Aug 6 02:53:10 2005'
Platform:
osname=linux, archname=i386-linux-thread-multi
jitcapable=1, jitarchname=i386-linux,
jitosname=LINUX, jitcpuarch=i386
execcapable=1
perl=/usr/bin/perl
Compiler:
cc='gcc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
Linker and Libraries:
ld='gcc', ldflags=' -L/usr/local/lib',
cc_ldflags='',
libs='-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp'
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
---
Environment:
HOME LANG LANGUAGE LD_LIBRARY_PATH LOGDIR PATH SHELL
Thanks,
Jonathan
> I tracked down that the problem was introduced in revision 8841,
Yep. Sorry I've accidentally deleted too much. It's fixed again.
leo