Bug#879963: gpsd: FTBFS on non-Linux: daemon not declared

2017-11-28 Thread Pino Toscano
tag 879963 + patch thanks In data venerdì 27 ottobre 2017 21:44:01 CET, Bernd Zeimetz ha scritto: > > Builds of gpsd 3.17 for hurd-i386 and kfreebsd-* (admittedly not > > release architectures) have been failing: > > > > os_compat.c: In function 'int os_daemon(int, int)': > > os_compat.c:124:

Bug#879963: gpsd: FTBFS on non-Linux: daemon not declared

2017-10-27 Thread Aaron M. Ucko
Thanks for the quick reply! Bernd Zeimetz writes: > which cpp define matches kfreebsd properly? freebsd doesn't need unistd.h. unistd.h is available on all POSIX systems, and kFreeBSD does in fact need it here: https://buildd.debian.org/status/fetch.php?pkg=gpsd&arch=kfreebsd-amd64&ver=3.17-3&

Bug#879963: gpsd: FTBFS on non-Linux: daemon not declared

2017-10-27 Thread Bernd Zeimetz
hi, > Builds of gpsd 3.17 for hurd-i386 and kfreebsd-* (admittedly not > release architectures) have been failing: > > os_compat.c: In function 'int os_daemon(int, int)': > os_compat.c:124:12: error: 'daemon' was not declared in this scope >return daemon(nochdir, noclose); > > Please

Bug#879963: gpsd: FTBFS on non-Linux: daemon not declared

2017-10-27 Thread Aaron M. Ucko
Source: gpsd Version: 3.17-3 Severity: important Tags: upstream Justification: fails to build from source (but built successfully in the past) User: debian-h...@lists.debian.org Builds of gpsd 3.17 for hurd-i386 and kfreebsd-* (admittedly not release architectures) have been failing: os_compat.