From owner-freebsd-questions Sun Jan 4 01:54:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA14680 for questions-outgoing; Sun, 4 Jan 1998 01:54:27 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from revolution.3-cities.com (root@revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA14662 for ; Sun, 4 Jan 1998 01:54:18 -0800 (PST) (envelope-from msmith@3-cities.com) Received: from mark (bigtca313.3-cities.com [204.203.228.110]) by revolution.3-cities.com (8.8.5/8.7.3) with SMTP id BAA13248 for ; Sun, 4 Jan 1998 01:49:59 -0800 (PST) Message-ID: <34AF5C2C.5F7@3-cities.com> Date: Sun, 04 Jan 1998 01:53:49 -0800 From: Mark Smith Reply-To: freebsd-questions@FreeBSD.ORG Organization: Organization? What's that?!? X-Mailer: Mozilla 3.03Gold (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 2.2.5 Stable make kernel failure Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings, I did a virgin install of 2.2.5 Release (off of the Walnut Creek CD) and then did a CVSup to 2.2.5 Stable (tag=RELENG_2_2). Then I went to the /sys/i386/conf and did a config GENERIC, cd /sys/compile/GENERIC, make depend and finally a make. This is the GENERIC config file as on the CD and stable distributions with NO mods by me and here's the make output 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 cc -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 genassym.o -o genassym ./genassym >assym.s cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/i386/locore.s cc -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 -c vnode_if.c In file included from ../../sys/types.h:95, from ../../sys/param.h:54, from vnode_if.c:8: machine/endian.h:63: syntax error before `unsigned' machine/endian.h:63: parse error before `__P' machine/endian.h:64: parse error before `__P' machine/endian.h:65: parse error before `__P' machine/endian.h:66: parse error before `__P' In file included from ../../sys/param.h:54, from vnode_if.c:8: ../../sys/types.h:98: syntax error before `typedef' *** Error code 1 Stop. Any ideas?