From owner-freebsd-current@FreeBSD.ORG Fri Oct 29 02:01:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6371E16A4CF for ; Fri, 29 Oct 2004 02:01:39 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7C343D46 for ; Fri, 29 Oct 2004 02:01:37 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b215.otenet.gr [212.205.244.223]) i9T21Y0Z030042; Fri, 29 Oct 2004 05:01:35 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9T21XHZ038152; Fri, 29 Oct 2004 05:01:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9T21XI1038151; Fri, 29 Oct 2004 05:01:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 29 Oct 2004 05:01:33 +0300 From: Giorgos Keramidas To: Raheel Message-ID: <20041029020133.GB37714@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Mailman-Approved-At: Fri, 29 Oct 2004 12:10:17 +0000 cc: freebsd-current@freebsd.org Subject: Re: Make buildkernel error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 02:01:39 -0000 On 2004-10-28 22:08, Raheel wrote: > Hi, I decided to reformat my system and reinstall 5.3-RC1 and then > decided to recompile the kernel after doing a cvsup of RELENG_5_3 and > make buildworld which completes successfully, however, the error occurs > at "make -j4 buildkernel KERNCONF=PROTO", it doesn't come up with any > specific error (none that I can see at least): > > g -Werror /usr/src/sys/kern/subr_kdb.c > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error Try building without -j4 and see if that fixes the build for you.