Bug 133738 - firefox debuginfo is empty
Summary: firefox debuginfo is empty
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-09-27 01:59 UTC by Warren Togami
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-09-29 02:52:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Warren Togami 2004-09-27 01:59:56 UTC
Description of problem:
firefox debuginfo is empty/broken.

Comment 1 Christopher Aillon 2004-09-27 18:59:59 UTC
That's because we aren't disabling stripping of the libs.  So they get
stripped before we get to turn them into debuginfo rpms.

Comment 2 Nicholas Miell 2004-09-28 02:19:24 UTC
Stripping is disabled by default, however the
xpinstall/packager/Makefile strips everything when it builds the
package, regardless of how you configure it.

Change the following line in the RPM spec:
%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin"
to:
%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin" STRIP="/bin/true"
and the problem goes away.

Comment 3 Christopher Aillon 2004-09-29 02:52:16 UTC
This got fixed yesterday in rawhide.


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