From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 01:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DFF62FD for ; Mon, 7 Apr 2014 01:40:01 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B79B681 for ; Mon, 7 Apr 2014 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s371e1lF056448 for ; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s371e115056447; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats) Date: Mon, 7 Apr 2014 01:40:01 GMT Message-Id: <201404070140.s371e115056447@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Rusmir Dusko Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rusmir Dusko List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 01:40:01 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Rusmir Dusko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Mon, 7 Apr 2014 03:30:28 +0200 Have ported games/robocalypto which not works because broken NumPy get only this: robocalypto /usr/local/bin/robocalypto: Cannot fork: Resource temporarily unavailable Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Pyggel is needed for many Games, which I wish to port. Please fix soon than possible NumPy. -- Best regards, Rusmir Dusko