Bug 752140

Summary: kernel-debuginfo-common rpm has unsatifiable requirement
Product: [Fedora] Fedora Reporter: William Cohen <wcohen>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-08 21:29:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description William Cohen 2011-11-08 16:28:02 UTC
Description of problem:

Cannot install kernel-debuginfo for newer Fedora rawhide kernels because of unsatisfied requirement.

Version-Release number of selected component (if applicable):
kernels-3.2.0-0.rc0.git4.1.fc17 and newer

How reproducible:
Everytime


Steps to Reproduce:
1. debuginfo-install kernel

  
Actual results:

Loaded plugins: refresh-packagekit
Could not find debuginfo for main pkg: kernel-3.1.0-0.rc7.git0.2.fc17.x86_64
Could not find debuginfo for main pkg: kernel-3.1.0-0.rc9.git0.3.fc17.x86_64
--> Running transaction check
---> Package kernel-debuginfo.x86_64 0:3.2.0-0.rc0.git6.0.fc17 will be installed
--> Processing Dependency: kernel-debuginfo-common-x86_64 = 3.2.0-0.rc0.git6.0.fc17 for package: kernel-debuginfo-3.2.0-0.rc0.git6.0.fc17.x86_64
---> Package yum-plugin-auto-update-debug-info.noarch 0:1.1.31-2.fc17 will be installed
--> Running transaction check
---> Package kernel-debuginfo-common-x86_64.x86_64 0:3.2.0-0.rc0.git6.0.fc17 will be installed
--> Processing Dependency: 016a6ffdd888bbef97545fa5e024528258cd04.debug()(64bit) for package: kernel-debuginfo-common-x86_64-3.2.0-0.rc0.git6.0.fc17.x86_64
--> Finished Dependency Resolution
Error: Package: kernel-debuginfo-common-x86_64-3.2.0-0.rc0.git6.0.fc17.x86_64 (rawhide-debuginfo)
           Requires: 016a6ffdd888bbef97545fa5e024528258cd04.debug()(64bit)
 You could try using --skip-broken to work around the problem



Expected results:

kernel-debuginfo and kernel-debuginfo-common install successfully


Additional info:

Don't see this in kernel-debuginfo-common-3.2.0-0.rc0.git3.0.fc17

Comment 1 Josh Boyer 2011-11-08 18:01:24 UTC
This is because the python-perf subpackage's debuginfo winds up in kernel-debuginfo-common instead of a python-perf-debuginfo package (or in perf-debuginfo).

The two solutions are to either kill python-perf as a separate subpackage and roll it into perf while fixing the debuginfo regex, or to add a python-perf-debuginfo subpackage.  I prefer the former.

Comment 2 Josh Boyer 2011-11-08 19:46:21 UTC
I decided to just create the python-perf-debuginfo subpackage.  It was about the same amount of work either way.

Fixed in git.  Will be in the next build.

Comment 3 Josh Boyer 2011-11-08 21:29:52 UTC
OK. I think this is fixed.

http://koji.fedoraproject.org/koji/buildinfo?buildID=272980

Comment 4 William Cohen 2011-11-10 16:30:39 UTC
The new kernel debuginfo rpms installed fine.