From owner-freebsd-stable Sat Mar 18 10:39:15 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ns2.equilibrate.net (ns2.equilibrate.net [193.173.72.3]) by hub.freebsd.org (Postfix) with ESMTP id E330937BDB3 for ; Sat, 18 Mar 2000 10:39:03 -0800 (PST) (envelope-from jascha@equilibrate.net) Received: from linux (linux.equilibrate.net [193.173.72.25]) by ns2.equilibrate.net (8.9.3/8.9.3/EQ_1.2_MD) with SMTP id TAA02887 for ; Sat, 18 Mar 2000 19:39:02 +0100 (CET) Message-ID: <004b01bf9109$0bba5fc0$1948adc1@linux> From: "Jascha Hoogenraad" To: Subject: Compiling kernel on 4.0-release and 4.0-stable (Will stable ever be stable again??) Date: Sat, 18 Mar 2000 19:37:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I just installed 4.0-Release from ftp.nl.freebsd.org, but it seems to fail to compile my custom kernel, so i decided to try to build a GENERIC kernel which fails as well... so i cvsup'ed the newest 4.0-stable, but nope still fails... this is the error it ends in: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis sing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a nsi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../nfs/nfs_vfsops.c In file included from ../../nfs/nfs_vfsops.c:70: ../../nfs/nfsdiskless.h:79: syntax error before `chir' ../../nfs/nfs_vfsops.c:146: structure has no member named `root_hostnam' ../../nfs/nfs_vfsops.c:146: initializer element is not constant ../../nfs/nfs_vfsops.c:146: (near initialization for `sysctl___vfs_nfs_diskless_rootpath.oid_arg1') ../../nfs/nfs_vfsops.c: In function `nfs_convert_diskless': ../../nfs/nfs_vfsops.c:232: structure has no member named `root_hostnam' ../../nfs/nfs_vfsops.c: In function `nfs_mountroot': ../../nfs/nfs_vfsops.c:488: structure has no member named `root_hostnam' *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. ipv6# uname -a FreeBSD ipv6.equilibrate.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Mar 15 02:16:55 GMT 2000 jkh@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message