Bug 675962 - bugzilla installation fails on EL6 due to missing deps
Summary: bugzilla installation fails on EL6 due to missing deps
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: bugzilla
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Itamar Reis Peixoto
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-08 12:52 UTC by Jiri Skala
Modified: 2014-11-09 22:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-22 09:15:19 UTC
Type: ---


Attachments (Terms of Use)

Description Jiri Skala 2011-02-08 12:52:12 UTC
Description of problem:
'yum install bugzilla' fails on EPEL 6 box because of missing dependencies.


Version-Release number of selected component (if applicable):
bugzilla-3.4.5-1.el6.noarch

How reproducible:
always

Steps to Reproduce:
1. 'yum install bugzilla' on an EPEL enabled EL6 system
2. see errors
3.
  
Actual results:
--> Finished Dependency Resolution
Error: Package: 1:perl-DateTime-0.5300-4.el6.x86_64 (epel)
           Requires: perl(List::MoreUtils)
Error: Package: 1:perl-DateTime-0.5300-4.el6.x86_64 (epel)
           Requires: perl(Class::Singleton) >= 1.03
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(XMLRPC::Lite)
Error: Package: 1:perl-DateTime-0.5300-4.el6.x86_64 (epel)
           Requires: perl(Params::Validate) >= 0.91
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(Template) >= 2.22
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(XMLRPC::Transport::HTTP)
Error: Package: 1:perl-DateTime-0.5300-4.el6.x86_64 (epel)
           Requires: perl(Params::Validate)
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(Template::Stash)
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(SOAP::Lite)
Error: Package: bugzilla-3.4.5-1.el6.noarch (epel)
           Requires: perl(MIME::Parser)
Error: Package: 1:perl-DateTime-0.5300-4.el6.x86_64 (epel)
           Requires: perl(Class::Singleton)


Expected results:
bugzilla installed

Additional info:
following grouped dependencies are missing 

bugzilla-3.4.5-1.el6.noarch
    perl(XMLRPC::Lite)
    perl(Template) >= 2.22
    perl(Template::Stash)
    perl(XMLRPC::Transport::HTTP)
    perl(SOAP::Lite)
    perl(MIME::Parser)

perl-DateTime-0.5300-4.el6.x86_64
    perl(List::MoreUtils)
    perl(Class::Singleton) >= 1.03
    perl(Params::Validate) >= 0.91

Comment 1 Marcela Mašláňová 2011-02-22 09:15:19 UTC
(In reply to comment #0)
> Additional info:
> following grouped dependencies are missing 
> 
> bugzilla-3.4.5-1.el6.noarch
>     perl(XMLRPC::Lite)
part of perl(SOAP::Lite)
>     perl(Template) >= 2.22
>     perl(Template::Stash)
both in Template::Toolkit
>     perl(XMLRPC::Transport::HTTP)
in perl(SOAP::Lite)
>     perl(SOAP::Lite)
optional
>     perl(MIME::Parser)
in perl-MIME-tools


> perl-DateTime-0.5300-4.el6.x86_64
>     perl(List::MoreUtils)
>     perl(Class::Singleton) >= 1.03
>     perl(Params::Validate) >= 0.91

You have to enable optional repo. Not sure about 6.0, but 6.1 should have all of these.


Note You need to log in before you can comment on or make changes to this bug.