Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 1998 01:53:49 -0800
From:      Mark Smith <msmith@3-cities.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   2.2.5 Stable make kernel failure
Message-ID:  <34AF5C2C.5F7@3-cities.com>

next in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34AF5C2C.5F7>