This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jason.Vas.Dias
Recipients Jason.Vas.Dias
Date 2011-04-29.12:33:08
SpamBayes Score 1.9213082e-06
Marked as misclassified No
Message-id <1304080394.01.0.22239311811.issue11954@psf.upfronthosting.co.za>
In-reply-to
Content
$ ls -l /usr/lib64/libffi*
-rwxr-xr-x 1 root root  36839 May 25  2008 /usr/lib64/libffi-2.00-beta.so
-rw-r--r-- 1 root root 193480 Apr 29 13:22 /usr/lib64/libffi.a
-rwxr-xr-x 1 root root    904 Apr 29 13:22 /usr/lib64/libffi.la
lrwxrwxrwx 1 root root     15 Apr 29 13:22 /usr/lib64/libffi.so -> libffi.so.6.0.0
lrwxrwxrwx 1 root root     15 Apr  8 03:50 /usr/lib64/libffi.so.4 -> libffi.so.4.0.1
-rwxr-xr-x 1 root root 134245 Apr  8 03:46 /usr/lib64/libffi.so.4.0.1
lrwxrwxrwx 1 root root     16 Jan  1 10:49 /usr/lib64/libffi.so.5 -> libffi.so.5.0.10
-rwxr-xr-x 1 root root  31520 Jan  1 10:49 /usr/lib64/libffi.so.5.0.10
lrwxrwxrwx 1 root root     15 Apr 29 13:22 /usr/lib64/libffi.so.6 -> libffi.so.6.0.0
-rwxr-xr-x 1 root root 129109 Apr 29 13:22 /usr/lib64/libffi.so.6.0.0

/usr/lib64/libffi-3.0.10rc9:
total 4
drwxr-xr-x 2 root root 4096 Apr 29 13:22 include


NO - STILL FAILS :
$ make test 2>&1 | tee make.test.log                                                                                                                                  
running build                                                                                                                                                         
running build_ext                                                                                                                                                     
building dbm using bdb
running build_scripts
copying and adjusting /usr/src/cpython/Tools/scripts/pydoc3 -> build/scripts-3.3
copying and adjusting /usr/src/cpython/Tools/scripts/idle3 -> build/scripts-3.3
copying and adjusting /usr/src/cpython/Tools/scripts/2to3 -> build/scripts-3.3
changing mode of build/scripts-3.3/pydoc3 from 644 to 755
changing mode of build/scripts-3.3/idle3 from 644 to 755
changing mode of build/scripts-3.3/2to3 from 644 to 755
renaming build/scripts-3.3/pydoc3 to build/scripts-3.3/pydoc3.3
renaming build/scripts-3.3/idle3 to build/scripts-3.3/idle3.3
renaming build/scripts-3.3/2to3 to build/scripts-3.3/2to3-3.3
LD_LIBRARY_PATH=/mnt/sda3/Python-2.7: ./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform
find /usr/src/cpython/Lib -name '*.py[co]' -print | xargs rm -f
LD_LIBRARY_PATH=/mnt/sda3/Python-2.7: ./python -Wd -E -bb  /usr/src/cpython/Lib/test/regrtest.py -l
== CPython 3.3a0 (default:1768fed3aedb, Apr 29 2011, 13:27:16) [GCC 4.6.0]
==   Linux-2.6.38.2-jvd-x86_64-with-gentoo-1.12.13 little-endian
==   /usr/src/cpython/build/test_python_15034
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, verbose=0, bytes_warning=2, quiet=0)
[  1/354] test_grammar
[  2/354] test_opcodes
[  3/354] test_dict
[  4/354] test_builtin
[  5/354] test_exceptions
[  6/354] test_types
[  7/354] test_unittest
[  8/354] test_doctest
[  9/354] test_doctest2
[ 10/354] test___all__
[ 11/354] test___future__
[ 12/354] test__locale
[ 13/354] test_abc
[ 14/354] test_abstract_numbers
[ 15/354] test_aifc
[ 16/354] test_argparse
test test_argparse failed -- multiple errors occurred; run in verbose mode for details

gee, I'm glad to hear 'make test' has a verbose mode - 
don't suppose you could let me know how to invoke it
in that message ?  I guess 'make test V=1' ??
History
Date User Action Args
2011-04-29 12:33:14Jason.Vas.Diassetrecipients: + Jason.Vas.Dias
2011-04-29 12:33:14Jason.Vas.Diassetmessageid: <1304080394.01.0.22239311811.issue11954@psf.upfronthosting.co.za>
2011-04-29 12:33:08Jason.Vas.Diaslinkissue11954 messages
2011-04-29 12:33:08Jason.Vas.Diascreate