Hide Forgot
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
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.
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.
OK. I think this is fixed. http://koji.fedoraproject.org/koji/buildinfo?buildID=272980
The new kernel debuginfo rpms installed fine.