Bug 540223
Summary: | xpaint's debuginfo is empty, pdfconcat not built with $RPM_OPT_FLAGS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
Component: | xpaint | Assignee: | Paulo Roma Cavalcanti <promac> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | promac |
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: | 2010-01-30 12:28:47 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: | |||
Bug Depends On: | |||
Bug Blocks: | 496968 |
Description
Ville Skyttä
2009-11-22 19:42:57 UTC
xpaint-2.8.13.1-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/xpaint-2.8.13.1-1.fc11 xpaint-2.8.13.1-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/xpaint-2.8.13.1-1.fc12 I will remove the debug package in the next release, if it is still empty. I also need to check why pdfconcat is not built with the appropriate flags. Do not remove it, fix it instead. See compiler flags and debuginfo packages in packaging guidelines and bug 496968: http://fedoraproject.org/wiki/Packaging/Guidelines#Compiler_flags There are several reasons for it being empty already evident from briefly looking at the build log, in no particular order: 1) pdfconcat not built with $RPM_OPT_FLAGS (as already discussed) 2) pdfconcat installed with "install -s", the -s needs to be dropped: install -c -s pdfconcat /builddir/build/BUILDROOT/xpaint-2.8.13.1-1.fc13.x86_64/usr/bin 3) /usr/bin/xpaint explicitly stripped during build, this needs to be removed: strip /builddir/build/BUILDROOT/xpaint-2.8.13.1-1.fc13.x86_64/usr/bin/xpaint xpaint-2.8.13.1-3.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/xpaint-2.8.13.1-3.fc11 xpaint-2.8.13.1-3.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/xpaint-2.8.13.1-3.fc12 I am closing this bug, because it has been fixed in xpaint-2.8.13.1-3.fc12 |