Bug#771052: fish: FTBFS on hurd-i386

2014-11-26 Thread Svante Signell
On Wed, 2014-11-26 at 22:01 +0800, David Adam wrote: > On Wed, 26 Nov 2014, Svante Signell wrote: > > Currently fish FTBFS on GNU/Hurd due to usage of sys_nerr and > > sys_errlist, for error strings, which is not defined on Hurd and > > depreciated (but still defined on other architectures): e.g. >

Bug#771052: fish: FTBFS on hurd-i386

2014-11-26 Thread Samuel Thibault
David Adam, le Wed 26 Nov 2014 22:01:00 +0800, a écrit : > Above the lines you have changed is a comment: > > // In general, strerror is not async-safe, and therefore we cannot use it > directly > // So instead we have to grub through sys_nerr and sys_errlist directly > > Do you know if this has

Bug#771052: fish: FTBFS on hurd-i386

2014-11-26 Thread David Adam
On Wed, 26 Nov 2014, Svante Signell wrote: > Currently fish FTBFS on GNU/Hurd due to usage of sys_nerr and > sys_errlist, for error strings, which is not defined on Hurd and > depreciated (but still defined on other architectures): e.g. > /usr/include/x86_64-linux-gnu/bits/sys_errlist.h > /* sys_er

Bug#771052: fish: FTBFS on hurd-i386

2014-11-26 Thread Svante Signell
Source: fish Version: 2.1.0-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd Hi, Currently fish FTBFS on GNU/Hurd due to usage of sys_nerr and sys_errlist, for error strings, which is not defined on Hurd and depreciated (but still defined on other architectures)