I am finding that while building 'fink -m install gnuplot'
the test-pod-pm build fails as follows...
Setting up fink-buildlock-test-pod-pm-1.20-1 (2009.05.18-20.18.54) ...
gzip -dc /sw/src/Test-Pod-1.20.tar.gz | /sw/bin/tar -xvf - --no-same-owner
--no-same-permissions
Test-Pod-1.20/
Test-Pod-1.20/t/
Test-Pod-1.20/t/unknown-directive.t
Test-Pod-1.20/t/pod/
Test-Pod-1.20/t/pod/good-pod-script
Test-Pod-1.20/t/pod/no_pod.pod
Test-Pod-1.20/t/pod/good.pod
Test-Pod-1.20/t/empty-file.pod
Test-Pod-1.20/t/cut-outside-block.pod
Test-Pod-1.20/t/good.t
Test-Pod-1.20/t/item-ordering.pod
Test-Pod-1.20/t/all_pod_files.t
Test-Pod-1.20/t/selftest.t
Test-Pod-1.20/t/unknown-directive.pod
Test-Pod-1.20/t/pod_ok.t
Test-Pod-1.20/t/item-ordering.t
Test-Pod-1.20/t/load.t
Test-Pod-1.20/t/missing-file.t
Test-Pod-1.20/t/pod.t
Test-Pod-1.20/t/cut-outside-block.t
Test-Pod-1.20/Changes
Test-Pod-1.20/MANIFEST
Test-Pod-1.20/META.yml
Test-Pod-1.20/Pod.pm
Test-Pod-1.20/Makefile.PL
ARCHFLAGS="" /sw/bin/perl5.8.8 Makefile.PL PERL="/sw/bin/perl5.8.8" PREFIX=/sw
INSTALLPRIVLIB=/sw/lib/perl5
INSTALLARCHLIB=/sw/lib/perl5/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5
INSTALLSITEARCH=/sw/lib/perl5/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3
INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
Checking if your kit is complete...
Looks good
Writing Makefile for Test::Pod
make
cp Pod.pm blib/lib/Test/Pod.pm
Manifying blib/man3/Test::Pod.3pm
make test || exit 2
PERL_DL_NONLAZY=1 /sw/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/all_pod_files.t ...... ok
t/cut-outside-block.t .. 1/2
# Failed test 't/cut-outside-block.pod is bad'
# in t/cut-outside-block.t at line 20.
# STDERR is:
# # Failed test 'POD test for t/cut-outside-block.pod'
# # in t/cut-outside-block.t at line 15.
# # t/cut-outside-block.pod (5): =cut found outside a pod block. Skipping to
next block.
#
# not:
# # Failed test (t/cut-outside-block.t at line 15)
# # t/cut-outside-block.pod (5): =cut found outside a pod block. Skipping to
next block.
#
# as expected
t/cut-outside-block.t .. Failed 1/2 subtests
t/good.t ............... ok
t/item-ordering.t ...... 1/2
# Failed test 't/item-ordering.pod is bad'
# in t/item-ordering.t at line 19.
# STDERR is:
# # Failed test 'POD test for t/item-ordering.pod'
# # in t/item-ordering.t at line 14.
# # t/item-ordering.pod (32): You can't have =items (as at line 36) unless the
first thing after the =over is an =item
#
# not:
# # Failed test (t/item-ordering.t at line 14)
# # t/item-ordering.pod (32): You can't have =items (as at line 36) unless the
first thing after the =over is an =item
#
# as expected
t/item-ordering.t ...... Failed 1/2 subtests
t/load.t ............... ok
t/missing-file.t ....... 1/3
# Failed test 't/non-existent.pod is bad'
# in t/missing-file.t at line 18.
# STDERR is:
# # Failed test 'I hope the file is there'
# # in t/missing-file.t at line 16.
# # t/non-existent.pod does not exist
#
# not:
# # Failed test (t/missing-file.t at line 16)
# # t/non-existent.pod does not exist
#
# as expected
# Failed test 't/non-existent.pod is bad'
# in t/missing-file.t at line 28.
# STDERR is:
# # Failed test 'POD test for t/non-existent.pod'
# # in t/missing-file.t at line 26.
# # t/non-existent.pod does not exist
#
# not:
# # Failed test (t/missing-file.t at line 26)
# # t/non-existent.pod does not exist
#
# as expected
t/missing-file.t ....... Failed 2/3 subtests
t/pod.t ................ ok
t/pod_ok.t ............. ok
t/selftest.t ........... ok
t/unknown-directive.t .. 1/2
# Failed test 'Test name: Something not likely to accidentally occur! is bad'
# in t/unknown-directive.t at line 20.
# STDERR is:
# # Failed test 'Test name: Something not likely to accidentally occur!'
# # in t/unknown-directive.t at line 16.
# # t/unknown-directive.pod (9): Unknown directive: =over4
# # t/unknown-directive.pod (13): Unknown directive: =under
#
# not:
# # Failed test (t/unknown-directive.t at line 16)
# # t/unknown-directive.pod (9): Unknown directive: =over4
# # t/unknown-directive.pod (13): Unknown directive: =under
#
# as expected
t/unknown-directive.t .. Failed 1/2 subtests
Test Summary Report
-------------------
t/cut-outside-block.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
t/item-ordering.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
t/missing-file.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 2-3
t/unknown-directive.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=10, Tests=19, 1 wallclock secs ( 0.06 usr 0.04 sys + 0.44 cusr 0.10
csys = 0.64 CPU)
Result: FAIL
Failed 4/10 test programs. 5/19 subtests failed.
make: *** [test_dynamic] Error 255
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-test-pod-pm-1.20-1
(Reading database ... 55434 files and directories currently installed.)
Removing fink-buildlock-test-pod-pm-1.20-1 ...
Failed: phase test: error (2)
Is anyone else seeing this with 'fink -m install test-pod-pm' under x86_64 10.5
fink?
Jack
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Fink-devel mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.devel