New Python build regr test___all__ fails at 'ctypes.macholib.dyld'
John Pote
johnpote at jptechnical.co.uk
Fri Jul 13 05:46:20 EDT 2012
More information about the Python-list mailing list
Fri Jul 13 05:46:20 EDT 2012
- Previous message (by thread): help needed with subprocess, pipes and parameters
- Next message (by thread): Mocked object returning another Mocked object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have built Python 2.7.3 from source and although the interpreter starts up and runs scripts (so far OK) the 'test___all__' regression test fails. The machine I'm building on is a virtual server running a version of Red Hat Linux Build commands: ./configure --prefix /usr make At the end of the make the following note is shown Python build finished, but the necessary bits to build these modules were not found: _bsddb _sqlite3 bsddb185 sunaudiodev Test command ./python Lib/test/regrtest.py -v test___all__ produces the following:- == CPython 2.7.3 (default, Jul 13 2012, 10:26:48) [GCC 3.2.2 20030217 (Red Hat Linux 8.0 3.2.2-2)] == Linux-2.4.29-hs-17-i686-with-glibc2.2 little-endian == /usr/local/home/aquamaster3/Python-2.7.3/Python-2.7.3/build/test_python_4517 Testing with flags: sys.flags(debug=0, py3k_warning=0, division_warning=0, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, tabcheck=0, verbose=0, unicode=0, bytes_warning=0, hash_randomization=0) test___all__ test_all (test.test___all__.AllTest) ... BaseHTTPServer Bastion CGIHTTPServer ConfigParser Cookie DocXMLRPCServer HTMLParser MimeWriter Queue SimpleHTTPServer SimpleXMLRPCServer SocketServer StringIO UserDict UserList UserString _LWPCookieJar _MozillaCookieJar __phello__.foo _abcoll _pyio _strptime _threading_local _weakrefset abc aifc antigravity anydbm argparse ast asynchat asyncore atexit audiodev base64 bdb binhex bisect bsddb bsddb.db bsddb.dbobj bsddb.dbrecio bsddb.dbshelve bsddb.dbtables bsddb.dbutils bsddb.test bsddb.test.test_all bsddb.test.test_associate bsddb.test.test_basics bsddb.test.test_compare bsddb.test.test_compat bsddb.test.test_cursor_pget_bug bsddb.test.test_db bsddb.test.test_dbenv bsddb.test.test_dbobj bsddb.test.test_dbshelve bsddb.test.test_dbtables bsddb.test.test_distributed_transactions bsddb.test.test_early_close bsddb.test.test_fileid bsddb.test.test_get_none bsddb.test.test_join bsddb.test.test_lock bsddb.test.test_misc bsddb.test.test_pickle bsddb.test.test_queue bsddb.test.test_recno bsddb.test.test_replication bsddb.test.test_sequence bsddb.test.test_thread cProfile calendar cgi cgitb chunk cmd code codecs codeop collections colorsys commands compileall compiler compiler.ast compiler.consts compiler.future compiler.misc compiler.pyassem compiler.pycodegen compiler.symbols compiler.syntax compiler.transformer compiler.visitor contextlib cookielib copy copy_reg csv ctypes ctypes._endian ctypes.macholib ctypes.macholib.dyld Aborted Any help in resolving this problem would be appreciated Regards, John --- Posted via news://freenews.netfront.net/ - Complaints to news at netfront.net ---
- Previous message (by thread): help needed with subprocess, pipes and parameters
- Next message (by thread): Mocked object returning another Mocked object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list