* Package: dev-db/redis-4.0.14 * Repository: gentoo * Maintainer: robbat2@gentoo.org * USE: abi_ppc_32 elibc_glibc jemalloc kernel_linux ppc userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking redis-4.0.14.tar.gz to /var/tmp/portage/dev-db/redis-4.0.14/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-4.0.14/work >>> Preparing source in /var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14 ... * 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 ... patching file sentinel.conf Hunk #1 succeeded at 203 with fuzz 2 (offset 9 lines). [ ok ] * Selected LUAPKGCONFIG=lua * Running eautoreconf in '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running elibtoolize in: redis-4.0.14/ * Running elibtoolize in: redis-4.0.14/deps/jemalloc/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14 ... * econf: updating redis-4.0.14/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating redis-4.0.14/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub ./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.14 --htmldir=/usr/share/doc/redis-4.0.14/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 deps/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/linenoise/Makefile config.status: creating deps/lua/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/lua/src/Makefile config.status: creating src/modules/Makefile config.status: creating src/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14 ... make -j12 JEMALLOC_SHARED=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.14/work/redis-4.0.14/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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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.14/work/redis-4.0.14/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.14/work/redis-4.0.14/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=jemalloc >> .make-settings echo CFLAGS=-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL >> .make-settings echo LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >> .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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise) make[2]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14/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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL" > .make-cflags) (echo "-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" > .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.14/work/redis-4.0.14/deps/hiredis' make[3]: Entering directory '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14/deps/linenoise' powerpc-unknown-linux-gnu-gcc -Wall -Os -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -g -ggdb -Werror=format-security -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 -pipe -g -ggdb -Werror=format-security -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c powerpc-unknown-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c linenoise.c: In function ‘linenoiseEdit’: linenoise.c:809:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 809 | 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c make[3]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14/deps/linenoise' 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.14/work/redis-4.0.14/deps/hiredis' make[2]: Leaving directory '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14/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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c ae.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c dict.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sds.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c zmalloc.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lzf_d.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c zipmap.c lzf_d.c: In function ‘lzf_decompress’: lzf_d.c:91:30: warning: this statement may fall through [-Wimplicit-fallthrough=] 91 | case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:91:39: note: here 91 | 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=] 91 | case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:91:63: note: here 91 | 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=] 91 | se 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:91:87: note: here 91 | p++ = *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=] 91 | *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:92:15: note: here 92 | 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=] 92 | case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:92:39: note: here 92 | 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=] 92 | case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:92:63: note: here 92 | 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=] 92 | se 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:92:87: note: here 92 | p++ = *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=] 92 | *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:93:15: note: here 93 | 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=] 93 | case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:93:39: note: here 93 | 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=] 93 | case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:93:63: note: here 93 | 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=] 93 | se 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:93:87: note: here 93 | p++ = *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=] 93 | *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:94:15: note: here 94 | 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=] 94 | case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:94:39: note: here 94 | 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=] 94 | case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:94:63: note: here 94 | 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=] 94 | se 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:94:87: note: here 94 | p++ = *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=] 94 | *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:95:15: note: here 95 | 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=] 95 | case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:95:39: note: here 95 | 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=] 95 | case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:95:63: note: here 95 | 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=] 95 | se 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:95:87: note: here 95 | p++ = *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=] 95 | *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:96:15: note: here 96 | 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=] 96 | case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:96:39: note: here 96 | 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=] 96 | case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:96:63: note: here 96 | 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=] 96 | se 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:96:87: note: here 96 | p++ = *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=] 96 | *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:97:15: note: here 97 | 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=] 97 | case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:97:39: note: here 97 | 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=] 97 | case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:97:63: note: here 97 | 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=] 97 | se 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:97:87: note: here 97 | p++ = *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=] 97 | *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:98:15: note: here 98 | 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=] 98 | case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:98:39: note: here 98 | 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=] 98 | case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:98:63: note: here 98 | 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=] 98 | se 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | ~~~~~~^~~~~~~ lzf_d.c:98:87: note: here 98 | p++ = *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=] 166 | case 9: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:167:15: note: here 167 | case 8: *op++ = *ref++; | ^~~~ lzf_d.c:167:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 167 | case 8: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:168:15: note: here 168 | case 7: *op++ = *ref++; | ^~~~ lzf_d.c:168:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 168 | case 7: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:169:15: note: here 169 | case 6: *op++ = *ref++; | ^~~~ lzf_d.c:169:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 169 | case 6: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:170:15: note: here 170 | case 5: *op++ = *ref++; | ^~~~ lzf_d.c:170:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 170 | case 5: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:171:15: note: here 171 | case 4: *op++ = *ref++; | ^~~~ lzf_d.c:171:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 171 | case 4: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:172:15: note: here 172 | case 3: *op++ = *ref++; | ^~~~ lzf_d.c:172:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 172 | case 3: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:173:15: note: here 173 | case 2: *op++ = *ref++; | ^~~~ lzf_d.c:173:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 173 | case 2: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:174:15: note: here 174 | case 1: *op++ = *ref++; | ^~~~ lzf_d.c:174:29: warning: this statement may fall through [-Wimplicit-fallthrough=] 174 | case 1: *op++ = *ref++; | ~~~~~~^~~~~~~~ lzf_d.c:175:15: note: here 175 | 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c ziplist.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c networking.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c object.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c db.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c replication.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rdb.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_string.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_list.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_set.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_zset.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c t_hash.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c config.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c aof.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c pubsub.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c debug.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sort.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c intset.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c syncio.c debug.c: In function ‘getMcontextEip’: debug.c:698:1: warning: no return statement in function returning non-void [-Wreturn-type] 698 | } | ^ debug.c:667:41: warning: unused parameter ‘uc’ [-Wunused-parameter] 667 | static void *getMcontextEip(ucontext_t *uc) { | ~~~~~~~~~~~~^~ debug.c: In function ‘logRegisters’: debug.c:713:31: warning: unused parameter ‘uc’ [-Wunused-parameter] 713 | void logRegisters(ucontext_t *uc) { | ~~~~~~~~~~~~^~ 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c cluster.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c endianconv.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c slowlog.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c scripting.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c bio.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rio.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c bitops.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sentinel.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c notify.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c blocked.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c hyperloglog.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c latency.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c sparkline.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-check-rdb.c hyperloglog.c: In function ‘MurmurHash64A’: hyperloglog.c:429:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 429 | case 7: h ^= (uint64_t)data[6] << 48; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:430:5: note: here 430 | case 6: h ^= (uint64_t)data[5] << 40; | ^~~~ hyperloglog.c:430:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 430 | case 6: h ^= (uint64_t)data[5] << 40; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:431:5: note: here 431 | case 5: h ^= (uint64_t)data[4] << 32; | ^~~~ hyperloglog.c:431:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 431 | case 5: h ^= (uint64_t)data[4] << 32; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:432:5: note: here 432 | case 4: h ^= (uint64_t)data[3] << 24; | ^~~~ hyperloglog.c:432:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 432 | case 4: h ^= (uint64_t)data[3] << 24; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:433:5: note: here 433 | case 3: h ^= (uint64_t)data[2] << 16; | ^~~~ hyperloglog.c:433:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 433 | case 3: h ^= (uint64_t)data[2] << 16; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:434:5: note: here 434 | case 2: h ^= (uint64_t)data[1] << 8; | ^~~~ hyperloglog.c:434:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 434 | case 2: h ^= (uint64_t)data[1] << 8; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:435:5: note: here 435 | 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-check-aof.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c geo.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lazyfree.c redis-check-aof.c: In function ‘consumeNewline.part.0’: redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:45:9: note: in expansion of macro ‘ERROR’ 45 | ERROR("Expected \\r\\n, got: %02x%02x",buf[0],buf[1]); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘readLong’: redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:58:9: note: in expansion of macro ‘ERROR’ 58 | ERROR("Expected prefix '%c', got: '%c'",prefix,buf[0]); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘readBytes’: redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:70:9: note: in expansion of macro ‘ERROR’ 70 | ERROR("Expected to read %ld bytes, got %ld bytes",length,real); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function ‘process’: redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:120:25: note: in expansion of macro ‘ERROR’ 120 | ERROR("Unexpected EXEC"); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:115:25: note: in expansion of macro ‘ERROR’ 115 | ERROR("Unexpected MULTI"); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:37:36: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1004 [-Wformat-truncation=] 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:136:9: note: in expansion of macro ‘ERROR’ 136 | ERROR("Reached EOF before reading EXEC for MULTI"); | ^~~~~ redis-check-aof.c:37:47: note: format string is defined here 37 | snprintf(error, sizeof(error), "0x%16llx: %s", (long long)epos, __buf); \ | ^~ In file included from /usr/include/stdio.h:867, from rio.h:35, from server.h:36, from redis-check-aof.c:31: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 21 and 1044 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c module.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c evict.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c expire.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c childinfo.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c defrag.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c siphash.c siphash.c: In function ‘siphash’: siphash.c:145:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 145 | case 7: b |= ((uint64_t)in[6]) << 48; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:146:5: note: here 146 | case 6: b |= ((uint64_t)in[5]) << 40; | ^~~~ siphash.c:146:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 146 | case 6: b |= ((uint64_t)in[5]) << 40; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:147:5: note: here 147 | case 5: b |= ((uint64_t)in[4]) << 32; | ^~~~ siphash.c:147:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 147 | case 5: b |= ((uint64_t)in[4]) << 32; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:148:5: note: here 148 | case 4: b |= ((uint64_t)in[3]) << 24; | ^~~~ siphash.c:148:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 148 | case 4: b |= ((uint64_t)in[3]) << 24; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:149:5: note: here 149 | case 3: b |= ((uint64_t)in[2]) << 16; | ^~~~ siphash.c:149:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 149 | case 3: b |= ((uint64_t)in[2]) << 16; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:150:5: note: here 150 | case 2: b |= ((uint64_t)in[1]) << 8; | ^~~~ siphash.c:150:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 150 | case 2: b |= ((uint64_t)in[1]) << 8; | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ siphash.c:151:5: note: here 151 | 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=] 205 | case 7: b |= ((uint64_t)siptlw(in[6])) << 48; | ^~ siphash.c:206:5: note: here 206 | case 6: b |= ((uint64_t)siptlw(in[5])) << 40; | ^~~~ siphash.c:206:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 206 | case 6: b |= ((uint64_t)siptlw(in[5])) << 40; | ^~ siphash.c:207:5: note: here 207 | case 5: b |= ((uint64_t)siptlw(in[4])) << 32; | ^~~~ siphash.c:207:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 207 | case 5: b |= ((uint64_t)siptlw(in[4])) << 32; | ^~ siphash.c:208:5: note: here 208 | case 4: b |= ((uint64_t)siptlw(in[3])) << 24; | ^~~~ siphash.c:208:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 208 | case 4: b |= ((uint64_t)siptlw(in[3])) << 24; | ^~ siphash.c:209:5: note: here 209 | case 3: b |= ((uint64_t)siptlw(in[2])) << 16; | ^~~~ siphash.c:209:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 209 | case 3: b |= ((uint64_t)siptlw(in[2])) << 16; | ^~ siphash.c:210:5: note: here 210 | case 2: b |= ((uint64_t)siptlw(in[1])) << 8; | ^~~~ siphash.c:210:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 210 | case 2: b |= ((uint64_t)siptlw(in[1])) << 8; | ^~ siphash.c:211:5: note: here 211 | 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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c rax.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c strbuf.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_cjson.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c lua_cmsgpack.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-cli.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 -pipe -g -ggdb -Werror=format-security -DENABLE_CJSON_GLOBAL -I../deps/hiredis -I../deps/linenoise -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE -c redis-benchmark.c lua_cjson.c: In function ‘json_append_string’: lua_cjson.c:479:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare] 479 | 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] 986 | 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=] 691 | if (lua_touserdata(l, -1) == NULL) { | ^ lua_cjson.c:695:5: note: here 695 | default: | ^~~~~~~ lua_cmsgpack.c: In function ‘mp_unpack_full’: lua_cmsgpack.c:806:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} [-Wsign-compare] 806 | else if (offset > len) | ^ lua_cmsgpack.c: In function ‘luaopen_create’: lua_cmsgpack.c:906:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 906 | 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 of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 941 | for (i = 0; i < (sizeof(cmds)/sizeof(*cmds) - 1); i++) { | ^ powerpc-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic -o redis-benchmark ae.o anet.o redis-benchmark.o adlist.o zmalloc.o ../deps/hiredis/libhiredis.a -lm -llua -lm -ldl -pthread -ljemalloc -ldl powerpc-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -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 -ljemalloc -ldl /usr/lib/gcc/powerpc-unknown-linux-gnu/9.2.0/../../../../powerpc-unknown-linux-gnu/bin/ld: networking.o: in function `createClient': /var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14/src/networking.c:103: 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.14/work/redis-4.0.14/src' make: *** [Makefile:6: all] Error 2 * ERROR: dev-db/redis-4.0.14::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/redis-4.0.14::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-4.0.14::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/dev-db/redis-4.0.14:20200322-095700.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/redis-4.0.14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-4.0.14/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14' * S: '/var/tmp/portage/dev-db/redis-4.0.14/work/redis-4.0.14' emerge --info: Portage 2.3.89 (python 2.7.17-final-0, default/linux/powerpc/ppc64/17.0/32bit-userland, gcc-9.2.0, glibc-2.29-r7, 4.19.86-gentoo ppc) ================================================================= System uname: Linux-4.19.86-gentoo-ppc-POWER8_-architected-,_altivec_supported-with-gentoo-2.6 KiB Mem: 24802424 total, 15339952 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Fri, 20 Mar 2020 10:08:39 +0000 sh bash 4.4_p23-r1 ld GNU ld (Gentoo 2.33.1 p2) 2.33.1 app-shells/bash: 4.4_p23-r1::gentoo dev-lang/perl: 5.30.1::gentoo dev-lang/python: 2.7.17-r1::gentoo, 3.6.10::gentoo, 3.7.6::gentoo dev-util/cmake: 3.16.5::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.6-r1::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.16.1-r1::gentoo sys-devel/binutils: 2.33.1-r1::gentoo sys-devel/gcc: 9.2.0-r2::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers) sys-libs/glibc: 2.29-r7::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="ppc" ACCEPT_LICENSE="*" CBUILD="powerpc-unknown-linux-gnu" CFLAGS="-O2 -pipe -g -ggdb -Werror=format-security" CHOST="powerpc-unknown-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -g -ggdb -Werror=format-security" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps y --keep-going y --quiet-fail y -1" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="it_IT.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" LINGUAS="en en_GB" MAKEOPTS="-j12" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X acl berkdb big-endian bzip2 cli consolekit crypt dri fortran gdbm iconv ipv6 jumbo-build ncurses nls nptl openmp openssl pam pcre ppc readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_PPC="32" ADA_TARGET="gnat_2018" ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas aoa-toonie powermac usb-audio via82xx" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en en_GB en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24" USERLAND="GNU" VIDEO_CARDS="fbdev glint mga nv r128 radeon dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS