* Package: app-crypt/hmaccalc-0.9.14 * Repository: gentoo * USE: abi_x86_32 abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking hmaccalc-0.9.14.tar.gz to /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work >>> Source unpacked in /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work >>> Preparing source in /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14 ... * abi_x86_32.x86: running multilib-minimal_abi_src_configure /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/hmaccalc-0.9.14 --htmldir=/usr/share/doc/hmaccalc-0.9.14/html --libdir=/usr/lib --enable-sum-directory=/usr/lib/hmaccalc/ --enable-non-fips checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for i686-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc -m32 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 -m32 accepts -g... yes checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc -m32... none checking pkg-config is at least version 0.9.0... yes checking for NSS... yes checking for prelink... /usr/sbin/prelink checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sha512hmac.8 config.status: creating test/Makefile config.status: creating src/config.h config.status: executing depfiles commands * abi_x86_64.amd64: running multilib-minimal_abi_src_configure /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/hmaccalc-0.9.14 --htmldir=/usr/share/doc/hmaccalc-0.9.14/html --libdir=/usr/lib64 --enable-sum-directory=/usr/lib64/hmaccalc/ --enable-non-fips checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for NSS... yes checking for prelink... /usr/sbin/prelink checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sha512hmac.8 config.status: creating test/Makefile config.status: creating src/config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14 ... * abi_x86_32.x86: running multilib-minimal_abi_src_compile make -j1 Making all in src make[1]: Entering directory '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14-abi_x86_32.x86/src' make all-am make[2]: Entering directory '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14-abi_x86_32.x86/src' x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o sha512hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha512hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha512hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o sha512hmac sha512hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o sha384hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha384hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha384hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o sha384hmac sha384hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o sha256hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha256hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha256hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o sha256hmac sha256hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o sha1hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha1hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/sha1hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o sha1hmac sha1hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o md5hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md5hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md5hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o md5hmac md5hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o md4hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md4hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md4hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o md4hmac md4hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o md2hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md2hmac.c In file included from /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/md2hmac.c:2: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o md2hmac md2hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -c -o hmac.o /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c: In function ‘compute_one’: /var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14/src/hmac.c:261:8: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 261 | write(pfd[1], buf, n); | ^~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -m32 -I/usr/include/nss -I/usr/include/nspr -DNON_FIPS=1 -O2 -pipe -march=native -fno-diagnostics-color -Wformat -Werror=format-security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o hmac hmac.o -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 ./hmac -S > ./hmac.hmac ./sha512hmac -S > ./sha512hmac.hmac ./sha384hmac -S > ./sha384hmac.hmac ./sha256hmac -S > ./sha256hmac.hmac ./sha1hmac -S > ./sha1hmac.hmac ./md5hmac -S > ./md5hmac.hmac ./md4hmac -S > ./md4hmac.hmac Error starting up digest: SEC_ERROR_NO_MODULE. make[2]: *** [Makefile:789: md4hmac.hmac] Error 255 make[2]: Leaving directory '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14-abi_x86_32.x86/src' make[1]: *** [Makefile:344: all] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14-abi_x86_32.x86/src' make: *** [Makefile:338: all-recursive] Error 1 * ERROR: app-crypt/hmaccalc-0.9.14::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-crypt/hmaccalc-0.9.14::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-crypt/hmaccalc-0.9.14::gentoo'`. * The complete build log is located at '/var/log/portage/app-crypt:hmaccalc-0.9.14:20201010-170627.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/temp/environment'. * Working directory: '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14-abi_x86_32.x86' * S: '/var/tmp/portage/app-crypt/hmaccalc-0.9.14/work/hmaccalc-0.9.14'