Subject: | Problem installing Pod-Escapes-1.04 and Pod-WordML-0.13 |
Date: | Mon, 12 Mar 2012 15:41:40 +0100 |
To: | bug-Pod-Escapes [...] rt.cpan.org, bug-Pod-WordML [...] rt.cpan.org |
From: | Thijs Oppermann <thijs.oppermann [...] tty.nl> |
When I try to install Pod-Escapes-1.04 and Pod-WordML-0.13 I run into
problems (actually, I want to install Perl::Critic, but that depends on
these two, and these two seem to be having problems with each other).
I get the following warning when installing Pod::WordML:
--------------
Running Makefile.PL
Checking if your kit is complete...
Warning: the following files are missing in your kit:
t/entities.t
t/interior_sequences.t
Please inform the author.
---------------
Don't know if that is relevant or not...
The install of Pod::WordML fails because tests fail to run:
----------------
bin/perl "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib',
'blib/arch', )"
Bailout called. Further testing stopped: Pod::WordML did not compile
# Failed test 'use Pod::WordML;'
# at t/load.t line 12.
# Tried to use 'Pod::WordML'.
# Error: Can't locate Pod/Escapes.pm in @INC (@INC contains: <all
my INC dirs>) at lib/perl5/Pod/Simple.pm line 8.
# BEGIN failed--compilation aborted at lib/perl5/Pod/Simple.pm line 8.
# Compilation failed in require at lib/perl5/Pod/PseudoPod.pm line 3.
# BEGIN failed--compilation aborted at lib/perl5/Pod/PseudoPod.pm line 3.
# Compilation failed in require at (eval 5) line 3.
# ...propagated at lib/perl5/base.pm line 85.
# BEGIN failed--compilation aborted at
.cpanm/work/1331562714.12146/Pod-WordML-0.13/blib/lib/Pod/WordML.pm line 3.
# Compilation failed in require at (eval 4) line 2.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Looks like you failed 1 test of 2.
FAILED--Further testing stopped: Pod::WordML did not compile
make: *** [test_dynamic] Error 1
----------------
However, trying to install Pod::Escapes fails, as it seems to depend on
Pod::WordML:
------(cpanm output)---------
--> Working on Pod::Escapes
Fetching
http://archive.cs.uu.nl/mirror/CPAN/authors/id/B/BD/BDFOY/Pod-WordML-0.13.tar.gz
... OK
Configuring Pod-WordML-0.13 ... OK
Building and testing Pod-WordML-0.13 ... FAIL
! Installing Pod::Escapes failed. See .cpanm/build.log for details.
Installing Pod::Escapes failed!
----------------
Seems there's a chicken and egg problem somewhere to me?
Thijs