From owner-freebsd-testing@FreeBSD.ORG Mon May 18 20:02:19 2015 Return-Path: Delivered-To: testing@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 9EC02F88; Mon, 18 May 2015 20:02:19 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 225AF1D87; Mon, 18 May 2015 20:02:19 +0000 (UTC) Received: by lagr1 with SMTP id r1so154399575lag.0; Mon, 18 May 2015 13:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8Ap5BqAJ71PuWkQwYSb+nCJ+XKBFkKQzFHGRna7Dfsg=; b=C+bfPlH4hHMyw09XEVCkSDXgdl4yBCXDT3CDcBWygyoc/nn5DBD2eV0uJYjRrhOjyn QmRHl4gIPsDfQRrxHqlB7mDkXKXEi5Z47XN0KLUGia8As2fwaSwjKWChmgNFkGYqxNdc 0SXf1cCTZSefUutMKteHSZeszp0xi7/oPV5PVvTOuFJjNKXBTg2sgDHHecFuegU3cv3n bhzn/5oVxGLMaf0Lszs4Zet/jwDjhfrqxH6qfuFZTKB3iaTDyELo9HBGmHocYYgZiwyn Q1dwVdfp3+kDcRNSFW/eo211B1wQrFHZDtuHT0ETBY0GyX2ooBOV3WqA5YeC+SDwpQDT m+PA== MIME-Version: 1.0 X-Received: by 10.152.23.66 with SMTP id k2mr16569516laf.89.1431979337194; Mon, 18 May 2015 13:02:17 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Mon, 18 May 2015 13:02:17 -0700 (PDT) In-Reply-To: <146A0A16-F33B-42AF-A8D5-B1D16775A409@bsdimp.com> References: <146A0A16-F33B-42AF-A8D5-B1D16775A409@bsdimp.com> Date: Mon, 18 May 2015 13:02:17 -0700 X-Google-Sender-Auth: pdyOiq1SCa8xaWfX5NzOcvCuzs8 Message-ID: Subject: Re: External toolchain build failing due to missing --sysroot From: Craig Rodrigues To: Warner Losh Cc: FreeBSD Toolchain , "freebsd-testing@freebsd.org" , George Neville-Neil Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 20:02:19 -0000 On Mon, May 18, 2015 at 12:30 PM, Warner Losh wrote: > > > On Mar 20, 2015, at 2:10 PM, Craig Rodrigues > wrote: > > > > Warner, > > > > I can't get the external toolchain build of CURRENT to work, > > because --sysroot seems to be missing in some places. > > I don't believe that this has actually never worked, or if it did appear > to work, it was only by accident. We have no ability to generate a > proper sysroot in the tree today, though we do come close at points. > Sean Bruno has been reporting issues with libgcc and external > toolchains for months, and I've not had the time to track those > issues to ground. > It seems to work now. See: https://lists.freebsd.org/pipermail/freebsd-toolchain/2015-April/001660.html -- Craig