Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 156 by
hen...@boegh.info: Error installing MediaWiki::Bot ()
through CPAN/CPANP on FreeBSD
http://code.google.com/p/perlwikipedia/issues/detail?id=156
What steps will reproduce the problem?
1. Start up `cpan´ or `cpanp´ on FreeBSD
2. Installing MediaWiki::Bot
What is the expected output? What do you see instead?
I got the same test-errors on both installations on FreeBSD. One
('NET4801') is an old Soekris with an old FreeBSD installation (out of
production) and one ('FREEBSD02') is running current stable FreeBSD version
(8.2). NET4801 is using old CPAN installation method, whereas FREEBSD02 is
running CPANPlus. Both fails the same tests and will only install using
force install.
What version of the product are you using? On what operating system?
MediaWiki::Bot v. 3.004000
FREEBSD02:
freebsd02# uname -a
FreeBSD freebsd02 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46
UTC 2011 ro...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
freebsd02# cpanp v
CPANPLUS::Shell::Default -- CPAN exploration and module installation (v0.88)
*** Please report bugs to <
bug-cp...@rt.cpan.org>.
*** Using CPANPLUS::Backend v0.88.
*** ReadLine support available (try 'i Term::ReadLine::Perl').
freebsd02# perl -v
This is perl, v5.10.1 (*) built for i386-freebsd-64int
NET4801:
NET4801# uname -a
FreeBSD NET4801 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC
2008 ro...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
NET4801# cpan
cpan shell -- CPAN exploration and modules installation (v1.9402)
NET4801# perl -v
This is perl, v5.8.8 built for i386-freebsd-64int
Please provide any additional information below.
Both fails the same tests:
NET4801:
Test Summary Report
-------------------
t/05-revert.t (Wstat: 0 Tests: 2 Failed: 0)
TODO passed: 1-2
t/19-get_pages.t (Wstat: 256 Tests: 9 Failed: 1)
Failed test: 6
Non-zero exit status: 1
t/21-get_allusers.t (Wstat: 0 Tests: 2 Failed: 0)
TODO passed: 1-2
Files=48, Tests=263, 570 wallclock secs ( 6.21 usr 2.41 sys + 374.57 cusr
45.83 csys = 429.02 CPU)
Result: FAIL
Failed 1/48 test programs. 1/263 subtests failed.
*** Error code 255
FREEBSD02:
Test Summary Report
-------------------
t/05-revert.t (Wstat: 0 Tests: 2 Failed: 0)
TODO passed: 1-2
t/19-get_pages.t (Wstat: 256 Tests: 9 Failed: 1)
Failed test: 6
Non-zero exit status: 1
t/21-get_allusers.t (Wstat: 0 Tests: 2 Failed: 0)
TODO passed: 1-2
Files=48, Tests=261, 128 wallclock secs ( 0.14 usr 0.76 sys + 9.27 cusr
14.50 csys = 24.66 CPU)
Result: FAIL
Failed 1/48 test programs. 1/261 subtests failed.
*** Error code 255
Attachments:
FREEBSD02 - install output.txt 7.7 KB
FREEBSD02 - errorlog.txt 10.7 KB
NET4801 - install output.txt 10.6 KB