* Package: dev-db/redis-4.0.10  * Repository: gentoo  * Maintainer: ultrabug@gentoo.org robbat2@gentoo.org  * USE: abi_ppc_32 elibc_glibc kernel_linux ppc tcmalloc test userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking redis-4.0.10.tar.gz to /var/tmp/portage/dev-db/redis-4.0.10/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-4.0.10/work >>> Preparing source in /var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10 ... * Applying redis-3.2.3-config.patch ...  [ ok ] * Applying redis-4.0.1-shared.patch ...  [ ok ] * Applying redis-4.0.1-sharedlua.patch ...  [ ok ] * Applying redis-sentinel-4.0.6-config.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10' ... * Running aclocal ...  [ ok ] * Running autoconf --force ...  [ ok ] * Running elibtoolize in: redis-4.0.10/ * Running elibtoolize in: redis-4.0.10/deps/jemalloc/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10 ... * econf: updating redis-4.0.10/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating redis-4.0.10/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=powerpc-unknown-linux-gnu --host=powerpc-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/redis-4.0.10 --htmldir=/usr/share/doc/redis-4.0.10/html --libdir=/usr/lib --without-luajit checking whether to build with debug information... no checking for powerpc-unknown-linux-gnu-gcc... powerpc-unknown-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether powerpc-unknown-linux-gnu-gcc accepts -g... yes checking for powerpc-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... powerpc-unknown-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for working strcoll... yes checking for working strtod... yes checking for dup2... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for powerpc-unknown-linux-gnu-pkg-config... /usr/bin/powerpc-unknown-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for lua... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modules/Makefile config.status: creating deps/linenoise/Makefile config.status: creating deps/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/lua/Makefile config.status: creating deps/lua/src/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10 ... make -j3 -l2 USE_TCMALLOC=yes V=1 CC=powerpc-unknown-linux-gnu-gcc 'AR=powerpc-unknown-linux-gnu-ar rcu' RANLIB=powerpc-unknown-linux-gnu-ranlib cd src && make all make[1]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/src' powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -MM *.c > Makefile.dep 2> /dev/null || true 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 && make distclean) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/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=tcmalloc >> .make-settings echo CFLAGS=-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL >> .make-settings echo LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >> .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 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) (echo " -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL" > .make-cflags) (echo "-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" > .make-ldflags) MAKE hiredis MAKE linenoise cd hiredis && make static cd linenoise && make make[3]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps/hiredis' make[3]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps/linenoise' powerpc-unknown-linux-gnu-gcc -Wall -Os -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -c linenoise.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c linenoise.c: In function ‘refreshMultiLine’: linenoise.c:568:27: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("clear+up"); ^ linenoise.c:574:20: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("clear"); ^ linenoise.c:591:28: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug(""); ^ linenoise.c:619:17: warning: ISO C99 requires at least one argument for the "..." in a variadic macro lndebug("\n"); ^ linenoise.c: In function ‘linenoiseEdit’: linenoise.c:809:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] if (c < 0) return l.len; ^ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps/linenoise' powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps/hiredis' make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/deps' powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c adlist.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c quicklist.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c ae.c In file included from zmalloc.h:40:0, from adlist.c:34: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ In file included from zmalloc.h:40:0, from quicklist.c:33: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ In file included from zmalloc.h:40:0, from ae.c:44: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c anet.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c dict.c In file included from zmalloc.h:40:0, from dict.c:47: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c server.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c sds.c In file included from zmalloc.h:40:0, from sdsalloc.h:39, from sds.c:40: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ In file included from zmalloc.h:40:0, from server.h:58, from server.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c zmalloc.c In file included from zmalloc.h:40:0, from zmalloc.c:45: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lzf_c.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lzf_d.c lzf_d.c: In function ‘lzf_decompress’: lzf_d.c:91:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:39: note: here case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:63: note: here case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:91:87: note: here case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ^~~~ lzf_d.c:91:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:15: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:39: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:63: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:92:87: note: here case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ^~~~ lzf_d.c:92:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:15: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:39: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:63: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:93:87: note: here case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ^~~~ lzf_d.c:93:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:15: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:39: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:63: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:94:87: note: here case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ^~~~ lzf_d.c:94:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:15: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:39: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:63: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:95:87: note: here case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ^~~~ lzf_d.c:95:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:15: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:39: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:63: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:96:87: note: here case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ^~~~ lzf_d.c:96:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:15: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:39: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:63: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:97:87: note: here case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ^~~~ lzf_d.c:97:102: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:15: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:30: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:39: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:54: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:63: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:98:78: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ~~~~~~^~~~~~~ lzf_d.c:98:87: note: here case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; ^~~~ lzf_d.c:166:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:167:15: note: here case 8: *op++ = *ref++; ^~~~ lzf_d.c:167:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:168:15: note: here case 7: *op++ = *ref++; ^~~~ lzf_d.c:168:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:169:15: note: here case 6: *op++ = *ref++; ^~~~ lzf_d.c:169:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:170:15: note: here case 5: *op++ = *ref++; ^~~~ lzf_d.c:170:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:171:15: note: here case 4: *op++ = *ref++; ^~~~ lzf_d.c:171:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:172:15: note: here case 3: *op++ = *ref++; ^~~~ lzf_d.c:172:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:173:15: note: here case 2: *op++ = *ref++; ^~~~ lzf_d.c:173:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:174:15: note: here case 1: *op++ = *ref++; ^~~~ lzf_d.c:174:29: warning: this statement may fall through [-Wimplicit-fallthrough=] case 1: *op++ = *ref++; ~~~~~~^~~~~~~~ lzf_d.c:175:15: note: here case 0: *op++ = *ref++; /* two octets more */ ^~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c pqsort.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c zipmap.c In file included from zmalloc.h:40:0, from zipmap.c:80: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c sha1.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c ziplist.c In file included from zmalloc.h:40:0, from ziplist.c:187: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c release.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c networking.c In file included from zmalloc.h:40:0, from server.h:58, from networking.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c util.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c object.c In file included from zmalloc.h:40:0, from server.h:58, from object.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c db.c In file included from zmalloc.h:40:0, from server.h:58, from db.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c replication.c In file included from zmalloc.h:40:0, from server.h:58, from replication.c:32: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c rdb.c In file included from zmalloc.h:40:0, from server.h:58, from rdb.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c t_string.c In file included from zmalloc.h:40:0, from server.h:58, from t_string.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c t_list.c In file included from zmalloc.h:40:0, from server.h:58, from t_list.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c t_set.c In file included from zmalloc.h:40:0, from server.h:58, from t_set.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c t_zset.c In file included from zmalloc.h:40:0, from server.h:58, from t_zset.c:59: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c t_hash.c In file included from zmalloc.h:40:0, from server.h:58, from t_hash.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c config.c In file included from zmalloc.h:40:0, from server.h:58, from config.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c aof.c In file included from zmalloc.h:40:0, from server.h:58, from aof.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c pubsub.c In file included from zmalloc.h:40:0, from server.h:58, from pubsub.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c multi.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c debug.c In file included from zmalloc.h:40:0, from server.h:58, from multi.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c sort.c In file included from zmalloc.h:40:0, from server.h:58, from debug.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ debug.c: In function ‘getMcontextEip’: debug.c:698:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ debug.c:667:41: warning: unused parameter ‘uc’ [-Wunused-parameter] static void *getMcontextEip(ucontext_t *uc) { ^~ debug.c: In function ‘logRegisters’: debug.c:713:31: warning: unused parameter ‘uc’ [-Wunused-parameter] void logRegisters(ucontext_t *uc) { ^~ In file included from zmalloc.h:40:0, from server.h:58, from sort.c:32: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c intset.c In file included from zmalloc.h:40:0, from intset.c:35: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c syncio.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c cluster.c In file included from zmalloc.h:40:0, from server.h:58, from syncio.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c crc16.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c endianconv.c In file included from zmalloc.h:40:0, from server.h:58, from cluster.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c slowlog.c In file included from zmalloc.h:40:0, from server.h:58, from crc16.c:1: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c scripting.c In file included from zmalloc.h:40:0, from server.h:58, from slowlog.c:42: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ In file included from zmalloc.h:40:0, from server.h:58, from scripting.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c bio.c In file included from zmalloc.h:40:0, from server.h:58, from bio.c:61: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c rio.c In file included from zmalloc.h:40:0, from server.h:58, from rio.c:56: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c rand.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c memtest.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c crc64.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c bitops.c In file included from zmalloc.h:40:0, from server.h:58, from bitops.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c notify.c In file included from zmalloc.h:40:0, from server.h:58, from notify.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c setproctitle.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c blocked.c In file included from zmalloc.h:40:0, from server.h:58, from blocked.c:66: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c hyperloglog.c In file included from zmalloc.h:40:0, from server.h:58, from hyperloglog.c:32: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ hyperloglog.c: In function ‘MurmurHash64A’: hyperloglog.c:429:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: h ^= (uint64_t)data[6] << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:430:5: note: here case 6: h ^= (uint64_t)data[5] << 40; ^~~~ hyperloglog.c:430:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: h ^= (uint64_t)data[5] << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:431:5: note: here case 5: h ^= (uint64_t)data[4] << 32; ^~~~ hyperloglog.c:431:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: h ^= (uint64_t)data[4] << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:432:5: note: here case 4: h ^= (uint64_t)data[3] << 24; ^~~~ hyperloglog.c:432:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: h ^= (uint64_t)data[3] << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:433:5: note: here case 3: h ^= (uint64_t)data[2] << 16; ^~~~ hyperloglog.c:433:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= (uint64_t)data[2] << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:434:5: note: here case 2: h ^= (uint64_t)data[1] << 8; ^~~~ hyperloglog.c:434:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= (uint64_t)data[1] << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:435:5: note: here case 1: h ^= (uint64_t)data[0]; ^~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c latency.c In file included from zmalloc.h:40:0, from server.h:58, from latency.c:36: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c sparkline.c In file included from zmalloc.h:40:0, from server.h:58, from sparkline.c:33: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c redis-check-rdb.c In file included from zmalloc.h:40:0, from server.h:58, from redis-check-rdb.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c redis-check-aof.c In file included from zmalloc.h:40:0, from server.h:58, from redis-check-aof.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c geo.c In file included from zmalloc.h:40:0, from server.h:58, from geo.h:4, from geo.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lazyfree.c In file included from zmalloc.h:40:0, from server.h:58, from lazyfree.c:1: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c module.c In file included from zmalloc.h:40:0, from server.h:58, from module.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c evict.c In file included from zmalloc.h:40:0, from server.h:58, from evict.c:33: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c sentinel.c In file included from zmalloc.h:40:0, from server.h:58, from sentinel.c:31: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c expire.c In file included from zmalloc.h:40:0, from server.h:58, from expire.c:33: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c geohash.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c geohash_helper.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c childinfo.c In file included from zmalloc.h:40:0, from server.h:58, from childinfo.c:30: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c defrag.c In file included from zmalloc.h:40:0, from server.h:58, from defrag.c:37: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c siphash.c siphash.c: In function ‘siphash’: siphash.c:145:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: b |= ((uint64_t)in[6]) << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:146:5: note: here case 6: b |= ((uint64_t)in[5]) << 40; ^~~~ siphash.c:146:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: b |= ((uint64_t)in[5]) << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:147:5: note: here case 5: b |= ((uint64_t)in[4]) << 32; ^~~~ siphash.c:147:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: b |= ((uint64_t)in[4]) << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:148:5: note: here case 4: b |= ((uint64_t)in[3]) << 24; ^~~~ siphash.c:148:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: b |= ((uint64_t)in[3]) << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:149:5: note: here case 3: b |= ((uint64_t)in[2]) << 16; ^~~~ siphash.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: b |= ((uint64_t)in[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:150:5: note: here case 2: b |= ((uint64_t)in[1]) << 8; ^~~~ siphash.c:150:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: b |= ((uint64_t)in[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:151:5: note: here case 1: b |= ((uint64_t)in[0]); break; ^~~~ siphash.c: In function ‘siphash_nocase’: siphash.c:205:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: b |= ((uint64_t)siptlw(in[6])) << 48; ^~ siphash.c:206:5: note: here case 6: b |= ((uint64_t)siptlw(in[5])) << 40; ^~~~ siphash.c:206:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: b |= ((uint64_t)siptlw(in[5])) << 40; ^~ siphash.c:207:5: note: here case 5: b |= ((uint64_t)siptlw(in[4])) << 32; ^~~~ siphash.c:207:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: b |= ((uint64_t)siptlw(in[4])) << 32; ^~ siphash.c:208:5: note: here case 4: b |= ((uint64_t)siptlw(in[3])) << 24; ^~~~ siphash.c:208:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: b |= ((uint64_t)siptlw(in[3])) << 24; ^~ siphash.c:209:5: note: here case 3: b |= ((uint64_t)siptlw(in[2])) << 16; ^~~~ siphash.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: b |= ((uint64_t)siptlw(in[2])) << 16; ^~ siphash.c:210:5: note: here case 2: b |= ((uint64_t)siptlw(in[1])) << 8; ^~~~ siphash.c:210:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: b |= ((uint64_t)siptlw(in[1])) << 8; ^~ siphash.c:211:5: note: here case 1: b |= ((uint64_t)siptlw(in[0])); break; ^~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c rax.c In file included from zmalloc.h:40:0, from rax_malloc.h:40, from rax.c:43: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c fpconv.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lua_bit.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lua_cjson.c lua_cjson.c: In function ‘json_append_string’: lua_cjson.c:479:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < len; i++) { ^ lua_cjson.c: In function ‘json_is_invalid_number’: lua_cjson.c:986:10: warning: implicit declaration of function ‘strncasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration] if (!strncasecmp(p, "inf", 3)) ^~~~~~~~~~~ strncmp lua_cjson.c: In function ‘json_append_data’: lua_cjson.c:691:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (lua_touserdata(l, -1) == NULL) { ^ lua_cjson.c:695:5: note: here default: ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lua_cmsgpack.c lua_cmsgpack.c: In function ‘mp_unpack_full’: lua_cmsgpack.c:806:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] else if (offset > len) ^ lua_cmsgpack.c: In function ‘luaopen_create’: lua_cmsgpack.c:906:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { ^ lua_cmsgpack.c: In function ‘luaopen_cmsgpack_safe’: lua_cmsgpack.c:941:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { ^ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c lua_struct.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c redis-cli.c In file included from zmalloc.h:40:0, from redis-cli.c:51: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c redis-benchmark.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -mcpu=powerpc -pipe -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_TCMALLOC -c strbuf.c In file included from zmalloc.h:40:0, from redis-benchmark.c:47: /usr/include/google/tcmalloc.h:35:2: warning: #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" [-Wcpp] #warning "google/tcmalloc.h is deprecated. Use gperftools/tcmalloc.h instead" ^~~~~~~ powerpc-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -o redis-cli anet.o adlist.o redis-cli.o zmalloc.o release.o ae.o crc64.o ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o -lm -llua -lm -ldl -pthread -ltcmalloc powerpc-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic -o redis-server adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o fpconv.o strbuf.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o ../deps/hiredis/libhiredis.a -lm -llua -lm -ldl -pthread -ltcmalloc networking.o: In function `createClient': networking.c:(.text+0x2d8): undefined reference to `__atomic_fetch_add_8' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:193: redis-server] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10/src' make: *** [Makefile:6: all] Error 2 * ERROR: dev-db/redis-4.0.10::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/redis-4.0.10::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-4.0.10::gentoo'`. * The complete build log is located at '/var/log/portage/build/dev-db/redis-4.0.10:20180708-204005.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/redis-4.0.10/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-4.0.10/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10' * S: '/var/tmp/portage/dev-db/redis-4.0.10/work/redis-4.0.10'