Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 26488
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: daniel [...] spatof.org
Cc: INFINOID [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.2806
  • 0.2807
Fixed in: (no value)



Subject: Failed test for t/metadata.t and t/moduleinfo.t
On a fresh Slackware 11, Module::Build version 0.2807 (and 0.2806) fails two tests: t/basic...............ok t/compat..............ok t/destinations........ok 8/113 skipped: various reasons t/ext.................ok t/extend..............ok t/files...............ok t/install.............ok t/manifypods..........ok t/mbyaml..............ok t/metadata............NOK 14 # Failed test 'Check version' # in t/metadata.t at line 150. # got: '0.60.128' # expected: 'v0.60.128' t/metadata............NOK 15 # Failed test 'Check version' # in t/metadata.t at line 151. # got: '0.61.129' # expected: 'v0.61.129' t/metadata............ok 33/47# Looks like you failed 2 tests of 47. t/metadata............dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 14-15 Failed 2/47 tests, 95.74% okay t/metadata2...........ok t/moduleinfo..........NOK 79 # Failed test 'version for default package' # in t/moduleinfo.t at line 422. # got: '0.60.128' # expected: 'v0.60.128' t/moduleinfo..........NOK 81 # Failed test 'version for embedded package' # in t/moduleinfo.t at line 425. # got: '0.61.129' # expected: 'v0.61.129' # Looks like you failed 2 tests of 81. t/moduleinfo..........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 79, 81 Failed 2/81 tests, 97.53% okay t/new_from_context....ok t/notes...............ok t/par.................skipped all skipped: C_support not enabled t/parents.............ok t/pod_parser..........ok t/ppm.................skipped all skipped: C_support not enabled t/runthrough..........ok 4/32 skipped: Windows-only test t/signature...........skipped all skipped: $ENV{TEST_SIGNATURE} is not set t/test_type...........ok t/test_types..........ok t/tilde...............ok t/versions............ok t/xs..................skipped all skipped: C_support not enabled Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/metadata.t 2 512 47 2 4.26% 14-15 t/moduleinfo.t 2 512 81 2 2.47% 79 81 4 tests and 12 subtests skipped. Failed 2/25 test scripts, 92.00% okay. 4/719 subtests failed, 99.44% okay. Slackware 11.0 Linux x 2.6.17.13 #3 Wed Mar 14 10:51:18 CET 2007 i686 pentium4 i386 GNU/Linux Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.4.33.3, archname=i486-linux uname='linux tree 2.4.33.3 #1 fri sep 1 01:48:52 cdt 2006 i686 athlon-4 i386 gnulinux ' config_args='-de -Dprefix=/usr -Dcccdlflags=-fPIC -Dinstallprefix=/ usr -Doptimize=-O2 -march=i486 -mtune=i686 -Dinc_version_list=5.8.7 5.8.6 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0 -Darchname=i486-linux' 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 -march=i486 -mtune=i686', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement - I/usr/local/include' ccversion='', gccversion='3.4.6', 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.6.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.6' 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 Sep 1 2006 23:31:27 @INC: /usr/lib/perl5/5.8.8/i486-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .
On Thu Apr 19 10:50:14 2007, danz wrote: Show quoted text
> t/metadata............NOK 14 > # Failed test 'Check version' > # in t/metadata.t at line 150. > # got: '0.60.128' > # expected: 'v0.60.128' > t/metadata............NOK 15 > # Failed test 'Check version' > # in t/metadata.t at line 151. > # got: '0.61.129' > # expected: 'v0.61.129' > t/metadata............ok 33/47# Looks like you failed 2 tests of 47. > t/metadata............dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 14-15 > Failed 2/47 tests, 95.74% okay > t/metadata2...........ok > t/moduleinfo..........NOK 79 > # Failed test 'version for default package' > # in t/moduleinfo.t at line 422. > # got: '0.60.128' > # expected: 'v0.60.128' > t/moduleinfo..........NOK 81 > # Failed test 'version for embedded package' > # in t/moduleinfo.t at line 425. > # got: '0.61.129' > # expected: 'v0.61.129' > # Looks like you failed 2 tests of 81. > t/moduleinfo..........dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 79, 81 > Failed 2/81 tests, 97.53% okay
I get the exact same failures on a fresh cygwin install. Mark