Jason Vas Dias <jason.vas.d...@gmail.com> added the comment: OK, so the ' vanilla configure ' build succeeds too - using DB module only gdbm , and with internal libffi:
$ make clean $/usr/src/cpython/configure --prefix=/usr --libdir=/usr/lib64 --enable-shared ... $ echo $? 0 $ make -j2 ... $ echo $? 0 But exactly the same 'make test' errors result using gdm db module and the internal libffi . Now running the verbose tests and will append the failure details again. Is there some special "vanilla configure" set of options required by Python to pass its make tests ? If so, please let me know what they are . ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11954> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com