[New-bugs-announce] [issue18142] Tests fail on Mageia Linux Cauldron x86-64 with some configure flags

Shlomi Fish report at bugs.python.org
Wed Jun 5 17:20:21 CEST 2013


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 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue18142>
_______________________________________


More information about the New-bugs-announce mailing list