* Michael G Schwern <[EMAIL PROTECTED]>:
> In a burst of patching I fixed a bunch of little niggets in MakeMaker.
> 6.18 is just about ready, currently waiting on some feedback on the
> OS/2 static build issue.
> Its currently available as a snapshot on makemaker.org.
PERL_DL_NONLAZY=1 /opt/perl/5.8.0/bin/perl "-Ilib" "-MExtUtils::Command::MM"
"-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/Manifest.t
t/Manifest....1..47
ok 1 - use ExtUtils::Manifest;
ok 2 - make mantest directory
ok 3 - chdir() to mantest
ok 4 - add a temporary file
ok 5 - mkmanifest() displayed its additions
ok 6 - create MANIFEST file
ok 7 - check files in MANIFEST
ok 8 - no additional files in directory
ok 9 - add another file
ok 10 - MANIFEST now out of sync
ok 11 - warning that bar has been added
ok 12 - bar reported as new
ok 13 - disabled warnings
ok 14 - got skipping warning
ok 15 - listed skipped files
ok 16 - listing skipped with filecheck()
ok 17 - created moretest directory
ok 18 - manifind found moretest/quux
ok 19 - two files found
ok 20 - both files found
ok 21 - maniread() doesn't clobber $_
ok 22 - made copy directory
ok 23
not ok 24
# Failed test (t/Manifest.t at line 146)
# got: '33188'
# expected: '33152'
ok 25
not ok 26
# Failed test (t/Manifest.t at line 146)
# got: '33188'
# expected: '33152'
ok 27
ok 28 - maniread found comment
ok 29 - made copy directory
ok 30 - croaked about none
ok 31 - warned about MANIFEST.SKIP
ok 32 - using a new manifest file
ok 33 - got skipping warning again
ok 34 - MANIFEST overrides MANIFEST.SKIP
ok 35 - MANIFEST overrides MANIFEST.SKIP, no warnings
ok 36 - MANIFEST in good state
ok 37 - maniadd() with undef comment
ok 38 - with comment
ok 39 - preserved old entries
ok 40 - maniadd() vs MANIFEST without trailing newline
ok 41 - maniadd() won't open MANIFEST if it doesn't need to
ok 42 - maniadd() dies if it can't open the MANIFEST
ok 43 - remove all added files
ok 44 - remove moretest directory
ok 45 - remove copy directory
ok 46 - return to parent directory
ok 47 - remove mantest directory
# Looks like you failed 2 tests of 47.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 24, 26
Failed 2/47 tests, 95.74% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Manifest.t 2 512 47 2 4.26% 24 26
Failed 1/1 test scripts, 0.00% okay. 2/47 subtests failed, 95.74% okay.
make: *** [test_dynamic] Error 2
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.4.18-14, archname=i686-linux
uname='linux brucehall120.anu.edu.au 2.4.18-14 #1 wed sep 4 13:35:50 edt 20
02 i686 i686 i386 gnulinux '
config_args='-Dprefix=/opt/perl/5.8.0'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=und
ef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_
BITS=64 -I/usr/include/gdbm',
optimize='-O3',
cppflags='-fno-strict-aliasing -I/usr/include/gdbm'
ccversion='', gccversion='3.2 20020903 (Red Hat Linux 8.0 3.2-7)', gccosand
vers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksiz
e=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.93.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.2.93'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under linux
Compiled at Jan 24 2003 08:25:16
%ENV:
PERLDOC="-U"
PERLDOC_PAGER="less -+C -E"
@INC:
/opt/perl/5.8.0/lib/5.8.0/i686-linux
/opt/perl/5.8.0/lib/5.8.0
/opt/perl/5.8.0/lib/site_perl/5.8.0/i686-linux
/opt/perl/5.8.0/lib/site_perl/5.8.0
/opt/perl/5.8.0/lib/site_perl
.
(that's a 5.8.0 build with all default options except for prefix;
does the same with my 5.6.1 and fresh 5.8.2-rc1 installs)
cheers,
--
Iain.