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.
Created on 2009年02月11日 14:42 by doko, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg81645 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2009年02月11日 14:42 | |
these tests fail, when python is built with builddir != srcdir. ====================================================================== ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/packages/python/2.6/python2.6-2.6.1/Lib/distutils/tests/test_build_ext.p y", line 23, in setUp shutil.copy(xx_c, self.tmp_dir) File "/home/packages/python/2.6/python2.6-2.6.1/Lib/shutil.py", line 88, in copy copyfile(src, dst) File "/home/packages/python/2.6/python2.6-2.6.1/Lib/shutil.py", line 52, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: '/home/packages/python/2.6/python2.6-2.6 .1/build-static/Modules/xxmodule.c' ====================================================================== ERROR: test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/packages/python/2.6/python2.6-2.6.1/Lib/distutils/tests/test_build_ext.py", line 23, in setUp shutil.copy(xx_c, self.tmp_dir) File "/home/packages/python/2.6/python2.6-2.6.1/Lib/shutil.py", line 88, in copy copyfile(src, dst) File "/home/packages/python/2.6/python2.6-2.6.1/Lib/shutil.py", line 52, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: '/home/packages/python/2.6/python2.6-2.6.1/build-static/Modules/xxmodule.c' |
|||
| msg81667 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2009年02月11日 20:37 | |
I guess fixed in trunk - see issue4070 and issue4151 . |
|||
| msg81887 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2009年02月13日 08:49 | |
Matthias, can you confirm the test passes now on your side, so I close this issue. Thanks |
|||
| msg81915 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2009年02月13日 12:31 | |
no, still seen on the branches. I'll have a look at backporting these changes to the 2.6 branch before 2.6.2. |
|||
| msg81917 - (view) | Author: Tarek Ziadé (tarek) * (Python committer) | Date: 2009年02月13日 12:38 | |
can you tell where xxmodule.c is in your installation ? (in 'builddir' ?) |
|||
| msg82171 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2009年02月15日 21:44 | |
in my case builddir is a subdirectory of srcdir. xxmodule.c can be found in <srcdir>/Modules/xxmodule.c |
|||
| msg99404 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2010年02月16日 12:56 | |
this is fixed in 2.7 alpha3 and 3.2 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:45 | admin | set | github: 49466 |
| 2010年02月16日 12:56:50 | doko | set | status: open -> closed resolution: fixed messages: + msg99404 |
| 2009年02月15日 21:44:02 | doko | set | messages: + msg82171 |
| 2009年02月13日 12:38:56 | tarek | set | messages: + msg81917 |
| 2009年02月13日 12:31:55 | doko | set | messages:
+ msg81915 versions: - Python 3.1, Python 2.7 |
| 2009年02月13日 09:00:10 | tarek | set | priority: low |
| 2009年02月13日 08:49:39 | tarek | set | messages: + msg81887 |
| 2009年02月11日 20:37:30 | rpetrov | set | nosy:
+ rpetrov messages: + msg81667 |
| 2009年02月11日 14:42:05 | doko | create | |