From owner-svn-src-all@FreeBSD.ORG Thu Oct 14 19:23:38 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 8F2E41065679; Thu, 14 Oct 2010 19:23:38 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Dmitry Morozovsky Date: Thu, 14 Oct 2010 15:23:17 -0400 User-Agent: KMail/1.6.2 References: <201010131033.o9DAX1EE080534@svn.freebsd.org> <201010141505.14869.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010141523.29842.jkim@FreeBSD.org> Cc: src-committers@freebsd.org, Rui Paulo , John Baldwin , svn-src-all@freebsd.org, svn-src-head@freebsd.org, John Nielsen Subject: Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 19:23:38 -0000 On Thursday 14 October 2010 03:11 pm, Dmitry Morozovsky wrote: > On Thu, 14 Oct 2010, Jung-uk Kim wrote: > > JK> > > JN> >> I'm migrating a box from 8-STABLE to -CURRENT this > morning JK> > > and this JN> >> commit seems to break buildkernel: > > [snip] > > JK> > > I can confirm this: my build machine, which is > JK> > > > JK> > > FreeBSD beaver.rinet.ru 8.1-STABLE FreeBSD 8.1-STABLE #1 > JK> > > r213380M: Sun Oct 3 13:25:15 MSD 2010 > JK> > > > JK> > > is now failing 'buildworld buildkernel > __MAKE_CONF=/dev/null' for JK> > > HEAD sources both for > TARGET=amd64 and i386 > JK> > > JK> > The tinderboxes are also failing (at least sun4v). > JK> > JK> No, it's fixed already: > JK> > JK> > http://svn.freebsd.org/viewvc/base?view=revision&revision=213764 > > It does not seem so, at least in my case: > > marck@beaver:/FreeBSD> svn info src.current.svn/ > Path: src.current.svn > URL: file:///FreeBSD/svnmirror/base/head > Repository Root: file:///FreeBSD/svnmirror/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 213844 > Node Kind: directory > Schedule: normal > Last Changed Author: yongari > Last Changed Rev: 213844 > Last Changed Date: 2010-10-14 22:31:40 +0400 (Thu, 14 Oct 2010) > > marck@beaver:/FreeBSD> tail /var/tmp/buildlog.svn.i386 > cc -O2 -pipe -nostdinc -I/usr/include -I. > -I/FreeBSD/src.current.svn/sys/dev/aic7xxx/aicasm -std=gnu99 > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c > aicasm_macro_gram.c > cc -O2 -pipe -nostdinc -I/usr/include -I. > -I/FreeBSD/src.current.svn/sys/dev/aic7xxx/aicasm -std=gnu99 > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -c > aicasm_scan.c > cc1: warnings being treated as errors > /FreeBSD/src.current.svn/sys/dev/aic7xxx/aicasm/aicasm_scan.l:840: > warning: function declaration isn't a prototype > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error Hmm... That means "make buildkernel" did not pick up newly built lex. That's bad. :-( Jung-uk Kim