[issue3054] test_disutils fails

2009-12-26 Thread Ronald Oussoren
Ronald Oussoren added the comment: This issue is fixed in the 2.7 and 3.2 trees. I'm therefore closing this issue. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue3054] test_disutils fails

2008-06-19 Thread Neil Schemenauer
Changes by Neil Schemenauer <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10660/sysconfig_builddir.patch ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3054] test_disutils fails

2008-06-19 Thread Neil Schemenauer
Changes by Neil Schemenauer <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10659/test_ext_src.patch ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3054] test_disutils fails

2008-06-19 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: One final patch for today (get_python_inc.patch). The patch combines my previous two patches and also cleans up some ugly code in setup.py and test_sysconfig.py. The source of the ugliness was that get_python_inc() did not work when runnin

[issue3054] test_disutils fails

2008-06-19 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: I think my previous patch combined with sysconfig_builddir.patch fixes this issue. Someone will need to test on other platforms. Note that the messy code in setup.py and in the tests should still be cleaned up. BTW, distutils is a den of

[issue3054] test_disutils fails

2008-06-19 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: Looks like this has exposed some ugly code. From setup.py: # Figure out the location of the source code for extension modules # (This logic is copied in distutils.test.test_sysconfig, # so building in a separate directory does not br

[issue3054] test_disutils fails

2008-06-07 Thread Dror Levin
Dror Levin <[EMAIL PROTECTED]> added the comment: This also happens in py3k. Attached a patch that fixes this by using the dirname of sysconfig.project_base if the file is not found, but perhaps a better solution could be found... -- keywords: +patch nosy: +spatz versions: +Python 3.0 Ad

[issue3054] test_disutils fails

2008-06-06 Thread Ronald Oussoren
Changes by Ronald Oussoren <[EMAIL PROTECTED]>: -- components: +Tests -Distutils type: -> behavior ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3054] test_disutils fails

2008-06-06 Thread Ronald Oussoren
New submission from Ronald Oussoren <[EMAIL PROTECTED]>: test_distutils fails when you're not building in the root of the source tree. That is: mkdir build cd build ../configure make make check This fails like this: test test_distutils failed -- Traceback (most recent call last):