develooper Front page | perl.cpan.testers | Postings from December 2004

FAIL Params-Check-0.22 darwin 6.0

Thread Next
From:
saper
Date:
December 10, 2004 08:02
Subject:
FAIL Params-Check-0.22 darwin 6.0
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
	
--
This is an error report generated automatically by CPANPLUS,
version 0.0499.

Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_Params-Check....Argument "/Users/maddingue/.cpanplus/5.6.0/build/Params-Check-0.22..." isn't numeric in subroutine entry at /System/Library/Perl/darwin/File/Glob.pm line 80.

#     Failed test (t/01_Params-Check.t at line 6)
#     Tried to use 'Params::Check'.
#     Error:  Can't locate auto/File/Glob/bsd_glob.al in @INC (@INC contains: /Users/maddingue/.cpanplus/5.6.0/build/Params-Check-0.22/blib/lib /Users/maddingue/.cpanplus/5.6.0/build/Params-Check-0.22/blib/arch /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl .) at /Library/Perl/Locale/Maketext/Lexicon.pm line 236
# BEGIN failed--compilation aborted at t/01_Params-Check.t line 6.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Bareword "last_error" not allowed while "strict subs" in use at t/01_Params-Check.t line 184.
Bareword "last_error" not allowed while "strict subs" in use at t/01_Params-Check.t line 210.
Execution of t/01_Params-Check.t aborted due to compilation errors.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 255


Additional comments:
******************************** NOTE ********************************
The comments below are created mechanically, possibly without manual
checking by the sender.  Also, because many people perform automatic
tests on CPAN, chances are that you will receive identical messages
about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional information, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Hello, Jos Boumans! Thanks for uploading your works to CPAN.

I noticed that the test suite seem to fail without these modules:

auto::File::Glob::bsd_glob.al

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'Jos Boumans (gro.miwd@enak)',
    ... # other information
    PREREQ_PM   => {
	'auto::File::Glob::bsd_glob.al'	=> '0', # or a minimum workable version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be
worth a look.

Thanks! :-)

--

Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
  Platform:
    osname=darwin, osvers=6.0, archname=darwin
    uname='darwin fisheye 6.0 darwin kernel version 5.2: mon jun 17 09:55:14 pdt 2002; root:xnu-201-14.rootsxnu-201-14.objrelease_ppc power macintosh powerpc '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags='
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define 
    use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
  Compiler:
    cc='cc', optimize='-Os', gccversion=Apple cpp-precomp 6.14
    cppflags='-g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
    ccflags ='-g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/usr/lib
    libs=-lm -lc
    libc=/System/Library/Frameworks/System.framework/System, so=dylib, useshrplib=true, libperl=libperl.dylib
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-bundle  -flat_namespace -undefined suppress'

Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About