svn commit: r250881 - in head: . sys/sys usr.bin/lex usr.bin/lex/lib

Glen Barber gjb at FreeBSD.org
Thu May 23 02:08:15 UTC 2013


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
<stdout>: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



More information about the svn-src-head mailing list