From owner-freebsd-stable@FreeBSD.ORG Mon Aug 26 19:58:23 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8F8AFF5 for ; Mon, 26 Aug 2013 19:58:23 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7110C2BB1 for ; Mon, 26 Aug 2013 19:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=I+T2kpyjEylRfvPkD5UkiZ 9TSuk=; b=XCRNM9Si5X3zhCfbBIOSRK/Hiw1Y865ios9mWXwPc0O3a3U9yxBFVV 0QgML2eV3a2Ers4yvSUuf3qucDjN+E6Jvz9O5r1e2Hvg5fP2UNC7cQeCjt0oJUuT h5gueSeN3DbzTF36aSDdvRO9MM99FlOh6StRFlKHM4P6OIkhrBPS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=A144Ms9wOtggvF5uJ0Qi7WOLLo8+R 7fdd81OoRgGA4ITWWxN65+pH8BhUDFrV3aVkic6eM7YHJmND9E5LN3U1kNFc9sne /Vzt4YBBSEwLG30Ex4dz6zn8J1hMkI6C16+O8YvLrrEdt2KPqYXV4Fkk+J5HRQy9 16VjuygTP58OJY= Date: Mon, 26 Aug 2013 21:41:53 +0200 Message-ID: <86eh9gutmm.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: Mike Tancsa Subject: Re: RELENG_9 build error In-Reply-To: <521BA77E.3000603@sentex.net> References: <521BA77E.3000603@sentex.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-pc-freebsd9.2) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: FreeBSD-STABLE Mailing List 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: Mon, 26 Aug 2013 19:58:23 -0000 On Mon, 26 Aug 2013 15:07:42 -0400 Mike Tancsa wrote: > Does anyone have any idea how to correct this issue ? Already blew away > /usr/src and /usr/obj in case something got corrupted. I think I've resolved this issue by rebuilding and reinstalling yacc from /usr/src/usr.bin/yacc before running 'make buildworld'. -- Herbert