[issue14443] Distutils test failure

2012-04-24 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: To answer my last question: plenty of people. Even within Fedora itself there are parallel python 2 and python 3 RPM stacks. -- ___ Python tracker rep...@bugs.python.org

[issue14443] Distutils test failure

2012-04-24 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: It occurs to me there's a way to check my theory: if we update the failing test to explicitly check the magic cookie in at least one of the precompiled pyc files (rather than just expecting the files' existence), then it should also start

[issue14443] Distutils test failure

2012-04-24 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: The most likely cause is that some code was updated to use pycache directories but other code that computes paths still uses the old way; this happened for bdist_wininst too. I’ll have a look at the code and reply to your questions tomorrow.

[issue14443] Distutils test failure

2012-04-21 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: This failure is also affecting the new RHEL-6 buildbot I'm attempting to bring online. Failure on trunk: http://www.python.org/dev/buildbot/all/builders/x86%20RHEL%206%203.x/builds/12/steps/test/logs/stdio Failure on 3.2:

[issue14443] Distutils test failure

2012-04-21 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: I'm wondering if there may be a deeper problem here: how certain are we that bdist_rpm isn't using the system Python to handle the byte compilation step? It would explain why the files are still being generated in the old locations. And, in

[issue14443] Distutils test failure

2012-03-31 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: The first bad revision is: changeset: 72818:27a36b05caed branch: 3.2 user:Éric Araujo mer...@netwok.org date:Sat Oct 08 00:34:13 2011 +0200 summary: Fix

[issue14443] Distutils test failure

2012-03-29 Thread Ross Lagerwall
New submission from Ross Lagerwall rosslagerw...@gmail.com: On an up to date Fedora 16: == CPython 3.3.0a1+ (default:d528b2d2+, Mar 29 2012, 18:04:26) [GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] == Linux-3.3.0-4.fc16.x86_64-x86_64-with-fedora-16-Verne little-endian ==

[issue14443] Distutils test failure

2012-03-29 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: The output of running rpmbuild from bash: $ rpmbuild RPM version 4.9.1.2 Copyright (C) 1998-2002 - Red Hat, Inc. This program may be freely redistributed under the terms of the GNU GPL Usage: rpmbuild [-v?] [-bp] [-bc] [-bi] [-bl] [-ba]

[issue14443] Distutils test failure

2012-03-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Related to #1533164. Could you bisect the problem to see if it’s related to old commits or my changes for pycache directories? -- ___ Python tracker rep...@bugs.python.org