Bug 1412449
| Summary: | Missing perl deps | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Athos Ribeiro <athoscribeiro> |
| Component: | whohas | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | whohas-0.29.1-5.fc24 whohas-0.29.1-5.fc25 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-03 21:48:31 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: | |||
whohas-0.29.1-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-afc9de2c17 whohas-0.29.1-5.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-20f1ed2ae6 whohas-0.29.1-5.fc24 has been pushed to the Fedora 24 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-2017-20f1ed2ae6 whohas-0.29.1-5.fc25 has been pushed to the Fedora 25 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-2017-afc9de2c17 Thanks, the package is usable now. I noticed that upstream points to EOL fedora repositories to look for packages though (these repositories were archived, so whohas cannot find any packages there). As I see it, we'd need to either request them to update fedora repositories every 6 moths or implement some logic to automatically find which are the 2 fedora releases being maintained. From a packager POV, I also see some value in having the tool also querying rawhide :) whohas-0.29.1-5.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. whohas-0.29.1-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
The binary does not run here: [athos@zephyr ~]$ whohas bitcoin Can't locate forks.pm in @INC... Investigating it further, we have /usr/bin/whohas:41: use if $^O ne 'MSWin32', 'forks'; use if $Config{usethreads}, "threads"; and [athos@zephyr ~]$ rpm -q whohas --requires /usr/bin/perl perl(Config) perl(Env) perl(Getopt::Long) perl(LWP::UserAgent) perl(Sys::CPU) perl(Thread::Queue) perl(if) perl(sigtrap) perl(strict) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 So I believe we need to require both perl(forks) and perl(threads) there. https://fedoraproject.org/wiki/Packaging:Perl#Manual_Requires_and_Provides Once these are fixed, I believe backports for all versions containing this package will be needed as well