King, Steven R
2005-Jul-01 23:54 UTC
[Xen-devel] make install fails w/ aic79xx module not found
Hi Folks, I''m trying to build and install the up-to-the-minute xen-unstable on a 32-bit Xeon running Fedora Core 2. I can ''make world'' fine, but ''make install'' is failing in the install-kernels piece with: CHK usr/initramfs_list sh /usr/src/xen-unstable.hg/linux-2.6.11-xen0/arch/i386/boot/install.sh 2.6.11.12-xen0 vmlinuz System.map "" No module aic79xx found for kernel 2.6.11.12-xen0, aborting. mkinitrd failed make[3]: *** [install] Error 1 make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.11-xen0'' make[2]: *** [build] Error 2 make[2]: Leaving directory `/usr/src/xen-unstable.hg'' make[1]: *** [linux-2.6-xen0-build] Error 2 make[1]: Leaving directory `/usr/src/xen-unstable.hg'' make: *** [kernels] Error 1 I''ve experimented all day trying to get this work. The aic79xx driver is set in the configuration to ''included'' and is building correctly. If I force the aic79xx driver to build as a module, I then get the same error in the xenU install. The build and install process using xen 2.06 stable source works fine on this machine. This is hopefully just a newbie mistake. Any guidance would be greatly appreciated. Thanks, -steve _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Kip Macy
2005-Jul-03 21:01 UTC
Re: [Xen-devel] make install fails w/ aic79xx module not found
It is failing in mkinitrd. It sounds like the install portion needs to be cleaned up. There is no reason to do a mkinitrd for domU. -Kip On 7/1/05, King, Steven R <steven.r.king@intel.com> wrote:> Hi Folks, > > I''m trying to build and install the up-to-the-minute xen-unstable on a > 32-bit Xeon running Fedora Core 2. > > I can ''make world'' fine, but ''make install'' is failing in the > install-kernels piece with: > > CHK usr/initramfs_list > sh /usr/src/xen-unstable.hg/linux-2.6.11-xen0/arch/i386/boot/install.sh > 2.6.11.12-xen0 vmlinuz System.map "" > No module aic79xx found for kernel 2.6.11.12-xen0, aborting. > mkinitrd failed > make[3]: *** [install] Error 1 > make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.11-xen0'' > make[2]: *** [build] Error 2 > make[2]: Leaving directory `/usr/src/xen-unstable.hg'' > make[1]: *** [linux-2.6-xen0-build] Error 2 > make[1]: Leaving directory `/usr/src/xen-unstable.hg'' > make: *** [kernels] Error 1 > > > I''ve experimented all day trying to get this work. The aic79xx driver > is set in the configuration to ''included'' and is building correctly. If > I force the aic79xx driver to build as a module, I then get the same > error in the xenU install. > > The build and install process using xen 2.06 stable source works fine on > this machine. > > This is hopefully just a newbie mistake. Any guidance would be greatly > appreciated. > > Thanks, > -steve > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Jul-03 22:29 UTC
Re: [Xen-devel] make install fails w/ aic79xx module not found
Ah, it was a patch I took from Jan Beulich a couple of days ago. I think maybe the way we use ''make install'' during Xen builds is perhaps incompatible with using the install.sh script. I''ll just back out the patch.. it''s not much hardship to run the script manually if you really want it. -- Keir On 3 Jul 2005, at 22:01, Kip Macy wrote:> It is failing in mkinitrd. It sounds like the install portion needs to > be cleaned up. There is no reason to do a mkinitrd for domU. > > -Kip > > On 7/1/05, King, Steven R <steven.r.king@intel.com> wrote: >> Hi Folks, >> >> I''m trying to build and install the up-to-the-minute xen-unstable on a >> 32-bit Xeon running Fedora Core 2._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel