[issue8577] test_distutils fails if srcdir != builddir

Ronald Oussoren report at bugs.python.org
Fri Apr 30 12:40:04 CEST 2010


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

When I build the trunk with srcdir != builddir test_distutils fails when running tests.

To reproduce:
* Create a checkout of the trunk and chdir into this
* mkdir build
* cd build
* ../configure
* make test

This results in a failure for test_distutils

----------
assignee: tarek
components: Distutils, Library (Lib)
messages: 104616
nosy: ronaldoussoren, tarek
priority: normal
severity: normal
stage: needs patch
status: open
title: test_distutils fails if srcdir != builddir
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8577>
_______________________________________


More information about the Python-bugs-list mailing list