Bug 196966 - conman: useless debuginfo package
Summary: conman: useless debuginfo package
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: conman
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jarod Wilson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-06-27 20:54 UTC by Ville Skyttä
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.1.9.2-6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-20 18:06:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ville Skyttä 2006-06-27 20:54:32 UTC
conman produces a useless debuginfo package:

$ rpm -qlp
http://fedoraproject.org/extras/development/i386/debug/conman-debuginfo-0.1.9.1-3.fc6.i386.rpm
(contains no files)

0.1.9.2 seems to have the same issue, caused by "install -s" invoked by make
install.  More info: http://fedoraproject.org/wiki/Packaging/Debuginfo

Comment 1 Jarod Wilson 2006-06-27 21:10:44 UTC
Will be fixed in next build, thanks for catching it.

$ rpm -qplv /build/RPMS/x86_64/conman-debuginfo-0.1.9.2-2.x86_64.rpm
-rwxr-xr-x    1 root    root           104936 Jun 27 17:16
/usr/lib/debug/usr/bin/conman.debug
-rwxr-xr-x    1 root    root           192088 Jun 27 17:16
/usr/lib/debug/usr/sbin/conmand.debug

Comment 2 Ville Skyttä 2006-06-27 21:36:51 UTC
Hmm, curious, debuginfo packages used to contain the respective source files in
/usr/src/debug in addition to *.debug in /usr/lib/debug.  Any ideas why they're
not included here?

Comment 3 Jarod Wilson 2006-06-27 21:46:28 UTC
Hrm, the above was from an FC5 build, which I don't believe pulls in all the
sources. However, I just did a devel build, and I'm not seeing anything but the
.debug files. Ugh. I'll reopen and investigate some more...

Comment 4 Jarod Wilson 2006-06-27 21:48:18 UTC
I take it back, FC5 does pull in the sources. Not my day...

Comment 5 Jarod Wilson 2006-09-20 18:06:02 UTC
Okay, it looks like something on my system is interfering with find-debuginfo.sh
doing its thing, as packages built under my account wind up without source
files, but if built in mock, everything is fine, package contains all the
expected source files, etc. Closing bug, its only my system that's busted
somehow. :) (though I'm still going to try to root-cause that)


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