Bug 1047084
Summary: | Missing Requires for findutils | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kristian Høgsberg <krh> |
Component: | libtool | Assignee: | Pavel Raiskup <praiskup> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | krh, ovasik, phracek, praiskup, rhbugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libtool-2.4.2-23.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-10 07:57:19 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: |
Description
Kristian Høgsberg
2013-12-28 22:55:42 UTC
Kristian, I can not imagine Linux box unable to run 'find' command; you have one? I don't see big need to add findutils (or coreutils, or grep) to Requires. Do we have some general packaging advice how to deal with that issue? Actually, you may use alternatively busybox to run find (or other basic commands). So hard-wiring libtool with findutils can be bad from principal POV. Fedora packaging guidelines talk about "automated" build requires, but runtime Requires should be defined in the package. Usually, if there is no circle dependency, it should not cause any issue, as you said, findutils or busybox are available on vast majority of linux installations. Other possibility would be to adjust the script to fail and inform user about missing find - if the find is required. This is imho acceptable way to deal with "optional" dependency, which just reduces the functionality, but is not a must. I'm using yum to create a minimal install root for build testing wayland and weston: yum -y --releasever=20 --nogpg --installroot=$path \ --disablerepo='*' --enablerepo=fedora install $rpms where $rpms includes a few basic rpms (systemd, fedora-release) and all the build requirements for wayland and weston. The list includes libtool but not findutils, and as a result the builds fail spuriously. libtool-2.4.2-22.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/libtool-2.4.2-22.fc20 Package libtool-2.4.2-22.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libtool-2.4.2-22.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0381/libtool-2.4.2-22.fc20 then log in and leave karma (feedback). libtool-2.4.2-22.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. libtool-2.4.2-23.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libtool-2.4.2-23.fc19 libtool-2.4.2-23.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |