From owner-freebsd-current@FreeBSD.ORG Thu Oct 28 22:09:05 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 7215216A4CE for ; Thu, 28 Oct 2004 22:09:05 +0000 (GMT) Received: from romeo.dnsaction.com (romeo.dnsaction.com [207.142.132.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E29C43D54 for ; Thu, 28 Oct 2004 22:09:05 +0000 (GMT) (envelope-from raheel@raheelkhan.com) Received: from raheel by romeo.dnsaction.com with local (Exim 4.43 (FreeBSD)) id 1CNIRz-0001pg-J2 for freebsd-current@freebsd.org; Thu, 28 Oct 2004 22:08:55 +0000 From: "Raheel" To: freebsd-current@freebsd.org X-Mailer: NeoMail 1.26 X-IPAddress: 208.187.28.34 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Thu, 28 Oct 2004 22:08:55 +0000 X-DNSACTION-MailScanner-Information: Please contact the ISP for more information X-DNSACTION-MailScanner: Found to be clean X-MailScanner-From: raheel@raheelkhan.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - romeo.dnsaction.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [1011 1012] / [26 6] X-AntiAbuse: Sender Address Domain - raheelkhan.com X-Source: X-Source-Args: X-Source-Dir: Subject: 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: Thu, 28 Oct 2004 22:09:05 -0000 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 It compiled subr_hints.c fine and it errors out here at this point. --raheel --