Source: redis
Version: 2:2.8.12-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| cd hiredis && make static
| make[4]: Entering directory '/«PKGBUILDDIR»/deps/hiredis'
| cc -std=c99 -pedantic -c -O3 -fPIC  -Wall -W -Wstrict-prototypes 
-Wwrite-strings -g -ggdb  net.c
| 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

Full build logs:
  
https://buildd.debian.org/status/fetch.php?pkg=redis&arch=kfreebsd-amd64&ver=2%3A2.8.12-1&stamp=1404581093
  
https://buildd.debian.org/status/fetch.php?pkg=redis&arch=kfreebsd-i386&ver=2%3A2.8.12-1&stamp=1404585017

Mraw,
KiBi.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to