Re: 2.6.20-rc6-mm2 - modules_install error

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Matthew Frost
Date: Monday, January 29, 2007 - 10:28 am

I have a consistent problem running 'make modules_install' after compiling.  The
directory structure forms in /lib/modules, but no modules install.  This problem
showed up under -rc6-mm1 and -rc6-mm2, but not -rc6.  I'm hoping somebody has
hit this before, otherwise it's git-bisect time.

Process is what I have been given to understand as proper: untar, patch,
configure and make as $USER, make modules_install as root.  I'm on a new
Slackware-11.0 install (glibc 2.3.6, gcc 3.4.6, module-init-tools 3.2.2),
running linux-2.6.20-rc6.  'make' runs fine, no errors that I can tell.

The output of 'make modules_install' goes something like this:
(... sequence of same for all modules ...)
  INSTALL sound/core/snd-page-alloc.ko
cp: cannot stat `sound/core/snd-page-alloc.ko': No such file or directory
  INSTALL sound/core/seq/snd-seq.ko
cp: cannot stat `sound/core/seq/snd-seq.ko': No such file or directory
  INSTALL sound/core/snd-rtctimer.ko
cp: cannot stat `sound/core/snd-rtctimer.ko': No such file or directory
  INSTALL sound/core/snd-timer.ko
cp: cannot stat `sound/core/snd-timer.ko': No such file or directory
  INSTALL sound/drivers/snd-virmidi.ko
cp: cannot stat `sound/drivers/snd-virmidi.ko': No such file or directory
  INSTALL sound/pci/ac97/snd-ac97-codec.ko
cp: cannot stat `sound/pci/ac97/snd-ac97-codec.ko': No such file or directory
  INSTALL sound/core/snd.ko
cp: cannot stat `sound/core/snd.ko': No such file or directory
  INSTALL sound/drivers/snd-dummy.ko
cp: cannot stat `sound/drivers/snd-dummy.ko': No such file or directory
  INSTALL sound/pci/hda/snd-hda-codec.ko
cp: cannot stat `sound/pci/hda/snd-hda-codec.ko': No such file or directory
  INSTALL sound/pci/hda/snd-hda-intel.ko
cp: cannot stat `sound/pci/hda/snd-hda-intel.ko': No such file or directory
  INSTALL sound/pci/snd-intel8x0.ko
cp: cannot stat `sound/pci/snd-intel8x0.ko': No such file or directory
  INSTALL sound/soundcore.ko
cp: cannot stat `sound/soundcore.ko': No such file or directory
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
2.6.20-rc6-mm2; fi

I have retrieved clean files to make clean trees, and that's not it.  I've tried
making everything as root, and that's not it.  I'm going to keep trying, but
hopefully someone already knows and can tell me what I'm doing wrong or why this
keeps failing.

Thanks!
Matt Frost
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.20-rc6-mm2, Andrew Morton, (Mon Jan 29, 1:12 am)
Re: 2.6.20-rc6-mm2, Jiri Kosina, (Mon Jan 29, 4:02 am)
[-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.20-rc ..., Frederik Deweerdt, (Mon Jan 29, 4:21 am)
Re: 2.6.20-rc6-mm2, Thomas Gleixner, (Mon Jan 29, 8:40 am)
Re: 2.6.20-rc6-mm2, Karsten Wiese, (Mon Jan 29, 9:22 am)
Re: 2.6.20-rc6-mm2, Jiri Kosina, (Mon Jan 29, 9:28 am)
Re: 2.6.20-rc6-mm2, Thomas Gleixner, (Mon Jan 29, 9:38 am)
Re: 2.6.20-rc6-mm2 - modules_install error, Matthew Frost, (Mon Jan 29, 10:28 am)
Re: [-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.2 ..., Christoph Lameter, (Mon Jan 29, 10:49 am)
Re: 2.6.20-rc6-mm2, Laurent Riffard, (Mon Jan 29, 2:37 pm)
[PATCH] compile and link utsname_sysctl.o, Laurent Riffard, (Mon Jan 29, 2:59 pm)
Re: 2.6.20-rc6-mm2, Maciej Rutecki, (Tue Jan 30, 3:27 am)
Re: [-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.2 ..., Frederik Deweerdt, (Tue Jan 30, 7:17 am)
Re: [PATCH] compile and link utsname_sysctl.o, Eric W. Biederman, (Tue Jan 30, 8:11 am)
Re: [PATCH] compile and link utsname_sysctl.o, Laurent Riffard, (Tue Jan 30, 9:26 am)