From owner-freebsd-questions Tue Aug 1 7:32: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phear.darq.net (phear.darq.net [213.253.1.14]) by hub.freebsd.org (Postfix) with SMTP id 5863337BA81 for ; Tue, 1 Aug 2000 07:32:00 -0700 (PDT) (envelope-from reflex@phear.darq.net) Received: (qmail 4448 invoked by uid 1000); 1 Aug 2000 15:25:19 -0000 Date: Tue, 1 Aug 2000 08:25:19 -0700 From: Ian Morrison To: freebsd-questions@FreeBSD.org Subject: Cannot build generic Message-ID: <20000801082519.A18230@darq.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Url: http://www.darq.net/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm building a firewall at the moment, but am failing at the kernel recompilation stage. Here's the details: # uname -a FreeBSD locke.blah.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 The machine is newly installed via ftp. config GENERIC works fine, as does make depend. When I run make, the last few lines say this: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../nfs/nfs_subs.c cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../nfs/nfs_syscalls.c cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../nfs/nfs_vfsops.c make: don't know how to make .n/../vm/vm.h. Stop I'm using the stock GENERIC config, with no modifications. Any ideas where the problem is? Thanks, ian -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message