* Package: app-crypt/osslsigncode-1.7.1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking osslsigncode-1.7.1.tar.gz to /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work >>> Source unpacked in /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work >>> Preparing source in /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1 ... ./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/osslsigncode-1.7.1 --htmldir=/usr/share/doc/osslsigncode-1.7.1/html --libdir=/usr/lib64 --without-curl configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.6/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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes 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 how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking whether make sets $(MAKE)... (cached) yes checking for an ANSI C-conforming const... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for dlopen in -ldl... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for getpass... yes checking for GSF... no checking for OPENSSL... yes checking for LIBCURL... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1 ... make -j1 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-am make[1]: Entering directory '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -pipe -march=native -c -o osslsigncode.o osslsigncode.c osslsigncode.c: In function ‘get_page_hash_link’: osslsigncode.c:868:28: warning: implicit declaration of function ‘M_ASN1_OCTET_STRING_new’; did you mean ‘ASN1_OCTET_STRING_new’? [-Wimplicit-function-declaration] ASN1_OCTET_STRING *ostr = M_ASN1_OCTET_STRING_new(); ^~~~~~~~~~~~~~~~~~~~~~~ ASN1_OCTET_STRING_new osslsigncode.c:868:28: warning: initialization of ‘ASN1_OCTET_STRING *’ {aka ‘struct asn1_string_st *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] osslsigncode.c:869:2: warning: implicit declaration of function ‘M_ASN1_OCTET_STRING_set’; did you mean ‘ASN1_OCTET_STRING_set’? [-Wimplicit-function-declaration] M_ASN1_OCTET_STRING_set(ostr, ph, phlen); ^~~~~~~~~~~~~~~~~~~~~~~ ASN1_OCTET_STRING_set osslsigncode.c:847:2: warning: implicit declaration of function ‘SKM_ASN1_SET_OF_i2d’; did you mean ‘ASN1_SET_OF_OPT’? [-Wimplicit-function-declaration] SKM_ASN1_SET_OF_i2d(ASN1_OCTET_STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ^~~~~~~~~~~~~~~~~~~ osslsigncode.c:876:6: note: in expansion of macro ‘i2d_ASN1_SET_OF_ASN1_OCTET_STRING’ l = i2d_ASN1_SET_OF_ASN1_OCTET_STRING(oset, NULL, i2d_ASN1_OCTET_STRING, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:847:22: error: expected expression before ‘ASN1_OCTET_STRING’ SKM_ASN1_SET_OF_i2d(ASN1_OCTET_STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ^~~~~~~~~~~~~~~~~ osslsigncode.c:876:6: note: in expansion of macro ‘i2d_ASN1_SET_OF_ASN1_OCTET_STRING’ l = i2d_ASN1_SET_OF_ASN1_OCTET_STRING(oset, NULL, i2d_ASN1_OCTET_STRING, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:847:22: error: expected expression before ‘ASN1_OCTET_STRING’ SKM_ASN1_SET_OF_i2d(ASN1_OCTET_STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ^~~~~~~~~~~~~~~~~ osslsigncode.c:879:2: note: in expansion of macro ‘i2d_ASN1_SET_OF_ASN1_OCTET_STRING’ i2d_ASN1_SET_OF_ASN1_OCTET_STRING(oset, &tmp, i2d_ASN1_OCTET_STRING, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:856:22: error: expected expression before ‘SpcAttributeTypeAndOptionalValue’ SKM_ASN1_SET_OF_i2d(SpcAttributeTypeAndOptionalValue, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:894:6: note: in expansion of macro ‘i2d_SpcAttributeTypeAndOptionalValue’ l = i2d_SpcAttributeTypeAndOptionalValue(aset, NULL, i2d_SpcAttributeTypeAndOptionalValue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:856:22: error: expected expression before ‘SpcAttributeTypeAndOptionalValue’ SKM_ASN1_SET_OF_i2d(SpcAttributeTypeAndOptionalValue, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ osslsigncode.c:897:6: note: in expansion of macro ‘i2d_SpcAttributeTypeAndOptionalValue’ l = i2d_SpcAttributeTypeAndOptionalValue(aset, &tmp, i2d_SpcAttributeTypeAndOptionalValue, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:403: osslsigncode.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1' make: *** [Makefile:290: all] Error 2 * ERROR: app-crypt/osslsigncode-1.7.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-crypt/osslsigncode-1.7.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-crypt/osslsigncode-1.7.1::gentoo'`. * The complete build log is located at '/var/log/portage/app-crypt:osslsigncode-1.7.1:20190424-095508.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/temp/environment'. * Working directory: '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1' * S: '/var/tmp/portage/app-crypt/osslsigncode-1.7.1/work/osslsigncode-1.7.1'