Bug#733605: [PATCH] Add support for GNU/Hurd

2014-01-06 Thread Svante Signell
On Mon, 2014-01-06 at 15:30 +0100, Svante Signell wrote: > On Fri, 2014-01-03 at 16:49 +0100, Svante Signell wrote: > > Hi, > > > > On Fri, 2014-01-03 at 15:35 +0100, André Hentschel wrote: > > > Am 03.01.2014 12:32, schrieb Svante Signell: > > > > Hi, > > > > > > > > Currently wine-1.6.1 FTBFS o

Bug#733605: [PATCH] Add support for GNU/Hurd

2014-01-06 Thread Svante Signell
On Fri, 2014-01-03 at 16:49 +0100, Svante Signell wrote: > Hi, > > On Fri, 2014-01-03 at 15:35 +0100, André Hentschel wrote: > > Am 03.01.2014 12:32, schrieb Svante Signell: > > > Hi, > > > > > > Currently wine-1.6.1 FTBFS on Debian GNU/Hurd, see ... > > > > This winterbreak i looked into this a

Bug#733605: [pkg-wine-party] Bug#733605: [PATCH] Add support for GNU/Hurd

2014-01-03 Thread Svante Signell
On Fri, 2014-01-03 at 10:18 -0500, Michael Gilbert wrote: > On Fri, Jan 3, 2014 at 6:32 AM, Svante Signell wrote: > > - dlls/ntdll/directory.c: Define a character array on the heap of size > > 4096 instead of using PATH_MAX, which is not defined for GNU/Hurd. This > > approach was used in dlls/ntdl

Bug#733605: [pkg-wine-party] Bug#733605: [PATCH] Add support for GNU/Hurd

2014-01-03 Thread Michael Gilbert
On Fri, Jan 3, 2014 at 6:32 AM, Svante Signell wrote: > - dlls/ntdll/directory.c: Define a character array on the heap of size > 4096 instead of using PATH_MAX, which is not defined for GNU/Hurd. This > approach was used in dlls/ntdll/file.c:server_get_unix_name() where an > array of size 1024 was

Bug#733605: [PATCH] Add support for GNU/Hurd

2014-01-03 Thread Svante Signell
Hi, Currently wine-1.6.1 FTBFS on Debian GNU/Hurd, see https://buildd.debian.org/status/fetch.php?pkg=wine&arch=hurd-i386&ver=1.6.1-11&stamp=1388629359 Attached is a patch enabling the build: - dlls/ntdll/directory.c: Define a character array on the heap of size 4096 instead of using PATH_MAX, w