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 doko
Recipients andybuckley, doko, nas, nascheme, rpetrov, tarek
Date 2010-02-16.12:52:38
SpamBayes Score 0.00064491044
Marked as misclassified No
Message-id <1266324761.0.0.167735095835.issue4151@psf.upfronthosting.co.za>
In-reply-to
Content
current status with 2.7 alpha3:

FAIL: test_get_python_inc (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/packages/python/2.7/python2.7-2.7~a3/Lib/distutils/tests/test_sysconfig.py", line 47, in test_get_python_inc
    self.assertTrue(os.path.isfile(python_h), python_h)
AssertionError: /home/packages/python/2.7/python2.7-2.7~a3/build-static/Include/Python.h

unsure about this one:
FAIL: test_finalize_options (distutils.tests.test_build.BuildTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/packages/python/2.7/python2.7-2.7~a3/Lib/distutils/tests/test_build.py", line 24, in test_finalize_options
    self.assertEquals(cmd.build_purelib, wanted)
AssertionError: 'build/lib.linux-i686-2.7' != 'build/lib'
History
Date User Action Args
2010-02-16 12:52:41dokosetrecipients: + doko, nascheme, nas, tarek, rpetrov, andybuckley
2010-02-16 12:52:41dokosetmessageid: <1266324761.0.0.167735095835.issue4151@psf.upfronthosting.co.za>
2010-02-16 12:52:39dokolinkissue4151 messages
2010-02-16 12:52:39dokocreate