svn commit: r213765 - head/sys/dev/aic7xxx/aicasm

Jung-uk Kim jkim at FreeBSD.org
Thu Oct 14 19:23:38 UTC 2010


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 at 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 at 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


More information about the svn-src-head mailing list