Bug#748903: python-tornado: FTBFS on hurd-i386

2014-10-25 Thread Samuel Thibault
I have NMUed the proposed patch to DELAYED/0, here is the debdiff. Samuel diff -Nru python-tornado-3.2.2/debian/changelog python-tornado-3.2.2/debian/changelog --- python-tornado-3.2.2/debian/changelog 2014-06-20 17:35:54.0 +0200 +++ python-tornado-3.2.2/debian/changelog

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Svante Signell
On Thu, 2014-05-22 at 22:49 +0200, Guillem Jover wrote: Hi! On Thu, 2014-05-22 at 09:20:59 +0200, Svante Signell wrote: Source: python-tornado Version: 3.2.0-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Currently python-tornado fails to

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Samuel Thibault
Svante Signell, le Fri 23 May 2014 13:45:50 +0200, a écrit : Index: python-tornado-3.2.0/tornado/iostream.py === --- python-tornado-3.2.0.orig/tornado/iostream.py +++ python-tornado-3.2.0/tornado/iostream.py @@ -748,7 +748,11 @@

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Svante Signell
On Fri, 2014-05-23 at 13:58 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 13:45:50 +0200, a écrit : Index: python-tornado-3.2.0/tornado/iostream.py === --- python-tornado-3.2.0.orig/tornado/iostream.py +++

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Samuel Thibault
Svante Signell, le Fri 23 May 2014 14:28:49 +0200, a écrit : On Fri, 2014-05-23 at 13:58 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 13:45:50 +0200, a écrit : Index: python-tornado-3.2.0/tornado/iostream.py

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Svante Signell
On Fri, 2014-05-23 at 14:42 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 14:28:49 +0200, a écrit : On Fri, 2014-05-23 at 13:58 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 13:45:50 +0200, a écrit : Index: python-tornado-3.2.0/tornado/iostream.py

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-23 Thread Samuel Thibault
Svante Signell, le Fri 23 May 2014 16:02:16 +0200, a écrit : On Fri, 2014-05-23 at 14:42 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 14:28:49 +0200, a écrit : On Fri, 2014-05-23 at 13:58 +0200, Samuel Thibault wrote: Svante Signell, le Fri 23 May 2014 13:45:50 +0200,

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-22 Thread Svante Signell
Source: python-tornado Version: 3.2.0-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, Currently python-tornado fails to build from source on GNU/Hurd due to two failed tests: test_unix_socket and test_unix_socket_bad_request. The attached patch fixes these

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-22 Thread Samuel Thibault
Svante Signell, le Thu 22 May 2014 09:20:59 +0200, a écrit : The attached patch fixes these failures by not using the options SO_REUSEADDR for setsockopt in tornado/netutil.py and SO_ERROR for getsockopt in tornado/iostream.py since they are not yet implemented. Just to avoid a

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-22 Thread Svante Signell
On Thu, 2014-05-22 at 09:48 +0200, Samuel Thibault wrote: Svante Signell, le Thu 22 May 2014 09:20:59 +0200, a écrit : The attached patch fixes these failures by not using the options SO_REUSEADDR for setsockopt in tornado/netutil.py and SO_ERROR for getsockopt in tornado/iostream.py since

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-22 Thread Samuel Thibault
Svante Signell, le Thu 22 May 2014 10:02:55 +0200, a écrit : --- a/tornado_netutil.py 2014-01-09 03:57:56.0 +0100 +++ b/tornado/netutil.py 2014-05-21 17:38:42.0 +0200 @@ -119,7 +120,8 @@ sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)

Bug#748903: python-tornado: FTBFS on hurd-i386

2014-05-22 Thread Guillem Jover
Hi! On Thu, 2014-05-22 at 09:20:59 +0200, Svante Signell wrote: Source: python-tornado Version: 3.2.0-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Currently python-tornado fails to build from source on GNU/Hurd due to two failed tests: