[issue13862] test_zlib failure

2012-01-25 Thread Stefan Krah
Stefan Krah added the comment: Thanks! There was a 32-bit 1.2.5 version in /usr/local/lib and a 64-bit 1.2.3.3 version in /lib. gcc picks up the header from /usr/local/include, while ld is smart enough to choose the 64-bit version. So it was a multilib issue. While this is not the most robust

[issue13862] test_zlib failure

2012-01-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a5f8611ce81d by Nadeem Vawda in branch 'default': Issue #13862: Relax zlib version test to avoid spurious failures. http://hg.python.org/cpython/rev/a5f8611ce81d -- nosy: +python-dev ___ Python tracker

[issue13862] test_zlib failure

2012-01-25 Thread Nadeem Vawda
Nadeem Vawda added the comment: Either way, the failure should be fixed now. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending ___ Python tracker ___

[issue13862] test_zlib failure

2012-01-25 Thread Nadeem Vawda
Nadeem Vawda added the comment: Do you have a self-compiled version of zlib (1.2.5) installed on this system? It looks like this is due to a (benign) version mismatch between zlib.h and the actual shared lib. -- ___ Python tracker

[issue13862] test_zlib failure

2012-01-25 Thread Stefan Krah
New submission from Stefan Krah : test_zlib currently fails on Ubuntu Lucid: == FAIL: test_library_version (test.test_zlib.VersionTestCase) -- Traceback (most r