Bug 4414 - debug packages for build system
Summary: debug packages for build system
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: 3.4.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.5.0
Assignee: Peter Åstrand
URL:
Keywords: hean01_tester, prosaic
Depends on:
Blocks: 7179
  Show dependency treegraph
 
Reported: 2012-10-02 14:37 CEST by Pierre Ossman
Modified: 2018-05-17 11:09 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2012-10-02 14:37:29 CEST
(moved from bug 2989)

We link a lot of stuff from the build system statically into our shipped binaries. Therefore it could be useful to have debug packages for the build system as well. Currently we can see symbols from the linked libraries, but not the source code.
Comment 1 Pierre Ossman cendio 2015-02-05 17:31:10 CET
Bug 4929 makes sure that we at least build with the -g flag.
Comment 2 Pierre Ossman cendio 2015-06-22 14:24:18 CEST
We've started producing debuginfo packages in r30461. This is done because gcc has become huge and disk usage is becoming a real concern. No work has been done to check that we have proper debug symbols, or that this helps gdb when debugging binaries we ship.
Comment 3 Henrik Andersson cendio 2015-08-12 17:26:34 CEST
Picked two random build system components (pcre, gnutls) for test. Incremented revision in spec files for the components and started rebuild script.

Verified that staging/RPMS/debuginfo/ contined debuginfo packages for the two components.

Looks good.

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