From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 7 23:50:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD2CA106564A for ; Mon, 7 May 2012 23:50:10 +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 96EE48FC15 for ; Mon, 7 May 2012 23:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q47NoAsr086200 for ; Mon, 7 May 2012 23:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q47NoAFB086199; Mon, 7 May 2012 23:50:10 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2012 23:50:10 GMT Resent-Message-Id: <201205072350.q47NoAFB086199@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Messick Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45C2E1065672 for ; Mon, 7 May 2012 23:40:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 17B1B8FC12 for ; Mon, 7 May 2012 23:40:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q47Neobq070624 for ; Mon, 7 May 2012 23:40:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q47NeoTT070622; Mon, 7 May 2012 23:40:50 GMT (envelope-from nobody) Message-Id: <201205072340.q47NeoTT070622@red.freebsd.org> Date: Mon, 7 May 2012 23:40:50 GMT From: Rob Messick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167699: devel/ipython: WITH_PYTHON=3.2, dies on import of pexpect X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2012 23:50:10 -0000 >Number: 167699 >Category: ports >Synopsis: devel/ipython: WITH_PYTHON=3.2, dies on import of pexpect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 07 23:50:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Rob Messick >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD do-4.bayphoto.local 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64 >Description: After installing devel/ipython with PYTHON_VERSION=3+, executing iPython yields the following exception: # ipython3 Traceback (most recent call last): File "/usr/local/bin/ipython3", line 9, in load_entry_point('ipython==0.12', 'console_scripts', 'ipython3')() File "/usr/local/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/pkg_resources.py", line 337, in load_entry_point File "/usr/local/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/pkg_resources.py", line 2284, in load_entry_point File "/usr/local/lib/python3.2/site-packages/distribute-0.6.26-py3.2.egg/pkg_resources.py", line 1994, in load File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/__init__.py", line 43, in from .config.loader import Config File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/config/loader.py", line 27, in from IPython.utils.path import filefind, get_ipython_dir File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/utils/path.py", line 24, in from IPython.utils.process import system File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/utils/process.py", line 27, in from ._process_posix import _find_cmd, system, getoutput, arg_split File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/utils/_process_posix.py", line 22, in from IPython.external import pexpect File "/usr/local/lib/python3.2/site-packages/ipython-0.12-py3.2.egg/IPython/external/pexpect/__init__.py", line 2, in import pexpect File "/usr/local/lib/python3.2/site-packages/pexpect.py", line 82 except ImportError, e: >How-To-Repeat: 1. In make.conf, set PYTHON_VERSION=3.2 2. # cd /usr/ports/devel/ipython && make install clean 3. # ipython3 >Fix: iPython3 uses pexpect-u as opposed to pexpect (misc/py-pexpect). It is possible to pip install prior to installing the devel/ipython port. There needs to be a py-pexpect-u port and ipython should depend on it if compiled with PYTHON_VERSION=3+ >Release-Note: >Audit-Trail: >Unformatted: