Bug 192435 - wmx: useless debuginfo package
Summary: wmx: useless debuginfo package
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wmx
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Gabriel Somlo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-19 18:34 UTC by Ville Skyttä
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-19 19:49:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2006-05-19 18:34:55 UTC
wmx is erratically stripped from debug symbols during %install, resulting in a
useless empty debuginfo package.

Fix: don't use "install -s":
-%{__install} -s -D -m 0755 wmx %{buildroot}%{_bindir}/wmx
+%{__install} -D -m 0755 wmx %{buildroot}%{_bindir}/wmx

Comment 1 Gabriel Somlo 2006-05-19 19:39:47 UTC
Should be fixed in wmx-6pl1-8; looked good when I did a local build, and
builds for FC-4, FC-5, and devel were successful.

Let me know if everything looks OK once the new version shows up on
download.fedora.redhat.com

Comment 2 Ville Skyttä 2006-05-19 19:49:49 UTC
I took a look at the packages in the needsign queue, and they look ok, thanks.


Note You need to log in before you can comment on or make changes to this bug.