All of lore.kernel.org
 help / color / mirror / Atom feed
* make install fails w/ aic79xx module not found
@ 2005-07-01 23:54 King, Steven R
  2005-07-03 21:01 ` Kip Macy
  0 siblings, 1 reply; 3+ messages in thread
From: King, Steven R @ 2005-07-01 23:54 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: make install fails w/ aic79xx module not found
  2005-07-01 23:54 make install fails w/ aic79xx module not found King, Steven R
@ 2005-07-03 21:01 ` Kip Macy
  2005-07-03 22:29   ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Kip Macy @ 2005-07-03 21:01 UTC (permalink / raw)
  To: King, Steven R; +Cc: xen-devel

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: make install fails w/ aic79xx module not found
  2005-07-03 21:01 ` Kip Macy
@ 2005-07-03 22:29   ` Keir Fraser
  0 siblings, 0 replies; 3+ messages in thread
From: Keir Fraser @ 2005-07-03 22:29 UTC (permalink / raw)
  To: Kip Macy; +Cc: xen-devel, King, Steven R

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-03 22:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-01 23:54 make install fails w/ aic79xx module not found King, Steven R
2005-07-03 21:01 ` Kip Macy
2005-07-03 22:29   ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.