On Thu, 20 Aug 2009 13:22:29 +0100, Nicholas Clark <nick@ccl4.org> wrote: > On Thu, Aug 20, 2009 at 12:19:54PM +0200, Merijn Broeren wrote: > > Quoting Dave Mitchell (davem@iabyn.com): > > > I've just uploaded 5.10.1-RC2 to CPAN. > > > > > I get one test failure : > > > > Failed 1 test out of 1663, 99.94% okay. > > ../lib/parent/t/parent-pmc.t > > > > which is most likely due to the fact that I compiled it with > > -DPERL_DISABLE_PMC. > > Yes, I discovered this yesterday, and I've mailed a proposed patch for > that test to Max Maischein. Hence why there was also this patch: > > http://perl5.git.perl.org/perl.git/commit/f89a1e08e6fb41e93df685b7f838ff9bf916 FWIW, I already included this in Config::Perl::V, so it will be in the next release > diff --git a/perl.c b/perl.c > index 34fb282..9ef9cd7 100644 > --- a/perl.c > +++ b/perl.c > @@ -1770,6 +1770,9 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) > # ifdef NO_MATHOMS > " NO_MATHOMS" > # endif > +# ifdef PERL_DISABLE_PMC > + " PERL_DISABLE_PMC" > +# endif > # ifdef PERL_DONT_CREATE_GVSV > " PERL_DONT_CREATE_GVSV" > # endif > > Nicholas Clark -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00, 11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3. http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/Thread Previous | Thread Next