Skip Menu |

This queue is for tickets about the File-Path CPAN distribution.

Report information
The Basics
Id: 41797
Status: resolved
Priority: 0/
Queue: File-Path

People
Owner: dland [...] cpan.org
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.07
Fixed in: 2.07_03



Subject: t/Path.t failure
Hi, I get a test failure at t/Path.t: % perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Path % make cp Path.pm blib/lib/File/Path.pm Manifying blib/man3/File::Path.3pm % make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Path.....1/114 # Failed test 'rmtree of nothing carps sensibly' # at t/Path.t line 467. # STDERR: # Use of uninitialized value $args[0] in join or string at /usr/share/perl/5.10/Carp/Heavy.pm line 88. # No root path(s) specified # at t/Path.t line 466 # # doesn't match: # (?-xism:\ANo root path\(s\) specified\b) # as expected # Looks like you failed 1 test of 114. t/Path..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/114 subtests (less 28 skipped subtests: 85 okay) t/pod......skipped: PERL_AUTHOR_TESTING environment variable not set (or zero) t/taint....ok Test Summary Report ------------------- t/Path (Wstat: 256 Tests: 114 Failed: 1) Failed test: 91 Non-zero exit status: 1 Files=3, Tests=120, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.12 cusr 0.03 csys = 0.20 CPU) Result: FAIL Failed 1/3 test programs. 1/120 subtests failed. make: *** [test_dynamic] Fehler 255 % perl -Iblib t/Path.t 1..114 ok 1 - use Cwd; not ok 2 - use File::Path; # Failed test 'use File::Path;' # at t/Path.t line 10. # Tried to use 'File::Path'. # Error: "make_path" is not exported by the File::Path module # "remove_tree" is not exported by the File::Path module # Can't continue after import errors at (eval 5) line 2 # BEGIN failed--compilation aborted at (eval 5) line 2. ok 3 - use File::Spec::Functions; String found where operator expected at t/Path.t line 114, near "rmtree 'solo'" (Do you need to predeclare rmtree?) String found where operator expected at t/Path.t line 138, near "rmtree 'solo'" (Do you need to predeclare rmtree?) String found where operator expected at t/Path.t line 530, near "rmtree 'EXTRA'" (Do you need to predeclare rmtree?) String found where operator expected at t/Path.t line 533, near "rmtree 'EXTRA'" (Do you need to predeclare rmtree?) syntax error at t/Path.t line 114, near "rmtree 'solo'" syntax error at t/Path.t line 138, near "rmtree 'solo'" syntax error at t/Path.t line 530, near "rmtree 'EXTRA'" syntax error at t/Path.t line 533, near "rmtree 'EXTRA'" syntax error at t/Path.t line 546, near "}" Execution of t/Path.t aborted due to compilation errors. # Looks like you planned 114 tests but ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test exited with 255 just after 3. % perl -V Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=linux, osvers=2.6.26-1-vserver-amd64, archname=x86_64-linux-gnu-thread-multi uname='linux excelsior 2.6.26-1-vserver-amd64 #1 smp sat nov 8 20:24:14 utc 2008 x86_64 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.10 -Darchlib=/usr/lib/perl/5.10 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.10.0 -Dsitearch=/usr/local/lib/perl/5.10.0 -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 -Ud_ualarm -Uusesfio -Uusenm -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.10.0 -Dd_dosuid -des' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2 -g', cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.3.2', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.7.so, so=so, useshrplib=true, libperl=libperl.so.5.10.0 gnulibc_version='2.7' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Nov 27 2008 21:47:49 %ENV: PERL_AUTOINSTALL="--defaultdeps" PERL_EXTUTILS_AUTOINSTALL="--defaultdeps" PERL_MM_USE_DEFAULT="1" @INC: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl . Looks kind of strange. Thanks, Frank
On Wed Dec 17 17:24:47 2008, frank.wiegand wrote: Show quoted text
> Hi, > > I get a test failure at t/Path.t:
[...] Show quoted text
> % perl -Iblib t/Path.t > 1..114 > ok 1 - use Cwd; > not ok 2 - use File::Path; > # Failed test 'use File::Path;' > # at t/Path.t line 10. > # Tried to use 'File::Path'. > # Error: "make_path" is not exported by the File::Path module > # "remove_tree" is not exported by the File::Path module > # Can't continue after import errors at (eval 5) line 2 > # BEGIN failed--compilation aborted at (eval 5) line 2. > ok 3 - use File::Spec::Functions;
[...]] Show quoted text
> Looks kind of strange. > > Thanks, Frank
Sure does. At a guess, it's picking up an old 1.x copy of File::Path and trying to run the new tests against it. Can you still reproduce this problem? Thanks, David
Subject: Re: [rt.cpan.org #41797] t/Path.t failure
Date: Sun, 04 Oct 2009 13:17:10 +0200
To: bug-File-Path [...] rt.cpan.org
From: Frank Wiegand <frank.wiegand [...] gmail.com>
Am Sonntag, den 04.10.2009, 06:54 -0400 schrieb David Landgren via RT: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=41797 > > Sure does. At a guess, it's picking up an old 1.x copy of File::Path and > trying to run the new tests against it. > > Can you still reproduce this problem?
No, testing File::Path 2.07 with 5.10.0 now runs fine. Strange too, but I think you can close this ticket. Thanks, Frank