* Package: dev-db/redis-2.4.3 * Repository: gentoo * Maintainer: robbat2@gentoo.org lu_zero@gentoo.org,djc@gentoo.org * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU * FEATURES: sandbox test nscd: Only root is allowed to use this option! nscd: Only root is allowed to use this option! >>> Unpacking source... >>> Unpacking redis-2.4.3.tar.gz to /var/tmp/portage/dev-db/redis-2.4.3/work >>> Source unpacked in /var/tmp/portage/dev-db/redis-2.4.3/work >>> Preparing source in /var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3 ... * Applying 2.4-shared.patch ... [ ok ] * Running autoconf ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3 ... * econf: updating redis-2.4.3/deps/jemalloc/config.guess with /usr/share/gnuconfig/config.guess * econf: updating redis-2.4.3/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 src/Makefile config.status: creating deps/hiredis/Makefile config.status: creating deps/linenoise/Makefile config.status: creating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3 ... make -j5 JEMALLOC_SHARED=yes cd src && make all make[1]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3/src' MAKE hiredis CC ae.o CC anet.o CC redis-benchmark.o CC sds.o make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3/deps/hiredis' x86_64-pc-linux-gnu-gcc -c -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -pipe net.c In file included from ae.c:40:0: zmalloc.h:51:31: fatal error: jemalloc/jemalloc.h: No such file or directory compilation terminated. make[1]: *** [ae.o] Error 1 make[1]: *** Waiting for unfinished jobs.... x86_64-pc-linux-gnu-gcc -c -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -pipe hiredis.c In file included from sds.c:44:0: zmalloc.h:51:31: fatal error: jemalloc/jemalloc.h: No such file or directory compilation terminated. make[1]: *** [sds.o] Error 1 x86_64-pc-linux-gnu-gcc -c -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -pipe sds.c x86_64-pc-linux-gnu-gcc -c -std=c99 -pedantic -Wall -W -D__EXTENSIONS__ -D_XPG6 -march=native -O2 -pipe 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.3/work/redis-2.4.3/deps/hiredis' MAKE linenoise make[2]: Entering directory `/var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3/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.3/work/redis-2.4.3/deps/linenoise' make[1]: Leaving directory `/var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3/src' make: *** [all] Error 2 emake failed * ERROR: dev-db/redis-2.4.3 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 84: Called src_compile * environment, line 3065: Called _eapi2_src_compile * phase-helpers.sh, line 570: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =dev-db/redis-2.4.3', * the complete build log and the output of 'emerge -pqv =dev-db/redis-2.4.3'. * The complete build log is located at '/var/tmp/portage/dev-db/redis-2.4.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/redis-2.4.3/temp/environment'. * S: '/var/tmp/portage/dev-db/redis-2.4.3/work/redis-2.4.3'