This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren
Date 2008-06-06.21:34:15
SpamBayes Score 3.882705e-06
Marked as misclassified No
Message-id <1212788058.33.0.328120732213.issue3054@psf.upfronthosting.co.za>
In-reply-to
Content
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):
  File "/Users/ronald/Projects/python/python-
trunk/Lib/distutils/tests/test_build_ext.py", line 23, in setUp
    shutil.copy(xx_c, self.tmp_dir)
  File "/Users/ronald/Projects/python/python-trunk/Lib/shutil.py", line 
82, in copy
    copyfile(src, dst)
  File "/Users/ronald/Projects/python/python-trunk/Lib/shutil.py", line 
46, in copyfile
    fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 
'/Users/ronald/Projects/python/python-trunk/build104/Modules/xxmodule.c'
History
Date User Action Args
2008-06-06 21:34:18ronaldoussorensetspambayes_score: 3.88271e-06 -> 3.882705e-06
recipients: + ronaldoussoren
2008-06-06 21:34:18ronaldoussorensetspambayes_score: 3.88271e-06 -> 3.88271e-06
messageid: <1212788058.33.0.328120732213.issue3054@psf.upfronthosting.co.za>
2008-06-06 21:34:17ronaldoussorenlinkissue3054 messages
2008-06-06 21:34:16ronaldoussorencreate