Hide Forgot
Description of problem: The compilation of a third party kernel module fails even with the correct kernel-rt-devel package installed. Version-Release number of selected component (if applicable): kernel-rt-2.6.33.9-rt31.66.el6rt.x86_64 kernel-rt-devel-2.6.33.9-rt31.66.el6rt.x86_64 How reproducible: 100% Steps to Reproduce: 1. Compile any out of tree driver (simple example in bug 608784) Actual results: ============= include/linux/mmzone.h:18:30: error: generated/bounds.h: No such file or directory include/linux/mmzone.h:258:5: error: "MAX_NR_ZONES" is not defined ============= Expected results: Compile succeeds and module versioning in the generated .ko match the package kernel. Additional info: Related bug 608784 for MRG 1.2 Adding include/generated from a full kernel build tree allows the kernel module to compile and load. I will attach a tgz
Created attachment 511266 [details] include/generated from a full kernel build tree
*** This bug has been marked as a duplicate of bug 718940 ***