Re: [perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread Allison Randal
James Keenan via RT wrote: Nope. [parrot] 521 $ ./myconfigure.sh MACOSX_DEPLOYMENT TARGET is 10.3 There seems to be a missing underscore in "MACOSX_DEPLOYMENT TARGET", but that's probably just your debug message. Did you try 'export'? Configure spawns its own processes which may be resett

Re: [perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread Andy Dougherty
On Mon, 28 Jan 2008, James Keenan via RT wrote: > Here's the verbose output on the failing configuration step, inter::progs. > > First, with my usual settings: > > Determining what C compiler and linker to use... > ccflags: -fno-common -no-cpp-precomp -pipe -I/usr/local/include -pipe > -fno-co

[perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread James Keenan via RT
Nope. [parrot] 521 $ ./myconfigure.sh MACOSX_DEPLOYMENT TARGET is 10.3 Parrot Version 0.5.2 Configure 2.0 Copyright (C) 2001-2008, The Perl Foundation. Hello, I'm Configure. My job is to poke and prod your system to figure out how to build Parrot. The process is completely automated, unless you

[perl #50360] Redesign Parrot NCI callback functionality

2008-01-28 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #50360] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50360 > Parrot's NCI callback subsystem design will not work (and cannot be directly exten

[perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread James Keenan via RT
Here's the verbose output on the failing configuration step, inter::progs. First, with my usual settings: Determining what C compiler and linker to use... ccflags: -fno-common -no-cpp-precomp -pipe -I/usr/local/include -pipe -fno-common -Wno-long-double /usr/bin/gcc-3.3 -fno-common -no-cpp-pre

Re: [perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread Allison Randal
James Keenan via RT wrote: I first tried setting the environmental variable, then using my startup script in test mode: $ echo $MACOSX_DEPLOYMENT_TARGET 10.3 #!/bin/sh CC="/usr/bin/gcc-3.3" CX="/usr/bin/g++-3.3" /usr/local/bin/perl Configure.pl --cc="$CC" --cxx="$CX" --link="$CX" \ --ld="$

[perl #50314] [BUG] t/harness: Test::Run fails to test cleanly

2008-01-28 Thread James Keenan via RT
Patch applied to trunk in r25320.

[perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread James Keenan via RT
On Mon Jan 28 00:30:51 2008, [EMAIL PROTECTED] wrote: > James Keenan via RT wrote: > >> > > Okay, I figured out how to do that ... but no better results. > > > > [parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4 > [...] > > > > Setting the environmental variable apparently didn't stick. > > I can dup

[perl #50318] [PATCH] Cast toupper in src/debug.c

2008-01-28 Thread Will Coleda via RT
On Sun Jan 27 21:48:22 2008, [EMAIL PROTECTED] wrote: > Explicitly cast the argument of toupper in src/debug.c so that t/ > codingstd/check_toxxx.t passes. Thanks, applied in r25314.

[perl #50314] [BUG] t/harness: Test::Run fails to test cleanly

2008-01-28 Thread Will Coleda via RT
On Sun Jan 27 17:36:02 2008, [EMAIL PROTECTED] wrote: > As part of my exploration of t/harness (http://rt.perl.org/rt3/Ticket/ > Display.html?id=50302), I had occasion to try the Test::Run variant. > However, when I tried to install Test::Run today (no small feat, as > it sits on a pile of no

Parrot Bug Summary

2008-01-28 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jan 28 14:00:03 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

Re: pluralization idea that keeps bugging me

2008-01-28 Thread Ron
On 26 Jan., 17:58, [EMAIL PROTECTED] (Larry Wall) wrote: > Last night I got a message entitled: "yum: 1 Updates Available". > Of course, that's probably just a Python programmer giving up on doing > the right thing, but we see this sort of bletcherousness all the time. > > After a recent exchange o

[perl #50318] [PATCH] Cast toupper in src/debug.c

2008-01-28 Thread via RT
# New Ticket Created by Michael Stephens # Please include the string: [perl #50318] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50318 > Explicitly cast the argument of toupper in src/debug.c so that t/ codingstd/check_t

Re: [perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread Paul Cochrane
On 28/01/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Sun Jan 27 17:14:11 2008, tiro wrote: > > > > > Could you try setting MACOSX_DEPLOYMENT_TARGET to 10.4 to see if that > > fixes the problem? > > > Okay, I figured out how to do that ... but no better results. > > [parrot] 566 $ MACO

Re: [perl #50056] [BUG] "Undefined symbols" on OS X

2008-01-28 Thread Allison Randal
James Keenan via RT wrote: Okay, I figured out how to do that ... but no better results. [parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4 [...] Setting the environmental variable apparently didn't stick. I can duplicate the failure when I use your startup script. First, try setting the envir