From owner-freebsd-stable@FreeBSD.ORG Thu Nov 7 20:42:27 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 E617D135; Thu, 7 Nov 2013 20:42:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [208.86.227.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BAB922CA1; Thu, 7 Nov 2013 20:42:27 +0000 (UTC) Received: from glenbarber.us (70.15.88.86.res-cmts.sewb.ptd.net [70.15.88.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id 68EDC126BF; Thu, 7 Nov 2013 20:42:20 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail0.glenbarber.us 68EDC126BF Authentication-Results: mail0.glenbarber.us; dkim=none reason="no signature"; dkim-adsp=none Date: Thu, 7 Nov 2013 15:42:18 -0500 From: Glen Barber To: Andreas Nilsson Subject: Re: Building 9.2-RELEASE on 10-stable Message-ID: <20131107204218.GG89594@glenbarber.us> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bpVaumkpfGNUagdU" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 User-Agent: Mutt/1.5.22 (2013-10-16) 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: Thu, 07 Nov 2013 20:42:28 -0000 --bpVaumkpfGNUagdU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 )? >=20 > It errors out in several ways: > * with not finding libstdc++ You need the 10.x (or 11.x) userland built with WITH_GNUXX=3D1 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...) Glen --bpVaumkpfGNUagdU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBCAAGBQJSe/sqAAoJELls3eqvi17QPeQP/2mJpOZPKqYdZ0vYAr55FRAW 0XyBgxPjZE2/U1SO/rwpLeM/tbbXL6KD2aB/QOQBVWVTwIFQVfUqFQuPoMUhrffI nZH180BJLoUM+IVNC9nbw2w+ZXXhQccNn3tJPBXVU3tTNNp5pzumEwP07OLk9qke QoWY7s4MIWwaxJduXAmRP8Ricu9KaRBKwwqBe59uwsWFsURk4bUfQK97CWh5vIvl 8R/V9h/KyMzT9ZSnUdYgjOhgqfOp6KGL3K/SgadD+xWYMZRD3Pnzq+TGOWtPWXJd Az4qYKQ63wAX4kQNJTsq13pnNsUBYOeAOuqXzi3kZFVUS5Jnsy1vkaMHaCuUGPSN /xte7gOLCxj4i5VJ7nIqWhJq8oVw4o0YBRMSksBQnPC0IDLRWvCYK1UgrjOGV+pj N6YNwmEZL3RrRMUoB0cL3y/AcDTzZvlTc/5KA4VrIA8EW+6nykMFTQuHT0HDqU8b hinIjsCg6Q5r7K3tNOMP/IipWHewgbSul4NbEn0QxE6G24aHI8mObSlBDvHNgB4f 7npMfBY35VJkoriSZe2Zq7PK+ycdtZnGPtHoFMh/bzr0fzdnYNRAEHJvdK6QoBOF Ti9i0K18EEx/pb2JDL2gruSA7sP95OreXKNrTdGBL9ceXvq6DEupQRiaRFy+Car6 3FTGPzcZGC/kTXk6S0XH =7ZdE -----END PGP SIGNATURE----- --bpVaumkpfGNUagdU--