Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi

From: Sam Ravnborg
Date: Sun Jan 15 2006 - 07:54:40 EST


On Fri, Jan 13, 2006 at 08:18:03PM +0100, Hemmann, Volker Armin wrote:
> I tried -git8 last night.
> make all modules_install install gave me again this error:
>
> if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
> 2.6.15-git8; fi
> WARNING: Couldn't open directory /lib/modules/2.6.15-git8: No such file or
> directory
> FATAL: Could not open /lib/modules/2.6.15-git8/modules.dep.temp for writing:
> No such file or directory
> make: *** [_modinst_post] Fehler 1

Do you have KBUILD_OUTPUT set in your environment?
That may explain it since things are running too much in parallel with
KBUILT_OUTPUT set - reported by Keith Owns a few days ago.

I have tried the above on my machine and was not able to reproduce it.

Can you please drop me the output with V=1 so I can see what is
happening. Maybe in private mail if it gets too big.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/