Date: Fri, 22 Dec 2000 08:38:31 +0100 From: Andre Goeree <abgoeree@uwnet.nl> To: stable@freebsd.org Subject: Re: buildkernel GENERIC fails (4.2-S) solved Message-ID: <20001222083830.A335@mandark.attica.home> In-Reply-To: <20001221204407.A1175@mandark.attica.home>; from abgoeree@uwnet.nl on Thu, Dec 21, 2000 at 08:44:07PM %2B0100 References: <20001221204407.A1175@mandark.attica.home>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001222083830.A335>