| Summary: | bugzilla installation fails on EL6 due to missing deps | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Jiri Skala <jskala> |
| Component: | bugzilla | Assignee: | Itamar Reis Peixoto <itamar> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | aglotov, itamar, mmaslano |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-02-22 09:15:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
(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. |
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