>>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-libs/libmix-2.05-r6 >>> Failed to emerge dev-libs/libmix-2.05-r6, Log file: >>> '/var/tmp/portage/dev-libs/libmix-2.05-r6/temp/build.log' * Package: dev-libs/libmix-2.05-r6 * Repository: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: sandbox * Applying libmix-2.05-fix-pattern.patch ... [ ok ] * Applying libmix-2.05-gentoo-r1.patch ... [ ok ] * Applying libmix-2.05-libnet.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/dev-libs/libmix-2.05-r6/work/libmix-v2.05' ... * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] checking for x86_64-pc-linux-gnu-gcc... clang 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 clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking accepted compiler flags... GNU CC/ANSI (good) checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking for ar... ar checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for uname... uname checking operating system... found Linux. Ph33r. checking how to run the C preprocessor... clang -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking std_args.h usability... no checking std_args.h presence... no checking for std_args.h... no checking for strings.h... (cached) 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdlib.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for select... yes checking for socket... yes checking for strdup... yes checking for strstr... yes checking for random... yes checking for srandom... yes checking for snprintf... yes checking for setsockopt... yes checking for initstate... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating mix/net.h config.status: creating mix/lmconfig.h Everything is fine. Now please do a 'make'. clang -I. -Wall -ansi -D_LIBMIX_ -O2 -pipe -fPIC -c aes/aes.c -o aes/aes.o clang -I. -Wall -ansi -D_LIBMIX_ -O2 -pipe -fPIC -c aes/cast-256.c -o aes/cast-256.o In file included from aes/aes.c:2: ./mix/mix.h:53:6: warning: incompatible redeclaration of library function 'log' void log (char *, char *,...); /* try logging arg2-N into file arg1 */  ^ ./mix/mix.h:53:6: note: 'log' is a builtin with type 'double (double)' 1 warning generated. clang -I. -Wall -ansi -D_LIBMIX_ -O2 -pipe -fPIC -c aes/mars.c -o aes/mars.o clang -I. -Wall -ansi -D_LIBMIX_ -O2 -pipe -fPIC -c aes/saferp.c -o aes/saferp.o aes/saferp.c:22:8: error: redefinition of 'expf' as different kind of symbol u1byte expf[256] =  ^ aes/saferp.c:22:8: note: previous definition is here aes/saferp.c:41:8: error: redefinition of 'logf' as different kind of symbol u1byte logf[512] =  ^ aes/saferp.c:41:8: note: previous definition is here aes/saferp.c:114:37: error: subscript of pointer to function type 'float (float)' l3_key[l + j] = lk[m] + expf[expf[(k + j) & 255]];  ^~~~ aes/saferp.c:123:32: error: subscript of pointer to function type 'float (float)' l3_key[l + j] = lk[m] + expf[(k + j) & 255];  ^~~~ aes/saferp.c:137:10: error: subscript of pointer to function type 'float (float)' x[0] = expf[x[0] ^ kp[0]] + kp[16];  ^~~~ aes/saferp.c:138:10: error: subscript of pointer to function type 'float (float)' x[1] = logf[x[1] + kp[1]] ^ kp[17];  ^~~~ aes/saferp.c:139:10: error: subscript of pointer to function type 'float (float)' x[2] = logf[x[2] + kp[2]] ^ kp[18];  ^~~~ aes/saferp.c:140:10: error: subscript of pointer to function type 'float (float)' x[3] = expf[x[3] ^ kp[3]] + kp[19];  ^~~~ aes/saferp.c:142:10: error: subscript of pointer to function type 'float (float)' x[4] = expf[x[4] ^ kp[4]] + kp[20];  ^~~~ aes/saferp.c:143:10: error: subscript of pointer to function type 'float (float)' x[5] = logf[x[5] + kp[5]] ^ kp[21];  ^~~~ aes/saferp.c:144:10: error: subscript of pointer to function type 'float (float)' x[6] = logf[x[6] + kp[6]] ^ kp[22];  ^~~~ aes/saferp.c:145:10:clang -I. -Wall -ansi -D_LIBMIX_ -O2 -pipe -fPIC -c aes/twofish.c -o aes/twofish.o error: subscript of pointer to function type 'float (float)' x[7] = expf[x[7] ^ kp[7]] + kp[23];  ^~~~ aes/saferp.c:147:10: error: subscript of pointer to function type 'float (float)' x[8] = expf[x[8] ^ kp[8]] + kp[24];  ^~~~ aes/saferp.c:148:10: error: subscript of pointer to function type 'float (float)' x[9] = logf[x[9] + kp[9]] ^ kp[25];  ^~~~ aes/saferp.c:149:11: error: subscript of pointer to function type 'float (float)' x[10] = logf[x[10] + kp[10]] ^ kp[26];  ^~~~ aes/saferp.c:150:11: error: subscript of pointer to function type 'float (float)' x[11] = expf[x[11] ^ kp[11]] + kp[27];  ^~~~ aes/saferp.c:152:11: error: subscript of pointer to function type 'float (float)' x[12] = expf[x[12] ^ kp[12]] + kp[28];  ^~~~ aes/saferp.c:153:11: error: subscript of pointer to function type 'float (float)' x[13] = logf[x[13] + kp[13]] ^ kp[29];  ^~~~ aes/saferp.c:154:11: error: subscript of pointer to function type 'float (float)' x[14] = logf[x[14] + kp[14]] ^ kp[30];  ^~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [aes/saferp.o] Error 1 make: *** Waiting for unfinished jobs.... emake failed * ERROR: dev-libs/libmix-2.05-r6 failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2919: Called base_src_compile * environment, line 582: Called base_src_make * environment, line 620: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of `emerge --info '=dev-libs/libmix-2.05-r6'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libmix-2.05-r6'`. * The complete build log is located at '/var/tmp/portage/dev-libs/libmix-2.05-r6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libmix-2.05-r6/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libmix-2.05-r6/work/libmix-v2.05' * S: '/var/tmp/portage/dev-libs/libmix-2.05-r6/work/libmix-v2.05' * Messages for package dev-libs/libmix-2.05-r6: * ERROR: dev-libs/libmix-2.05-r6 failed (compile phase): * died running emake, base_src_make * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2919: Called base_src_compile * environment, line 582: Called base_src_make * environment, line 620: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of `emerge --info '=dev-libs/libmix-2.05-r6'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libmix-2.05-r6'`. * The complete build log is located at '/var/tmp/portage/dev-libs/libmix-2.05-r6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libmix-2.05-r6/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libmix-2.05-r6/work/libmix-v2.05' * S: '/var/tmp/portage/dev-libs/libmix-2.05-r6/work/libmix-v2.05'