upgrade error

Leo Fernandez (leo@usjr.fapenet.org)
Sat, 24 Apr 1999 09:45:38 +0800 (GMT+0800)


This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.

---2033548814-1585717681-924691636=:30809
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.LNX.3.91.990424093442.4949C@usjr.fapenet.org>

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

---2033548814-1585717681-924691636=:30809--

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