From owner-freebsd-current@freebsd.org Tue Oct 13 16:47:03 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0D3A128D5 for ; Tue, 13 Oct 2015 16:47:03 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm8-vm0.bullet.mail.bf1.yahoo.com (nm8-vm0.bullet.mail.bf1.yahoo.com [98.139.213.95]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BBC8812 for ; Tue, 13 Oct 2015 16:47:03 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1444754816; bh=LanUsHck5g2Gzi7E9zGuT7RNHV/geNSVNThOQh2+Y+4=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From:Subject; b=fTcq+FYu23LTUjQqbeFoqadEPhIPSgYwZl4eNn0F9Z6ISOMljSqA//YGe9xDXSCQkupnGHA6UR3i48rJ6WHq1uQ1+YbVicEEhHa1Zrzme0M+lkbfKTEL83THhnsQaCfnlLLJUlIIyrkxLYlxuKRmzM1rlJLsnN6bQVD2vztPAgAIXCLOxEmtxdfcvhxBTrxgFsOu27bBkii/11dwmKAbttNvqmhbGgtGW4pKkaBvmgTPCvjEDRXGw4XCCnVxLX3BGLtIFl99bMZexq9EQu8lPa3EsUFNN71xTKYPTBkfY9UY9w2Xdu/hVL6gasqhTGgka8K14yIJa4K8qGiJPl+BXw== Received: from [98.139.170.178] by nm8.bullet.mail.bf1.yahoo.com with NNFMP; 13 Oct 2015 16:46:56 -0000 Received: from [98.139.211.193] by tm21.bullet.mail.bf1.yahoo.com with NNFMP; 13 Oct 2015 16:46:56 -0000 Received: from [127.0.0.1] by smtp202.mail.bf1.yahoo.com with NNFMP; 13 Oct 2015 16:46:56 -0000 X-Yahoo-Newman-Id: 188198.6920.bm@smtp202.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Z9XO6IQVM1nNoFbXi8f0yrJdWACymwHPxpv6HEsjUjLYFEz KgyDKfxKZF4BMQGmY0QotlgO0XTitdPdEGpRSTtIST3agx9cvlh8jUcKFNy0 YPkbOIlpcFawwI84D_u3MnEwfYL9Na1RYs2hf.5gwf.t576XvVNi5auqqFp5 ydUFjBeqa.obx9hMqdQUmwVK1pWWRluxM_QkKnTqkmgv7NNwQz8.H3a8oBTl zDOf8OCNnHp4GuuTizgq6NdtM5X2bPwBg.uMNf.PMQX2w.gQJuAtnp9JzBay W8o.ogvAsN3aeVOVqCQkoYezK1g5NY_JFrSQ.2Lhihm_l5xSWNQzr8jUQzpL kl1KWCYl7z6Zhl.DbCxp0mvH_y_Vx_lNuEkiBGZPfNLR2zpPqm2YzGP1KsvQ ilWGnUQcivWEIHGEfG0YGnaPNgq8hT6BhmiBwDBkCXIqQHIHFnDm7zO2i_Fn sM_7hHRMobhDEf.6CKvn12h1.frzSQqmW4FQm3HyZpzAjSNPPXVuzBtE2F0. 5Zx_nXE6WDpEd8a3gnsNCtgkHwpy7KCU- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: r288669 breaks ports building with USE_GCC=yes To: Justin Hibbits References: <561C1523.7080200@FreeBSD.org> <561C17F2.2030206@FreeBSD.org> <561C4F10.7060206@FreeBSD.org> <561D129C.9040604@FreeBSD.org> Cc: FreeBSD Current , gerald@freebsd.org From: Pedro Giffuni Organization: FreeBSD Project Message-ID: <561D357B.5060806@FreeBSD.org> Date: Tue, 13 Oct 2015 11:46:51 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 16:47:03 -0000 On 10/13/2015 9:59 AM, Justin Hibbits wrote: > Hi Pedro, > > ... > As Antoine mentioned, the problem is that lang/gcc does not have this > patch. USE_GCC uses lang/gcc, not lang/gcc48. So lang/gcc needs to > be updated. I see now. FWIW, I installed gcc48 and then I added USE_GCC= yes to the port. That worked. Pedro.