Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: jdhedden [...] 1979.usna.com
Cc:
AdminCc:

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



Subject: 'make test' failure on Cygwin
'make test' failed on Cygwin: /usr/local/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/crossplatform.... # Failed test (t/crossplatform.t at line 62) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 67) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 72) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 78) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 83) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 88) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 62) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 67) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 72) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 78) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 83) # got: '../bar/file' # expected: 'bar/file' # Failed test (t/crossplatform.t at line 88) # got: '../bar/file' # expected: 'bar/file' # Looks like you failed 12 tests of 50. t/crossplatform....dubious Test returned status 12 (wstat 3072, 0xc00) DIED. FAILED tests 3-8, 31-36 Failed 12/50 tests, 76.00% okay (less 7 skipped tests: 31 okay, 62.00%) t/cwd..............ok t/Functions........ok t/rel2abs2rel......ok t/Spec.............ok 83/471 skipped: various reasons t/taint............ok t/tmpdir...........ok t/win32............skipped all skipped: this is not win32 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/crossplatform.t 12 3072 50 12 24.00% 3-8 31-36 1 test and 90 subtests skipped. Failed 1/8 test scripts, 87.50% okay. 12/577 subtests failed, 97.92% okay. Perl/platform info: Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=cygwin, osvers=1.5.18(0.13242), archname=cygwin-thread-multi-64int uname='cygwin_nt-5.0 pn100-01-1-123s 1.5.18(0.13242) 2005-07-02 20:30 i686 unknown unknown cygwin ' config_args='-de -Duse64bitint -Dusethreads -Uusemymalloc -A define:optimize=-O3 -pipe -frename-registers -fomit-frame-pointer -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -A define:ld=/usr/local/bin/ld2' 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=define use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include', optimize='-O3 -pipe -frename-registers -fomit-frame-pointer -march=pentium4 -mfpmath=sse -mmmx -msse -msse2', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include' ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='/usr/local/bin/ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -ldb -lcrypt -lgdbm_compat perllibs=-lcrypt -lgdbm_compat libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Locally applied patches: MAINT25817 26127 Built under cygwin Compiled at Nov 15 2005 12:46:25 %ENV: PERLIO="perlio" CYGWIN="server ntsec forkchunk:32768" @INC: /usr/local/lib/perl5/5.8/cygwin /usr/local/lib/perl5/5.8 /usr/local/lib/perl5/site_perl/5.8/cygwin /usr/local/lib/perl5/site_perl/5.8 /usr/local/lib/perl5/vendor_perl/5.8/cygwin /usr/local/lib/perl5/vendor_perl/5.8 .
Thanks, this is fixed in version 3.14. -Ken