Bug 927010
| Summary: | autoconf-2.69-10.fc19 is missing a Requires: perl(Carp) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hans de Goede <hdegoede> |
| Component: | autoconf | Assignee: | Pavel Raiskup <praiskup> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | phracek, praiskup |
| 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: | 2013-04-02 09:05:02 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
Hans de Goede
2013-03-24 19:10:20 UTC
Also see bug 927014 which in the mean time has been dupped to bug 924938. (In reply to comment #1) > Also see bug 927014 which in the mean time has been dupped to bug 924938. Are you sure I should add the Requires in autoconf? It is the second time I must do similar change in last 14 days :) because of perl and I don't think that this is a bug in autoconf. This is probably the reason the bug 927014 was marked duplicate, or why it was marked duplicate? Are you sure that the dependency on perl(Carp) is not intended to be automatic? Thanks, Pavel (In reply to comment #2) > Are you sure that the dependency on perl(Carp) is not intended to be > automatic? It should be automatic, but for some reason atm it is not. Lets wait for bug 924938 to be resolved and once it is, see if a rebuild causes the automatic dependency to show up again. In rawhide mock: $ rpm -qR perl | grep Carp perl(Carp) $ rpm -qR autoconf | grep Carp perl(Carp) ~> closing |