Bug 926996
| Summary: | Can't locate Carp.pm in @INC | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Antonio T. (sagitter) <anto.trande> |
| Component: | help2man | Assignee: | Ralf Corsepius <rc040203> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | anto.trande, ovasik, rc040203 |
| 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-03-25 16:03:08 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: | |||
| Bug Depends On: | 924938 | ||
| Bug Blocks: | |||
|
Description
Antonio T. (sagitter)
2013-03-24 17:18:29 UTC
It seems me that is a missing BuildRequires package: perl-Carp (In reply to comment #1) > It seems me that is a missing BuildRequires package: perl-Carp No. /usr/bin/help2man does not require perl(Carp). /usr/bin/help2man requires perl(Tie::Hash), which then requires perl(Carp). Cf. your log above: .. Can't locate Carp.pm in @INC ... at /usr/share/perl5/Tie/Hash.pm line 188. .. Apparently, there currently is a bug somewhere in underneath of rpm which generates incorrect deps. A work-around has been introduced to the rawhide perl package, which should remedy this issue. Please verify if this issue persists. (In reply to comment #3) > Please verify if this issue persists. It's okay now. http://kojipkgs.fedoraproject.org//work/tasks/357/5170357/build.log |