[Twisted-Python] 1.1 Will Not Build Under Win32
Hi! I noticed a couple of posts about 1.1rc's failing to build on Win32, due to the the installer not being able to find certain files (rpc.h, and portmap.h), but I've not seen any updates. This problem still exists with 1.1. Is there a way round it? Or, do I need to create a bug report for it? Regards John
John Abel <john.abel@pa.press.net> writes:
Hi!
I noticed a couple of posts about 1.1rc's failing to build on Win32, due to the the installer not being able to find certain files (rpc.h, and portmap.h), but I've not seen any updates. This problem still exists with 1.1. Is there a way round it? Or, do I need to create a bug report for it?
Comment out the section that tries to compile the extension needing rpc.h in setup.py (That's what I did). Just subsititute the test that tries to find out if rpc.h is available with False so that the branch is never entered. Also when you get the build to work the twisted.scripts.twistdw.py script is broken, fix it by looking at twistd.py.
On Thu, Nov 06, 2003 at 10:23:07AM +0100, Syver Enstad wrote:
John Abel <john.abel@pa.press.net> writes:
Hi!
I noticed a couple of posts about 1.1rc's failing to build on Win32, due to the the installer not being able to find certain files (rpc.h, and portmap.h), but I've not seen any updates. This problem still exists with 1.1. Is there a way round it? Or, do I need to create a bug report for it?
Comment out the section that tries to compile the extension needing rpc.h in setup.py (That's what I did). Just subsititute the test that tries to find out if rpc.h is available with False so that the branch is never entered.
Also when you get the build to work the twisted.scripts.twistdw.py script is broken, fix it by looking at twistd.py.
Can you please report these bugs to the tracker, if they aren't already? http://twistedmatrix.com/bugs/ -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://twistedmatrix.com/users/radix.twistd/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Syver, I'm the win32 buildmeister, so I'm looking for this bug to see if I can reproduce it. Are you sure you hit "save" on the bug? I can't find it on any combination of win32, compile, build, windows... Also, assigning it to me probably wouldn't be a bad thing. C Syver Enstad wrote: | Christopher Armstrong <radix@twistedmatrix.com> writes: | | |>Can you please report these bugs to the tracker, if they aren't |>already? | | | Done. | | | | _______________________________________________ | Twisted-Python mailing list | Twisted-Python@twistedmatrix.com | http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQE/q/TO3A5SrXAiHQcRAqjdAJ0e/7TSVKrJAuinM/VH6gdMSuxShgCffpEF Hf9aX2cb+QPCOk4abfLw2Vo= =2G6A -----END PGP SIGNATURE-----
On Fri, Nov 07, 2003 at 11:38:54AM -0800, Cory Dodt wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Syver,
I'm the win32 buildmeister, so I'm looking for this bug to see if I can reproduce it. Are you sure you hit "save" on the bug? I can't find it on any combination of win32, compile, build, windows...
Also, assigning it to me probably wouldn't be a bad thing.
The twistw bug was submitted, and has already been fixed: http://twistedmatrix.com/users/roundup.twistd/twisted/issue389 I see no sign of the build problems in the bug tracker, though. -Andrew.
Andrew Bennetts <andrew-twisted@puzzling.org> writes:
On Fri, Nov 07, 2003 at 11:38:54AM -0800, Cory Dodt wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Syver,
I'm the win32 buildmeister, so I'm looking for this bug to see if I can reproduce it. Are you sure you hit "save" on the bug? I can't find it on any combination of win32, compile, build, windows...
Also, assigning it to me probably wouldn't be a bad thing.
The twistw bug was submitted, and has already been fixed: http://twistedmatrix.com/users/roundup.twistd/twisted/issue389
I see no sign of the build problems in the bug tracker, though.
That's because I haven't submitted a bug report on it.
John Abel wrote:
I noticed a couple of posts about 1.1rc's failing to build on Win32, due to the the installer not being able to find certain files (rpc.h, and portmap.h), but I've not seen any updates. This problem still exists with 1.1. Is there a way round it? Or, do I need to create a bug report for it?
Cory managed to build win32 exes from 1.1 - they are available from our download site... -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python & Twisted consulting
participants (6)
-
Andrew Bennetts -
Christopher Armstrong -
Cory Dodt -
Itamar Shtull-Trauring -
John Abel -
Syver Enstad