From owner-freebsd-stable@FreeBSD.ORG Fri Sep 13 05:43:15 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 779DEFEB for ; Fri, 13 Sep 2013 05:43:15 +0000 (UTC) (envelope-from frank_s@bellsouth.net) Received: from fmailhost05.isp.att.net (fmailhost05.isp.att.net [207.115.11.55]) by mx1.freebsd.org (Postfix) with ESMTP id 649632801 for ; Fri, 13 Sep 2013 05:43:14 +0000 (UTC) Received: from ace.nina.org (adsl-74-178-52-115.gnv.bellsouth.net[74.178.52.115]) by isp.att.net (frfwmhc05) with SMTP id <20130913053306H05008q5a8e>; Fri, 13 Sep 2013 05:33:06 +0000 X-Originating-IP: [74.178.52.115] Date: Fri, 13 Sep 2013 01:33:05 -0400 (EDT) From: Frank Seltzer X-X-Sender: frank_s@Ace.nina.org To: freebsd-stable@freebsd.org Subject: expr error in 9-STABLE Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 05:43:15 -0000 Posting because I haven't seen this yet. I have been getting this error on 2 boxes for the last 2 days. Both boxes: root@Shop:/usr/src # svn info /usr/src/ Path: . Working Copy Root Path: /usr/src URL: svn://kryten.nina.org/src/stable/9 Relative URL: ^/stable/9 Repository Root: svn://kryten.nina.org/src Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 255501 Node Kind: directory Schedule: normal Last Changed Author: mckusick Last Changed Rev: 255494 Last Changed Date: 2013-09-12 15:36:04 -0400 (Thu, 12 Sep 2013) ===> bin/expr (all) cc -O2 -pipe -std=gnu99 -fstack-protector -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 expr.c cc1: warnings being treated as errors expr.c:812: warning: redundant redeclaration of 'yyparse' /usr/src/bin/expr/expr.y:77: warning: previous declaration of 'yyparse' was here *** [expr.o] Error code 1 Stop in /usr/src/bin/expr. *** [all] Error code 1 Stop in /usr/src/bin. *** [bin.all__D] Error code 1 Stop in /usr/src. *** [everything] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. Thanks, Frank