Bug 120944
| Summary: | Module.symvers missing while building kernel module | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philip Balister <philip> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | aumueller, lordmorgul, notting |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-04-20 11:17:58 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
|
Description
Philip Balister
2004-04-15 15:33:48 UTC
Confirmed while building nVIDIA module. I cannot determine how this file gets created, but it is referenced by scripts/modpost and is removed from the source tree by 'make mrproper'. Rebuilding the entire kernel and modules from the kernel-source did create this file (I rebuilt a custom build of -1.326 so I cannot post it for you). I will rebuild the default config i686 kernel -1.322 later and attach the Module.symvers if it is created. Using the kernel-<vers>.src.rpm and rebuilding via rpmbuild -ba --target=i686 did NOT create the Modules.symvers file anywhere in the rpms (that I can find). I presume the kernel sources are being cleaned (mrproper) before being packaged. Modules.symvers needs to show up in the /lib/modules/<vers>/build directory before it is destroyed. Once this file was copied into the build directory my module compile works. bug is duplicate of #121132 *** This bug has been marked as a duplicate of 121132 *** Warren is incorrect in duping this bug *** Bug 121094 has been marked as a duplicate of this bug. *** fixed in rawhide |