From owner-freebsd-current@FreeBSD.ORG Wed Sep 15 19:14:40 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 8525B16A4CE for ; Wed, 15 Sep 2004 19:14:40 +0000 (GMT) Received: from thunderbird.etv.net (thunderbird.etv.net [208.14.190.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD8B43D1D for ; Wed, 15 Sep 2004 19:14:37 +0000 (GMT) (envelope-from lists@efinley.com) Received: from [205.161.203.50] (helo=science1) by thunderbird.etv.net with smtp (Exim 4.34 (FreeBSD)) id 1C7fEj-0007mG-35 for freebsd-current@freebsd.org; Wed, 15 Sep 2004 13:14:37 -0600 Message-ID: <0cf301c49b58$3dd28290$32cba1cd@science1> From: "Elliot Finley" To: Date: Wed, 15 Sep 2004 13:14:36 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: make buildkernel failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Elliot Finley List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 19:14:40 -0000 ASUS P4P800, building from 5.3 Beta3 building for RELENG_5 about an hour ago. After cvsup about an hour ago and after a 'make buildworld' (which was successful), I did a 'make buildkernel' (didn't make any changes to GENERIC) with the following results: cc -O -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -I@/../in clude -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/GENERIC -mno-a lign-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredund ant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoint er-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/idt/../../dev/idt/idt_harp.c /usr/src/sys/modules/idt/../../dev/idt/idt_harp.c: In function `idt_receive': /usr/src/sys/modules/idt/../../dev/idt/idt_harp.c:765: error: syntax error before ')' token *** Error code 1 Stop in /usr/src/sys/modules/idt. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Anyone else getting this? I've already re-cvsup-ed and didn't get any more changes. Thanks Elliot