From owner-freebsd-questions Fri Jul 17 10:21:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16429 for freebsd-questions-outgoing; Fri, 17 Jul 1998 10:21:25 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from beast.criterion.canon.co.uk (beast.criterion.canon.co.uk [194.223.249.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16408 for ; Fri, 17 Jul 1998 10:21:20 -0700 (PDT) (envelope-from adamn@csl.com) Received: from csl.com (localhost.0.0.127.IN-ADDR.ARPA [127.0.0.1] (may be forged)) by beast.criterion.canon.co.uk (8.8.8/8.8.7) with ESMTP id SAA12322 for ; Fri, 17 Jul 1998 18:14:29 +0100 (BST) (envelope-from adamn@csl.com) Message-ID: <35AF8675.11DBE93C@csl.com> Date: Fri, 17 Jul 1998 17:14:29 +0000 From: Adam Shaun Nealis Organization: Criterion Software, Ltd. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: cd ../../GENERIC; make falls over Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could anyone kind enough to help please reply direct, and I'll summarise. I'm still on FreeBSD-2.2.5-STABLE I am trying to "improve" my custom kernel for this machine - namely add bpf so I can do Big Brother, and more importantly, CAP and/or netatalk. Because my hacking is obviously a suspect, I attempted to create a kernel based on GENERIC. This don't work neither 8( To be more exact: cd /sys/i386/conf /usr/sbin/config GENERIC cd ../../compile/GENERIC make echo "gcc2_compiled." >symbols.exclude echo "___gnu_compiled_c" >>symbols.exclude grep -v '^#' ../../i386/i386/symbols.raw | sed 's/^ //' | sort -u > symbols.sort cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c ../../i386/i386/genassym.c:40: stdio.h: No such file or directory In file included from ../../sys/proc.h:48, from ../../i386/i386/genassym.c:43: ../../sys/time.h:118: time.h: No such file or directory *** Error code 1 Stop. Hmm. OK, because I do cvsup every night, my /usr/src/sys/ tree goes overnight (don't have the permanent disk space at the mo') so I compensate by grabbing the sauce from the 2.2.5 dist CD-ROM: cd /cdrom/src ./install.sh base ./install.sh sys I'm confused 8( TIA, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message