GENERIC kernel would not build

2000-11-02 Thread Sergei Vyshenski

Dear experts,

I have FreeBSD 4.1.1-STABLE #0: Sat Oct 28 06:19:42 MSD 2000.
After cvsup of today,

1.I run:

(cd /usr/src; make buildworld)

which ended ok.

2. Then I run

(cd /usr/src; make buildkernel KERNEL=GENERIC)

which failed as follows:

cc -O -pipe -DLINPROCFS  -D_KERNEL -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions
-ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include
-mpreferred-stack-boundary=2 -c setdef1.c
ld -Bshareable  -o linprocfs.ko setdef0.o linprocfs.kld setdef1.o
=== linux
make: don't know how to make
/usr/src/sys/modules/linux/../../i386/linux/linux_file.c. Stop
*** Error code 2

Later today I repeated cvsup and steps 1-2 above with the
same result.
Any advice would be gratefully acknowledged.

Sergei



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: GENERIC kernel would not build

2000-11-02 Thread Ilya

I got the same error while doing :config KERNEL;cd ../../compile/KERNEL;make
;make install
than i tried make buildkernel and it worked, however i expirience problems
with linux-jdk which now refuses to start after upgrade with too many files
open error.
i think the linux module is broken somehow.

- Original Message -
From: "Sergei Vyshenski" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 02, 2000 5:31 PM
Subject: GENERIC kernel would not build


 Dear experts,

 I have FreeBSD 4.1.1-STABLE #0: Sat Oct 28 06:19:42 MSD 2000.
 After cvsup of today,

 1.I run:

 (cd /usr/src; make buildworld)

 which ended ok.

 2. Then I run

 (cd /usr/src; make buildkernel KERNEL=GENERIC)

 which failed as follows:

 cc -O -pipe -DLINPROCFS  -D_KERNEL -Wall -Wredundant-decls
 -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
 -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions
 -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -I@/../include
 -mpreferred-stack-boundary=2 -c setdef1.c
 ld -Bshareable  -o linprocfs.ko setdef0.o linprocfs.kld setdef1.o
 === linux
 make: don't know how to make
 /usr/src/sys/modules/linux/../../i386/linux/linux_file.c. Stop
 *** Error code 2

 Later today I repeated cvsup and steps 1-2 above with the
 same result.
 Any advice would be gratefully acknowledged.

 Sergei



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message