Scalar-List-Utils is known to fail with 5.6.0, it is a problem with 5.6.0 that has been fixed in 5.6.1
Graham. On Sun, Apr 28, 2002 at 07:35:08AM -0400, mrbbking wrote: > 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 [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplicate effort. > > Report based on cpantest version 0.94 (modified) > -- > This was a prereq for another recently-posted module, but it failed > 2 tests. > > If you need more information than what's below, please let me know, > and I'll get it. > > [localhost:~/CPAN-Testers/Scalar-List-Utils-1.07] bbking% perl > Makefile.PL > Checking if your kit is complete... > Looks good > Writing Makefile for List::Util > Testing if you have a C compiler > cc -c -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace > -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 > -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" > -I/System/Library/Perl/darwin/CORE test.c > cc: -flat_namespace: linker input file unused since linking not done > [localhost:~/CPAN-Testers/Scalar-List-Utils-1.07] bbking% make > mkdir blib > mkdir blib/lib > mkdir blib/lib/List > mkdir blib/arch > mkdir blib/arch/auto > mkdir blib/arch/auto/List > mkdir blib/arch/auto/List/Util > mkdir blib/lib/auto > mkdir blib/lib/auto/List > mkdir blib/lib/auto/List/Util > mkdir blib/man3 > cp lib/List/Util.pm blib/lib/List/Util.pm > cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm > /usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl > /System/Library/Perl/ExtUtils/xsubpp -typemap > /System/Library/Perl/ExtUtils/typemap -typemap typemap Util.xs > > Util.xsc && mv Util.xsc Util.c > cc -c -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace > -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 > -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" > -I/System/Library/Perl/darwin/CORE Util.c > cc: -flat_namespace: linker input file unused since linking not done > Running Mkbootstrap for List::Util () > chmod 644 Util.bs > LD_RUN_PATH="" cc -o blib/arch/auto/List/Util/Util.bundle -bundle > -flat_namespace -undefined suppress Util.o > chmod 755 blib/arch/auto/List/Util/Util.bundle > cp Util.bs blib/arch/auto/List/Util/Util.bs > chmod 644 blib/arch/auto/List/Util/Util.bs > Manifying blib/man3/List::Util.3 > Manifying blib/man3/Scalar::Util.3 > [localhost:~/CPAN-Testers/Scalar-List-Utils-1.07] bbking% make test > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use > Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' > t/*.t > t/blessed.....ok > t/dualvar.....FAILED tests 8-9 > Failed 2/11 tests, 81.82% okay > t/first.......ok > t/max.........ok > t/maxstr......ok > t/min.........ok > t/minstr......ok > t/openhan.....ok > t/readonly....ok > t/reduce......ok > t/reftype.....ok > t/shuffle.....ok > t/sum.........ok > t/tainted.....ok > t/weak........ok > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/dualvar.t 11 2 18.18% 8-9 > Failed 1/15 test scripts, 93.33% okay. 2/131 subtests failed, 98.47% > okay. > make: *** [test_dynamic] Error 9 > [localhost:~/CPAN-Testers/Scalar-List-Utils-1.07] bbking% > > -- > > Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: > Platform: > osname=darwin, osvers=1.4, archname=darwin > uname='darwin law 1.4 darwin kernel version 1.3: sun jul 22 > 16:20:35 pdt 2001; aramesh:buildobjrelease_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='-O3', gccversion=Apple devkit-based CPP 6.0 > 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' >
