From owner-freebsd-stable@FreeBSD.ORG Thu Nov 7 21:48:38 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 7D6C1103; Thu, 7 Nov 2013 21:48:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDA52079; Thu, 7 Nov 2013 21:48:37 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id F0B0A21A07; Thu, 7 Nov 2013 16:48:33 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Thu, 07 Nov 2013 16:48:33 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=2LnqgbX5GCzE9I5sGETFS6M4b1Q=; b=Lrrsp OoW2BucGvpBbb1h/dKxBiHo0H7WpXBlLpgiZoVfMu4Za8HDnHd51fe+kYVbTwM6H pp7DZyaRYA5MrB7WFvylOVIrdNHLHU79S1NGHKYhkpG/6yIr9/4kxaJ2KfKZGB/P K3ihD/EaPvRgqKvMKhZIdMExri5UJrYeTC/ejQ= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id C8B2B11333D; Thu, 7 Nov 2013 16:48:33 -0500 (EST) Message-Id: <1383860913.27740.44511277.4D9CF1BF@webmail.messagingengine.com> X-Sasl-Enc: UIvm0leJtO5Z8ZxxNKrC/ugAtjYK4ruejs4wPwniuewf 1383860913 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d4893488 Subject: Re: Building 9.2-RELEASE on 10-stable Date: Thu, 07 Nov 2013 15:48:33 -0600 In-Reply-To: <20131107204218.GG89594@glenbarber.us> References: <20131107204218.GG89594@glenbarber.us> Cc: gjb@freebsd.org 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: Thu, 07 Nov 2013 21:48:38 -0000 On Thu, Nov 7, 2013, at 14:42, Glen Barber wrote: > On Thu, Nov 07, 2013 at 09:36:33PM +0100, Andreas Nilsson wrote: > > Is it still impossible to build 9.2-RELEASE on 10-STABLE ( or BETA-3 )? > > > > It errors out in several ways: > > * with not finding libstdc++ > > You need the 10.x (or 11.x) userland built with WITH_GNUXX=1 in > src.conf. :( > > > * failing directly when using -j12 ( on 8 core machine ) as MAKEOPTS with > > something make-related, but I cant seem to reproduce it :( > > There is a race in the build chain. If you lower the -j number equal to > the number of cores, it should work. (Actually, there seem to be > a number of different races going on, that make this much trickier to > track down...) > I also believe you have to use fmake from devel/fmake, right ?