From owner-svn-src-all@FreeBSD.ORG Sun May 10 14:21:00 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54EA0B1C; Sun, 10 May 2015 14:21:00 +0000 (UTC) Received: from melamine.cuivre.fr.eu.org (houdart.cuivre.fr.eu.org [81.57.40.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 132B31391; Sun, 10 May 2015 14:20:59 +0000 (UTC) Received: by melamine.cuivre.fr.eu.org (Postfix, from userid 1000) id 81D72A4F0D; Sun, 10 May 2015 16:14:35 +0200 (CEST) Date: Sun, 10 May 2015 16:14:35 +0200 From: Thomas Quinot To: Ian Lepore Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282726 - head/lib/libmd Message-ID: <20150510141435.GA86919@melamine.cuivre.fr.eu.org> References: <201505101321.t4ADLa54030049@svn.freebsd.org> <1431266347.6170.221.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431266347.6170.221.camel@freebsd.org> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.23 (2014-03-12) 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 May 2015 14:21:00 -0000 * Ian Lepore, 2015-05-10 : > This appears to break bootstrapping, at least when cross-building ARM on > a 10-stable build host. The build runs for about 15 seconds before > hitting... Ack, looking into it. Does it also fail if building with -j1? Thomas.