Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #39552] Segfault on FreeBSD during make

7 views
Skip to first unread message

David @ Landgren . Net

unread,
Jun 21, 2006, 5:16:36 AM6/21/06
to bugs-bi...@rt.perl.org
# New Ticket Created by da...@landgren.net
# Please include the string: [perl #39552]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39552 >


---
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

Leopold Toetsch

unread,
Jun 21, 2006, 12:30:16 PM6/21/06
to perl6-i...@perl.org, bugs-bi...@netlabs.develooper.com

On Jun 21, 2006, at 11:16, da...@landgren.net (via RT) wrote:

> 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

0 new messages