[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-13 Thread snehal
snehal added the comment: /home/python/Python-3.4.1/Modules/_ctypes/libffi/config.guess: unable to guess system type This script, last modified 2012-12-29, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scrip

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-07 Thread Ned Deily
Ned Deily added the comment: Thanks. So apparently the _ctypes module failed to build. You should rerun "make" in your build directory and find out why _ctypes.so fails to build. If necessary, show the results here. -- ___ Python tracker

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-07 Thread snehal
snehal added the comment: 1oot@beta1:/home/ubuntu/python/Python-3.4.1# cd /home/ubuntu/python/Python-3.4. esot@beta1:/home/ubuntu/python/Python-3.4.1# ./python -E -S -m test -v test_ctyp == CPython 3.4.1 (default, Aug 7 2014, 02:08:49) [GCC 4.8.2] == Linux-3.13.0-32-generic-ppc64le-with-de

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-07 Thread Ned Deily
Ned Deily added the comment: OK. Does test_ctypes run successfully? cd /home/ubuntu/python/Python-3.4.1 ./python -E -S -m test -v test_ctypes and then does test_venv run successfully in isolation? cd /home/ubuntu/python/Python-3.4.1 ./python -E -S -m test -v test_venv Also, what ./con

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
snehal added the comment: Also ctypes contains following root@beta1:/home/ubuntu/python/Python-3.4.1/Lib/ctypes# ls _endian.py __init__.py macholib __pycache__ test util.py wintypes.py -- ___ Python tracker

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
snehal added the comment: When I gave following command, I see no error root@beta1:/home/ubuntu/python/Python-3.4.1# python3.4 -c 'import ctypes' root@beta1:/home/ubuntu/python/Python-3.4.1# I do see ctypes in root@beta1:/home/ubuntu/python/Python-3.4.1/Lib# folder -- _

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread Ned Deily
Ned Deily added the comment: When you built 3.4.1, did the _ctypes module build correctly? What happens when you try to import ctypes? python3.4 -c 'import ctypes' -- nosy: +ned.deily ___ Python tracker

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
snehal added the comment: I have libffi installed on system root@beta1:/home/ubuntu/python/Python-3.4.1# dpkg -l | grep libffi ii libffi-dev:ppc64el 3.1~rc1+r3.0.13-12 ppc64el Foreign Function Interface library (development

[issue22157] FAIL: test_with_pip (test.test_venv.EnsurePipTest)

2014-08-06 Thread snehal
New submission from snehal: On ppc64le architecture I see following error with TAR : https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tar.xz == FAIL: test_with_pip (test.test_venv.EnsurePipTest) --