New submission from Shlomi Fish: After I build Python-3.3.2 from the .tar.xz using the following script (on Mageia Linux Cauldron x86-64):
<<< #!/bin/bash ./configure --prefix="$HOME/apps/python3" --with-threads \ --enable-ipv6 --with-dbmliborder=gdbm \ --with-system-expat \ --with-system-ffi \ --enable-shared \ --with-valgrind shlomif@telaviv1:~/Download/unpack/prog/python/Python-3.3.2$ >>> I get many test failures in make test (in the file attached to this repository). Can you look into fixing them? This is a precursor for fixing this bug: https://bugs.mageia.org/show_bug.cgi?id=9395 Regards, -- Shlomi Fish ---------- components: Tests files: python-make-test-output.txt messages: 190665 nosy: shlomif priority: normal severity: normal status: open title: Tests fail on Mageia Linux Cauldron x86-64 with some configure flags versions: Python 3.3 Added file: http://bugs.python.org/file30471/python-make-test-output.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18142> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com