Re: Bug#584538: libdebian-installer: problems on Hurd with poll()

2010-08-04 Thread Aurelien Jarno
On Sun, Aug 01, 2010 at 05:02:47PM +0200, Samuel Thibault wrote: > Hello, Hi, > Jérémie Koenig, le Fri 04 Jun 2010 14:41:34 +0200, a écrit : > > On Hurd, libdebian-installer gets stuck inside the internal_di_exec() > > function. This is caused by the way poll() reports end-of-file, which > > canno

Re: Bug#584538: libdebian-installer: problems on Hurd with poll()

2010-08-01 Thread Samuel Thibault
Hello, Jérémie Koenig, le Fri 04 Jun 2010 14:41:34 +0200, a écrit : > On Hurd, libdebian-installer gets stuck inside the internal_di_exec() > function. This is caused by the way poll() reports end-of-file, which > cannot be portably relied on. > > The attach patch uses feof() instead of POLLHUP t

Bug#584538: libdebian-installer: problems on Hurd with poll()

2010-06-04 Thread Jérémie Koenig
Package: libdebian-installer4 Version: 0.72 Tags: patch User: j...@jk.fr.eu.org Usertags: gsoc2010 Hello, On Hurd, libdebian-installer gets stuck inside the internal_di_exec() function. This is caused by the way poll() reports end-of-file, which cannot be portably relied on. The attach patch use