From owner-svn-src-head@FreeBSD.ORG Thu May 23 02:08:15 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 552C47B7; Thu, 23 May 2013 02:08:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from onyx.glenbarber.us (onyx.glenbarber.us [IPv6:2607:fc50:1000:c200::face]) by mx1.freebsd.org (Postfix) with ESMTP id 2B16491E; Thu, 23 May 2013 02:08:15 +0000 (UTC) Received: from glenbarber.us (kaos.glenbarber.us [71.224.221.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by onyx.glenbarber.us (Postfix) with ESMTPSA id 65BD523F804; Wed, 22 May 2013 22:08:14 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.8.3 onyx.glenbarber.us 65BD523F804 Authentication-Results: onyx.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Wed, 22 May 2013 22:08:12 -0400 From: Glen Barber To: Jung-uk Kim Subject: Re: svn commit: r250881 - in head: . sys/sys usr.bin/lex usr.bin/lex/lib Message-ID: <20130523020812.GE1598@glenbarber.us> References: <201305211932.r4LJWahf026659@svn.freebsd.org> <20130522174557.GL77347@glenbarber.us> <519D0446.4050108@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <519D0446.4050108@FreeBSD.org> X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 02:08:15 -0000 On Wed, May 22, 2013 at 01:45:42PM -0400, Jung-uk Kim wrote: > > I think this commit breaks head/. > > > > http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-powerpc-powerpc.full > > It should be fixed with r250914. > > Sorry for the breakage. > There are more... ===> usr.bin/ar (all) cc -O -pipe -G0 -I. -I/src/usr.bin/ar -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 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/ar/ar.c cc -O -pipe -G0 -I. -I/src/usr.bin/ar -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 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c acplex.c cc1: warnings being treated as errors :752: warning: redundant redeclaration of 'yylex' /src/usr.bin/ar/acplex.l:41: warning: previous declaration of 'yylex' was here *** Error code 1 http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips64-mips.full Glen