Date: Thu, 14 Oct 2010 15:23:17 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: Dmitry Morozovsky <marck@rinet.ru> Cc: src-committers@freebsd.org, Rui Paulo <rpaulo@freebsd.org>, John Baldwin <jhb@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org, John Nielsen <john@jnielsen.net> Subject: Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm Message-ID: <201010141523.29842.jkim@FreeBSD.org> In-Reply-To: <alpine.BSF.2.00.1010142308070.86954@woozle.rinet.ru> References: <201010131033.o9DAX1EE080534@svn.freebsd.org> <201010141505.14869.jkim@FreeBSD.org> <alpine.BSF.2.00.1010142308070.86954@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010141523.29842.jkim>