| Summary: | No modules.dep file after upgrading to kernel-3.0-0.rc1.git0.2.fc16.x86_64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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-06-06 17:37:00 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
Richard W.M. Jones
2011-06-06 16:27:18 UTC
This is the %posttrans script: /sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update 3.0-0.rc1.git0.2.fc16.x86_64 || exit $? /sbin/new-kernel-pkg --package kernel --rpmposttrans 3.0-0.rc1.git0.2.fc16.x86_64 || exit $? Running this by hand produces hundreds of warnings like this: WARNING: /lib/modules/2.6.38.6-27.fc15.x86_64/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol cpufreq_debug_printk WARNING: /lib/modules/2.6.38.6-27.fc15.x86_64/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko needs unknown symbol mutex_lock WARNING: /lib/modules/2.6.38.6-27.fc15.x86_64/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko needs unknown symbol cpufreq_debug_printk [...] Notice that the warning is about the previously installed kernel. Not sure if that's a problem or not. Sorry for the noise. This is a bug in depmod in module-init-tools which has already been fixed. I fixed this by updating module-init-tools. |