From owner-svn-src-all@freebsd.org Sun Jan 10 23:11:35 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 430E9A6A456; Sun, 10 Jan 2016 23:11:35 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0745B1A6D; Sun, 10 Jan 2016 23:11:35 +0000 (UTC) (envelope-from bz@FreeBSD.org) 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 7D99F25D3A47; Sun, 10 Jan 2016 23:11:30 +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 3935EC76FDA; Sun, 10 Jan 2016 23:11:29 +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 d-Oc-r_vjO1A; Sun, 10 Jan 2016 23:11:28 +0000 (UTC) Received: from nv.sbone.de (nv.sbone.de [IPv6:fde9:577b:c1a9:31::2013:138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E0C1BC76FCE; Sun, 10 Jan 2016 23:11:27 +0000 (UTC) Date: Sun, 10 Jan 2016 23:11:26 +0000 (UTC) From: "Bjoern A. Zeeb" To: Ed Maste cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r293450 - in head: gnu/lib/libgcc share/mk tools/build/options In-Reply-To: Message-ID: References: <201601090042.u090g7dX048643@repo.freebsd.org> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 23:11:35 -0000 On Sat, 9 Jan 2016, Ed Maste wrote: > On 9 January 2016 at 00:42, Ed Maste wrote: >> >> Author: emaste >> Date: Sat Jan 9 00:42:07 2016 >> New Revision: 293450 >> URL: https://svnweb.freebsd.org/changeset/base/293450 >> >> Log: >> Support use of LLVM's libunwind for exception unwinding > > As reported by bz@, an incremental build on arm64 across this change > can fail due to an old unwind.h being left behind. I hope to sort it > out soon; in the interim deleting the generated unwind.h files from > the objdir should be a usable workaround. Either you sorted it out or the next full build fixed it. Thanks! /bz