[perl #57538] [BUG] MMX check in config/auto/cpu/i386 segfaults when run as a 64-bit binary on OS X 10.5

2008-08-04 Thread Seneca Cunningham via RT
On Sun Aug 03 19:47:09 2008, [EMAIL PROTECTED] wrote: > On Sat Aug 02 20:08:36 2008, tetragon wrote: > > The Configure test for MMX on Intel chips > > Was this a test in t/configure/? t/steps/? or during Configure.pl itself? > During Configure.pl. I can reproduce this on the command line by

[perl #57536] [BUG] Segfault in Parrot_memalign during shootout test 19 on 64-bit Intel OS X build

2008-08-07 Thread Seneca Cunningham via RT
On Sat Aug 02 14:38:57 2008, tetragon wrote: > Using a lightly modified config (RT#57532), I got parrot to build as a > 64-bit Intel binary on OS X. One of a series of segfaults encountered > appears to be triggered in Parrot_memalign in > config/gen/platform/darwin/memalign.c (if gdb is to be bel

[perl #57536] [BUG] Segfault in Parrot_memalign during shootout test 19 on 64-bit Intel OS X build

2008-08-07 Thread Seneca Cunningham via RT
I've stopped the crashes that appear related to this on my box with the attached patch. config/gen/platform/darwin/memalign.c has a few unsigned variables that were being implicitly handled as (32-bit) ints, those variables are actually used as (or in the calculation of) memory addresses. N

[perl #52214] [BUG]: Lipo poses problems when building Parrot on Darwin with Apple-built Perl 5.8

2008-04-05 Thread Seneca Cunningham via RT
This is the patch that I'm currently using to get Configure.pl to ignore -arch flags in the Perl 5 config on Darwin. Index: config/init/defaults.pm === --- config/init/defaults.pm (revision 26775) +++ config/init/defaults.pm (w

[perl #46519] [BUG] t/stm/runtime.t test failures

2008-04-06 Thread Seneca Cunningham via RT
I have just noticed that the trace I posted earlier is one the two different crash logs that I have seen come out of this. Once in a rare while, this test doesn't crash, but instead prints two error messages; the earlier trace is from the one message variant. This next trace is the no message, tw

[perl #53170] Parrot crash during build of r27101 (PPC, OS X 10.5)

2008-04-22 Thread Seneca Cunningham via RT
On Mon Apr 21 23:55:10 2008, [EMAIL PROTECTED] wrote: > chunk should never be 0x11. Does this patch fix things for you? Lets the build complete, but a similar crash (similar stack frames, different addresses) occurs when running t/op/sprintf.t when subtest 174 is reached. > If not, you might

[perl #54602] [PATCH] Several changes to allow C++ compiling

2008-05-23 Thread Seneca Cunningham via RT
On Thu May 22 21:08:01 2008, [EMAIL PROTECTED] wrote: > On Wednesday 21 May 2008 13:04:29 NotFound wrote: > > Changed several casts and removed 'extern' is several places in > > congruence with the changed meaning of the macros. > > Hi, > > Sounds like this part of the patch has some portability

[perl #54986] [PATCH] gcc4.0 darwin ppc doesnt like -bundle as the 1rst argument

2008-06-01 Thread Seneca Cunningham via RT
On Thu May 29 04:18:35 2008, [EMAIL PROTECTED] wrote: > We have another patch pending to config/init/hints/darwin.pm from > tetragon > (http://rt.perl.org/rt3/Ticket/Attachment/412932/187608/arch-config- > patch_v2.txt). > Since both patches reference ld_load_flags, I wonder if you could try > out

[perl #56310] [Patch] unset $(PERLDOC) breaks building on OS X

2008-06-25 Thread Seneca Cunningham via RT
On Wed Jun 25 04:25:34 2008, [EMAIL PROTECTED] wrote: > On Tue Jun 24 19:15:24 2008, tetragon wrote: > > The switch to using $(PERLDOC) in docs/Makefile without defining > > PERLDOC anywhere breaks my build. > > I'm not sure which "switch" you're referring to. What appears to me to > be the rel