From owner-freebsd-current@FreeBSD.ORG Mon May 28 09:21:44 2012 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 09E97106566B for ; Mon, 28 May 2012 09:21:44 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 749DD8FC15 for ; Mon, 28 May 2012 09:21:43 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 4EEAE25D3897; Mon, 28 May 2012 09:21:42 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 72199BE7E70; Mon, 28 May 2012 09:21:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id ZOYj7deGph5h; Mon, 28 May 2012 09:21:40 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 6430BBE7E6F; Mon, 28 May 2012 09:21:40 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <20120528084233.GY2358@deviant.kiev.zoral.com.ua> Date: Mon, 28 May 2012 09:21:38 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20120528084233.GY2358@deviant.kiev.zoral.com.ua> To: Konstantin Belousov X-Mailer: Apple Mail (2.1084) Cc: current@freebsd.org Subject: Re: Repeated build failures in expr due to yyparse 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: Mon, 28 May 2012 09:21:44 -0000 On 28. May 2012, at 08:42 , Konstantin Belousov wrote: > On Sun, May 27, 2012 at 11:14:40PM +0000, Bjoern A. Zeeb wrote: >> Running a make -s -j5 buildworld; cleaned the entire obj tree = meanwhile. >> Builds are running on a slightly older HEAD thought with an updated = libc >> and some headers. >>=20 >> I can reproduce this all the time. Buildworld at this stage should = be >> self-contained, right? So why is it failing? > Can it be because you broke your system by 'updating libc and some = headers' ? > The cross-tools build is conditional on the host system OSRELDATE (see > OSRELDATE and BOOTSTRAPPING story in src/Makefile.inc1). The new yacc > bootstrap build is enabled only if your __FreeBSD_version is less then > 1000013. So if the host yacc is older (before recent import), but = system > headers identify the host as newer, you get an error. >=20 > Why did you 'updated libc and some headers' at all ? I needed to update headers to be able to recompile ifconfig after some additions; then got bitten by that not compiling as libc didn't include the symbol for _ThreadRuneLocale yet but the header was already picked = up. So had to re-do libc as well. Doing a make clean cleandepend obj depend all install for expr and yacc has helped and re-starting buildworld succeeded. So /usr/include/osrealdate.h being updated was the culprit most likely. *grml* fragile stuff. I can see the point though. /bz --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!