* Package: dev-db/redis-2.6.9 * Repository: gentoo * Maintainer: robbat2@gentoo.org lu_zero@gentoo.org,djc@gentoo.org,bugs@bergstroem.nu,proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc jemalloc kernel_linux multilib userland_GNU * FEATURES: sandbox userpriv usersandbox * Applying redis-2.6.7-shared.patch ... [ ok ] * Applying redis-2.6.7-config.patch ... [ ok ] * Applying redis-2.6.9-tclsh86.patch ... [ ok ] * Running autoconf ... [ ok ] checking whether to build with debug information... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-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 configure: creating ./config.status config.status: creating src/Makefile config.status: creating Makefile config.status: creating deps/Makefile config.status: creating deps/linenoise/Makefile config.status: creating deps/lua/src/Makefile config.status: creating deps/lua/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/hiredis/Makefile cd src && make all make[1]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/src' rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-dump redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html (cd ../deps && make distclean) make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/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-2.6.9/work/redis-2.6.9/deps' (rm -f .make-*) echo STD=-std=c99 -pedantic >> .make-settings echo WARN=-Wall >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=jemalloc >> .make-settings echo CFLAGS=-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe >> .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 -Wall -O2 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -g -rdynamic -ggdb >> .make-settings (cd ../deps && make hiredis linenoise lua) make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/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 -march=native -O2 -g0 -pipe" > .make-cflags) (echo "-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" > .make-ldflags) MAKE hiredis cd hiredis && make static MAKE linenoise cd linenoise && make MAKE lua cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe" MYLDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" make[3]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/linenoise' x86_64-pc-linux-gnu-gcc -Wall -Os -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c linenoise.c make[3]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/lua/src' gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lapi.o lapi.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lcode.o lcode.c make[3]: Entering directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/hiredis' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings net.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings hiredis.c make[3]: Leaving directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/linenoise' gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ldebug.o ldebug.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ldo.o ldo.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ldump.o ldump.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lfunc.o lfunc.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lgc.o lgc.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o llex.o llex.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lmem.o lmem.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings sds.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lobject.o lobject.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lopcodes.o lopcodes.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lparser.o lparser.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lstate.o lstate.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings async.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lstring.o lstring.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ltable.o ltable.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ltm.o ltm.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lundump.o lundump.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lvm.o lvm.c make[3]: Leaving directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/hiredis' gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lzio.o lzio.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o strbuf.o strbuf.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lauxlib.o lauxlib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lbaselib.o lbaselib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ldblib.o ldblib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o liolib.o liolib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lmathlib.o lmathlib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o loslib.o loslib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o ltablib.o ltablib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lstrlib.o lstrlib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o loadlib.o loadlib.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o linit.o linit.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lua_cjson.o lua_cjson.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lua_struct.o lua_struct.c lua_cjson.c: In function 'json_append_string': lua_cjson.c:483:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lua_cmsgpack.o lua_cmsgpack.c lua_cmsgpack.c: In function 'mp_encode_int': lua_cmsgpack.c:201:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:210:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:211:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:212:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:213:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:233:26: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:242:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:243:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:244:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c:245:25: warning: use of C99 long long integer constant [-Wlong-long] lua_cmsgpack.c: In function 'table_is_an_array': lua_cmsgpack.c:370:21: warning: variable 'max' set but not used [-Wunused-but-set-variable] lua_cmsgpack.c: In function 'mp_encode_lua_null': lua_cmsgpack.c:406:43: warning: unused parameter 'L' [-Wunused-parameter] gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o lua.o lua.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o luac.o luac.c gcc -O2 -Wall -DLUA_ANSI -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -g0 -pipe -c -o print.o print.c ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o ranlib liblua.a x86_64-pc-linux-gnu-gcc -o lua -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu lua.o liblua.a -lm x86_64-pc-linux-gnu-gcc -o luac -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu luac.o print.o liblua.a -lm make[3]: Leaving directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps/lua/src' make[2]: Leaving directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/deps' CC adlist.o CC ae.o CC anet.o CC dict.o CC redis.o CC sds.o redis.c: In function 'time_independent_strcmp': redis.c:1765:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] redis.c:1765:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] redis.c:1776:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o aof.c: In function 'aofRewriteBufferWrite': aof.c:143:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC migrate.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crc64.o CC bitops.o CC sentinel.o bitops.c: In function 'bitopCommand': bitops.c:271:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitops.c:284:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitops.c:297:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitops.c:310:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] sentinel.c: In function 'dictInstancesValDestructor': sentinel.c:337:40: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'initSentinel': sentinel.c:395:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] sentinel.c: In function 'sentinelDisconnectCallback': sentinel.c:1270:65: warning: unused parameter 'status' [-Wunused-parameter] sentinel.c: In function 'sentinelInfoReplyCallback': sentinel.c:1569:73: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'sentinelDiscardReplyCallback': sentinel.c:1584:63: warning: unused parameter 'reply' [-Wunused-parameter] sentinel.c:1584:76: warning: unused parameter 'privdata' [-Wunused-parameter] CC redis-cli.o sentinel.c: In function 'sentinelPingReplyCallback': sentinel.c:1590:73: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'sentinelPublishReplyCallback': sentinel.c:1625:76: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'sentinelReceiveHelloMessages': sentinel.c:1641:76: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'sentinelGetMasterByNameOrReplyError': sentinel.c:1962:31: warning: unused parameter 'name' [-Wunused-parameter] sentinel.c: In function 'sentinelReceiveIsMasterDownReply': sentinel.c:2223:80: warning: unused parameter 'privdata' [-Wunused-parameter] sentinel.c: In function 'sentinelGetObjectiveLeader': sentinel.c:2425:63: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CC redis-benchmark.o redis-cli.c: In function 'findBigKeys': redis-cli.c:1235:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] redis-cli.c: In function 'cliReadReply': redis-cli.c:552:15: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] CC redis-check-dump.o CC redis-check-aof.o LINK redis-benchmark LINK redis-check-dump LINK redis-check-aof LINK redis-cli LINK redis-server INSTALL redis-sentinel Hint: To run 'make test' is a good idea ;) make[1]: Leaving directory `/var/tmp/portage/dev-db/redis-2.6.9/work/redis-2.6.9/src'