* Package: dev-db/redis-2.6.8  * Repository: gentoo  * Maintainer: robbat2@gentoo.org lu_zero@gentoo.org,djc@gentoo.org,bugs@bergstroem.nu  * USE: amd64 elibc_glibc jemalloc kernel_linux multilib test userland_GNU  * FEATURES: distcc preserve-libs sandbox test userpriv usersandbox * Adding group 'redis' to your system ... * - Groupid: 75 * Adding user 'redis' to your system ... * - Userid: 75 * - Shell: /sbin/nologin * - Home: /var/lib/redis * - Groups: redis * - GECOS: added by portage for redis * - Creating /var/lib/redis in / >>> Unpacking source... >>> Unpacking redis-2.6.8.tar.gz to /tmp/portage/dev-db/redis-2.6.8/work >>> Source unpacked in /tmp/portage/dev-db/redis-2.6.8/work >>> Preparing source in /tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8 ... * Applying redis-2.6.7-shared.patch ...  [ ok ] * Applying redis-2.6.7-config.patch ...  [ ok ] * Running autoconf ...  [ ok ] >>> Source prepared. >>> Configuring source in /tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8 ... * econf: updating redis-2.6.8/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub * econf: updating redis-2.6.8/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 -C configure: loading site script /usr/share/config.site configure: creating cache config.cache 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... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) 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: updating cache config.cache configure: creating ./config.status config.status: creating src/Makefile config.status: creating deps/lua/src/Makefile config.status: creating deps/lua/etc/Makefile config.status: creating deps/lua/Makefile config.status: creating deps/linenoise/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/Makefile config.status: creating Makefile >>> Source configured. >>> Compiling source in /tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8 ... make -j6 JEMALLOC_SHARED=yes cd src && make all make[1]: Entering directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/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 `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/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 `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/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=core2 -O2 -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=core2 -O2 -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 `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/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 "-std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe" > .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 lua cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe" MYLDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" make[3]: Entering directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/lua/src' gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lapi.o lapi.c gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lcode.o lcode.c make[3]: Entering directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/linenoise' x86_64-pc-linux-gnu-gcc -Wall -Os -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c linenoise.c gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ldebug.o ldebug.c gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ldo.o ldo.c make[3]: Entering directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/hiredis' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings net.c In file included from lua.h:16:0, from lcode.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from ldebug.c:16: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from ldo.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from lapi.c:16: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ldump.o ldump.c In file included from lua.h:16:0, from ldump.c:12: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lfunc.o lfunc.c In file included from lua.h:16:0, from lfunc.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lgc.o lgc.c In file included from lua.h:16:0, from lgc.c:12: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o llex.o llex.c In file included from lua.h:16:0, from llex.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition distcc[27825] ERROR: nonblocking connect to 192.168.1.64:3632 failed: No route to host distcc[27828] ERROR: nonblocking connect to 192.168.1.64:3632 failed: No route to host distcc[27828] Warning: failed to distribute ldebug.c to pomiot, running locally instead distcc[27825] Warning: failed to distribute lcode.c to pomiot, running locally instead distcc[27826] ERROR: nonblocking connect to 192.168.1.64:3632 failed: No route to host distcc[27826] Warning: failed to distribute linenoise.c to pomiot, running locally instead distcc[27831] ERROR: nonblocking connect to 192.168.1.64:3632 failed: No route to host distcc[27831] Warning: failed to distribute ldo.c to pomiot, running locally instead In file included from lua.h:16:0, from lcode.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from ldebug.c:16: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition linenoise.c: In function 'isUnsupportedTerm': linenoise.c:121:9: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] linenoise.c: In function 'linenoisePrompt': linenoise.c:399:21: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] linenoise.c:399:58: warning: assignment makes pointer from integer without a cast [enabled by default] linenoise.c: In function 'linenoise': linenoise.c:529:9: warning: return makes pointer from integer without a cast [enabled by default] linenoise.c:533:9: warning: return makes pointer from integer without a cast [enabled by default] linenoise.c: In function 'linenoiseHistoryAdd': linenoise.c:560:14: warning: assignment makes pointer from integer without a cast [enabled by default] gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lmem.o lmem.c make[3]: Leaving directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/linenoise' gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lobject.o lobject.c In file included from lua.h:16:0, from lmem.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lopcodes.o lopcodes.c In file included from lua.h:16:0, from ldo.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lparser.o lparser.c In file included from lua.h:16:0, from lparser.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lstate.o lstate.c distcc[27835] ERROR: nonblocking connect to 192.168.1.64:3632 failed: No route to host distcc[27835] Warning: failed to distribute net.c to pomiot, running locally instead gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lstring.o lstring.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings hiredis.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings sds.c x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -Wall -W -Wstrict-prototypes -Wwrite-strings async.c gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ltable.o ltable.c In file included from lua.h:16:0, from ltable.c:27: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ltm.o ltm.c In file included from lua.h:16:0, from ltm.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lundump.o lundump.c In file included from lua.h:16:0, from lundump.c:12: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lvm.o lvm.c In file included from lua.h:16:0, from lvm.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lzio.o lzio.c In file included from lua.h:16:0, from lzio.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o strbuf.o strbuf.c gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lauxlib.o lauxlib.c In file included from lua.h:16:0, from lauxlib.c:23: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lbaselib.o lbaselib.c In file included from lua.h:16:0, from lbaselib.c:17: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ldblib.o ldblib.c In file included from lua.h:16:0, from ldblib.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o liolib.o liolib.c In file included from lua.h:16:0, from liolib.c:16: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lmathlib.o lmathlib.c In file included from lua.h:16:0, from lmathlib.c:14: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o loslib.o loslib.c In file included from lua.h:16:0, from loslib.c:17: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o ltablib.o ltablib.c In file included from lua.h:16:0, from ltablib.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lstrlib.o lstrlib.c In file included from lua.h:16:0, from lstrlib.c:17: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o loadlib.o loadlib.c In file included from lua.h:16:0, from loadlib.c:19: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o linit.o linit.c In file included from lua.h:16:0, from linit.c:11: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lua_cjson.o lua_cjson.c In file included from lua.h:16:0, from lua_cjson.c:44: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition lua_cjson.c: In function 'json_append_string': lua_cjson.c:483:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] lua_cjson.c: In function 'json_is_invalid_number': lua_cjson.c:967:5: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration] gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lua_struct.o lua_struct.c In file included from lua.h:16:0, from lua_struct.c:8: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lua_cmsgpack.o lua_cmsgpack.c In file included from lua.h:16:0, from lua_cmsgpack.c:7: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition 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 -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o lua.o lua.c In file included from lua.h:16:0, from lua.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o luac.o luac.c In file included from lua.h:16:0, from luac.c:15: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition gcc -O2 -Wall -DLUA_ANSI -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=core2 -O2 -pipe -c -o print.o print.c In file included from lua.h:16:0, from lstate.h:10, from ldebug.h:11, from print.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from lstring.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from lstate.c:13: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition In file included from lua.h:16:0, from lobject.c:16: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition ar rcs libhiredis.a net.o hiredis.o sds.o async.o make[3]: Leaving directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/hiredis' In file included from lua.h:16:0, from llimits.h:15, from lopcodes.h:10, from lopcodes.c:11: luaconf.h:28:0: warning: "LUA_ANSI" redefined [enabled by default] :0:0: note: this is the location of the previous definition 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 `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps/lua/src' make[2]: Leaving directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/deps' CC adlist.o CC ae.o CC anet.o CC dict.o CC redis.o CC sds.o CC zmalloc.o CC lzf_c.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 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 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] CC sentinel.o 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] 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-cli.o redis-cli.c: In function 'findBigKeys': redis-cli.c:1170:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CC redis-benchmark.o CC redis-check-dump.o CC redis-check-aof.o LINK redis-check-aof LINK redis-cli LINK redis-benchmark LINK redis-server LINK redis-check-dump INSTALL redis-sentinel Hint: To run 'make test' is a good idea ;) make[1]: Leaving directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/src' >>> Source compiled. >>> Test phase [test]: dev-db/redis-2.6.8 cd src && make test make[1]: Entering directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/src' which: no tclsh8.5 in (/usr/lib64/distcc/bin:/usr/lib/portage/bin/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2:/usr/i686-pc-linux-gnu/gcc-bin/4.5.0:/opt/intel/composerxe-2013_update1.1.117/bin/intel64:/opt/intel/composerxe-2013_update1.1.117/mpirt/bin/intel64:/opt/intel/composerxe-2013_update1.1.117/bin/ia32:/opt/intel/composerxe-2013_update1.1.117/mpirt/bin/ia32) You need 'tclsh8.5' in order to run the Redis test make[1]: *** [test] Error 1 make[1]: Leaving directory `/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8/src' make: *** [test] Error 2 * ERROR: dev-db/redis-2.6.8 failed (test phase): * Make test failed. See above for details. * * Call stack: * ebuild.sh, line 93: Called src_test * environment, line 3228: Called __eapi0_src_test * phase-helpers.sh, line 603: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} test || \ * die "Make test failed. See above for details." * * If you need support, post the output of `emerge --info '=dev-db/redis-2.6.8'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-2.6.8'`. * The complete build log is located at '/var/log/portage/dev-db:redis-2.6.8:20130113-111658.log'. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-db/redis-2.6.8/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/dev-db/redis-2.6.8/temp/environment'. * Working directory: '/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8' * S: '/tmp/portage/dev-db/redis-2.6.8/work/redis-2.6.8'