Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 26839
Status: rejected
Priority: 0/
Queue: PathTools

People
Owner: Nobody in particular
Requestors: jesse [...] bestpractical.com
Cc:
AdminCc:

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



Subject: Undeclared dependency on Scalar::Util
Date: Mon, 30 Apr 2007 15:18:59 -0400
To: bug-pathtools [...] rt.cpan.org
From: Jesse Vincent <jesse [...] bestpractical.com>
Yes, I actually was installing Pathtools on 5.5 :) Running make for K/KW/KWILLIAMS/PathTools-3.24.tar.gz Unwrapped into directory /Users/jesse/.cpan/build/PathTools-3.24 CPAN.pm: Going to build K/KW/KWILLIAMS/PathTools-3.24.tar.gz mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Cwd mkdir blib/lib/auto mkdir blib/lib/auto/Cwd mkdir blib/man3 cp lib/File/Spec/VMS.pm blib/lib/File/Spec/VMS.pm cp lib/File/Spec/Epoc.pm blib/lib/File/Spec/Epoc.pm cp lib/File/Spec/Functions.pm blib/lib/File/Spec/Functions.pm cp Cwd.pm blib/lib/Cwd.pm cp lib/File/Spec.pm blib/lib/File/Spec.pm cp lib/File/Spec/Cygwin.pm blib/lib/File/Spec/Cygwin.pm cp lib/File/Spec/Mac.pm blib/lib/File/Spec/Mac.pm cp lib/File/Spec/Win32.pm blib/lib/File/Spec/Win32.pm cp lib/File/Spec/Unix.pm blib/lib/File/Spec/Unix.pm cp lib/File/Spec/OS2.pm blib/lib/File/Spec/OS2.pm /opt/perl-5.5.4/bin/perl -I/opt/perl-5.5.4/lib/5.00504/darwin -I/opt/ perl-5.5.4/lib/5.00504 /opt/perl-5.5.4/lib/5.00504/ExtUtils/xsubpp - typemap /opt/perl-5.5.4/lib/5.00504/ExtUtils/typemap Cwd.xs >xstmp.c && mv xstmp.c Cwd.c cc -c -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -I/opt/local/ include -O3 -DVERSION=\"3.24\" -DXS_VERSION=\"3.24\" -I/opt/ perl-5.5.4/lib/5.00504/darwin/CORE Cwd.c Running Mkbootstrap for Cwd () chmod 644 Cwd.bs LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -o blib/arch/auto/ Cwd/Cwd.bundle -bundle -undefined dynamic_lookup -L/usr/local/lib -L/ opt/local/lib Cwd.o chmod 755 blib/arch/auto/Cwd/Cwd.bundle cp Cwd.bs blib/arch/auto/Cwd/Cwd.bs chmod 644 blib/arch/auto/Cwd/Cwd.bs Manifying blib/man3/File::Spec::VMS.3 Manifying blib/man3/File::Spec::Epoc.3 Manifying blib/man3/File::Spec::Functions.3 Manifying blib/man3/Cwd.3 Manifying blib/man3/File::Spec.3 Manifying blib/man3/File::Spec::Cygwin.3 Manifying blib/man3/File::Spec::Mac.3 Manifying blib/man3/File::Spec::Win32.3 Manifying blib/man3/File::Spec::OS2.3 Manifying blib/man3/File::Spec::Unix.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /opt/perl-5.5.4/bin/perl -Iblib/arch -Iblib/lib -I/ opt/perl-5.5.4/lib/5.00504/darwin -I/opt/perl-5.5.4/lib/5.00504 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/Functions........ok t/Spec.............ok 90/491 skipped: various reasons t/crossplatform....ok 7/50 skipped: various reasons t/cwd..............ok t/rel2abs2rel......ok t/taint............Can't locate Scalar/Util.pm in @INC (@INC contains: t/lib blib/arch blib/lib /opt/perl-5.5.4/lib/5.00504/ darwin /opt/perl-5.5.4/lib/5.00504/darwin /opt/perl-5.5.4/lib/ 5.00504 /opt/perl-5.5.4/lib/site_perl/5.005/darwin /opt/perl-5.5.4/ lib/site_perl/5.005 . /opt/perl-5.5.4/lib/5.00504/darwin /opt/ perl-5.5.4/lib/5.00504 /opt/perl-5.5.4/lib/site_perl/5.005/darwin / opt/perl-5.5.4/lib/site_perl/5.005) at t/taint.t line 19. BEGIN failed--compilation aborted at t/taint.t line 19. # Looks like your test died before it could output anything. t/taint............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-17 Failed 17/17 tests, 0.00% okay t/tmpdir...........ok t/win32............skipped
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.

From: KWILLIAMS [...] cpan.org
Hi Jesse, It actually is declared in the Makefile.PL (and the Build.PL but I doubt perl5.5 was using that). Maybe a CPAN.pm config issue or something? -Ken
Subject: Re: [rt.cpan.org #26839] Undeclared dependency on Scalar::Util
Date: Tue, 12 Jun 2007 23:21:30 -0400
To: bug-PathTools [...] rt.cpan.org
From: Jesse Vincent <jesse [...] bestpractical.com>
On Jun 12, 2007, at 11:18 PM, Ken_Williams via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26839 > > > Hi Jesse, > > It actually is declared in the Makefile.PL (and the Build.PL but I > doubt > perl5.5 was using that). Maybe a CPAN.pm config issue or something? >
Huh. Quite Possibly. Show quoted text
> -Ken >
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.