Bug 1406785
| Summary: | Dependency issues with Rancid on RHEL/CentOS 7.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Jon Archer <jonathan.archer> |
| Component: | rancid | Assignee: | David Brown <david.brown> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | cra, david.brown, jens+rhbug, pioto, redhat, sebastian.ahndorf, sven, vijsingh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rancid-3.9-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-12 17:55:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
rancid-3.2-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-c4362e074a rancid-3.2-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-c4362e074a Seems the dependency is still a problem here:
rror: Package: rancid-3.2-3.el7.x86_64 (epel-testing)
Requires: perl(newgetopt.pl)
afaik perl(newgetopt.pl) should be offered by perl-Perl4-CoreLibs. Manualy installing that dep before didn't resolve the issue. Ignoring that one missing dep when installing rancid worked however and rancid seems to work. Is it just a naming-issue maybe? How could the package have been built when the dep does not exist/validate? newgetopt.pl is provides bei perl-Getopt-Long, but unfortunately the rpm does not include a related "Provides:" statement in the spec File. See https://bugzilla.redhat.com/show_bug.cgi?id=1481811#c9 Or if easier: Can we maybe have the rancid-package simply depend on perl-Getopt-Long? I don't think this will fix the issue, because the dependency to perl(newgetopt.pl) comes from some perl file shipped with rancid and not from the rancid RPM .spec file. I have filed https://bugzilla.redhat.com/show_bug.cgi?id=1492742 to fix this in perl-Getopt-Long RPM. *** This bug has been marked as a duplicate of bug 1481811 *** rancid-3.9-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-6bcc0011aa rancid-3.9-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-6bcc0011aa rancid-3.9-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Looks like a dependency issue with rancid/perl (perl version included RHEL/CentOS 7.3) Version-Release number of selected component (if applicable): rancid 3.2-2 perl 5.16.3-291 How reproducible: Everytime Steps to Reproduce: 1. yum install rancid on fresh 7.3 install 2. --> Processing Dependency: perl(newgetopt.pl) for package: rancid-3.2-2.el7.x86_64 --> Finished Dependency Resolution Error: Package: rancid-3.2-2.el7.x86_64 (EPEL) Requires: perl(newgetopt.pl) Actual results: Dependency failure Expected results: Package installation successful Additional info: