Your message dated Thu, 06 Oct 2016 20:59:28 +0100
with message-id
<1475783968.929417.748201049.7ed05...@webmail.messagingengine.com>
and subject line Re: disque: FTBFS on kFreeBSD: TCP_KEEP* undeclared
has caused the Debian Bug report #810032,
regarding disque: FTBFS on kFreeBSD: TCP_KEEP* undeclared
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
810032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: disque
Version: 1.0~rc1-2
Severity: serious
Justification: fails to build from source
The kFreeBSD builds of disque failed when trying to compile the
embedded copy of hiredis:
net.c: In function 'redisKeepAlive':
net.c:143:37: error: 'TCP_KEEPIDLE' undeclared (first use in this function)
if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &val, sizeof(val)) < 0) {
^
net.c:143:37: note: each undeclared identifier is reported only once for each
function it appears in
net.c:150:37: error: 'TCP_KEEPINTVL' undeclared (first use in this function)
if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &val, sizeof(val)) < 0) {
^
net.c:156:37: error: 'TCP_KEEPCNT' undeclared (first use in this function)
if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &val, sizeof(val)) < 0) {
^
Makefile:118: recipe for target 'net.o' failed
Per Policy 4.13, it would be best to use separately packaged hiredis;
however, if that's not feasible, please fix the embedded copy for
kFreeBSD.
Thanks!
--- End Message ---
--- Begin Message ---
> disque: FTBFS on kFreeBSD: TCP_KEEP* undeclared
disque has been removed from the archive.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- End Message ---