From owner-freebsd-ports@FreeBSD.ORG Thu Dec 15 14:42:21 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A1F31065676 for ; Thu, 15 Dec 2011 14:42:21 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id DFE288FC21 for ; Thu, 15 Dec 2011 14:42:20 +0000 (UTC) Received: from [192.168.0.143] (unknown [210.79.217.13]) by ainaz.pair.com (Postfix) with ESMTPSA id 6EA413F417; Thu, 15 Dec 2011 09:42:13 -0500 (EST) Date: Thu, 15 Dec 2011 23:42:05 +0900 (EIT) From: Gerald Pfeifer To: Andriy Gapon In-Reply-To: <4EE9D2F6.2090906@FreeBSD.org> Message-ID: References: <4EE9D2F6.2090906@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Cc: FreeBSD Ports Subject: Re: lang/gcc on freebsd 10 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 14:42:21 -0000 On Thu, 15 Dec 2011, Andriy Gapon wrote: > lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 > installed during its configure step with the errors like the following in > config.log: Yes, I am aware of it. lang/gcc is the slowly moving, conservative option, lang/gcc46 being the fast, aggressive one. In consequence, lang/gcc46 has already been fixed with regard to FreeBSD 10, whereas this likely will take another month or so for lang/gcc when the next upstream release hapens. (Had I better network connectivity right now, I might try the backport, but really the use case for lang/gcc at this point is not users of FreeBSD 10. That's going to change with the changes to Mk/bsd.gcc.mk that we discussed on this list the last couple of days, and that will not happen before it builds on FreeBSD 10.) Gerald