---
osname= freebsd
osvers= 6.0-stable
arch= i386-freebsd-64int
cc= cc
---
Flags:
category=core
severity=critical
ack=no
---
On a fresh sync of the trunk, after running perl Configure.pl,
I fired off a gmake && gmake test. It dies with the following:
Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc
Segmentation fault (core dumped)
gmake: *** [runtime/parrot/include/config.fpmc] Error 139
---
Summary of my parrot 0.4.5 (r12987) configuration:
configdate='Wed Jun 21 10:39:48 2006'
Platform:
osname=freebsd, archname=i386-freebsd-64int
jitcapable=1, jitarchname=i386-freebsd,
jitosname=FREEBSD, jitcpuarch=i386
execcapable=1
perl=perl
Compiler:
cc='cc', ccflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.7/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -pipe -I/usr/local/include',
Linker and Libraries:
ld='cc', ldflags='-pthread -Wl,-E -L/usr/local/lib',
cc_ldflags='',
libs='-lm -lcrypt -lutil -pthread -lgmp -lreadline'
Dynamic Linking:
share_ext='.so', ld_share_flags='-shared -L/usr/local/lib',
load_ext='.so', ld_load_flags='-shared -L/usr/local/lib'
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
> Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross
> your fingers
> ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc
Sounds like the still existing problem of an installed parrot
interfering with build. Please remove any installed parrot libs (sorry,
there's no make uninstall or such).
leo