Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 28918
Status: rejected
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: morefamily [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug #19035: Failed test '404 check' - WWW::Mechanize perl module
Date: Mon, 20 Aug 2007 13:09:00 -0700 (PDT)
To: bug-WWW-Mechanize [...] rt.cpan.org
From: M and D <morefamily [...] yahoo.com>
Re: bug http://rt.cpan.org/Public/Bug/Display.html?id=19035 I am still seeing this problem when I try to install version 1.30. Can this error be safely ignored? Distribution: P/PE/PETDANCE/WWW-Mechanize-1.30.tar.gz Install was run from CPAN module Debin Linux kernel 2.6.17-2-686 Perl version: v5.8.8 built for i486-linux-gnu-thread-multi Here is the error message: Show quoted text
cpan> install WWW::Mechanize
Running install for module WWW::Mechanize Running make for P/PE/PETDANCE/WWW-Mechanize-1.30.tar.gz Is already unwrapped into directory /root/.cpan/build/WWW-Mechanize-1.30 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/add_header.t t/aliases.t t/area_link.t t/autocheck.t [ . . . ] t/local/back.............ok 1/38# Started http://localhost:48322/ t/local/back.............ok 4/38 # Failed test '404 check' # at t/local/back.t line 149. # got: '500' # expected: '404' t/local/back.............ok 29/38# Looks like you failed 1 test of 38. t/local/back.............dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 28 Failed 1/38 tests, 97.37% okay (less 2 skipped tests: 35 okay, 92.11%) [ . . .]
Show quoted text
> t/local/back.............ok 4/38 > # Failed test '404 check' > # at t/local/back.t line 149. > # got: '500' > # expected: '404'
I'm also seeing this error when trying to install WWW-Mechanize-1.30. Here's my configuration: % perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.15-1-686-smp, archname=i686-linux uname='linux caspar 2.6.15-1-686-smp #2 smp thu feb 2 18:39:24 utc 2006 i686 gnulinux ' config_args='-des' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='4.0.3 20051201 (prerelease) (Debian 4.0.2-5)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at Feb 9 2006 23:38:55 @INC: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl/5.8.7/i686-linux /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl . Interestingly, it installs just fine on my powerbook. It's running the stock perl 5.8.6 that comes with Tiger.