# New Ticket Created by  Jens Rehsack 
# Please include the string:  [perl #119723]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119723 >


Hi all,

on behave of the NetBSD pkgsrc team I work on packaging raduko-star.

lang/parrot, lang/nqp are installed fine, lang/raduko-star builds nicely
but the stage-install step breaks with log below. For explanation, the
stage-install step is a "make install DESTDIR=$sandbox/.DESTDIR/" to approve
whether any unexpected file is installed or not.

When I redo the "make stage-install" without cleaning the working directory
before, the process finishes fine. When doing a clean rebuild, it cores
reproducible.

The following step can take a long time, please be patient.
./perl6 --setting=NULL --optimize=3 --target=pir --stagestats 
--output=src/gen/CORE.setting.pir src/gen/CORE.setting
Stage start      :   0.000
gnumake[1]: *** [CORE.setting.pbc] Segmentation fault: 11 (core dumped)
gnumake: *** [rakudo/perl6] Error 2
*** Error code 2

Stop.
bmake: stopped in /data/pkgsrc/lang/raduko-star
*** Error code 1
$ gdb perl6 /cores/core.87574
GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Wed Feb  6 22:51:23 UTC 2013)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared 
libraries ......... done


warning: exec file is newer than core file.
Reading symbols for shared libraries . done
Reading symbols for shared libraries 
.................................................... done
#0  0x00000001094514ac in Parrot_ResizablePMCArray_set_pmc_keyed_int ()
(gdb) where
#0  0x00000001094514ac in Parrot_ResizablePMCArray_set_pmc_keyed_int ()
#1  0x0000000109427036 in Parrot_ImageIOThaw_shift_pmc ()
#2  0x0000000109426cbb in Parrot_ImageIOThaw_set_string_native ()
#3  0x00000001093a3f26 in Parrot_thaw ()
#4  0x000000010ae6239a in Parrot_nqp_fresh_stub_p_p ()
#5  0x00000001093a5995 in runops_fast_core ()
#6  0x00000001093a5819 in runops_int ()
#7  0x000000010938f26a in runops ()
#8  0x000000010938b293 in Parrot_pcc_invoke_from_sig_object ()
#9  0x000000010937e16a in Parrot_ext_call ()
#10 0x0000000109464318 in Parrot_Task_invoke ()
#11 0x000000010938b1ec in Parrot_pcc_invoke_from_sig_object ()
#12 0x000000010937e16a in Parrot_ext_call ()
#13 0x00000001093a98fe in Parrot_cx_next_task ()
#14 0x00000001093a997f in Parrot_cx_outer_runloop ()
#15 0x00000001093a9b2b in Parrot_cx_begin_execution ()
#16 0x00000001093b18fa in Parrot_pf_execute_bytecode_program ()
#17 0x000000010937a163 in Parrot_api_run_bytecode ()
#18 0x000000010933952e in main ()

Cheers
-- 
Jens Rehsack
pkgsrc, Perl5
[email protected]



Reply via email to