From owner-freebsd-current@freebsd.org Mon Nov 9 00:00:45 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 CC2E5A2ADBC for ; Mon, 9 Nov 2015 00:00:45 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A73091A9D; Mon, 9 Nov 2015 00:00:45 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [192.168.0.129] (vie-188-118-253-180.dsl.sil.at [188.118.253.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 627523F44C; Sun, 8 Nov 2015 19:00:39 -0500 (EST) Date: Mon, 9 Nov 2015 01:00:37 +0100 (CET) From: Gerald Pfeifer To: Justin Hibbits cc: Pedro Giffuni , freebsd-current@freebsd.org Subject: Re: r288669 breaks ports building with USE_GCC=yes In-Reply-To: Message-ID: References: <561C1523.7080200@FreeBSD.org> <561C17F2.2030206@FreeBSD.org> <561C4F10.7060206@FreeBSD.org> <561D129C.9040604@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailman-Approved-At: Mon, 09 Nov 2015 00:40:14 +0000 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: Mon, 09 Nov 2015 00:00:45 -0000 On Tue, 13 Oct 2015, Justin Hibbits wrote: > 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 have (finally) managed to steal the team, kicked off testing, and plan on committing the patches already in lang/gcc48 also to lang/gcc in the next 24 hours. Thanks for the report and suggestions! Gerald