Problems installing Email::MIME::Modifier on Mac OS X Darwin 8.10.1, Perl 5.8.6
Find below:
1. OUTPUT OF CPAN
2. MY PERL CONFIG
3. UNAME -A
4. CPAN-Testers
Thanks for your help
Bernhard
1. OUTPUT OF CPAN
-----------------
Running install for module 'Email::MIME::Modifier'
Running make for R/RJ/RJBS/Email-MIME-Modifier-1.442.tar.gz
CPAN: Digest::SHA loaded ok (v5.43)
CPAN: Compress::Zlib loaded ok (v1.42)
Checksum for
/var/root/.cpan/sources/authors/id/R/RJ/RJBS/Email-MIME-Modifier-1.442.tar.gz ok
Scanning cache /var/root/.cpan/build for sizes
............................................................................DONE
Email-MIME-Modifier-1.442/
Email-MIME-Modifier-1.442/Changes
Email-MIME-Modifier-1.442/MANIFEST
Email-MIME-Modifier-1.442/META.yml
Email-MIME-Modifier-1.442/Makefile.PL
Email-MIME-Modifier-1.442/README
Email-MIME-Modifier-1.442/lib/
Email-MIME-Modifier-1.442/lib/Email/
Email-MIME-Modifier-1.442/lib/Email/MIME/
Email-MIME-Modifier-1.442/lib/Email/MIME/Modifier.pm
Email-MIME-Modifier-1.442/t/
Email-MIME-Modifier-1.442/t/content_id.t
Email-MIME-Modifier-1.442/t/ct_attrs.t
Email-MIME-Modifier-1.442/t/disposition.t
Email-MIME-Modifier-1.442/t/encoding.t
Email-MIME-Modifier-1.442/t/parts.t
Email-MIME-Modifier-1.442/t/pod-coverage.t
Email-MIME-Modifier-1.442/t/pod.t
CPAN: File::Temp loaded ok (v0.17)
CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-Modifier-1.442.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Email::MIME::Modifier
CPAN: YAML loaded ok (v0.62)
cp lib/Email/MIME/Modifier.pm blib/lib/Email/MIME/Modifier.pm
Manifying blib/man3/Email::MIME::Modifier.3pm
RJBS/Email-MIME-Modifier-1.442.tar.gz
/usr/bin/make -j3 -j3 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/content_id......ok 1/15
t/content_id......NOK 4# Failed test 'two parts'
# in t/content_id.t at line 21.
# got: '1'
# expected: '2'
# Failed test 'two content ids'
# in t/content_id.t at line 30.
t/content_id......NOK 6# got: '0'
# expected: '2'
# Failed test 'not the same'
# in t/content_id.t at line 32.
# undef
# ne
# undef
t/content_id......NOK 7
# Failed test 'two parts'
t/content_id......NOK 8# in t/content_id.t at line 40.
# got: '1'
# expected: '2'
# Failed test 'two content ids'
t/content_id......NOK 10# in t/content_id.t at line 49.
# got: '0'
# expected: '2'
# Looks like you planned 15 tests but only ran 11.
# Looks like you failed 5 tests of 11 run.
t/content_id......dubious
Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 4, 6-8, 10, 12-15
Failed 9/15 tests, 40.00% okay
t/ct_attrs........ok
t/disposition.....ok
t/encoding........ok 1/14Premature end of base64 data at
/Library/Perl/5.8.6/Email/MIME/Encodings.pm line 26.
Premature end of base64 data at /Library/Perl/5.8.6/Email/MIME/Encodings.pm
line 26.
# Failed test 'base64 works'
# in t/encoding.t at line 20.
# got: 'H
1?????'
# expected: 'Hello World!
t/encoding........NOK 6# I like you!
# '
Premature end of base64 data at /Library/Perl/5.8.6/Email/MIME/Encodings.pm
line 26.
# Failed test 'binary works'
# in t/encoding.t at line 26.
t/encoding........NOK 9# got: 'SCALAR(0x1881418)'
# expected: 'Hello World!
# I like you!
# '
# Failed test 'binary raw works'
# in t/encoding.t at line 27.
# got: 'H
1?????'
# expected: 'Hello World!
# I like you!
# '
t/encoding........NOK 10
# Failed test 'quoted-printable + body_set works'
# in t/encoding.t at line 37.
# got: 'SCALAR(0x188161c)'
# expected: 'Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long line! Long line! Long line! Long line! Long
line! Long line! Long line! Long lint/encoding........NOK 12ine! Long line!
Long line! Long line! Long line! Long line! Long line! Long line! Long line!
# '
t/encoding........ok 13/14# Looks like you failed 4 tests of 14.
t/encoding........dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 6, 9-10, 12
Failed 4/14 tests, 71.43% okay
t/parts...........ok 1/22
t/parts...........NOK 5# Failed test 'two parts'
# in t/parts.t at line 27.
# got: '1'
# expected: '2'
Can't call method "body" on an undefined value at t/parts.t line 28.
# Looks like you planned 22 tests but only ran 5.
# Looks like you failed 1 test of 5 run.
# Looks like your test died just after 5.
t/parts...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-22
Failed 18/22 tests, 18.18% okay
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.............ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/content_id.t 5 1280 15 13 4 6-8 10 12-15
t/encoding.t 4 1024 14 4 6 9-10 12
t/parts.t 255 65280 22 35 5-22
1 test skipped.
Failed 3/7 test scripts. 31/69 subtests failed.
Files=7, Tests=69, 1 wallclock secs ( 0.36 cusr + 0.08 csys = 0.44 CPU)
Failed 3/7 test programs. 31/69 subtests failed.
make: *** [test_dynamic] Error 255
RJBS/Email-MIME-Modifier-1.442.tar.gz
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
RJBS/Email-MIME-Modifier-1.442.tar.gz : make_test NO
2. MY PERL CONFIG
-----------------
This is perl, v5.8.6 built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2004, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
alhambrax:~/Downloads/perl-5.8.8 bwagner$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
Platform:
osname=darwin, osvers=8.0, archname=darwin-thread-multi-2level
uname='darwin b19.apple.com 8.0 darwin kernel version 8.3.0: mon oct 3
20:04:04 pdt 2005; root:xnu-792.6.22.obj~2release_ppc power macintosh powerpc '
config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe
-Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -I/usr/local/include',
optimize='-O3',
cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5363)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup
-L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Locally applied patches:
23953 - fix for File::Path::rmtree CAN-2004-0452 security issue
33990 - fix for setuid perl security issues
SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
Built under darwin
Compiled at Nov 1 2006 17:07:31
%ENV:
PERL5LIB="/sw/lib/perl5:/sw/lib/perl5/darwin"
@INC:
/sw/lib/perl5
/sw/lib/perl5/darwin
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level
/Library/Perl/5.8.6
/Library/Perl
/Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6
/Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6
/Library/Perl/5.8.1
.
3. UNAME -A
-----------
Darwin alhambrax.local 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00
PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386
4. CPAN-Testers
---------------
For module Email::MIME::Modifier:
http://cpantesters.perl.org/show/Email-MIME-Modifier.html
Email-MIME-Modifier 1.442 (the version I used)
PASS 639185 5.8.7 on Darwin 8.10.0 (darwin-thread-multi-2level)
PASS 636445 5.8.8 on Darwin 8.10.0 (darwin-thread-multi-2level)
PASS 563703 5.9.5 on Darwin 8.10.1 (darwin-2level)
PASS 548355 5.8.8 on Darwin 8.8.1 (darwin-thread-multi-2level)
Email-MIME-Modifier 1.441
PASS 530583 5.9.5 on Darwin 8.10.1 (darwin-thread-multi-2level)
PASS 464343 5.8.8 on Darwin 8.8.2 (darwin-2level)
PASS 384913 5.8.8 on Darwin 8.8.1 (darwin-thread-multi-2level)
Email-MIME-Modifier 1.440
PASS 350495 5.8.6 on Darwin 8.0 (darwin-thread-multi-2level)
PASS 328794 5.8.8 on Darwin 8.4.0 (darwin-2level)
Email-MIME-Modifier 1.42
FAIL 584177 5.9.5 on Darwin 8.10.1 (darwin-2level)
PASS 271269 5.8.7 on Darwin 5.5 (darwin-thread-multi)
PASS 259686 5.8.6 on Darwin 8.0 (darwin-thread-multi-2level)