Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- From: "Hemmann, Volker Armin" <volker.armin.hemmann@xxxxxxxxxxxxxxx>
- Date: Sun, 15 Jan 2006 21:48:02 +0100
On Sunday 15 January 2006 13:55, Sam Ravnborg wrote:
> 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?
no, at least I don't find it, when I type env.
> 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.
I tried make all modules_install install V=1 &>/tmp/kernel2.log and found
something interessting.
The kernel-sources directory has to be 'virgin'. As soon as I build a kernel
in it once, it worked without any problems - even after a make clean and make
mrproper.
So the steps to reproduce it are:
unpack 2.6.15, patch it, copy .config from other kernel (this time I took the
one from git8 I built earlier), make oldconfig, make all_modules_install
install:
f [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
2.
6.15-git7; fi
WARNING: Couldn't open directory /lib/modules/2.6.15-git7: No such file or
direc
tory
FATAL: Could not open /lib/modules/2.6.15-git7/modules.dep.temp for writing:
No
such file or directory
make: *** [_modinst_post] Fehler 1
because kernel2.log is 748kb big., I packed it.
Glück Auf
Volker
Attachment:kernel2.log.bz2
Description: BZip2 compressed data
Attachment:
config.bz2
Description: BZip2 compressed data
- Follow-Ups:
- Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- From: Sam Ravnborg
- Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- References:
- Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- From: Hemmann, Volker Armin
- Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- From: Sam Ravnborg
- Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- Prev by Date: [PATCH 8/11] UML - Eliminate some globals
- Next by Date: [PATCH 10/11] UML - Use setjmp/longjmp instead of sigsetjmp/siglongjmp
- Previous by thread: Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- Next by thread: Re: Fw: two (little) problems wit 2.6.15-git7 one with build, one with acpi
- Index(es):
Relevant Pages
|