Bug 88620
Summary: | rpmbuild --rebuild xxx.src.rpm sometimes does not build anything | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <ted> |
Component: | rpm | Assignee: | Paul Nasrat <nobody+pnasrat> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-04-19 18:44:53 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: |
Description
Need Real Name
2003-04-11 14:46:20 UTC
Yes, -debuginfo packages are produced during build if redhat-rpm-config is installed. Does you specfile have %package debuginfo If so, the name needs to change to something else. Otherwise, the manner in which redhat-rpm-config is overloading existing spec file tokens is interfering with that specific spec file. Try doing rpm -e redhat-rpm-config and rebuilding. If that "works", then you will need to adjust the spec file to follow redhat-rpm-config conventions. I checked the presence of %package debuginfo in my .src.rpm. There is nothing like this. The package built fine on RH8.0 and RH7.3. 8.0 at least has redhat-rpm-config (I think 7.3 has it too) and everything went fine then. So now comes the question: What has changed in the redhat-rpm-config between RH8.0 and RH9? What has been added? What could be at the origin of my problem? Is it documented somewhere? Daniel Does package rebuild if you do rpm -e redhat-rpm-config The -debuginfo is fragile, involves overloading existing spec file markers like %install and %prep to augment an existing spec file without any editing. Documented? Surely you jest ... Closing due to inactivity. If this issue still occurs with current releases, please reopen and set the release in which you've encountered the problem. |