From owner-freebsd-current@FreeBSD.ORG Tue Nov 9 00:28:32 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCED1065670; Tue, 9 Nov 2010 00:28:32 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id C19F38FC21; Tue, 9 Nov 2010 00:28:32 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rmac.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PFc4d-000KkP-73; Tue, 09 Nov 2010 00:28:32 +0000 Date: Tue, 09 Nov 2010 08:28:27 +0800 Message-ID: From: Randy Bush To: "David O'Brien" In-Reply-To: <20101108190041.GB82268@dragon.NUXI.org> References: <20101108190041.GB82268@dragon.NUXI.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD current mailing list Subject: Re: groff build failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 00:28:32 -0000 > 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