From owner-freebsd-python@FreeBSD.ORG Thu Nov 21 18:50:03 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 006CCBAD for ; Thu, 21 Nov 2013 18:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9F062C5C for ; Thu, 21 Nov 2013 18:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rALIo1Xm044695 for ; Thu, 21 Nov 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rALIo1Ij044694; Thu, 21 Nov 2013 18:50:01 GMT (envelope-from gnats) Date: Thu, 21 Nov 2013 18:50:01 GMT Message-Id: <201311211850.rALIo1Ij044694@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Byron Young Subject: Re: ports/184135: math/py-numpy gcc-aux libgfortran.so.3 issue X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Byron Young List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 18:50:03 -0000 The following reply was made to PR ports/184135; it has been noted by GNATS. From: Byron Young To: bug-followup@FreeBSD.org, bky@bkyoung.com Cc: Subject: Re: ports/184135: math/py-numpy gcc-aux libgfortran.so.3 issue Date: Thu, 21 Nov 2013 10:30:51 -0800 Suspected this came from lang/gnat rebuild with -DWANT_SHAREDLIBS (and kernel rebuild). However, problem is not present after a fresh 9.2-RELEASE install and lang/gnat rebuild. Appears this isn't a known issue, so recommend closing PR, and if problem resurfaces, will reopen. Thanks.