=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for redis-4.0.9 cd src && /usr/pkg/bin/gmake all gmake[1]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/src' CC Makefile.dep rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark (cd ../deps && /usr/pkg/bin/gmake distclean) gmake[2]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps' (cd hiredis && /usr/pkg/bin/gmake clean) > /dev/null || true (cd linenoise && /usr/pkg/bin/gmake clean) > /dev/null || true (cd lua && /usr/pkg/bin/gmake clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/pkg/bin/gmake distclean) > /dev/null || true (rm -f .make-*) gmake[2]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps' (rm -f .make-*) echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=libc >> .make-settings echo CFLAGS=-O2 -I/usr/include >> .make-settings echo LDFLAGS=-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -O2 -I/usr/include -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src >> .make-settings echo PREV_FINAL_LDFLAGS=-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -g -ggdb >> .make-settings (cd ../deps && /usr/pkg/bin/gmake hiredis linenoise lua) gmake[2]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps' (cd hiredis && /usr/pkg/bin/gmake clean) > /dev/null || true (cd linenoise && /usr/pkg/bin/gmake clean) > /dev/null || true (cd lua && /usr/pkg/bin/gmake clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/pkg/bin/gmake distclean) > /dev/null || true (rm -f .make-*) (echo "-O2 -I/usr/include" > .make-cflags) (echo "-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib" > .make-ldflags) MAKE hiredis MAKE linenoise cd linenoise && /usr/pkg/bin/gmake MAKE lua cd lua/src && /usr/pkg/bin/gmake all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include" MYLDFLAGS="-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib" AR="ar rcu" cd hiredis && /usr/pkg/bin/gmake static gmake[3]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/linenoise' clang -Wall -Os -g -O2 -I/usr/include -c linenoise.c gmake[3]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/lua/src' clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lapi.o lapi.c gmake[3]: Entering directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/hiredis' clang -std=c99 -pedantic -c -O3 -fPIC -O2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c net.c:434:29: error: use of undeclared identifier 'AF_LOCAL' if (redisCreateSocket(c,AF_LOCAL) < 0) ^ net.c:459:21: error: use of undeclared identifier 'AF_LOCAL' sa.sun_family = AF_LOCAL; ^ 2 errors generated. Makefile:156: recipe for target 'net.o' failed gmake[3]: *** [net.o] Error 1 gmake[3]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/hiredis' Makefile:45: recipe for target 'hiredis' failed gmake[2]: *** [hiredis] Error 2 gmake[2]: *** Waiting for unfinished jobs.... clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lcode.o lcode.c gmake[3]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/linenoise' clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ldebug.o ldebug.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ldo.o ldo.c ldo.c:496:7: warning: unused variable 'c' [-Wunused-variable] int c = luaZ_lookahead(p->z); ^ 1 warning generated. clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ldump.o ldump.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lfunc.o lfunc.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lgc.o lgc.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o llex.o llex.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lmem.o lmem.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lobject.o lobject.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lopcodes.o lopcodes.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lparser.o lparser.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lstate.o lstate.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lstring.o lstring.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ltable.o ltable.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ltm.o ltm.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lundump.o lundump.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lvm.o lvm.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lzio.o lzio.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o strbuf.o strbuf.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o fpconv.o fpconv.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lauxlib.o lauxlib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lbaselib.o lbaselib.c lauxlib.c:577:61: warning: while loop has empty body [-Wempty-body] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; ^ lauxlib.c:577:61: note: put the semicolon on a separate line to silence this warning clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ldblib.o ldblib.c 1 warning generated. clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o liolib.o liolib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lmathlib.o lmathlib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o loslib.o loslib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o ltablib.o ltablib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lstrlib.o lstrlib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o loadlib.o loadlib.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o linit.o linit.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lua_cjson.o lua_cjson.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lua_struct.o lua_struct.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lua_cmsgpack.o lua_cmsgpack.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lua_bit.o lua_bit.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o lua.o lua.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o luac.o luac.c clang -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -I/usr/include -I/usr/include -c -o print.o print.c ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files ranlib liblua.a clang -o lua -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib lua.o liblua.a -lm liblua.a(loslib.o): In function `os_tmpname': loslib.c:(.text+0x8c2): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() clang -o luac -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib luac.o print.o liblua.a -lm gmake[3]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps/lua/src' gmake[2]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/deps' Makefile:175: recipe for target 'persist-settings' failed gmake[1]: [persist-settings] Error 2 (ignored) CC quicklist.o CC ae.o CC adlist.o CC anet.o CC dict.o CC server.o CC sds.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o networking.c:468:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isinf(d)) { ^ /usr/include/math.h:112:18: note: expanded from macro 'isinf' #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ CC object.o object.c:566:17: warning: generic selections are a C11-specific feature [-Wc11-extensions] isnan(value)) ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ object.c:608:17: warning: generic selections are a C11-specific feature [-Wc11-extensions] isnan(value)) ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ util.c:444:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] isnan(value)) ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ util.c:457:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(value)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ util.c:459:16: warning: generic selections are a C11-specific feature [-Wc11-extensions] } else if (isinf(value)) { ^ /usr/include/math.h:112:18: note: expanded from macro 'isinf' #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ util.c:503:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isinf(value)) { ^ /usr/include/math.h:112:18: note: expanded from macro 'isinf' #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ 4 warnings generated. CC db.o 2 warnings generated. CC replication.o 1 warning generated. CC rdb.o CC t_string.o t_string.c:412:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(value) || isinf(value)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_string.c:412:25: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(value) || isinf(value)) { ^ /usr/include/math.h:112:18: note: expanded from macro 'isinf' #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ rdb.c:515:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(val)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ rdb.c:518:17: warning: generic selections are a C11-specific feature [-Wc11-extensions] } else if (!isfinite(val)) { ^ /usr/include/math.h:111:21: note: expanded from macro 'isfinite' #define isfinite(x) __fp_type_select(x, __isfinitef, __isfinite, __isfinitel) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ 2 warnings generated. CC t_list.o CC t_set.o CC t_zset.o t_zset.c:137:19: warning: generic selections are a C11-specific feature [-Wc11-extensions] serverAssert(!isnan(score)); ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:478:36: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (eptr[0] != '\0' || isnan(spec->min)) return C_ERR; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:482:36: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (eptr[0] != '\0' || isnan(spec->min)) return C_ERR; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:490:36: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (eptr[0] != '\0' || isnan(spec->max)) return C_ERR; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:494:36: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (eptr[0] != '\0' || isnan(spec->max)) return C_ERR; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:1270:9: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(score)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:1289:21: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(score)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:1335:21: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(score)) { ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:2102:13: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(*target)) *target = 0.0; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:2235:21: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(score)) score = 0; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ t_zset.c:2282:21: warning: generic selections are a C11-specific feature [-Wc11-extensions] if (isnan(score)) score = 0; ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ CC t_hash.o 2 warnings generated. CC config.o CC aof.o CC pubsub.o 11 warnings generated. CC multi.o CC debug.o debug.c:1152:60: warning: unused parameter 'secret' [-Wunused-parameter] void watchdogSignalHandler(int sig, siginfo_t *info, void *secret) { ^ CC sort.o sort.c:470:25: warning: generic selections are a C11-specific feature [-Wc11-extensions] isnan(vector[j].u.score)) ^ /usr/include/math.h:114:2: note: expanded from macro 'isnan' __fp_type_select(x, __inline_isnanf, __inline_isnan, __inline_isnanl) ^ /usr/include/math.h:82:39: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((x), \ ^ CC intset.o 1 warning generated. CC syncio.o 1 warning generated. CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o CC redis-cli.o CC redis-benchmark.o LINK redis-server clang: error: no such file or directory: '../deps/hiredis/libhiredis.a' Makefile:204: recipe for target 'redis-server' failed gmake[1]: *** [redis-server] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/var/pkgsrc/work/databases/redis/work/redis-4.0.9/src' Makefile:6: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/databases/redis *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/databases/redis