On Thu, Dec 21, 2000 at 08:44:07PM +0100, Andre Goeree wrote: > Hello, > > I just tried to build a GENERIC kernel, it failed with the > following error(s): > > (cvsupped 12-20; make buildworld / installworld done) > mandark# cd /usr/src/ > mandark# make KERNEL=GENERIC buildkernel > > -------------------------------------------------------------- > >>> Rebuilding kernel(s) > -------------------------------------------------------------- > ===> GENERIC > mkdir -p /usr/obj/usr/src/sys > [.....] > In file included from /usr/src/sys/i386/isa/if_lnc.c:97: > /usr/src/sys/i386/isa/if_lnc.h:9: unterminated character constant > /usr/src/sys/i386/isa/if_lnc.h:10: unterminated character constant > mkdep: compile failed > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Any ideas? The file /usr/src/sys/i386/isa/if_lnc.h was screwed up (by cvsup?). Removing the file and a re-cvsup fixed the problem... Guess i should check files first when this kind of error occurs ;-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message