From owner-freebsd-stable@FreeBSD.ORG Tue Jun 26 16:46:37 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BF7E16A469; Tue, 26 Jun 2007 16:46:37 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 7D40C13C455; Tue, 26 Jun 2007 16:46:34 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from [192.168.1.211] ([192.168.1.211]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l5QGRDK2028565; Tue, 26 Jun 2007 11:27:18 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Tue, 26 Jun 2007 11:26:03 -0500 (CDT) From: "Sean C. Farley" To: Jeremy Chadwick In-Reply-To: <20070626161303.GA18743@eos.sc1.parodius.com> Message-ID: <20070626112004.K1052@baba.farley.org> References: <468130A2.2050006@dobrohot.org> <20070626161303.GA18743@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on mail.farley.org Cc: Andrew Muhametshin , freebsd-stable@FreeBSD.org Subject: Re: buildworld RELENG_6 - Stop in /usr/src/usr.bin/kdump X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 16:46:37 -0000 On Tue, 26 Jun 2007, Jeremy Chadwick wrote: > On Tue, Jun 26, 2007 at 07:28:34PM +0400, Andrew Muhametshin wrote: >> What reason of a mistake? >> >> ===> usr.bin/kdump (all) >> cc -O2 -fno-strict-aliasing -pipe -march=athlon-tbird >> -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -c >> /usr/src/usr.bin/kdump/kdump.c >> cc -O2 -fno-strict-aliasing -pipe -march=athlon-tbird >> -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -c >> ioctl.c >> ioctl.c: In function `ioctlname': >> ioctl.c:973: error: syntax error before ';' token >> ioctl.c:1191: error: syntax error before ';' token >> ioctl.c:1517: error: syntax error before ';' token >> ioctl.c:1653: error: syntax error before ';' token >> ioctl.c:2193: error: syntax error before ';' token >> ioctl.c:2869: error: syntax error before ';' token >> *** Error code 1 >> >> Stop in /usr/src/usr.bin/kdump. > > No changes to this src section for over 2 months: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/kdump/ > > I also don't see an ioctl.c there. Maybe you did a make -j2 or > something in parallel and the output order isn't correct? > > $ find /usr/src -name "ioctl.c" > /usr/src/lib/libstand/ioctl.c > /usr/src/sys/dev/hptmv/ioctl.c > > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libstand/ioctl.c > shows no changes for 5 months, to any branch. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/hptmv/ioctl.c > shows no changes for 20 months to RELENG_6. Actually, ioctl.c is generated by mkioctls. Andrew, what do the lines in the generated ioctl.c that generated the warnings look like? Did you clean out /usr/obj before starting the build? Sean -- scf@FreeBSD.org