* Package: dev-db/redis-2.4.17 * Repository: gentoo * Maintainer: robbat2@gentoo.org lu_zero@gentoo.org,djc@gentoo.org,bugs@bergstroem.nu * USE: amd64 elibc_glibc jemalloc kernel_linux multilib userland_GNU * FEATURES: preserve-libs sandbox >>> Unpacking source... >>> Unpacking redis-2.4.17.tar.gz to /var/tmp/portage/dev-db/redis-2.4.17/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-2.4.17/work >>> Preparing source in /var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17 ... * Applying redis-2.4.3-shared.patch ... [ ok ] * Applying redis-2.4.4-tcmalloc.patch ... [ ok ] * Running autoconf ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17 ... * econf: updating redis-2.4.17/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating redis-2.4.17/deps/jemalloc/config.sub with /usr/share/gnuconfig/config.sub ./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 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 Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/linenoise/Makefile config.status: creating src/Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17 ... make JEMALLOC_SHARED=yes cd src && make all make[1]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/src' MAKE hiredis make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/hiredis' x86_64-pc-linux-gnu-gcc -std=c99 -pedantic -c -O3 -fPIC -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -O2 -pipe -march=native -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 -O2 -pipe -march=native -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 -O2 -pipe -march=native -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 -O2 -pipe -march=native -Wall -W -Wstrict-prototypes -Wwrite-strings async.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o make[2]: Leaving directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/hiredis' MAKE linenoise make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/linenoise' x86_64-pc-linux-gnu-gcc -c -Wall -W -Os -g linenoise.c x86_64-pc-linux-gnu-gcc -c -Wall -W -Os -g example.c x86_64-pc-linux-gnu-gcc -Wall -W -Os -g -o linenoise_example linenoise.o example.o make[2]: Leaving directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/linenoise' CC ae.o CC anet.o CC redis-benchmark.o CC sds.o CC adlist.o CC zmalloc.o zmalloc.c: In function ‘zmalloc’: zmalloc.c:97:5: warning: implicit declaration of function ‘jmalloc’ [-Wimplicit-function-declaration] zmalloc.c:97:17: warning: initialization makes pointer from integer without a cast [enabled by default] zmalloc.c:101:5: warning: implicit declaration of function ‘jmalloc_usable_size’ [-Wimplicit-function-declaration] zmalloc.c: In function ‘zcalloc’: zmalloc.c:111:5: warning: implicit declaration of function ‘jcalloc’ [-Wimplicit-function-declaration] zmalloc.c:111:17: warning: initialization makes pointer from integer without a cast [enabled by default] zmalloc.c: In function ‘zrealloc’: zmalloc.c:134:5: warning: implicit declaration of function ‘jrealloc’ [-Wimplicit-function-declaration] zmalloc.c:134:12: warning: assignment makes pointer from integer without a cast [enabled by default] zmalloc.c: In function ‘zfree’: zmalloc.c:176:5: warning: implicit declaration of function ‘jfree’ [-Wimplicit-function-declaration] MAKE hiredis make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/hiredis' make[2]: Nothing to be done for `static'. make[2]: Leaving directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/deps/hiredis' LINK redis-benchmark zmalloc.o: In function `zmalloc': zmalloc.c:(.text+0x1a): undefined reference to `jmalloc' zmalloc.c:(.text+0x2c): undefined reference to `jmalloc_usable_size' zmalloc.o: In function `zcalloc': zmalloc.c:(.text+0xd2): undefined reference to `jcalloc' zmalloc.c:(.text+0xe4): undefined reference to `jmalloc_usable_size' zmalloc.o: In function `zrealloc': zmalloc.c:(.text+0x1a5): undefined reference to `jmalloc_usable_size' zmalloc.c:(.text+0x1b5): undefined reference to `jrealloc' zmalloc.c:(.text+0x1ed): undefined reference to `jmalloc_usable_size' zmalloc.o: In function `zfree': zmalloc.c:(.text+0x31b): undefined reference to `jmalloc_usable_size' zmalloc.c:(.text+0x35f): undefined reference to `jfree' collect2: ld returned 1 exit status make[1]: *** [redis-benchmark] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17/src' make: *** [all] Error 2 * ERROR: dev-db/redis-2.4.17 failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/redis-2.4.17'`, * the complete build log and the output of `emerge -pqv '=dev-db/redis-2.4.17'`. * The complete build log is located at '/var/tmp/portage/dev-db/redis-2.4.17/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-2.4.17/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17' * S: '/var/tmp/portage/dev-db/redis-2.4.17/work/redis-2.4.17'