From owner-freebsd-stable Fri Dec 22 0: 3:33 2000 From owner-freebsd-stable@FreeBSD.ORG Fri Dec 22 00:03:31 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 5066837B402 for ; Fri, 22 Dec 2000 00:03:30 -0800 (PST) Received: from 10.128.227.213.IN-ADDR.ARPA (dyn.dailup.c227128010.isd.to [213.227.128.10]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id eBM82PE28353 for ; Fri, 22 Dec 2000 09:02:25 +0100 Received: (qmail 343 invoked by uid 1000); 22 Dec 2000 07:38:31 -0000 Date: Fri, 22 Dec 2000 08:38:31 +0100 From: Andre Goeree To: stable@freebsd.org Subject: Re: buildkernel GENERIC fails (4.2-S) solved Message-ID: <20001222083830.A335@mandark.attica.home> Reply-To: abgoeree@uwnet.nl References: <20001221204407.A1175@mandark.attica.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001221204407.A1175@mandark.attica.home>; from abgoeree@uwnet.nl on Thu, Dec 21, 2000 at 08:44:07PM +0100 X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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