Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-04 Thread James E Keenan
On Nov 4, 2007, at 3:13 AM, Cosimo Streppone via RT wrote: However, just out of curiosity... Would the attached test work as well? I replaced all the code that does the "hand-testing" of auto::gcc with the automated `test_step_thru_runstep()' function. IIUC, that function does exactly what th

Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-03 Thread Cosimo Streppone
James Keenan via RT wrote: > Cosimo, > > The more I look at this, the more I wonder whether the test failure in > 111-auto_gcc-01.t (reported below) has anything to do with the presence > or absence of gdbm on one's OS or whether one's Perl was build with gdbm > or not. > I'm sorry. I now realiz

Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-03 Thread James E Keenan
chromatic wrote: I bet that Cosimo's test.ldo file says "couldn't link with -lgdbm" or something similar. I see the same failure; here's what's in my test.ldo: /usr/bin/ld: cannot find -lgdbm collect2: ld returned 1 exit status For whatever reason, this test file is trying

Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-03 Thread chromatic
On Saturday 03 November 2007 07:32:21 James Keenan via RT wrote: > The more I look at this, the more I wonder whether the test failure in > 111-auto_gcc-01.t (reported below) has anything to do with the presence > or absence of gdbm on one's OS or whether one's Perl was build with gdbm > or not.

Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-03 Thread Cosimo Streppone
James Keenan via RT wrote: > Cosimo Streppone wrote: >> # New Ticket Created by Cosimo Streppone >> # Please include the string: [perl #47127] >> # in the subject line of all future correspondence about this issue. >> # http://rt.perl.org/rt3/Ticket/Display.html?id=47127 > > >> Just found out

Re: [perl #47127] [PATCH] t/configure/111-auto_gcc-01.t test failure

2007-11-02 Thread James E Keenan
Cosimo Streppone wrote: # New Ticket Created by Cosimo Streppone # Please include the string: [perl #47127] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47127 > Hi, I'm trying to get my feet wet with parrot. Welcome!