From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 2 15:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5B16A419 for ; Wed, 2 Jan 2008 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 168E813C44B for ; Wed, 2 Jan 2008 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m02Fe2u4029959 for ; Wed, 2 Jan 2008 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m02Fe2uD029952; Wed, 2 Jan 2008 15:40:02 GMT (envelope-from gnats) Date: Wed, 2 Jan 2008 15:40:02 GMT Message-Id: <200801021540.m02Fe2uD029952@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "David Pilcher" Cc: Subject: Re: ports/119263: nanobsd buildworld fails in libgcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Pilcher List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2008 15:40:03 -0000 The following reply was made to PR ports/119263; it has been noted by GNATS. From: "David Pilcher" To: , Cc: Subject: Re: ports/119263: nanobsd buildworld fails in libgcc Date: Wed, 2 Jan 2008 10:37:28 -0500 Please close - the fix is that in 7.0 you apparently need the TOOLCHAIN appears to be required. I.e. my fix was in the CONF_WORLD to comment out NO_TOOLCHAIN on the world configuration options in our nanobsd conf file: #NO_TOOLCHAIN=YES