From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 9 18:20:04 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15216A420 for ; Thu, 9 Feb 2006 18:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7996E43D49 for ; Thu, 9 Feb 2006 18:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k19IK3cD003136 for ; Thu, 9 Feb 2006 18:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k19IK3aC003135; Thu, 9 Feb 2006 18:20:03 GMT (envelope-from gnats) Date: Thu, 9 Feb 2006 18:20:03 GMT Message-Id: <200602091820.k19IK3aC003135@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Frank Laszlo Cc: Subject: Re: ports/91911: [PATCH]: x11-toolkits/linux-gtk2: distfile unfetchable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Laszlo List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 18:20:04 -0000 The following reply was made to PR ports/91911; it has been noted by GNATS. From: Frank Laszlo To: Alexander Leidinger Cc: bug-followup@FreeBSD.org, freebsd-emulation@freebsd.org Subject: Re: ports/91911: [PATCH]: x11-toolkits/linux-gtk2: distfile unfetchable Date: Thu, 09 Feb 2006 13:14:04 -0500 I have finished my investigation of this issue. and It seems that the linux ports are to blame. they overwrite ARCH on multiple occasions when MACHINE_ARCH=amd64. This causes issues with other ports, such as the distfiles are unable to be fetched. I have written numerous patches[1] and tested them in my own environment. All is now working as expected. I have CC'd the freebsd-emulation list on this email, as I would like others to see/test these patches. Once again, these will only effect systems running FreeBSD with an amd64 ARCH. Please contact me with any questions/concerns. Regards, Frank [1] http://www.franksworld.org/~laszlof/linux_patches