From owner-freebsd-python@FreeBSD.ORG Tue Dec 8 19:20:04 2009 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 CFA10106566C for ; Tue, 8 Dec 2009 19:20:04 +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 BE8258FC15 for ; Tue, 8 Dec 2009 19:20:04 +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 nB8JK4lj085368 for ; Tue, 8 Dec 2009 19:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB8JK43d085363; Tue, 8 Dec 2009 19:20:04 GMT (envelope-from gnats) Date: Tue, 8 Dec 2009 19:20:04 GMT Message-Id: <200912081920.nB8JK43d085363@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: "Li-Lun \"Leland\" Wang" Cc: Subject: Re: ports/140833: cannot install math/py-numpy (needed by science/py-scipy) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Li-Lun \"Leland\" Wang" List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 19:20:04 -0000 The following reply was made to PR ports/140833; it has been noted by GNATS. From: "Li-Lun \"Leland\" Wang" To: bug-followup@freebsd.org Cc: karsten@photor.de Subject: Re: ports/140833: cannot install math/py-numpy (needed by science/py-scipy) Date: Tue, 8 Dec 2009 19:15:33 +0000 Hello, In the last step of the log, it shouldn't have used cc but should use gfortran44 to link. I happened to have a fresh install of a 8.0 box, and numpy installed fine, correctly using gfortran44 to link. I'm not sure why it was using cc instead. I'll try it again when I have time to update to my 7.x box. In the mean time, can you make sure that the ports tree and everything that numpy depends on are update to date? Thanks. Sincerely, llwang