Date: Tue, 09 Nov 2010 08:28:27 +0800 From: Randy Bush <randy@psg.com> To: "David O'Brien" <obrien@freebsd.org> Cc: FreeBSD current mailing list <current@freebsd.org> Subject: Re: groff build failure Message-ID: <m2aaljwdas.wl%randy@psg.com> In-Reply-To: <20101108190041.GB82268@dragon.NUXI.org> References: <m2bp60xp6t.wl%randy@psg.com> <20101108190041.GB82268@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Mon, Nov 08, 2010 at 03:14:02PM +0800, Randy Bush wrote: >> ===> gnu/usr.bin/groff/src/preproc/eqn (all) >> c++ -O2 -pipe -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn -I. -DHAVE_CONFIG_H -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include -fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp >> y.tab.c: In function 'int yygrowstack()': >> y.tab.c:703: error: invalid conversion from 'void*' to 'short int*' >> y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*' >> *** Error code 1 > Can you update to r214990 and confirm things are OK for you? cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-f ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpo inter-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 /usr/src/usr.bin/yacc/reader.c cc1: warnings being treated as errors /usr/src/usr.bin/yacc/reader.c: In function 'get_literal': /usr/src/usr.bin/yacc/reader.c:722: warning: comparison between signed and unsigned /usr/src/usr.bin/yacc/reader.c:738: warning: comparison between signed and unsigned *** Error code 1 Stop in /usr/src/usr.bin/yacc. *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2aaljwdas.wl%randy>