* [BUG 2.6.29] make install failed
@ 2009-04-04 15:28 Ming Lei
2009-04-04 16:36 ` Américo Wang
0 siblings, 1 reply; 3+ messages in thread
From: Ming Lei @ 2009-04-04 15:28 UTC (permalink / raw)
To: Linux Kernel List
commit 6bb597507f9839b1349878
[lm@linux-lm linux-2.6]$ sudo make install
CHK include/linux/version.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
SKIPPED include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC kernel/trace/trace.o
LD kernel/trace/built-in.o
CC kernel/module.o
LD kernel/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 2 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/linux/compile.h
SKIPPED include/linux/compile.h
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
sh /home/lm/git/linux-2.6/linux-2.6/arch/x86/boot/install.sh 2.6.29
arch/x86/boot/bzImage \
System.map "/boot"
WARNING: Couldn't open directory /lib/modules/2.6.29: No such file or directory
FATAL: Could not open /lib/modules/2.6.29/modules.dep.temp for
writing: No such file or directory
No modules available for kernel "2.6.29".
mkinitrd failed
--
Lei Ming
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG 2.6.29] make install failed
2009-04-04 15:28 [BUG 2.6.29] make install failed Ming Lei
@ 2009-04-04 16:36 ` Américo Wang
2009-04-05 2:32 ` Ming Lei
0 siblings, 1 reply; 3+ messages in thread
From: Américo Wang @ 2009-04-04 16:36 UTC (permalink / raw)
To: Ming Lei; +Cc: Linux Kernel List
On Sat, Apr 04, 2009 at 11:28:05PM +0800, Ming Lei wrote:
>commit 6bb597507f9839b1349878
>
>[lm@linux-lm linux-2.6]$ sudo make install
> CHK include/linux/version.h
> CHK include/linux/utsrelease.h
> UPD include/linux/utsrelease.h
> SYMLINK include/asm -> include/asm-x86
> CALL scripts/checksyscalls.sh
> CHK include/linux/compile.h
> SKIPPED include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> CC kernel/trace/trace.o
> LD kernel/trace/built-in.o
> CC kernel/module.o
> LD kernel/built-in.o
>
> LD vmlinux.o
> MODPOST vmlinux.o
>WARNING: modpost: Found 2 section mismatch(es).
>To see full details build your kernel with:
>'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> GEN .version
> CHK include/linux/compile.h
> SKIPPED include/linux/compile.h
> LD .tmp_vmlinux1
> KSYM .tmp_kallsyms1.S
> AS .tmp_kallsyms1.o
> LD .tmp_vmlinux2
> KSYM .tmp_kallsyms2.S
> AS .tmp_kallsyms2.o
> LD vmlinux
> SYSMAP System.map
> SYSMAP .tmp_System.map
>sh /home/lm/git/linux-2.6/linux-2.6/arch/x86/boot/install.sh 2.6.29
>arch/x86/boot/bzImage \
> System.map "/boot"
>WARNING: Couldn't open directory /lib/modules/2.6.29: No such file or directory
>FATAL: Could not open /lib/modules/2.6.29/modules.dep.temp for
>writing: No such file or directory
>No modules available for kernel "2.6.29".
>mkinitrd failed
Probably you forgot to do 'make modules_install'?
--
Do what you love, f**k the rest! F**k the regulations!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG 2.6.29] make install failed
2009-04-04 16:36 ` Américo Wang
@ 2009-04-05 2:32 ` Ming Lei
0 siblings, 0 replies; 3+ messages in thread
From: Ming Lei @ 2009-04-05 2:32 UTC (permalink / raw)
To: Américo Wang; +Cc: Linux Kernel List
2009/4/5 Américo Wang <xiyou.wangcong@gmail.com>:
> On Sat, Apr 04, 2009 at 11:28:05PM +0800, Ming Lei wrote:
>>commit 6bb597507f9839b1349878
>>
>>[lm@linux-lm linux-2.6]$ sudo make install
>> CHK include/linux/version.h
>> CHK include/linux/utsrelease.h
>> UPD include/linux/utsrelease.h
>> SYMLINK include/asm -> include/asm-x86
>> CALL scripts/checksyscalls.sh
>> CHK include/linux/compile.h
>> SKIPPED include/linux/compile.h
>> CC init/version.o
>> LD init/built-in.o
>> CC kernel/trace/trace.o
>> LD kernel/trace/built-in.o
>> CC kernel/module.o
>> LD kernel/built-in.o
>>
>> LD vmlinux.o
>> MODPOST vmlinux.o
>>WARNING: modpost: Found 2 section mismatch(es).
>>To see full details build your kernel with:
>>'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>> GEN .version
>> CHK include/linux/compile.h
>> SKIPPED include/linux/compile.h
>> LD .tmp_vmlinux1
>> KSYM .tmp_kallsyms1.S
>> AS .tmp_kallsyms1.o
>> LD .tmp_vmlinux2
>> KSYM .tmp_kallsyms2.S
>> AS .tmp_kallsyms2.o
>> LD vmlinux
>> SYSMAP System.map
>> SYSMAP .tmp_System.map
>>sh /home/lm/git/linux-2.6/linux-2.6/arch/x86/boot/install.sh 2.6.29
>>arch/x86/boot/bzImage \
>> System.map "/boot"
>>WARNING: Couldn't open directory /lib/modules/2.6.29: No such file or directory
>>FATAL: Could not open /lib/modules/2.6.29/modules.dep.temp for
>>writing: No such file or directory
>>No modules available for kernel "2.6.29".
>>mkinitrd failed
>
> Probably you forgot to do 'make modules_install'?
No, I really does make modules_install before make install.
I'll try it again.
Thanks!
>
>
> --
> Do what you love, f**k the rest! F**k the regulations!
>
>
--
Lei Ming
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-04-05 2:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 15:28 [BUG 2.6.29] make install failed Ming Lei
2009-04-04 16:36 ` Américo Wang
2009-04-05 2:32 ` Ming Lei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox