From owner-freebsd-python@FreeBSD.ORG Wed Feb 3 16:10:02 2010 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1E701065676 for ; Wed, 3 Feb 2010 16:10:02 +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 985F08FC17 for ; Wed, 3 Feb 2010 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o13GA2se033616 for ; Wed, 3 Feb 2010 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o13GA2S2033615; Wed, 3 Feb 2010 16:10:02 GMT (envelope-from gnats) Date: Wed, 3 Feb 2010 16:10:02 GMT Message-Id: <201002031610.o13GA2S2033615@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: "b. f." Cc: Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "b. f." List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 16:10:02 -0000 The following reply was made to PR ports/143529; it has been noted by GNATS. From: "b. f." To: bug-followup@FreeBSD.org Cc: Dmitry Marakasov Subject: Re: ports/143529: [PATCH] math/py-numpy: does not build Date: Wed, 3 Feb 2010 11:03:56 -0500 This is a known issue. The port needs to be patched to use the system fenv.h, rather than the bundled fenv.h, which is an outdated version that does not include some important changes made to the system headers and libraries made by das@ since 2004. I'm a bit surprised that this port has received so little attention of late, considering the number of people that want to use it. b.