<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY><!-- Converted from text/plain format -->
<P><FONT size=2># find /usr/lib64/perl5 /usr/lib/perl5 -name More.pm -print |
xargs grep
VERSION<BR>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:use
vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS
$TODO);<BR><STRONG>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:$VERSION
=
'0.60';<BR></STRONG>/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Test/More.pm:$VERSION
= eval $VERSION; # make the alpha version come out as a
number<BR>/usr/lib/perl5/vendor_perl/5.8.8/Test/More.pm:our $VERSION =
'0.86';<BR>/usr/lib/perl5/vendor_perl/5.8.8/Test/More.pm:$VERSION = eval
$VERSION; ## no critic
(BuiltinFunctions::ProhibitStringyEval)<BR>/usr/lib/perl5/5.8.8/Test/More.pm:use
vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS
$TODO);<BR>/usr/lib/perl5/5.8.8/Test/More.pm:$VERSION =
'0.62';<BR>/usr/lib/perl5/5.8.8/Test/More.pm:$VERSION = eval
$VERSION; # make the alpha version come out as a
number</FONT></P><FONT size=2></FONT><FONT size=2>
<P><BR></FONT><FONT size=2><FONT color=#0000ff face=Arial>Mark Sapiro's
workaround fixes it.</FONT></FONT></P>
<P><FONT size=2><FONT color=#0000ff face=Arial>Cheers,</FONT></FONT></P>
<DIV><FONT size=2><FONT color=#0000ff face=Arial>Phil</FONT></DIV>
<P>--<BR>Phil Randal | Networks Engineer<BR>Herefordshire Council | Deputy Chief
Executive's Office | I.C.T. Services Division<BR>Thorn Office Centre, Rotherwas,
Hereford, HR2 6JT<BR>Tel: 01432 260160<BR>email:
prandal@herefordshire.gov.uk<BR><BR>Any opinion expressed in this e-mail or any
attached files are those of the individual and not necessarily those of
Herefordshire Council.<BR><BR>This e-mail and any attached files are
confidential and intended solely for the use of the addressee. This
communication may contain material protected by law from being passed on. If you
are not the intended recipient and have received this e-mail in error, you are
advised that any use, dissemination, forwarding, printing or copying of this
e-mail is strictly prohibited. If you have received this e-mail in error please
contact the sender immediately and destroy all copies of
it.<BR><BR>-----Original Message-----<BR>From:
mailscanner-bounces@lists.mailscanner.info [<A
href="mailto:mailscanner-bounces@lists.mailscanner.info">mailto:mailscanner-bounces@lists.mailscanner.info</A>]
On Behalf Of Julian Field<BR>Sent: 13 April 2009 23:46<BR>To: MailScanner
discussion<BR>Subject: Re: MailScanner-4.76.10-2 can't install
Test::Pod<BR><BR>Did it successfully install Test-Simple just before
Test-Pod?<BR><BR>That should have been enough. The error message implies that it
didn't find your Test-Simple that should have been just installed. So either it
didn't install it or it didn't find it when it tried to build
Test-Pod.<BR>Please can you do<BR> find /usr/lib64/perl5
/usr/lib/perl5 -name More.pm -print | xargs grep VERSION (all on one line) and
it will tell you the version number of every copy of Test::More you have
installed.<BR><BR>You don't have $PERL5LIB set to anything do you? Just do
an<BR> echo $PERL5LIB<BR>and be sure you get an empty
line. If you don't, then do<BR>
PERL5LIB=<BR> export
PERL5LIB<BR> ./install.sh<BR><BR><BR>On 13/4/09 20:24,
Randal, Phil wrote:<BR>> On CentOS 5.3, 64-bit.<BR>> ./install.sh
.....<BR>> + umask 022<BR>> + cd /usr/src/redhat/BUILD<BR>> +
LANG=C<BR>> + export LANG<BR>> + unset DISPLAY<BR>> + cd
/usr/src/redhat/BUILD<BR>> + rm -rf Test-Pod-1.26<BR>> + /bin/gzip -dc
/usr/src/redhat/SOURCES/Test-Pod-1.26.tar.gz<BR>> + tar -xf -<BR>> +
STATUS=0<BR>> + '[' 0 -ne 0 ']'<BR>> + cd Test-Pod-1.26<BR>> ++
/usr/bin/id -u<BR>> + '[' 0 = 0 ']'<BR>> + /bin/chown -Rhf root .<BR>>
++ /usr/bin/id -u<BR>> + '[' 0 = 0 ']'<BR>> + /bin/chgrp -Rhf root
.<BR>> + /bin/chmod -Rf a+rX,u+w,g-w,o-w .<BR>> + exit 0<BR>>
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.68510<BR>> + umask 022<BR>>
+ cd /usr/src/redhat/BUILD<BR>> + cd Test-Pod-1.26<BR>> + LANG=C<BR>> +
export LANG<BR>> + unset DISPLAY<BR>> + CFLAGS='-O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions<BR>> -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic'<BR>> + perl
Makefile.PL<BR>> Checking if your kit is complete...<BR>> Looks
good<BR>> Warning: prerequisite Test::More 0.62 not found. We have
0.6.<BR>> Writing Makefile for Test::Pod<BR>> + make<BR>> cp Pod.pm
blib/lib/Test/Pod.pm<BR>> Manifying blib/man3/Test::Pod.3pm<BR>> + make
test<BR>> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM"
"-e"<BR>> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t<BR>>
t/00-load..............# Testing Test::Pod 1.26, Perl 5.008008,<BR>>
/usr/bin/perl t/00-load..............ok t/all_pod_files........ok<BR>>
t/cut-outside-block....ok 1/2<BR>> # Failed test
(t/cut-outside-block.t at line 20)<BR>> t/cut-outside-block....NOK 2# STDERR
is:<BR>> # # Failed test (t/cut-outside-block.t at
line 15)<BR>> # # t/cut-outside-block.pod (5): =cut found outside a pod
block. <BR>> Skipping to next block.<BR>> #<BR>> # not:<BR>> #
/#\s+Failed\ test.*?\n?.*?at\ t\/cut\-outside\-block\.t line<BR>> 15.*\n?/ #
# # t/cut-outside-block.pod (5): =cut found outside a pod<BR>> block.<BR>>
Skipping to next block.<BR>> #<BR>> # as expected<BR>>
t/cut-outside-block....FAILED test
2<BR>> Failed 1/2 tests,
50.00% okay<BR>> t/good.................ok<BR>> t/item-ordering........ok
1/2<BR>> # Failed test (t/item-ordering.t at line
19)<BR>> t/item-ordering........NOK 2# STDERR is:<BR>> #
# Failed test (t/item-ordering.t at line 14)<BR>> # #
t/item-ordering.pod (32): You can't have =items (as at line 36)<BR>> unless
the first thing after the =over is an =item # # not:<BR>> # /#\s+Failed\
test.*?\n?.*?at\ t\/item\-ordering\.t line 14.*\n?/ # #<BR>> #
t/item-ordering.pod (32): You can't have =items (as at line 36)<BR>> unless
the first thing after the =over is an =item # # as expected<BR>>
t/item-ordering........FAILED test
2<BR>> Failed 1/2 tests,
50.00% okay<BR>> t/load.................ok<BR>> t/missing-file.........ok
1/3<BR>> # Failed test (t/missing-file.t at line
18)<BR>> t/missing-file.........NOK 2# STDERR is:<BR>> #
# Failed test (t/missing-file.t at line 16)<BR>> # #
t/non-existent.pod does not exist<BR>> #<BR>> # not:<BR>> #
/#\s+Failed\ test.*?\n?.*?at\ t\/missing\-file\.t line 16.*\n?/ # #<BR>> #
t/non-existent.pod does not exist # # as expected<BR>>
# Failed test (t/missing-file.t at line 28)<BR>>
t/missing-file.........NOK 3# STDERR is:<BR>> # #
Failed test (t/missing-file.t at line 26)<BR>> # # t/non-existent.pod does
not exist<BR>> #<BR>> # not:<BR>> # /#\s+Failed\ test.*?\n?.*?at\
t\/missing\-file\.t line 26.*\n?/ # #<BR>> # t/non-existent.pod does not
exist # # as expected<BR>> t/missing-file.........FAILED tests
2-3<BR>> Failed 2/3 tests,
33.33% okay<BR>> t/pod..................ok<BR>>
t/selftest.............ok<BR>>
t/spaced-directives....skipped<BR>>
all skipped: Not written yet<BR>> t/unknown-directive....ok 1/2<BR>>
# Failed test (t/unknown-directive.t at line 20)<BR>>
t/unknown-directive....NOK 2# STDERR is:<BR>> # #
Failed test (t/unknown-directive.t at line 16)<BR>> # #
t/unknown-directive.pod (9): Unknown directive: =over4 # #<BR>>
t/unknown-directive.pod (13): Unknown directive: =under # # not:<BR>> #
/#\s+Failed\ test.*?\n?.*?at\ t\/unknown\-directive\.t line 16.*\n?/<BR>> # #
# t/unknown-directive.pod (9): Unknown directive: =over4 # # #<BR>>
t/unknown-directive.pod (13): Unknown directive: =under # # as<BR>> expected
t/unknown-directive....FAILED test
2<BR>> Failed 1/2 tests,
50.00% okay<BR>> Failed
Test Stat Wstat
Total Fail Failed List of Failed<BR>>
-------------------------------------------------------------------------------<BR>>
t/cut-outside-block.t
2 1 50.00% 2<BR>>
t/item-ordering.t
2 1 50.00% 2<BR>>
t/missing-file.t
3 2 66.67% 2-3<BR>>
t/unknown-directive.t
2 1 50.00% 2<BR>> 1 test skipped.<BR>>
Failed 4/11 test scripts, 63.64% okay. 5/19 subtests failed, 73.68%
okay.<BR>> make: *** [test_dynamic] Error 255<BR>> error: Bad exit status
from /var/tmp/rpm-tmp.68510 (%build)<BR>><BR>> RPM build
errors:<BR>> Bad exit status from
/var/tmp/rpm-tmp.68510 (%build) Any ideas?<BR>>
Phil<BR><BR>Jules<BR><BR>--<BR>Julian Field MEng CITP
CEng<BR>www.MailScanner.info<BR>Buy the MailScanner book at
www.MailScanner.info/store<BR><BR>MailScanner customisation, or any advanced
system administration help?<BR>Contact me at Jules@Jules.FM<BR><BR>PGP
footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 PGP public key: <A
href="http://www.jules.fm/julesfm.asc">http://www.jules.fm/julesfm.asc</A><BR><BR><BR>--<BR>This
message has been scanned for viruses and dangerous content by MailScanner, and
is believed to be clean.<BR><BR>--<BR>MailScanner mailing
list<BR>mailscanner@lists.mailscanner.info<BR><A
href="http://lists.mailscanner.info/mailman/listinfo/mailscanner">http://lists.mailscanner.info/mailman/listinfo/mailscanner</A><BR><BR>Before
posting, read <A
href="http://wiki.mailscanner.info/posting">http://wiki.mailscanner.info/posting</A><BR><BR>Support
MailScanner development - buy the book off the
website!<BR></P></FONT></BODY></HTML>