Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Problem installing module Template

Reply
Thread Tools

Problem installing module Template

 
 
Divick
Guest
Posts: n/a
 
      03-03-2006
Hi ,
I am trying to install/configure bugzilla on Fedora core 4
installed on x86-64, which requires installation of Perl module
Template. When I install this module then I get the following error
when it runs the various tests

folowing are the libraries that it shows are installed while installing
Template.

Text::Autoformat [X] version 1.13 installed
GD [X] version 2.31 installed
GD::Text [X] version 0.86 installed
GD::Graph [X] version 1.4307 installed
GD::Graph3d [X] version 0.63 installed
Image::Info [X] version 1.16 installed
Image::Size [X] version 2.992 installed
Date::Calc [X] version 5.4 installed
Pod:OM [X] version 0.17 installed
Tie:BI [X] version 1.01 installed
XML:OM [X] version 1.27 installed
XML::RSS [X] version 1.05 installed
XML::XPath [X] version 1.13 installed
DBI [X] version 1.50 installed, configuring tests

t/gd.............ok 6/11FAILED 7: - template text 2 did not match
expected
t/gd.............FAILED test 7

And in the end it shows the following messages.
-------------------------------------------------------------------------------
t/gd.t 11 1 9.09% 7
2 tests skipped.
Failed 1/90 test scripts, 98.89% okay. 1/2616 subtests failed, 99.96%
okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

I even tried using force but seems like that also does not work. I
tried searching various places and newsgroup but of no avail.

Any help is appreciated,
Thanks,
Divick.

 
Reply With Quote
 
 
 
 
Sisyphus
Guest
Posts: n/a
 
      03-04-2006

"Divick" <> wrote in message
news: oups.com...
> Hi ,
> I am trying to install/configure bugzilla on Fedora core 4
> installed on x86-64, which requires installation of Perl module
> Template. When I install this module then I get the following error
> when it runs the various tests
>
> folowing are the libraries that it shows are installed while installing
> Template.
>
> Text::Autoformat [X] version 1.13 installed
> GD [X] version 2.31 installed
> GD::Text [X] version 0.86 installed
> GD::Graph [X] version 1.4307 installed
> GD::Graph3d [X] version 0.63 installed
> Image::Info [X] version 1.16 installed
> Image::Size [X] version 2.992 installed
> Date::Calc [X] version 5.4 installed
> Pod:OM [X] version 0.17 installed
> Tie:BI [X] version 1.01 installed
> XML:OM [X] version 1.27 installed
> XML::RSS [X] version 1.05 installed
> XML::XPath [X] version 1.13 installed
> DBI [X] version 1.50 installed, configuring tests
>
> t/gd.............ok 6/11FAILED 7: - template text 2 did not match
> expected
> t/gd.............FAILED test 7
>
> And in the end it shows the following messages.
> --------------------------------------------------------------------------

-----
> t/gd.t 11 1 9.09% 7
> 2 tests skipped.
> Failed 1/90 test scripts, 98.89% okay. 1/2616 subtests failed, 99.96%
> okay.
> make: *** [test_dynamic] Error 255
> /usr/bin/make test -- NOT OK
> Running make install
> make test had returned bad status, won't install without force
>
> I even tried using force but seems like that also does not work. I
> tried searching various places and newsgroup but of no avail.
>


I believe that using force should work. (Are you sure you ran the command
correctly ?)

In any case, you could install the module manually - download, extract, and
run 'perl Makefile.PL', then 'make test', then 'make install'. It's probably
worth investigating why the failure of the one test occurs - by first
comparing what you got for the 'template text 2' with what was 'expected'.
Just edit t/gd.t appropriately and run 'perl t/gd.t'. If you want to sort
out the problem *before* you run 'make install' you can run the test script
by simply running 'perl -Mblib t/gd.t'.

Cheers,
Rob


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use the template member function of a template in the memberfunction of another template class? Peng Yu C++ 3 10-26-2008 03:51 PM
template template arguments: expected a class template, got `Component<T1, T2, T3> gary.bernstein@gmail.com C++ 1 06-08-2007 07:10 AM
installing my own module: module not recognized Darren Dale Python 2 07-20-2004 01:51 PM
Re: A Newbie Question about template template template tom_usenet C++ 0 07-24-2003 12:06 PM
Re: A Newbie Question about template template template Chris Theis C++ 2 07-24-2003 09:42 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57