[perl #53452] [BUG] ar can't read libparrot.a on Mac OS 10.5.2

2008-06-18 Thread James Keenan via RT
Allison: 1. Are you still experiencing these problems? 2. Since you said that these problems occurred after an upgrade, can I assume that you're working on PPC? 3. Have you had a chance to look at the related ticket I mentioned in my last post? Thanks. kid51

[perl #52198] [BUG]: Test failures on Win32: t/op/arithmetics.t t/op/sprintf.t t/pmc/complex.t t/pmc/float.t

2008-06-18 Thread James Keenan via RT
On Sat Mar 29 08:41:56 2008, rblasch wrote: t/op/sprintf.t not ok 157 - [%.0g] C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix actual: 0 This particular TODO-ed test has begun to unexpectedly PASS for me on linux-i386 and darwin-ppc.

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Will Coleda via RT
On Tue Jun 17 17:12:30 2008, japhb wrote: On Tue, 2008-06-17 at 11:27 -0700, Packy Anderson wrote: Here's the command I'm using to configure and make $ make realclean; CC=gcc-4.0 CX=g++-4.0 perl Configure.pl -- cc=$CC --cxx=$CX --link=$CX --ld=$CX --optimize; make -j 2 That's a pretty

Re: [perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Packy Anderson
On Tue Jun 17 17:12:30 2008, japhb wrote: * Does it still fail if you don't override the compiler and linker? * Does it still fail if you don't run a parallel make? * Does it still fail if you don't configure with --optimize? * Does it still fail for just 'make realclean; perl Configure.pl;

[perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #55978] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55978 The attached patch is courtesy of donaldh++. It has been tested on cygwin

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-18 Thread Will Coleda via RT
On Tue Jun 17 17:12:30 2008, japhb wrote: On Tue, 2008-06-17 at 11:27 -0700, Packy Anderson wrote: Here's the command I'm using to configure and make $ make realclean; CC=gcc-4.0 CX=g++-4.0 perl Configure.pl -- cc=$CC --cxx=$CX --link=$CX --ld=$CX --optimize; make -j 2 That's a pretty

Re: [perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread chromatic
On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote: Index: src/dynext.c === --- src/dynext.c(revision 28459) +++ src/dynext.c(working copy) @@ -276,12 +276,10 @@      /* And on cygwin replace a leading

[perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread James Keenan via RT
On Tue Jun 17 21:06:58 2008, japhb wrote: The attached patch is courtesy of donaldh++. It has been tested on cygwin and Debian/i686. Please someone test on Mac OS X, so that I can commit it. Works for me on Mac OS X 10.4 (Panther) on PPC. kid51

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

2008-06-18 Thread James Keenan via RT
On Sun May 25 13:15:10 2008, tetragon wrote: And here's a newer version of the patch that I use. This one changes config/init/hints/darwin.pm instead of config/init/defaults.pm Patch applied to trunk in r28513. Thanks to tetragon, testers who have posted so far, and participants in

Re: [perl #55978] [PATCH] [OpenGL] cygwin fixes from donaldh++

2008-06-18 Thread Geoffrey Broadwell
On Wed, 2008-06-18 at 09:06 -0700, chromatic wrote: On Tuesday 17 June 2008 21:06:58 Geoffrey Broadwell wrote: Index: src/dynext.c === --- src/dynext.c(revision 28459) +++ src/dynext.c(working copy) @@

[PATCH] Perl::Critic Version Wrong

2008-06-18 Thread Ovid
This patch fixes a test suite failure in t/codingstd/perlcritic.t The minimum required version for Perl::Critic was 1.03, but the default_forbidden_words method was not introduced until 1.082. I've bumped up the version number in the test to ensure it skips properly. Also, the Perl::Critic docs