Subject: | WWW::Mechanize 1.32 fails to build on cygwin 1.5.24/perl5.8.8 |
on cygwin latest
% steph@ape (/home/stephan) %
% uname -a
CYGWIN_NT-5.1 apexPDell2 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 i686
i386 Cygwin
% steph@ape (/home/stephan) %
% cygcheck -c -d | grep cygwin' '
cygwin 1.5.24-2
WWW::Mechanize 1.32 fails to build with perl5.8.8
it does actually build with perl5.8.7
there are 3 failures in test mech-dump.t
t/mech-dump/mech-dump....Use of uninitialized value in pattern match
(m//) at t/mech-dump/mech-dump.t line 59.
# Failed test 'First line matches'
# at t/mech-dump/mech-dump.t line 59.
# undef
# doesn't match '(?-xism:^GET file:.*/target-page \[bob-the-form\])'
t/mech-dump/mech-dump....NOK 1/4
# Failed test 'Still some actual'
t/mech-dump/mech-dump....ok 2/4# at t/mech-dump/mech-dump.t line 62.
# '0'
# >
# '0'
t/mech-dump/mech-dump....NOK 3/4
# Failed test 'Rest of the lines match'
# at t/mech-dump/mech-dump.t line 64.
t/mech-dump/mech-dump....NOK 4/4# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ' hl=en (hidden readonly)'
# Looks like you failed 3 tests of 4.
t/mech-dump/mech-dump....dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1, 3-4
Failed 3/4 tests, 25.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/live/wikipedia.t 2 512 15 2 13-14
t/mech-dump/mech-dump.t 3 768 4 3 1 3-4
3 tests skipped.
Failed 2/46 test scripts. 5/515 subtests failed.
Files=46, Tests=515, 233 wallclock secs (20.04 cusr + 22.36 csys = 42.41
CPU)
Failed 2/46 test programs. 5/515 subtests failed.
make: *** [test_dynamic] Error 255
thanks
--stephan