Did you install the version of DateTime expected by Bugzilla, as
reported by checksetup.pl?

On Sat, 2010-10-23 at 00:37 +0900, 쩐! wrote:
> But, I had already installed the DateTime perl module. -.-;
> 
>  
> 
>  
> 
> -----Original Message-----
> From: <[email protected]> 
> To: [email protected]
> Cc: [email protected]; [email protected]
> Sent: 10-10-22(금) 18:23:47
> Subject: Antwort: Re: [scmbug-users]Antwort: Re: Package 'Bugzilla'
> not found in ..
> 
> 
> The key message is
> 
> package_exists - Can't locate DateTime.pm
> 
> => seems you need to install (at least) the DateTime Perl module...
> 
> Don't know why Bugzilla does not complain about this when you run
> checksetup.pl - in the end it's Bugzilla's Util module that requires
> DateTime to be installed.
> 
> Mit freundlichen Grüßen/Kind regards
> 
> Markus Kling
> Software Architect
> 
> Daimler TSS GmbH
> Consulting
> Wilhelm-Runge-Strasse 11
> 89081 Ulm/Germany
> 
> Phone +49–(0)731 / 5 05-63 05
> Mobile +49-(0)160 / 86 77 433
> Fax +49–(0)711 / 30 52 18 01 79
> 
> mailto:[email protected]
> 
> http://www.daimler-tss.com
> 
> 
> 
> Daimler TSS GmbH
> Sitz und Registergericht/Domicile and Register Court: Ulm,
> HRB-Nr./Commercial Register No.: 3844
> Geschäftsführung/Management: Gerhard Streit
> (Vorsitzender/Chairperson), Dr. Stefan Eberhardt
> Beiratsvorsitzende/Chairperson of the Advisory Board: Dr. Helmut
> Mahler
> 
> 
> [email protected]
> Gesendet von:
> [email protected] 
> 
> 22.10.2010 10:58
> 
>         Bitte antworten an
>         [email protected]
> 
> 
>                An
> [email protected]
>             Kopie
> 
>             Thema
> Re:
> [scmbug-users]
>      Antwort: Re:
> Package
> 'Bugzilla' not
> found in ..
> 
> 
> 
> 
> 
> 
> 
> 
>  
> Dear Markus,
>  
> I did it on your advice.
>  
> I entered the following line into Common.pm, somewhere around line
> 334:
> require Bugzilla;
> So, this message appeared in activity.log
>  
>  
> 2010/10/22 17:27:52 Scmbug WARN>
> Daemon.pm:81:Scmbug::Daemon::Daemon::read_configuration - Read
> configuration file '/etc/scmbug/daemon.conf'
> 2010/10/22 17:27:52 Scmbug ERROR>
> Common.pm:334:Scmbug::Common::package_exists - Can't locate
> DateTime.pm in @INC (@INC
> contains: /usr/share/bugzilla/lib /usr/share/bugzilla /usr/share/scmbug/lib 
> /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 
> /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 
> /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 
> /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 
> /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi 
> /usr/lib/perl5/5.8.8 .) at /usr/share/bugzilla/Bugzilla/Util.pm line 53.
> BEGIN failed--compilation aborted
> at /usr/share/bugzilla/Bugzilla/Util.pm line 53.
> Compilation failed in require at /usr/share/bugzilla/Bugzilla/Error.pm
> line 33.
> BEGIN failed--compilation aborted
> at /usr/share/bugzilla/Bugzilla/Error.pm line 33.
> Compilation failed in require
> at /usr/share/bugzilla/Bugzilla/Install/Filesystem.pm line 31.
> BEGIN failed--compilation aborted
> at /usr/share/bugzilla/Bugzilla/Install/Filesystem.pm line 31.
> Compilation failed in require
> at /usr/share/bugzilla/Bugzilla/Config.pm line 38.
> BEGIN failed--compilation aborted
> at /usr/share/bugzilla/Bugzilla/Config.pm line 38.
> Compilation failed in require at /usr/share/bugzilla/Bugzilla.pm line
> 38.
> BEGIN failed--compilation aborted at /usr/share/bugzilla/Bugzilla.pm
> line 38.
> Compilation failed in require
> at /usr/share/scmbug/lib/Scmbug/Common.pm line 334.
>  
>  
> But, I don't know what to do next time.
>  
>  
>  
>  
> -----Original Message-----
> From: <[email protected]> 
> To: [email protected]
> Cc: [email protected]; [email protected]
> Sent: 10-10-22(금) 15:52:22
> Subject: Antwort: Re: [scmbug-users]Package 'Bugzilla' not found in ..
> 
> 
> Hi folks,
> 
> I had the same problem again recently, while installing version
> 0.26.21 on a Linux box with Bugzilla.
> 
> checksetup.pl reported nothing missing.
> 
> activity.log showed nothing but error 79
> 
> I tried the same fix as in version 0.26.18 and entered the following
> line into Common.pm, somewhere around line 334:
> 
> require Bugzilla;
> 
> This indeed fixes nothing, but it led to many enlightening error
> messages in activity.log
> 
> In my case, there were several Perl libraries missing - after
> installing them, everything worked fine.
> 
> Maybe, this works for you, too.
> 
> It seems to me (without having looked at it closer) that checking the
> prerequisites for scmbug could be refined a bit more....?
> 
> Mit freundlichen Grüßen/Kind regards
> 
> Markus Kling
> Software Architect
> 
> Daimler TSS GmbH
> Consulting
> Wilhelm-Runge-Strasse 11
> 89081 Ulm/Germany
> 
> Phone +49–(0)731 / 5 05-63 05
> Mobile +49-(0)160 / 86 77 433
> Fax +49–(0)711 / 30 52 18 01 79
> 
> mailto:[email protected]
> 
> http://www.daimler-tss.com
> 
> 
> 
> Daimler TSS GmbH
> Sitz und Registergericht/Domicile and Register Court: Ulm,
> HRB-Nr./Commercial Register No.: 3844
> Geschäftsführung/Management: Gerhard Streit
> (Vorsitzender/Chairperson), Dr. Stefan Eberhardt
> Beiratsvorsitzende/Chairperson of the Advisory Board: Dr. Helmut
> Mahler
> 
> 
> 
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
> 
> 
> 
> If you are not the intended addressee, please inform us immediately
> that you have received this e-mail in error, and delete it. We thank
> you for your cooperation.
> 
> 
> 
> 
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to