From owner-freebsd-stable@FreeBSD.ORG Thu Nov 7 20:36:34 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 C51E1F3E for ; Thu, 7 Nov 2013 20:36:34 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-x234.google.com (mail-oa0-x234.google.com [IPv6:2607:f8b0:4003:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 909392C47 for ; Thu, 7 Nov 2013 20:36:34 +0000 (UTC) Received: by mail-oa0-f52.google.com with SMTP id i7so1604447oag.11 for ; Thu, 07 Nov 2013 12:36:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Klk/TCDyIDkWOHkQ38cKh70o6yjgyWuTkVR4ltaqntw=; b=OcmLtH76wmJg7/dfvIL0ieSLiQNuCdepZ+nRlZ2eu6QxTAmngg+pm8cmWszFjtapw0 BjoEJd1VoP66dMuVgqvIMIcGPL5KAhsyKDwkRQDB49/g1aNua/sjN81+TMd9ExvWX4z/ FB+9FJH15Ql/+y9RdY1VCmclsEZ/qyYEilHyU5TMMn+ZFfAILuU04LB9HsYwf+/llMcI xf2iv+6KdfNUABTU1jleHnd0i+Hp5njXnYmGaze6VzY6AHwUZYoprJGM+w1R9NlWSCoM 7E6FM0XYZ9OdGDimZHG5Yr+Qwh/3zhi58+NNZPM0lvPvOr7Xu5xyn5rAFS+nY2d9zYY9 CI6w== MIME-Version: 1.0 X-Received: by 10.60.145.207 with SMTP id sw15mr1473215oeb.38.1383856593295; Thu, 07 Nov 2013 12:36:33 -0800 (PST) Received: by 10.76.177.234 with HTTP; Thu, 7 Nov 2013 12:36:33 -0800 (PST) Date: Thu, 7 Nov 2013 21:36:33 +0100 Message-ID: Subject: Building 9.2-RELEASE on 10-stable From: Andreas Nilsson To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:36:34 -0000 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++ * failing directly when using -j12 ( on 8 core machine ) as MAKEOPTS with something make-related, but I cant seem to reproduce it :( Best regards Andreas