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
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
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
<http://bugs.python.org/issue22
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/L
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
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