Bug 657496
Summary: | perl-Makefile-Parser source rpm rebuild failing | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Sergio Rubio <rubiojr> | ||||||
Component: | perl-Makefile-Parser | Assignee: | Petr Pisar <ppisar> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Adam Kolář <akolar> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 6.0 | CC: | akolar, dgregor, lfarkas, ovasik, ppisar, psplicha | ||||||
Target Milestone: | rc | Keywords: | EasyFix | ||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | perl-Makefile-Parser-0.211-2.el6 | Doc Type: | Bug Fix | ||||||
Doc Text: |
Cause:
Building perl-Makefile-Parser source RPM package without
installed perl-Time-HiRes package.
Consequence:
Build process fails on executing Makefile.PL.
Fix:
Build-time dependencies on MDOM::Document::Gmake,
MDOM::Util, and Time::HiRes Perl modules have been
declared in the RPM package.
Result:
It's possible to rebuild perl-Makefile-Parser source
package in minimal environment.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-06-04 12:40:10 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Sergio Rubio
2010-11-26 09:35:39 UTC
Created attachment 463035 [details]
mock build.log
There is missing BuildRequires: perl(Time::HiRes). CPAN only tries to download Time::HiRes during the build time, which is not good. *** Bug 661798 has been marked as a duplicate of this bug. *** This issue was proposed for RHEL 6.1 FasTrack but did not get resolved in time. It has been moved to RHEL 6.2 FasTrack. Created attachment 502756 [details]
Add missing BuildRequires
Here is a patch to fix the issue that applies on the latest RHEL6 SRPM, hoping that can help spee things up so it can be fixed for 6.2 :)
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0899.html |