Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 9625
Status: resolved
Priority: 0/
Queue: PathTools

People
Owner: Nobody in particular
Requestors: kane [...] cpan.org
Cc:
AdminCc:

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



Subject: Test fails on debian unstable
[kane@codebase2 ~...build/PathTools-3.02]$ ls ./ Build.PL Cwd.pm INSTALL META.yml SIGNATURE ppport.h ../ Changes Cwd.xs MANIFEST Makefile.PL lib/ t/ [kane@codebase2 ~...build/PathTools-3.02]$ perl Build.PL Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib Checking whether your kit is complete... Looks good Creating new 'Build' script for 'PathTools' version '3.02' [kane@codebase2 ~...build/PathTools-3.02]$ ./Build test lib/File/Spec/OS2.pm -> blib/lib/File/Spec/OS2.pm lib/File/Spec/Mac.pm -> blib/lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm -> blib/lib/File/Spec/VMS.pm lib/File/Spec/Functions.pm -> blib/lib/File/Spec/Functions.pm lib/File/Spec/Epoc.pm -> blib/lib/File/Spec/Epoc.pm lib/File/Spec/Cygwin.pm -> blib/lib/File/Spec/Cygwin.pm lib/File/Spec.pm -> blib/lib/File/Spec.pm Cwd.pm -> blib/lib/Cwd.pm lib/File/Spec/Unix.pm -> blib/lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm -> blib/lib/File/Spec/Win32.pm Cwd.xs -> lib/Cwd.xs lib/Cwd.xs -> lib/Cwd.c /usr/bin/perl "-I/usr/lib/perl/5.8" "-I/usr/share/perl/5.8" "/usr/share/perl/5.8/ExtUtils/xsubpp" -noprototypes -typemap "/usr/share/perl/5.8/ExtUtils/typemap" "lib/Cwd.xs"cc -I/usr/lib/perl/5.8/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Cwd.o lib/Cwd.c ExtUtils::Mkbootstrap::Mkbootstrap('lib/Cwd') cc -shared -L/usr/local/lib -o blib/arch/auto/Cwd/Cwd.so lib/Cwd.o t/Functions........ok t/Spec.............ok 83/466 skipped: various reasons t/crossplatform....ok 7/50 skipped: Can't load File::Spec::VMS t/cwd..............NOK 29 # Failed test (t/cwd.t at line 197) # got: '/boot/initrd.img-2.4.25-1-386' # expected: '/initrd.img' t/cwd..............NOK 30 # Failed test (t/cwd.t at line 198) # got: '/boot/initrd.img-2.4.25-1-386' # expected: '/initrd.img' t/cwd..............NOK 31 # Failed test (t/cwd.t at line 199) # got: '/boot/initrd.img-2.4.25-1-386' # expected: '/initrd.img' # Looks like you failed 3 tests of 31. t/cwd..............dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 29-31 Failed 3/31 tests, 90.32% okay t/rel2abs2rel......ok t/taint............ok t/win32............skipped all skipped: this is not win32 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/cwd.t 3 768 31 3 9.68% 29-31 1 test and 90 subtests skipped. Failed 1/7 test scripts, 85.71% okay. 3/570 subtests failed, 99.47% okay. [kane@codebase2 ~...build/PathTools-3.02]$ perl -V Summary of my perl5 (revision 5 version 8 subversion 4) configuration: Platform: osname=linux, osvers=2.4.27-ti1211, archname=i386-linux-thread-multi uname='linux kosh 2.4.27-ti1211 #1 sun sep 19 18:17:45 est 2004 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.4 -Dsitearch=/usr/local/lib/perl/5.8.4 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.4 -Dd_dosuid -des' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-3)', 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=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so.5.8.4 gnulibc_version='2.3.2' 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: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under linux Compiled at Dec 12 2004 09:09:20 %ENV: PERL5LIB="/home/kane/sources/p4/other/archive-extract/lib:/home/kane/sources/p4/other/file-fetch/lib:/home/kane/sources/p4/other/archive-tar-new/lib:/home/kane/sources/p4/other/carp-trace/lib:/home/kane/sources/p4/other/log-message/lib:/home/kane/sources/p4/other/module-load/lib:/home/kane/sources/p4/other/params-check/lib:/home/kane/sources/p4/other/qmail-checkpassword/lib:/home/kane/sources/p4/other/module-load-conditional/lib:/home/kane/sources/p4/other/term-ui/lib:/home/kane/sources/p4/other/ipc-cmd/lib:/home/kane/sources/p4/other/config-auto/lib:/home/kane/sources/p4/cpanplus/devel/lib:/home/kane/sources/p4/cpanplus/cpanplus-dist-deb/lib" PERL5OPT="" PERL5_CPANPLUS_IS_RUNNING="22249" PERL_READLINE_NOWARN="1" @INC: /home/kane/sources/p4/other/archive-extract/lib /home/kane/sources/p4/other/file-fetch/lib /home/kane/sources/p4/other/archive-tar-new/lib /home/kane/sources/p4/other/carp-trace/lib /home/kane/sources/p4/other/log-message/lib /home/kane/sources/p4/other/module-load/lib /home/kane/sources/p4/other/params-check/lib /home/kane/sources/p4/other/qmail-checkpassword/lib /home/kane/sources/p4/other/module-load-conditional/lib /home/kane/sources/p4/other/term-ui/lib /home/kane/sources/p4/other/ipc-cmd/lib /home/kane/sources/p4/other/config-auto/lib /home/kane/sources/p4/cpanplus/devel/lib /home/kane/sources/p4/cpanplus/cpanplus-dist-deb/lib /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . [kane@codebase2 ~...build/PathTools-3.02]$
Yup, this one is a testing-only bug that will be fixed with the next release. There's one other bug I'm trying to squash before uploading it, but it should be within the next couple days. -Ken