| Summary: | missing dependencies for rt3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | François Cami <fcami> |
| Component: | rt3 | Assignee: | Xavier Bachelot <xavier> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | fdc, mmahut, paul, perl-devel, tremble, xavier |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-02 19:30:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
You're probably missing the EL-6 Optional channel, which is required by EPEL-6. I haven't checked all of those dependencies but I'm sure at least some, if not all, of them are available there. Paul was faster than me :-) I was going to post this link : https://fedoraproject.org/wiki/EPEL6-FAQ#How_do_I_use_it.3F My bad. Indeed, this solves the problem. It seems that I'm too used to RHEL5 and didn't take time to see if the documentation changed :) Thanks to you both. Closing. |
Description of problem: `yum install rt3` doesn't work due to dependency problems Version-Release number of selected component (if applicable): 3.8.8-2.el6 How reproductible: always Steps to Reproduce: yum install rt3 Actual results: --> Finished Dependency Resolution Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(Term::ReadKey) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(XML::RSS) Error: Package: perl-File-ShareDir-1.00-4.el6.noarch (epel) Requires: perl(Params::Util) Error: Package: rt3-mailgate-3.8.8-2.el6.noarch (epel) Requires: perl(HTML::TreeBuilder) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(MIME::Entity) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(MIME::Words) Error: Package: perl-DBIx-SearchBuilder-1.56-1.el6.noarch (epel) Requires: perl(Clone) Error: Package: perl-Locale-Maketext-Lexicon-0.82-1.el6.noarch (epel) Requires: perl(YAML::Loader) Error: Package: perl-Log-Dispatch-2.27-1.el6.noarch (epel) Requires: perl(Params::Validate) Error: Package: perl-HTML-Format-2.04-11.1.el6.noarch (epel) Requires: perl(HTML::Element) >= 3.15 Error: Package: perl-HTTP-Server-Simple-Mason-0.13-1.el6.noarch (epel) Requires: perl(Hook::LexWrap) Error: Package: 1:perl-HTML-Mason-1.42-2.el6.noarch (epel) Requires: perl(Params::Validate) Error: Package: perl-File-ShareDir-1.00-4.el6.noarch (epel) Requires: perl(Class::Inspector) >= 1.12 Error: Package: perl-Locale-Maketext-Lexicon-0.82-1.el6.noarch (epel) Requires: perl(PPI) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(MIME::Parser) Error: Package: perl-File-ShareDir-1.00-4.el6.noarch (epel) Requires: perl(Params::Util) >= 0.07 Error: Package: perl-Class-ReturnValue-0.55-4.el6.noarch (epel) Requires: perl(Devel::StackTrace) Error: Package: perl-File-ShareDir-1.00-4.el6.noarch (epel) Requires: perl(Class::Inspector) Error: Package: perl-Text-Quoted-2.05-4.el6.noarch (epel) Requires: perl(Text::Autoformat) Error: Package: perl-Locale-Maketext-Lexicon-0.82-1.el6.noarch (epel) Requires: perl(Template::Parser) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(GD::Graph::bars) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(HTML::TreeBuilder) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(GD::Graph::pie) Error: Package: perl-Locale-Maketext-Lexicon-0.82-1.el6.noarch (epel) Requires: perl(Template::Constants) Error: Package: perl-Exception-Class-1.29-1.1.el6.noarch (epel) Requires: perl(Devel::StackTrace) >= 1.20 Error: Package: 1:perl-HTML-Mason-1.42-2.el6.noarch (epel) Requires: perl(Params::Validate) >= 0.7 Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(Time::ParseDate) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(MIME::Body) Error: Package: perl-Class-Container-0.12-9.el6.noarch (epel) Requires: perl(Params::Validate) >= 0.23 Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(XML::Simple) Error: Package: perl-Class-Container-0.12-9.el6.noarch (epel) Requires: perl(Params::Validate) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(GD::Text) Error: Package: rt3-3.8.8-2.el6.noarch (epel) Requires: perl(MIME::Head) You could try using --skip-broken to work around the problem Expected results: rt3 installed successfully Additional info: This is a RHEL6 system, registered to RHN, with the EPEL repository installed, nothing more. Am I missing anything?