=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for redis-5.0.8 cd src && /usr/pkg/bin/gmake all gmake[1]: Entering directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/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 '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/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 '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/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 -D_FORTIFY_SOURCE=2 -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 -D_FORTIFY_SOURCE=2 -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 '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/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 -D_FORTIFY_SOURCE=2 -I/usr/include" > .make-cflags) (echo "-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib" > .make-ldflags) MAKE hiredis cd hiredis && /usr/pkg/bin/gmake static gmake[3]: Entering directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/hiredis' gcc -std=c99 -pedantic -c -O3 -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c gcc -std=c99 -pedantic -c -O3 -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c gcc -std=c99 -pedantic -c -O3 -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c gcc -std=c99 -pedantic -c -O3 -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c gcc -std=c99 -pedantic -c -O3 -fPIC -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o gmake[3]: Leaving directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/hiredis' MAKE linenoise cd linenoise && /usr/pkg/bin/gmake gmake[3]: Entering directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/linenoise' gcc -Wall -Os -g -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -c linenoise.c gmake[3]: Leaving directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/linenoise' MAKE lua cd lua/src && /usr/pkg/bin/gmake all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include" MYLDFLAGS="-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib" AR="ar rcu" gmake[3]: Entering directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/lua/src' gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lapi.o lapi.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lcode.o lcode.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ldebug.o ldebug.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ldo.o ldo.c ldo.c: In function 'f_parser': ldo.c:496:7: warning: unused variable 'c' [-Wunused-variable] gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ldump.o ldump.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lfunc.o lfunc.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lgc.o lgc.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o llex.o llex.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lmem.o lmem.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lobject.o lobject.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lopcodes.o lopcodes.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lparser.o lparser.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lstate.o lstate.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lstring.o lstring.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ltable.o ltable.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ltm.o ltm.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lundump.o lundump.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lvm.o lvm.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lzio.o lzio.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o strbuf.o strbuf.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o fpconv.o fpconv.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lauxlib.o lauxlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lbaselib.o lbaselib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ldblib.o ldblib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o liolib.o liolib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lmathlib.o lmathlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o loslib.o loslib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ltablib.o ltablib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lstrlib.o lstrlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o loadlib.o loadlib.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o linit.o linit.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lua_cjson.o lua_cjson.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lua_struct.o lua_struct.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lua_cmsgpack.o lua_cmsgpack.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lua_bit.o lua_bit.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 gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o lua.o lua.c gcc -o lua -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib lua.o liblua.a -lm ld: liblua.a(loslib.o): in function `os_tmpname': loslib.c:(.text+0x3d4): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o luac.o luac.c gcc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o print.o print.c gcc -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 '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps/lua/src' gmake[2]: Leaving directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/deps' CC adlist.o CC quicklist.o CC ae.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 util.c: In function 'stringmatchlen': util.c:138:16: warning: this statement may fall through [-Wimplicit-fallthrough=] util.c:143:9: note: here CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o 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 hyperloglog.c: In function 'MurmurHash64A': hyperloglog.c:442:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:443:5: note: here hyperloglog.c:443:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:444:5: note: here hyperloglog.c:444:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:445:5: note: here hyperloglog.c:445:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:446:5: note: here hyperloglog.c:446:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:447:5: note: here hyperloglog.c:447:15: warning: this statement may fall through [-Wimplicit-fallthrough=] hyperloglog.c:448:5: note: here 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 siphash.c: In function 'siphash': siphash.c:145:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:146:5: note: here siphash.c:146:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:147:5: note: here siphash.c:147:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:148:5: note: here siphash.c:148:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:149:5: note: here siphash.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:150:5: note: here siphash.c:150:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:151:5: note: here siphash.c: In function 'siphash_nocase': siphash.c:205:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:206:5: note: here siphash.c:206:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:207:5: note: here siphash.c:207:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:208:5: note: here siphash.c:208:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:209:5: note: here siphash.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:210:5: note: here siphash.c:210:15: warning: this statement may fall through [-Wimplicit-fallthrough=] siphash.c:211:5: note: here CC rax.o CC t_stream.o CC listpack.o listpack.c: In function 'lpSeek': listpack.c:771:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] listpack.c:774:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CC localtime.o CC lolwut.o CC lolwut5.o LINK redis-server ld: server.o: in function `updateCachedTime': /tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/src/server.c:1073: undefined reference to `__atomic_store_8' ld: networking.o: in function `createClient': /tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/src/networking.c:109: undefined reference to `__atomic_fetch_add_8' distcc[9579] ERROR: compile (null) on localhost failed gmake[1]: *** [Makefile:233: redis-server] Error 1 gmake[1]: Leaving directory '/tmp/pkgbuild/databases/redis/work.powerpc/redis-5.0.8/src' gmake: *** [Makefile:6: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/databases/redis *** Error code 1 Stop. make: stopped in /usr/pkgsrc/databases/redis