Description of problem: I am trying to build the zaptel drivers under the kernel-xen-hypervisor, so I have the kernel-xen-hypervisor-devel installed. When building the zaptel kernel module, I get lots of missing xen/* errors (interface/xen.h, features.h, etc) An example is: include/asm-i386/mach-xen/mach_page.h:10:31: error: xen/interface/xen.h: No such file or direcotry I cant see in all the RPMs the RPM I can install that has xen/features.h, xen/interface/xen.h, etc... Version-Release number of selected component (if applicable): FC5Test3 How reproducible: Download the zaptel driver from digium and run make.
BTW, I took the kernel-*-src.rpm, did a rpmbuild -bp kernel.spec, then copied the resulting include/xen/* path to /usr/src/kernel/2.6.15.../include/xen and compiled the modules without a problem. So it seems that have include/xen added to the kernel-xen-hypervisor-devel rpm should solve this...
We added include/xen to the latest kernel-xen0-devel (note the package name change!) packages in rawhide. Please reopen if the problem persists.