lkml.org 
[lkml]   [1999]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectupgrade error

Hi,
I am currently performing an upgrade for my linux server kernel
version 2.0.34 to 2.2.6.

I am performing the folowing commands: at /usr/src directory

gzip -cd linux_2_2_6.tat.gz | xvf -
cd /usr/src
rm -rf linux
rm -rf asm
ln -s /usr/src/linux/include/linux linux
ln -s /usr/src/linux/include/asm-386 asm
cd usr/src/linux
make mrproper
make config (everything goes right up to here) whe I do

make dep ( I've got the following error)


make: *** Warning: File `Rules.make' has modification time in the future
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/
mkdep.c
In file included from /usr/include/errno.h:27,
from /usr/include/stdlib.h:42,
from scripts/mkdep.c:15:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory
In file included from /usr/include/gnu/types.h:78,
from /usr/include/unistd.h:96,
from scripts/mkdep.c:17:
/usr/include/linux/posix_types.h:54: asm/posix_types.h: No such file or director
y
In file included from /usr/include/sys/types.h:4,
from /usr/include/unistd.h:630,
from scripts/mkdep.c:17:
/usr/include/linux/types.h:5: asm/types.h: No such file or directory
In file included from /usr/include/fcntl.h:29,
from /usr/include/sys/fcntl.h:1,
from scripts/mkdep.c:19:
/usr/include/linux/fcntl.h:4: asm/fcntl.h: No such file or directory
In file included from /usr/include/sys/mman.h:6,
from scripts/mkdep.c:20:
/usr/include/linux/mman.h:4: asm/mman.h: No such file or directory
make: *** [scripts/mkdep] Error 1


Can somebody help me please!



leo
\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.171 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site