Bugzilla+MySQL+Perl(CPAN)?

Darren Grant darren.grant at discoverysoft.com
Wed Mar 24 19:17:40 UTC 2004


Has anyone successfully setup Bugzilla on a Fedora box... specifically the CPAN Bugzilla bundle?

I'm using:

MySQL-server-4.0.18-0.i386
MySQL-client-4.0.18-0.i386
MySQL-devel-4.0.18-0.i386
bugzilla-2.16.5
perl 5.8.3-10

I have SQL installed and a test database setup and running.

My installation fails when trying to install the Bugzilla Bundle from CPAN... 

# perl -MCPAN -e 'install "Bundle::Bugzilla"'

***/Errors: Bundle summary: The
following items in bundle Bundle::Bugzilla had installation problems:
Bundle::DBD::mysql Template and the following items had problems
during recursive bundle calls: DBD::mysql Mysql/***

So I tried to manually install the individual perl components... and was successful on all but a couple... but now I still having problems:

#perl -MCPAN -e 'install "Template"'

I'm getting errors throughout... like the following:

Use of uninitialized value in substitution (s///) at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/DBD/File.pm line 433.
t/dbi............ok 31/63FAILED 33:  - template text 15 did not match expected
t/dbi............NOK 33FAILED 35:  - template text 16 did not match expected
t/dbi............NOK 35Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/DBI/SQL/Nano.pm line 312.
t/dbi............ok 36/63FAILED 37:  - template text 17 did not match expected
t/dbi............NOK 37Template process failed: DBI error - DBI prepare failed: Couldn't parse WHERE clause!!

and finally the end result is this...

Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/dbi.t                   63    7  11.11%  28-29 33 35 37-39
13 tests skipped.
Failed 1/90 test scripts, 98.89% okay. 7/2553 subtests failed, 99.73% 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
#

Any ideas?





More information about the users mailing list