Hide Forgot
Description of problem: The /usr/src/kernels/2.6.35.12-88.fc14.i686.PAE directory is missing in debuginfo package for kernel.2.6.35.12-88.f14.i686.PAE. Scomes and probably some other software is not working without it. It's ok in "nonPAE" version. Version-Release number of selected component (if applicable): 2.6.35.12-88.f14.i686.PAE How reproducible: 100% Steps to Reproduce: 1. debuginfo-install kernel.PAE 2. ll /usr/src/kernels Actual results: directory /usr/src/kernels/2.6.35.12-88.fc14.i686.PAE is missing after installation of debuginfo packages for kernel.PAE Expected results: the directory is here
I can reproduce this on F13 as well. Yum finds the dependency on kernel-debuginfo-common-i686, searches for the package, finds it, and then proceeds to not install it: --> Running transaction check ---> Package kernel-PAE-debuginfo.i686 0:2.6.34.8-68.fc13 set to be installed Checking deps for kernel-PAE-debuginfo.i686 0:2.6.34.8-68.fc13 - u looking for ('kernel-debuginfo-common-i686', 'EQ', ('0', '2.6.34.8', '68.fc13')) as a requirement of kernel-PAE-debuginfo.i686 0:2.6.34.8-68.fc13 - u --> Finished Dependency Resolution Dependency Process ending Depsolve time: 0.389 Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-PAE-debuginfo i686 2.6.34.8-68.fc13 13-updates-debuginfo 221 M
The text from yum implies that it's already installed. What does: yum provides kernel-debuginfo-common-i686 ...say?
(In reply to comment #2) > The text from yum implies that it's already installed. What does: Sigh, and so it is... I have the kernel-debuginfo package installed.
(In reply to comment #4) > > Steps to Reproduce: > 1. debuginfo-install kernel.PAE That's: debuginfo-install kernel-PAE > Actual results: > directory /usr/src/kernels/2.6.35.12-88.fc14.i686.PAE is missing after > installation of debuginfo packages for kernel.PAE > The source goes in /usr/src/kernels/2.6.35.12-88.fc14.i686 (the PAE and non-PAE kernels share the source code)
I figured out that package kernel-PAE-devel was not installed with 'debuginfo-install kernel-PAE'. Since 'nonPAE' version *was* installed with debuginfos for 'nonPAE' kernel I expect it to be the same for both. After installation of kernel-PAE-devel everything works just fine (including scomes).