Message99402
| 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:41 | doko | set | recipients:
+ doko, nascheme, nas, tarek, rpetrov, andybuckley |
| 2010年02月16日 12:52:41 | doko | set | messageid: <1266324761.0.0.167735095835.issue4151@psf.upfronthosting.co.za> |
| 2010年02月16日 12:52:39 | doko | link | issue4151 messages |
| 2010年02月16日 12:52:39 | doko | create |
|