Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem installing Bugzilla
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
sysklogd
n00b
n00b


Joined: 17 Jan 2007
Posts: 22

PostPosted: Wed May 06, 2009 10:33 pm    Post subject: Problem installing Bugzilla Reply with quote

Hi folks, i tried installing bugzilla but when i execute checksetup.pl i get the following errors:

Code:
***********************************************************************
* REQUIRED MODULES                                                    *
***********************************************************************
* Bugzilla requires you to install some Perl modules which are either *
* missing from your system, or the version on your system is too old. *
*                                                                     *
* The latest versions of each module can be installed by running the  *
* commands below.                                                     *
***********************************************************************
COMMANDS:

    /usr/bin/perl5.8.8 -MCPAN -e 'install "Email::MIME"'


But when i execute this code i get:

Code:
  CPAN.pm: Going to build R/RJ/RJBS/Email-MIME-1.863.tar.gz

Warning: Prerequisite 'Email::Simple => 2.004' for 'RJBS/Email-MIME-1.863.tar.gz' already built but the result looks suspicious. Skipping another build attempt, to prevent looping endlessly.
cp lib/Email/MIME.pm blib/lib/Email/MIME.pm
cp lib/Email/MIME/Header.pm blib/lib/Email/MIME/Header.pm
Manifying blib/man3/Email::MIME.3pm
Manifying blib/man3/Email::MIME::Header.3pm
  RJBS/Email-MIME-1.863.tar.gz
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1...............
#   Failed test 'use Email::MIME;'
#   at t/1.t line 9.
#     Tried to use 'Email::MIME'.
#     Error:  Email::Simple version 2.004 required--this is only version 2.003 at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
# BEGIN failed--compilation aborted at t/1.t line 9.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "Email::MIME" at t/1.t line 15, <IN> line 1.
# Looks like you failed 1 test of 1.
# Looks like your test died just after 1.
t/1...............dubious                                                   
   Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/2...............
t/2...............NOK 1/0#   Failed test 'use Email::MIME;'                 
#   at t/2.t line 10.
#     Tried to use 'Email::MIME'.
#     Error:  Email::Simple version 2.004 required--this is only version 2.003 at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
# BEGIN failed--compilation aborted at t/2.t line 10.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "Email::MIME" at t/2.t line 17, <IN> chunk 1.
# Looks like you failed 1 test of 1.
# Looks like your test died just after 1.
t/2...............dubious                                                   
   Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
   Failed 1/1 tests, 0.00% okay
t/3...............Email::Simple version 2.004 required--this is only version 2.003 at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
BEGIN failed--compilation aborted at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
Compilation failed in require at t/3.t line 4.
BEGIN failed--compilation aborted at t/3.t line 4.
# Looks like your test died before it could output anything.
t/3...............dubious                                                   
   Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
   Failed 3/3 tests, 0.00% okay
t/nested-parts....NOK 1/5                                                   
#   Failed test 'use Email::MIME;'
#   at t/nested-parts.t line 7.
#     Tried to use 'Email::MIME'.
#     Error:  Email::Simple version 2.004 required--this is only version 2.003 at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
# BEGIN failed--compilation aborted at t/nested-parts.t line 7.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Can't locate object method "new" via package "Email::MIME" at t/nested-parts.t line 13, <IN> line 1.
# Looks like you planned 5 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
t/nested-parts....dubious                                                   
   Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
   Failed 5/5 tests, 0.00% okay
t/pod-coverage....NOK 1/2                                                   
#   Failed test 'Pod coverage on Email::MIME'
#   at /usr/lib64/perl5/site_perl/5.8.8/Test/Pod/Coverage.pm line 126.
# Email::MIME: Couldn't compile 'Email::MIME' to inspect: Email::Simple version 2.004 required--this is only version 2.003 at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
# BEGIN failed--compilation aborted at /root/.cpan/build/Email-MIME-1.863-iWRWmF/blib/lib/Email/MIME.pm line 6.
# Compilation failed in require at (eval 10) line 3.
t/pod-coverage....ok 2/2# Looks like you failed 1 test of 2.                 
t/pod-coverage....dubious                                                   
   Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
   Failed 1/2 tests, 50.00% okay
t/pod.............ok                                                         
Failed Test      Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/1.t             255 65280     1    1  1
t/2.t             255 65280     1    1  1
t/3.t             255 65280     3    6  1-3
t/nested-parts.t  255 65280     5    9  1-5
t/pod-coverage.t    1   256     2    1  1
Failed 5/6 test scripts. 11/14 subtests failed.
Files=6, Tests=14,  0 wallclock secs ( 0.16 cusr +  0.03 csys =  0.19 CPU)
Failed 5/6 test programs. 11/14 subtests failed.
make: ** [test_dynamic] Erro 255
  RJBS/Email-MIME-1.863.tar.gz
  /usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports RJBS/Email-MIME-1.863.tar.gz
Running make install
  make test had returned bad status, won't install without force


If i try to install Email::Simple i already have a recent version (2.0005) but it doesnt work with MIME.

Code:
Files=21, Tests=132,  1 wallclock secs ( 0.38 cusr +  0.08 csys =  0.46 CPU)
  RJBS/Email-Simple-2.005.tar.gz
  /usr/bin/make test -- OK
Running make install
Prepending /root/.cpan/build/Email-Simple-2.005-5YjTmd/blib/arch /root/.cpan/build/Email-Simple-2.005-5YjTmd/blib/lib to PERL5LIB for 'install'
Manifying blib/man3/Email::Simple::Header.3pm
Manifying blib/man3/Email::Simple.3pm
Appending installation info to /usr/lib64/perl5/5.8.8/x86_64-linux/perllocal.pod
  RJBS/Email-Simple-2.005.tar.gz
  /usr/bin/make install  -- OK


I thought of creating a bug in bugzilla but first i would like to know your opinion! Thanks in advance.
Back to top
View user's profile Send private message
sysklogd
n00b
n00b


Joined: 17 Jan 2007
Posts: 22

PostPosted: Thu May 07, 2009 5:14 pm    Post subject: Reply with quote

Is there a way to downgrade Email::Simple to version 2.004
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum