Date: | Thu, 31 Mar 2005 10:04:01 +0200 |
From: | Matthias Albert <matthias [...] ma-c.de> |
To: | bug-Mail-GnuPG [...] rt.cpan.org |
Subject: | installing Mail-GnuPG-0.08 |
Hello,
I have a problem installing Mail-GnuPG-0.08. I tried it on three machines. All of them are Debian Sarge Systems.
On one of them I got errors at step "make test". Here is, what I have done.
perl -MCPAN -e "install Mail::GnuPG"
the output
#--------------------------------------------------------------------------------------------#
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Thu, 31 Mar 2005 00:54:53 GMT
Running install for module Mail::GnuPG
Running make for R/RS/RSPIER/Mail-GnuPG-0.08.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/R/RS/RSPIER/Mail-GnuPG-0.08.tar.gz o
k
Scanning cache /root/.cpan/build for sizes
Mail-GnuPG-0.08/
Mail-GnuPG-0.08/t/
Mail-GnuPG-0.08/t/round-trip.t
Mail-GnuPG-0.08/t/test-key.pgp
Mail-GnuPG-0.08/t/99.pod.t
Mail-GnuPG-0.08/t/base.t
Mail-GnuPG-0.08/t/00.load.t
Mail-GnuPG-0.08/META.yml
Mail-GnuPG-0.08/test.pl
Mail-GnuPG-0.08/Changes
Mail-GnuPG-0.08/GnuPG.pm
Mail-GnuPG-0.08/MANIFEST
Mail-GnuPG-0.08/Makefile.PL
Mail-GnuPG-0.08/README
Removing previously used /root/.cpan/build/Mail-GnuPG-0.08
CPAN.pm: Going to build R/RS/RSPIER/Mail-GnuPG-0.08.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Mail::GnuPG
cp GnuPG.pm blib/lib/Mail/GnuPG.pm
Manifying blib/man3/Mail::GnuPG.3pm
/usr/bin/make -- 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/00.load.......ok
t/99.pod........skipped
all skipped: Test::Pod v0.95 required for testing POD
t/base..........ok
t/round-trip....NOK 4# Failed test (t/round-trip.t at line 48)
# got: 'EFEA4EAD'
# expected: undef
t/round-trip....NOK 5# Failed test (t/round-trip.t at line 49)
# got: 'Mail::GnuPG Test Key <mail@gnupg.dom>'
# expected: undef
t/round-trip....NOK 10# Failed test (t/round-trip.t at line 62)
# got: 'EFEA4EAD'
# expected: undef
t/round-trip....NOK 11# Failed test (t/round-trip.t at line 63)
# got: 'Mail::GnuPG Test Key <mail@gnupg.dom>'
# expected: undef
t/round-trip....ok 13/13# Looks like you failed 4 tests of 13.
t/round-trip....dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 4-5, 10-11
Failed 4/13 tests, 69.23% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/round-trip.t 4 1024 13 4 30.77% 4-5 10-11
1 test skipped.
Failed 1/4 test scripts, 75.00% okay. 4/15 subtests failed, 73.33% okay.
make: *** [test_dynamic] Fehler 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
#--------------------------------------------------------------------------------------------#
and the same thing happend doing it by hand.
cd ~/.cpan/build/Mail-GnuPG-0.08
---
make clean
rm -rf ./blib Makefile.aperl blib/arch/auto/Mail/GnuPG/extralibs.all blib/arch/auto/Mail/GnuPG/extralibs.ld perlmain.c tmon.out mon.out so_locations pm_to_blib *.o *.a perl.exe perl perl GnuPG.bso GnuPG.def libGnuPG.def GnuPG.exp GnuPG.x core core.*perl.*.? *perl.core core.[0-9] core.[0-9][0-9] core.[0-9][0-9][0-9] co re.[0-9][0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9][0-9]
mv Makefile Makefile.old > /dev/null 2>&1
---
www:~/.cpan/build/Mail-GnuPG-0.08# ll
insgesamt 80
-rw-r--r-- 1 500 500 2274 2004-07-18 04:18 Changes
-rw-r--r-- 1 500 500 24718 2004-07-18 04:10 GnuPG.pm
-rw-r--r-- 1 root root 21010 2005-03-31 08:46 Makefile.old
-rw-r--r-- 1 500 500 655 2003-10-20 06:33 Makefile.PL
-rw-r--r-- 1 500 500 194 2004-07-18 04:22 MANIFEST
-rw-r--r-- 1 500 500 591 2004-07-18 04:22 META.yml
-rw-r--r-- 1 500 500 2285 2003-12-17 05:36 README
drwxr-xr-x 2 500 500 4096 2004-07-18 04:22 t
-rw-r--r-- 1 500 500 491 2003-10-16 06:19 test.pl
---
www:~/.cpan/build/Mail-GnuPG-0.08# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Mail::GnuPG
---
www:~/.cpan/build/Mail-GnuPG-0.08# make
cp GnuPG.pm blib/lib/Mail/GnuPG.pm
Manifying blib/man3/Mail::GnuPG.3pm
---
www:~/.cpan/build/Mail-GnuPG-0.08# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load.......ok
t/99.pod........skipped
all skipped: Test::Pod v0.95 required for testing POD
t/base..........ok
t/round-trip....NOK 4# Failed test (t/round-trip.t at line 48)
# got: 'EFEA4EAD'
# expected: undef
t/round-trip....NOK 5# Failed test (t/round-trip.t at line 49)
# got: 'Mail::GnuPG Test Key <mail@gnupg.dom>'
# expected: undef
t/round-trip....NOK 10# Failed test (t/round-trip.t at line 62)
# got: 'EFEA4EAD'
# expected: undef
t/round-trip....NOK 11# Failed test (t/round-trip.t at line 63)
# got: 'Mail::GnuPG Test Key <mail@gnupg.dom>'
# expected: undef
t/round-trip....ok 13/13# Looks like you failed 4 tests of 13.
t/round-trip....dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 4-5, 10-11
Failed 4/13 tests, 69.23% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/round-trip.t 4 1024 13 4 30.77% 4-5 10-11
1 test skipped.
Failed 1/4 test scripts, 75.00% okay. 4/15 subtests failed, 73.33% okay.
make: *** [test_dynamic] Fehler 2
So, do you have any ideas for me?I think I've installed every needed package and perl Module.
Kind regards from Germany,
Matthias