On Sat Jan 23 23:41:01 2010, ANDK wrote:
Show quoted text
This is also showing up in Debian and Fedora now:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569404
https://bugzilla.redhat.com/show_bug.cgi?id=564808
Symptoms:
Show quoted text> make[1]: Entering directory
`/build/user-libcss-perl_1.08-1-amd64-upLvEr/libcss-perl-1.08'
Show quoted text> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Show quoted text> t/01_basic.t ........... ok
> t/02_parse_lite.t ...... ok
> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> Use of uninitialized value $what in substitution (s///) at
/usr/share/perl5/Parse/RecDescent.pm line 3087.
Show quoted text> t/03_parse_heavy.t ..... ok
> Unknown starting rule (Parse::RecDescent::namespace000001::stylesheet)
called
Show quoted text> at
/build/user-libcss-perl_1.08-1-amd64-upLvEr/libcss-perl-1.08/blib/lib/CSS/Parse/Compiled.pm
line 28
Show quoted text> Compilation failed in require at t/04_parse_compiled.t line 3.
> # Looks like you planned 8 tests but ran 4.
> # Looks like your test exited with 255 just after 4.
> t/04_parse_compiled.t ..
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 4/8 subtests
> t/05_search.t .......... ok
> t/06_adaptor_simple.t .. ok
> t/07_adaptor_pretty.t .. ok
> t/08_adaptor_debug.t ... ok
> Failed 1/8 test programs. 0/38 subtests failed.
The uninitialized value warnings are fixed by applying the patch from
RT#54457 but I couldn't figure out what was going on with
Parse::RecDescent::namespace000001::stylesheet.