linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Test6: still an error in 'make install'
@ 2003-09-29  4:55 reg
  2003-09-29  8:04 ` Gawain Lynch
  0 siblings, 1 reply; 2+ messages in thread
From: reg @ 2003-09-29  4:55 UTC (permalink / raw)
  To: linux-kernel

Here is the log file for the end of my build and install of -test6

---

  ...
  BUILD   arch/i386/boot/bzImage
Root device is (3, 7)
Boot sector 512 bytes.
Setup is 2544 bytes.
System is 1845 kB
Kernel: arch/i386/boot/bzImage is ready

[root@orion linux-2.6.0-test6]# make modules
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  Building modules, stage 2.
  MODPOST

[root@orion linux-2.6.0-test6]# make modules_install
Warning: you may need to install module-init-tools
See http://www.codemonkey.org.uk/post-halloween-2.5.txt
  INSTALL fs/binfmt_aout.ko
  INSTALL drivers/net/dummy.ko
  INSTALL drivers/base/firmware_class.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test6; fi

[root@orion linux-2.6.0-test6]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CHK     include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.0-test6/arch/i386/boot/install.sh 2.6.0-test6 
arch/i386/boot/bzImage System.map ""
No module aic7xxx found for kernel 2.6.0-test6
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2
[root@orion linux-2.6.0-test6]# 

---

note that the compile and build of the kernel finish with NO errors.
note that there are NO modules in this build.

Then note that there is some some silly error about:

    No module aic7xxx found for kernel 2.6.0-test6

during the 'make install' that causes the install to fail.

I have been seeing this error ever since -test1.
Has anyone tracked this thing down???

    
-- 
                                        Reg.Clemens
                                        reg@dwf.com



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

* Re: Test6: still an error in 'make install'
  2003-09-29  4:55 Test6: still an error in 'make install' reg
@ 2003-09-29  8:04 ` Gawain Lynch
  0 siblings, 0 replies; 2+ messages in thread
From: Gawain Lynch @ 2003-09-29  8:04 UTC (permalink / raw)
  To: reg; +Cc: linux-kernel

On Mon, 2003-09-29 at 14:55, reg@dwf.com wrote:
[snip]
> sh /usr/src/linux-2.6.0-test6/arch/i386/boot/install.sh 2.6.0-test6 
> arch/i386/boot/bzImage System.map ""
> No module aic7xxx found for kernel 2.6.0-test6
> mkinitrd failed
[snip]

You most likely have a line like the following in you /etc/modules.conf
 
  alias scsi_hostadapter aic7xxx

and mkinitrd is being called without the --builtin= option by one of the
downstream scripts from install.sh (see above)

Gawain


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

end of thread, other threads:[~2003-09-29  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29  4:55 Test6: still an error in 'make install' reg
2003-09-29  8:04 ` Gawain Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).