Issue6403
Created on 2009-07-02 20:26 by ivank, last changed 2009-10-14 02:01 by srid.
|
msg90034 - (view) |
Author: ivank (ivank) |
Date: 2009-07-02 20:26 |
|
When I built Twisted, I noticed that 'python2.7 setup.py build' created
_c_urlang.so in the wrong place:
$ find . | grep _c_url
./twisted/protocols/_c_urlarg.c
./build/lib.linux-x86_64-2.7/_c_urlarg.so
./build/temp.linux-x86_64-2.7/twisted/protocols/_c_urlarg.o
I noticed the same problem when I built Mercurial 1.3, too.
This happens with svn r73778, but not svn r73145 (June 2). I don't know
which commit caused the problem. I don't know if the problem is in 3.x too.
|
|
msg90046 - (view) |
Author: Tarek Ziadé (tarek) |
Date: 2009-07-03 08:59 |
|
Related to #6365. I've added a test to make sure twisted builds with
'build' and 'build_ext -i'.
Fixed in r73790 and propagated in 2.6/3.1/3.2.
Thanks for the feeback !
(I am also adding twisted in my buildbot to make sure trunk creates a
similar binary dist than 2.6)
|
|
| Date |
User |
Action |
Args |
| 2009-10-14 02:01:55 | srid | set | nosy:
+ srid
|
| 2009-07-03 08:59:53 | tarek | set | status: open -> closed
messages:
+ msg90046 |
| 2009-07-02 22:05:11 | tarek | set | resolution: accepted |
| 2009-07-02 20:35:26 | exarkun | set | nosy:
+ exarkun
|
| 2009-07-02 20:26:43 | ivank | create | |
|