[Bug 831716] Moving legacy code out of perl-JSON-RPC breaks Bugzilla

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 14 06:46:18 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=831716

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppisar at redhat.com

--- Comment #2 from Petr Pisar <ppisar at redhat.com> ---
> Bugzilla still uses legacy code from JSON::RPC and despite the perl-JSON-RPC
> package is installed, which makes checksetup.pl

This is wrong approach on Fedora. It should check for perl modules, not for RPM
packages.

> httpd[1938]: Can't locate JSON/RPC/Legacy/Server/CGI.pm in @INC

You can check for `perl(JSON::RPC::Legacy::Server::CGI)' RPM Provides or by
perl code `eval q{use JSON::RPC::Legacy::Server::CGI; 1} or die q{Missing};'

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the perl-devel mailing list