Bug 196966

Summary: conman: useless debuginfo package
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: conmanAssignee: Jarod Wilson <jarod>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.1.9.2-6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-20 18:06:02 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:

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)