Bug#752678: [Pkg-pdns-maintainers] Bug#752678: pdns: FTBFS on hurd-i386

2014-07-09 Thread Svante Signell
On Wed, 2014-07-09 at 11:23 +0200, Svante Signell wrote: > On Fri, 2014-06-27 at 09:51 +0200, Peter van Dijk wrote: > > Hello, > > > > Hi, attached is a solution I found out for GNU/Hurd in configure.ac. > AC_EGREP_CPP is used to find out if IPV6_RECVPKTINFO is defined in > . If not it is define

Bug#752678: [Pkg-pdns-maintainers] Bug#752678: pdns: FTBFS on hurd-i386

2014-07-09 Thread Svante Signell
On Fri, 2014-06-27 at 09:51 +0200, Peter van Dijk wrote: > Hello, > > On 25 Jun 2014, at 23:06 , Christian Hofstaedtler wrote: > > >> 2) pdns/nameserver.c: IPV6_RECVPKTINFO is not defined on GNU/Hurd, use > >> IPV6_RXINFO instead. > >> > >> Index: pdns-3.3.1/pdns/nameserver.cc > >>

Bug#752678: [Pkg-pdns-maintainers] Bug#752678: pdns: FTBFS on hurd-i386

2014-06-27 Thread Peter van Dijk
Hello, On 25 Jun 2014, at 23:06 , Christian Hofstaedtler wrote: >> 2) pdns/nameserver.c: IPV6_RECVPKTINFO is not defined on GNU/Hurd, use >> IPV6_RXINFO instead. >> >> Index: pdns-3.3.1/pdns/nameserver.cc >> === >> --- pdns-3.3.1.o

Bug#752678: [Pkg-pdns-maintainers] Bug#752678: pdns: FTBFS on hurd-i386

2014-06-25 Thread Christian Hofstaedtler
Hi! * Svante Signell [140625 16:48]: > pdns fails to build from source on GNU/Hurd due to two > reasons: Thanks for your patch, but please see below: > 1) pdns/arguments.cc: PATH_MAX is not defined on GNU/Hurd. Replace that > construct with the usage of the *.length() method of > params["includ