firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
722 stars 355 forks source link

Build failing Ubuntu 18.04 on armv7l #322

Closed PanderMusubi closed 5 years ago

PanderMusubi commented 5 years ago

The build from source for version 0.13.7.4 is failing on Ubuntu 18.04 on armv7l (arm version seven 'el') in the make step.

Below is the output of ./autogen.sh, ./configure --without-gui and make. Note that this particular system can successfully build other crypto wallets and that the x86 build runs on 18.04 without problems.

~/zcoin-0.13.7.4$ ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:45: installing 'build-aux/compile'
configure.ac:28: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:72: installing 'build-aux/compile'
configure.ac:32: installing 'build-aux/missing'
Makefile.am:9: warning: user variable 'GZIP_ENV' defined here ...
/usr/share/automake-1.15/am/distdir.am: ... overrides Automake variable 'GZIP_ENV' defined here
src/Makefile.am:299: warning: whitespace following trailing backslash
src/Makefile.am:300: warning: whitespace following trailing backslash
src/Makefile.am: installing 'build-aux/depcomp'
src/Makefile.am:586: warning: user target '.mm.o' defined here ...
/usr/share/automake-1.15/am/depend2.am: ... overrides Automake target '.mm.o' defined here
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:10: installing 'build-aux/compile'
configure.ac:9: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
~/zcoin-0.13.7.4$ ./configure --without-gui
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features by default... yes
checking whether std::atomic can be used without link library... yes
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... gcc3
checking how to print strings... printf
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for java... /usr/bin/java
checking for python3.6... /usr/bin/python3.6
checking for genhtml... no
checking for git... no
checking for ccache... no
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for readelf... /usr/bin/readelf
checking for c++filt... /usr/bin/c++filt
checking for objcopy... /usr/bin/objcopy
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wformat... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wno-implicit-fallthrough... yes
checking whether C++ compiler accepts -Wunused-parameter... yes
checking whether C++ compiler accepts -Wself-assign... no
checking whether C++ compiler accepts -Wunused-local-typedef... no
checking whether C++ compiler accepts -Wdeprecated-register... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the linker accepts -Wl,--large-address-aware... no
checking for __attribute__((visibility))... yes
checking for __attribute__((dllexport))... no
checking for __attribute__((dllimport))... no
checking for library containing clock_gettime... none required
checking whether C++ compiler accepts -fPIC... yes
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking whether strnlen is declared... yes
checking whether le16toh is declared... yes
checking whether le32toh is declared... yes
checking whether le64toh is declared... yes
checking whether htole16 is declared... yes
checking whether htole32 is declared... yes
checking whether htole64 is declared... yes
checking whether be16toh is declared... yes
checking whether be32toh is declared... yes
checking whether be64toh is declared... yes
checking whether htobe16 is declared... yes
checking whether htobe32 is declared... yes
checking whether htobe64 is declared... yes
checking whether bswap_16 is declared... yes
checking whether bswap_32 is declared... yes
checking whether bswap_64 is declared... yes
checking for MSG_NOSIGNAL... yes
checking for visibility attribute... yes
checking for Berkeley DB C++ headers... default
checking for main in -ldb_cxx-4.8... yes
checking miniupnpc/miniwget.h usability... yes
checking miniupnpc/miniwget.h presence... yes
checking for miniupnpc/miniwget.h... yes
checking for main in -lminiupnpc... yes
checking miniupnpc/miniupnpc.h usability... yes
checking miniupnpc/miniupnpc.h presence... yes
checking for miniupnpc/miniupnpc.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnpcommands.h usability... yes
checking miniupnpc/upnpcommands.h presence... yes
checking for miniupnpc/upnpcommands.h... yes
checking for main in -lminiupnpc... (cached) yes
checking miniupnpc/upnperrors.h usability... yes
checking miniupnpc/upnperrors.h presence... yes
checking for miniupnpc/upnperrors.h... yes
checking for main in -lminiupnpc... (cached) yes
checking whether to build Zcoin Core GUI... no (Qt)
checking for boostlib >= 1.47.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... yes
checking for mismatched boost c++11 scoped enums... ok
checking for SSL... yes
checking for CRYPTO... yes
checking for ZLIB... yes
checking for EVENT... yes
checking for EVENT_PTHREADS... yes
checking for ZMQ... yes
checking seccomp.h usability... no
checking seccomp.h presence... no
checking for seccomp.h... no
checking for library containing seccomp_init... no
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for library containing cap_get_proc... no
checking whether to build zcoind... yes
checking whether to build utils (zcoin-cli zcoin-tx)... yes
checking whether to build libraries... yes
checking if ccache should be used... no
checking if wallet should be enabled... yes
checking whether to build with support for UPnP... yes
checking whether to build with UPnP enabled by default... no
checking whether to build test_bitcoin... yes
checking whether to reduce exports... no
checking that generated files are newer than configure... done
=== configuring in src/secp256k1 (/home/zcoin/zcoin-0.13.7.4/src/secp256k1)
configure: running /bin/bash ./configure '--prefix=/usr/local' --disable-option-checking  '--without-gui' '--disable-shared' '--with-pic' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--enable-experimental' '--enable-module-ecdh' '--srcdir=.' --cache-file=
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... gcc3
checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
checking if gcc supports -fvisibility=hidden... yes
checking for __int128... no
checking for __builtin_expect... yes
checking native compiler: gcc... ok
checking for x86_64 assembly availability... no
checking for CRYPTO... yes
checking for main in -lcrypto... yes
checking for EC functions in libcrypto... no
checking for javac... no
configure: WARNING: cannot find JDK; try setting $JAVAC or $JAVA_HOME
checking jni headers... none
configure: WARNING: jni headers/dependencies not found. jni support disabled
checking whether byte ordering is bigendian... no
configure: Using static precomputation: yes
configure: Using assembly optimizations: no
configure: Using field implementation: 32bit
configure: Using bignum implementation: no
configure: Using scalar implementation: 32bit
configure: Using endomorphism optimizations: no
configure: Building ECDH module: yes
configure: Building ECDSA pubkey recovery module: yes
configure: Using jni: no
configure: ******
configure: WARNING: experimental build
configure: Experimental features do not have stable APIs or properties, and may not be safe for production use.
configure: Building ECDH module: yes
configure: ******
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: src/libsecp256k1-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/tor (/home/zcoin/zcoin-0.13.7.4/src/tor)
configure: running /bin/bash ./configure '--prefix=/usr/local' --disable-option-checking  '--without-gui' '--disable-shared' '--with-pic' '--disable-unittests' '--disable-system-torrc' '--disable-systemd' '--disable-lzma' '--disable-zstd' '--disable-asciidoc' '--with-openssl-dir=/usr/lib/arm-linux-gnueabihf' 'CFLAGS= -O2' '--srcdir=.' --cache-file=
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... 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 build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for a sed that does not truncate output... /bin/sed
checking for perl... perl
checking for asciidoc... none
checking for a2x... no
checking for a2x.py... no
checking for gcc option to accept ISO C99... none needed
checking for python3... python3
checking for flexible array members... yes
checking for working C99 mid-block declaration syntax... yes
checking for working C99 designated initializers... yes
checking for win32... no
checking for MIPSpro compiler... no
checking whether byte ordering is bigendian... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... -ldl
checking for library containing inet_aton... none required
checking for library containing backtrace... none required
checking for library containing clock_gettime... none required
checking for library containing pthread_create... -lpthread
checking for library containing pthread_detach... none required
checking for _NSGetEnviron... no
checking for RtlSecureZeroMemory... no
checking for SecureZeroMemory... no
checking for accept4... yes
checking for backtrace... yes
checking for backtrace_symbols_fd... yes
checking for eventfd... yes
checking for explicit_bzero... yes
checking for timingsafe_memcmp... no
checking for flock... yes
checking for ftime... yes
checking for get_current_dir_name... yes
checking for getaddrinfo... yes
checking for getifaddrs... yes
checking for getpass... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for gnu_get_libc_version... yes
checking for htonll... no
checking for inet_aton... yes
checking for ioctl... yes
checking for issetugid... no
checking for llround... no
checking for localtime_r... yes
checking for lround... no
checking for mach_approximate_time... no
checking for memmem... yes
checking for memset_s... no
checking for mmap... yes
checking for pipe... yes
checking for pipe2... yes
checking for prctl... yes
checking for readpassphrase... no
checking for rint... no
checking for sigaction... yes
checking for socketpair... yes
checking for statvfs... yes
checking for strlcat... no
checking for strlcpy... no
checking for strnlen... yes
checking for strptime... yes
checking for strtok_r... yes
checking for strtoull... yes
checking for sysconf... yes
checking for sysctl... yes
checking for truncate... yes
checking for uname... yes
checking for usleep... yes
checking for vasprintf... yes
checking for _vscprintf... no
checking for a pre-Sierra OSX build target... no
checking for clock_gettime... yes
checking for getentropy... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... yes
checking for pthread_condattr_setclock... yes
checking whether free(NULL) works... yes
checking for libevent directory... (system)
checking whether we need extra options to link libevent... (none)
checking event2/event.h usability... yes
checking event2/event.h presence... yes
checking for event2/event.h... yes
checking event2/dns.h usability... yes
checking event2/dns.h presence... yes
checking for event2/dns.h... yes
checking event2/bufferevent_ssl.h usability... yes
checking event2/bufferevent_ssl.h presence... yes
checking for event2/bufferevent_ssl.h... yes
checking for library containing event_new... -levent
checking for library containing evdns_base_new... none required
checking for evutil_secure_rng_set_urandom_device_file... yes
checking for evutil_secure_rng_add_bytes... yes
checking whether Libevent is new enough... yes
checking for library containing pow... -lm
configure: Now, we'll look for OpenSSL >= 1.0.1
checking for openssl directory... /usr/lib/arm-linux-gnueabihf
checking whether we need extra options to link openssl... (none)
checking for struct ssl_method_st.get_cipher_by_char... no
checking for SSL_SESSION_get_master_key... yes
checking for SSL_get_server_random... yes
checking for SSL_get_client_ciphers... yes
checking for SSL_get_client_random... yes
checking for SSL_CIPHER_find... yes
checking for TLS_method... yes
checking for EVP_PBE_scrypt... yes
checking for SSL.state... no
checking size of SHA_CTX... 96
checking for struct tcp_info.tcpi_unacked... yes
checking for struct tcp_info.tcpi_snd_mss... yes
checking for zlib directory... (system)
checking whether we need extra options to link zlib... (none)
checking for cap_init in -lcap... no
configure: Libcap was not found. Capabilities will not be usable.
checking for cap_set_proc... no
checking whether the compiler accepts -fstack-protector-all... yes
checking whether the compiler accepts -Wstack-protector... yes
checking whether the compiler accepts --param ssp-buffer-size=1... yes
checking whether the compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether the compiler accepts -fwrapv... yes
checking whether the linker accepts -z relro -z now... yes
checking whether the linker accepts -rdynamic... yes
checking whether the compiler accepts -fomit-frame-pointer... yes
checking whether the compiler accepts -fasynchronous-unwind-tables... yes
checking seccomp.h usability... no
checking seccomp.h presence... no
checking for seccomp.h... no
checking for library containing seccomp_init... no
checking libscrypt.h usability... no
checking libscrypt.h presence... no
checking for libscrypt.h... no
checking for library containing libscrypt_scrypt... no
checking for libscrypt_scrypt... no
checking whether we can use curve25519-donna-c64... no
checking crypto_scalarmult_curve25519.h usability... no
checking crypto_scalarmult_curve25519.h presence... no
checking for crypto_scalarmult_curve25519.h... no
checking nacl/crypto_scalarmult_curve25519.h usability... no
checking nacl/crypto_scalarmult_curve25519.h presence... no
checking for nacl/crypto_scalarmult_curve25519.h... no
checking for nacl compiled with a fast curve25519 implementation... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking for sys/stat.h... (cached) 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 time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking gnu/libc-version.h usability... yes
checking gnu/libc-version.h presence... yes
checking for gnu/libc-version.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking machine/limits.h usability... no
checking machine/limits.h presence... no
checking for machine/limits.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
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 netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking for stdint.h... (cached) yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/limits.h usability... no
checking sys/limits.h presence... no
checking for sys/limits.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for sys/param.h... (cached) yes
checking for net/if.h... yes
checking for net/pfvar.h... no
checking for linux/if.h... yes
checking for linux/netfilter_ipv4.h... yes
checking for linux/netfilter_ipv6/ip6_tables.h... yes
checking for struct timeval.tv_sec... yes
checking size of int8_t... 1
checking size of int16_t... 2
checking size of int32_t... 4
checking size of int64_t... 8
checking size of uint8_t... 1
checking size of uint16_t... 2
checking size of uint32_t... 4
checking size of uint64_t... 8
checking size of intptr_t... 4
checking size of uintptr_t... 4
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 4
checking size of time_t... 4
checking size of size_t... 4
checking size of pid_t... 4
checking for uint... yes
checking for u_char... yes
checking for ssize_t... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking cygwin/signal.h usability... no
checking cygwin/signal.h presence... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... uc_mcontext.arm_pc
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... yes
checking for struct in6_addr.s6_addr32... yes
checking for struct in6_addr.s6_addr16... yes
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for rlim_t... yes
checking whether time_t is signed... yes
checking whether size_t is signed... no
checking whether enum always is signed... no
checking size of socklen_t... 4
checking size of cell_t... 0
checking whether memset(0) sets pointers to NULL... yes
checking whether memset(0) sets doubles to 0.0... yes
checking whether we can malloc(0) safely.... yes
checking whether we are using 2s-complement arithmetic... yes
checking whether right-shift on negative values does sign-extension... yes
checking whether uint8_t is the same type as unsigned char... yes
checking whether to use dmalloc (debug memory allocation library)... no
checking for mallinfo... yes
checking for mlockall... yes
checking whether mlockall is declared... yes
checking for getresuid... yes
checking for getresgid... yes
checking for gethostbyname_r... yes
checking how many arguments gethostbyname_r() wants... 6
checking whether the C compiler supports __func__... yes
checking whether the C compiler supports __FUNC__... no
checking whether the C compiler supports __FUNCTION__... yes
checking whether we have extern char **environ already declared... yes
checking whether the compiler accepts -Waddress... yes
checking whether the compiler accepts -Waddress-of-array-temporary... no
checking whether the compiler accepts -Waddress-of-temporary... no
checking whether the compiler accepts -Wambiguous-macro... no
checking whether the compiler accepts -Wanonymous-pack-parens... no
checking whether the compiler accepts -Warc... no
checking whether the compiler accepts -Warc-abi... no
checking whether the compiler accepts -Warc-bridge-casts-disallowed-in-nonarc... no
checking whether the compiler accepts -Warc-maybe-repeated-use-of-weak... no
checking whether the compiler accepts -Warc-performSelector-leaks... no
checking whether the compiler accepts -Warc-repeated-use-of-weak... no
checking whether the compiler accepts -Warray-bounds... yes
checking whether the compiler accepts -Warray-bounds-pointer-arithmetic... no
checking whether the compiler accepts -Wasm... no
checking whether the compiler accepts -Wasm-operand-widths... no
checking whether the compiler accepts -Watomic-properties... no
checking whether the compiler accepts -Watomic-property-with-user-defined-accessor... no
checking whether the compiler accepts -Wauto-import... no
checking whether the compiler accepts -Wauto-storage-class... no
checking whether the compiler accepts -Wauto-var-id... no
checking whether the compiler accepts -Wavailability... no
checking whether the compiler accepts -Wbackslash-newline-escape... no
checking whether the compiler accepts -Wbad-array-new-length... no
checking whether the compiler accepts -Wbind-to-temporary-copy... no
checking whether the compiler accepts -Wbitfield-constant-conversion... no
checking whether the compiler accepts -Wbool-conversion... no
checking whether the compiler accepts -Wbool-conversions... no
checking whether the compiler accepts -Wbuiltin-requires-header... no
checking whether the compiler accepts -Wchar-align... no
checking whether the compiler accepts -Wcompare-distinct-pointer-types... no
checking whether the compiler accepts -Wcomplex-component-init... no
checking whether the compiler accepts -Wconditional-type-mismatch... no
checking whether the compiler accepts -Wconfig-macros... no
checking whether the compiler accepts -Wconstant-conversion... no
checking whether the compiler accepts -Wconstant-logical-operand... no
checking whether the compiler accepts -Wconstexpr-not-const... no
checking whether the compiler accepts -Wcustom-atomic-properties... no
checking whether the compiler accepts -Wdangling-field... no
checking whether the compiler accepts -Wdangling-initializer-list... no
checking whether the compiler accepts -Wdate-time... yes
checking whether the compiler accepts -Wdelegating-ctor-cycles... no
checking whether the compiler accepts -Wdeprecated-implementations... no
checking whether the compiler accepts -Wdeprecated-register... no
checking whether the compiler accepts -Wdirect-ivar-access... no
checking whether the compiler accepts -Wdiscard-qual... no
checking whether the compiler accepts -Wdistributed-object-modifiers... no
checking whether the compiler accepts -Wdivision-by-zero... no
checking whether the compiler accepts -Wdollar-in-identifier-extension... no
checking whether the compiler accepts -Wdouble-promotion... yes
checking whether the compiler accepts -Wduplicate-decl-specifier... yes
checking whether the compiler accepts -Wduplicate-enum... no
checking whether the compiler accepts -Wduplicate-method-arg... no
checking whether the compiler accepts -Wduplicate-method-match... no
checking whether the compiler accepts -Wduplicated-cond... yes
checking whether the compiler accepts -Wdynamic-class-memaccess... no
checking whether the compiler accepts -Wembedded-directive... no
checking whether the compiler accepts -Wempty-translation-unit... no
checking whether the compiler accepts -Wenum-conversion... no
checking whether the compiler accepts -Wexit-time-destructors... no
checking whether the compiler accepts -Wexplicit-ownership-type... no
checking whether the compiler accepts -Wextern-initializer... no
checking whether the compiler accepts -Wextra... yes
checking whether the compiler accepts -Wextra-semi... no
checking whether the compiler accepts -Wextra-tokens... no
checking whether the compiler accepts -Wflexible-array-extensions... no
checking whether the compiler accepts -Wfloat-conversion... yes
checking whether the compiler accepts -Wformat-non-iso... no
checking whether the compiler accepts -Wfour-char-constants... no
checking whether the compiler accepts -Wgcc-compat... no
checking whether the compiler accepts -Wglobal-constructors... no
checking whether the compiler accepts -Wgnu-array-member-paren-init... no
checking whether the compiler accepts -Wgnu-designator... no
checking whether the compiler accepts -Wgnu-static-float-init... no
checking whether the compiler accepts -Wheader-guard... no
checking whether the compiler accepts -Wheader-hygiene... no
checking whether the compiler accepts -Widiomatic-parentheses... no
checking whether the compiler accepts -Wignored-attributes... yes
checking whether the compiler accepts -Wimplicit-atomic-properties... no
checking whether the compiler accepts -Wimplicit-conversion-floating-point-to-bool... no
checking whether the compiler accepts -Wimplicit-exception-spec-mismatch... no
checking whether the compiler accepts -Wimplicit-fallthrough... yes
checking whether the compiler accepts -Wimplicit-fallthrough-per-function... no
checking whether the compiler accepts -Wimplicit-retain-self... no
checking whether the compiler accepts -Wimport-preprocessor-directive-pedantic... no
checking whether the compiler accepts -Wincompatible-library-redeclaration... no
checking whether the compiler accepts -Wincompatible-pointer-types-discards-qualifiers... no
checking whether the compiler accepts -Wincomplete-implementation... no
checking whether the compiler accepts -Wincomplete-module... no
checking whether the compiler accepts -Wincomplete-umbrella... no
checking whether the compiler accepts -Winit-self... yes
checking whether the compiler accepts -Wint-conversions... no
checking whether the compiler accepts -Wint-to-void-pointer-cast... no
checking whether the compiler accepts -Winteger-overflow... no
checking whether the compiler accepts -Winvalid-constexpr... no
checking whether the compiler accepts -Winvalid-iboutlet... no
checking whether the compiler accepts -Winvalid-noreturn... no
checking whether the compiler accepts -Winvalid-pp-token... no
checking whether the compiler accepts -Winvalid-source-encoding... no
checking whether the compiler accepts -Winvalid-token-paste... no
checking whether the compiler accepts -Wknr-promoted-parameter... no
checking whether the compiler accepts -Wlarge-by-value-copy... no
checking whether the compiler accepts -Wliteral-conversion... no
checking whether the compiler accepts -Wliteral-range... no
checking whether the compiler accepts -Wlocal-type-template-args... no
checking whether the compiler accepts -Wlogical-op... yes
checking whether the compiler accepts -Wloop-analysis... no
checking whether the compiler accepts -Wmain-return-type... no
checking whether the compiler accepts -Wmalformed-warning-check... no
checking whether the compiler accepts -Wmethod-signatures... no
checking whether the compiler accepts -Wmicrosoft... no
checking whether the compiler accepts -Wmicrosoft-exists... no
checking whether the compiler accepts -Wmismatched-parameter-types... no
checking whether the compiler accepts -Wmismatched-return-types... no
checking whether the compiler accepts -Wmissing-field-initializers... yes
checking whether the compiler accepts -Wmissing-format-attribute... yes
checking whether the compiler accepts -Wmissing-noreturn... yes
checking whether the compiler accepts -Wmissing-selector-name... no
checking whether the compiler accepts -Wmissing-sysroot... no
checking whether the compiler accepts -Wmissing-variable-declarations... no
checking whether the compiler accepts -Wmodule-conflict... no
checking whether the compiler accepts -Wnested-anon-types... no
checking whether the compiler accepts -Wnewline-eof... no
checking whether the compiler accepts -Wnon-literal-null-conversion... no
checking whether the compiler accepts -Wnon-pod-varargs... no
checking whether the compiler accepts -Wnonportable-cfstrings... no
checking whether the compiler accepts -Wnormalized=nfkc... yes
checking whether the compiler accepts -Wnull-arithmetic... no
checking whether the compiler accepts -Wnull-character... no
checking whether the compiler accepts -Wnull-conversion... no
checking whether the compiler accepts -Wnull-dereference... yes
checking whether the compiler accepts -Wout-of-line-declaration... no
checking whether the compiler accepts -Wover-aligned... no
checking whether the compiler accepts -Woverlength-strings... yes
checking whether the compiler accepts -Woverride-init... yes
checking whether the compiler accepts -Woverriding-method-mismatch... no
checking whether the compiler accepts -Wpointer-type-mismatch... no
checking whether the compiler accepts -Wpredefined-identifier-outside-function... no
checking whether the compiler accepts -Wprotocol-property-synthesis-ambiguity... no
checking whether the compiler accepts -Wreadonly-iboutlet-property... no
checking whether the compiler accepts -Wreadonly-setter-attrs... no
checking whether the compiler accepts -Wreceiver-expr... no
checking whether the compiler accepts -Wreceiver-forward-class... no
checking whether the compiler accepts -Wreceiver-is-weak... no
checking whether the compiler accepts -Wreinterpret-base-class... no
checking whether the compiler accepts -Wrequires-super-attribute... no
checking whether the compiler accepts -Wreserved-user-defined-literal... no
checking whether the compiler accepts -Wreturn-stack-address... no
checking whether the compiler accepts -Wsection... no
checking whether the compiler accepts -Wselector-type-mismatch... no
checking whether the compiler accepts -Wsentinel... no
checking whether the compiler accepts -Wserialized-diagnostics... no
checking whether the compiler accepts -Wshadow... yes
checking whether the compiler accepts -Wshift-count-negative... yes
checking whether the compiler accepts -Wshift-count-overflow... yes
checking whether the compiler accepts -Wshift-negative-value... yes
checking whether the compiler accepts -Wshift-overflow=2... yes
checking whether the compiler accepts -Wshift-sign-overflow... no
checking whether the compiler accepts -Wshorten-64-to-32... no
checking whether the compiler accepts -Wsizeof-array-argument... yes
checking whether the compiler accepts -Wsource-uses-openmp... no
checking whether the compiler accepts -Wstatic-float-init... no
checking whether the compiler accepts -Wstatic-in-inline... no
checking whether the compiler accepts -Wstatic-local-in-inline... no
checking whether the compiler accepts -Wstrict-overflow=1... yes
checking whether the compiler accepts -Wstring-compare... no
checking whether the compiler accepts -Wstring-conversion... no
checking whether the compiler accepts -Wstrlcpy-strlcat-size... no
checking whether the compiler accepts -Wstrncat-size... no
checking whether the compiler accepts -Wsuggest-attribute=format... yes
checking whether the compiler accepts -Wsuggest-attribute=noreturn... yes
checking whether the compiler accepts -Wsuper-class-method-mismatch... no
checking whether the compiler accepts -Wswitch-bool... yes
checking whether the compiler accepts -Wsync-nand... yes
checking whether the compiler accepts -Wtautological-constant-out-of-range-compare... no
checking whether the compiler accepts -Wtentative-definition-incomplete-type... no
checking whether the compiler accepts -Wtrampolines... yes
checking whether the compiler accepts -Wtype-safety... no
checking whether the compiler accepts -Wtypedef-redefinition... no
checking whether the compiler accepts -Wtypename-missing... no
checking whether the compiler accepts -Wundefined-inline... no
checking whether the compiler accepts -Wundefined-internal... no
checking whether the compiler accepts -Wundefined-reinterpret-cast... no
checking whether the compiler accepts -Wunicode... no
checking whether the compiler accepts -Wunicode-whitespace... no
checking whether the compiler accepts -Wunknown-warning-option... no
checking whether the compiler accepts -Wunnamed-type-template-args... no
checking whether the compiler accepts -Wunneeded-member-function... no
checking whether the compiler accepts -Wunsequenced... no
checking whether the compiler accepts -Wunsupported-visibility... no
checking whether the compiler accepts -Wunused-but-set-parameter... yes
checking whether the compiler accepts -Wunused-but-set-variable... yes
checking whether the compiler accepts -Wunused-command-line-argument... no
checking whether the compiler accepts -Wunused-const-variable=2... yes
checking whether the compiler accepts -Wunused-exception-parameter... no
checking whether the compiler accepts -Wunused-local-typedefs... yes
checking whether the compiler accepts -Wunused-member-function... no
checking whether the compiler accepts -Wunused-sanitize-argument... no
checking whether the compiler accepts -Wunused-volatile-lvalue... no
checking whether the compiler accepts -Wuser-defined-literals... no
checking whether the compiler accepts -Wvariadic-macros... yes
checking whether the compiler accepts -Wvector-conversion... no
checking whether the compiler accepts -Wvector-conversions... no
checking whether the compiler accepts -Wvexing-parse... no
checking whether the compiler accepts -Wvisibility... no
checking whether the compiler accepts -Wvla-extension... no
checking whether the compiler accepts -Wzero-length-array... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating config.rust
config.status: creating link_rust.sh
config.status: creating contrib/dist/suse/tor.sh
config.status: creating contrib/operator-tools/tor.logrotate
config.status: creating contrib/dist/tor.sh
config.status: creating contrib/dist/torctl
config.status: creating contrib/dist/tor.service
config.status: creating src/config/torrc.sample
config.status: creating src/config/torrc.minimal
config.status: creating src/rust/.cargo/config
config.status: creating scripts/maint/checkOptionDocs.pl
config.status: creating scripts/maint/updateVersions.pl
config.status: creating orconfig.h
config.status: orconfig.h is unchanged
config.status: executing depfiles commands
configure: creating ./config.status
config.status: creating libbitcoinconsensus.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating src/test/buildenv.py
config.status: creating qa/pull-tester/run-bitcoind-for-test.sh
config.status: creating qa/pull-tester/tests_config.py
config.status: creating contrib/devtools/split-debug.sh
config.status: creating src/config/bitcoin-config.h
config.status: src/config/bitcoin-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/univalue (/home/zcoin/zcoin-0.13.7.4/src/univalue)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--without-gui' '--disable-shared' '--with-pic' --cache-file=/dev/null --srcdir=.
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pc/libunivalue.pc
config.status: creating pc/libunivalue-uninstalled.pc
config.status: creating univalue-config.h
config.status: univalue-config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
~/zcoin-0.13.7.4$ make
Making all in src
make[1]: Entering directory '/home/zcoin/zcoin-0.13.7.4/src'
Making all in tor
make[2]: Entering directory '/home/zcoin/zcoin-0.13.7.4/src/tor'
make  all-am
make[3]: Entering directory '/home/zcoin/zcoin-0.13.7.4/src/tor'
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_0.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_1.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_add.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_cmov.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_copy.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_frombytes.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_invert.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_isnegative.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_isnonzero.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_mul.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_neg.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_pow22523.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sq.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sq2.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_sub.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-fe_tobytes.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_add.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_double_scalarmult.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_frombytes.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_madd.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_msub.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p1p1_to_p2.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p1p1_to_p3.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p2_0.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p2_dbl.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_0.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_dbl.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_to_cached.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_to_p2.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_p3_tobytes.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_precomp_0.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_scalarmult_base.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_sub.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-ge_tobytes.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-keypair.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-open.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sc_muladd.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sc_reduce.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-sign.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-keyconv.o
  CC       src/ext/ed25519/ref10/src_ext_ed25519_ref10_libed25519_ref10_a-blinding.o
  AR       src/ext/ed25519/ref10/libed25519_ref10.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/ed25519/donna/src_ext_ed25519_donna_libed25519_donna_a-ed25519_tor.o
  AR       src/ext/ed25519/donna/libed25519_donna.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/keccak-tiny/src_ext_keccak_tiny_libkeccak_tiny_a-keccak-tiny-unrolled.o
  AR       src/ext/keccak-tiny/libkeccak-tiny.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/trunnel/src_trunnel_libor_trunnel_a-trunnel.o
  CC       src/trunnel/src_trunnel_libor_trunnel_a-ed25519_cert.o
  CC       src/trunnel/src_trunnel_libor_trunnel_a-link_handshake.o
  CC       src/trunnel/src_trunnel_libor_trunnel_a-pwbox.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_common.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_establish_intro.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_introduce1.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_rendezvous.o
  CC       src/trunnel/src_trunnel_libor_trunnel_a-channelpadding_negotiation.o
  AR       src/trunnel/libor-trunnel.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/common/address.o
  CC       src/common/address_set.o
  CC       src/common/backtrace.o
  CC       src/common/buffers.o
  CC       src/common/compat.o
  CC       src/common/compat_threads.o
  CC       src/common/compat_time.o
  CC       src/common/confline.o
  CC       src/common/container.o
  CC       src/common/log.o
  CC       src/common/memarea.o
  CC       src/common/pubsub.o
  CC       src/common/util.o
  CC       src/common/util_bug.o
  CC       src/common/util_format.o
  CC       src/common/util_process.o
  CC       src/common/sandbox.o
  CC       src/common/storagedir.o
  CC       src/common/token_bucket.o
  CC       src/common/workqueue.o
  CC       src/common/compat_pthreads.o
  CC       src/ext/readpassphrase.o
  AR       src/common/libor.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/src_common_libor_ctime_a-csiphash.o
  CC       src/common/src_common_libor_ctime_a-di_ops.o
  AR       src/common/libor-ctime.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/common/aes.o
  CC       src/common/buffers_tls.o
  CC       src/common/compress.o
  CC       src/common/compress_lzma.o
  CC       src/common/compress_none.o
  CC       src/common/compress_zlib.o
  CC       src/common/compress_zstd.o
  CC       src/common/crypto.o
  CC       src/common/crypto_digest.o
  CC       src/common/crypto_format.o
  CC       src/common/crypto_openssl_mgt.o
  CC       src/common/crypto_pwbox.o
  CC       src/common/crypto_rand.o
  CC       src/common/crypto_rsa.o
  CC       src/common/crypto_s2k.o
  CC       src/common/crypto_util.o
  CC       src/common/tortls.o
  CC       src/common/crypto_curve25519.o
  CC       src/common/crypto_ed25519.o
  AR       src/common/libor-crypto.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/common/compat_libevent.o
  CC       src/common/procmon.o
  CC       src/common/timers.o
  CC       src/ext/timeouts/timeout.o
  AR       src/common/libor-event.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/curve25519_donna/src_common_libcurve25519_donna_a-curve25519-donna.o
  AR       src/common/libcurve25519_donna.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/or/addressmap.o
  CC       src/or/bridges.o
  CC       src/or/channel.o
  CC       src/or/channelpadding.o
  CC       src/or/channeltls.o
  CC       src/or/circpathbias.o
  CC       src/or/circuitbuild.o
  CC       src/or/circuitlist.o
  CC       src/or/circuitmux.o
  CC       src/or/circuitmux_ewma.o
  CC       src/or/circuitstats.o
  CC       src/or/circuituse.o
  CC       src/or/command.o
  CC       src/or/config.o
  CC       src/or/confparse.o
  CC       src/or/connection.o
  CC       src/or/connection_edge.o
  CC       src/or/connection_or.o
  CC       src/or/conscache.o
  CC       src/or/consdiff.o
  CC       src/or/consdiffmgr.o
  CC       src/or/control.o
  CC       src/or/cpuworker.o
  CC       src/or/directory.o
  CC       src/or/dirserv.o
  CC       src/or/dns.o
  CC       src/or/dnsserv.o
  CC       src/or/dos.o
  CC       src/or/fp_pair.o
  CC       src/or/geoip.o
  CC       src/or/entrynodes.o
  CC       src/or/ext_orport.o
  CC       src/or/git_revision.o
  CC       src/or/hibernate.o
  CC       src/or/hs_cache.o
  CC       src/or/hs_cell.o
  CC       src/or/hs_circuit.o
  CC       src/or/hs_circuitmap.o
  CC       src/or/hs_client.o
  CC       src/or/hs_common.o
  CC       src/or/hs_config.o
  CC       src/or/hs_control.o
  CC       src/or/hs_descriptor.o
  CC       src/or/hs_ident.o
  CC       src/or/hs_intropoint.o
  CC       src/or/hs_ntor.o
  CC       src/or/hs_service.o
  CC       src/or/hs_stats.o
  CC       src/or/keypin.o
  CC       src/or/main.o
  CC       src/or/microdesc.o
  CC       src/or/networkstatus.o
  CC       src/or/nodelist.o
  CC       src/or/onion.o
  CC       src/or/onion_fast.o
  CC       src/or/onion_tap.o
  CC       src/or/transports.o
  CC       src/or/parsecommon.o
  CC       src/or/periodic.o
  CC       src/or/protover.o
  CC       src/or/protover_rust.o
  CC       src/or/proto_cell.o
  CC       src/or/proto_control0.o
  CC       src/or/proto_ext_or.o
  CC       src/or/proto_http.o
  CC       src/or/proto_socks.o
  CC       src/or/policies.o
  CC       src/or/reasons.o
  CC       src/or/relay.o
  CC       src/or/relay_crypto.o
  CC       src/or/rendcache.o
  CC       src/or/rendclient.o
  CC       src/or/rendcommon.o
  CC       src/or/rendmid.o
  CC       src/or/rendservice.o
  CC       src/or/rephist.o
  CC       src/or/replaycache.o
  CC       src/or/router.o
  CC       src/or/routerkeys.o
  CC       src/or/routerlist.o
  CC       src/or/routerparse.o
  CC       src/or/routerset.o
  CC       src/or/scheduler.o
  CC       src/or/scheduler_kist.o
  CC       src/or/scheduler_vanilla.o
  CC       src/or/shared_random_client.o
  CC       src/or/statefile.o
  CC       src/or/status.o
  CC       src/or/torcert.o
  CC       src/or/tor_api.o
  CC       src/or/voting_schedule.o
  CC       src/or/onion_ntor.o
  CC       src/or/dirauth/dircollate.o
  CC       src/or/dirauth/dirvote.o
  CC       src/or/dirauth/shared_random.o
  CC       src/or/dirauth/shared_random_state.o
  AR       src/or/libtor.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/tools/tor_runner.o
  AR       src/tools/libtorrunner.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/trace/trace.o
  AR       src/trace/libor-trace.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/or/tor_main.o
  CCLD     src/or/tor
  CC       src/tools/tor-resolve.o
  CCLD     src/tools/tor-resolve
  CC       src/tools/tor-gencert.o
  CCLD     src/tools/tor-gencert
  CC       src/test/bench.o
  CCLD     src/test/bench
  CC       src/test/test_ntor_cl.o
  CCLD     src/test/test-ntor-cl
  CC       src/test/test_hs_ntor_cl.o
  CCLD     src/test/test-hs-ntor-cl
  CC       src/test/src_test_test_bt_cl-test_bt_cl.o
  CC       src/common/src_common_libor_testing_a-address.o
  CC       src/common/src_common_libor_testing_a-address_set.o
  CC       src/common/src_common_libor_testing_a-backtrace.o
  CC       src/common/src_common_libor_testing_a-buffers.o
  CC       src/common/src_common_libor_testing_a-compat.o
  CC       src/common/src_common_libor_testing_a-compat_threads.o
  CC       src/common/src_common_libor_testing_a-compat_time.o
  CC       src/common/src_common_libor_testing_a-confline.o
  CC       src/common/src_common_libor_testing_a-container.o
  CC       src/common/src_common_libor_testing_a-log.o
  CC       src/common/src_common_libor_testing_a-memarea.o
  CC       src/common/src_common_libor_testing_a-pubsub.o
  CC       src/common/src_common_libor_testing_a-util.o
  CC       src/common/src_common_libor_testing_a-util_bug.o
  CC       src/common/src_common_libor_testing_a-util_format.o
  CC       src/common/src_common_libor_testing_a-util_process.o
  CC       src/common/src_common_libor_testing_a-sandbox.o
  CC       src/common/src_common_libor_testing_a-storagedir.o
  CC       src/common/src_common_libor_testing_a-token_bucket.o
  CC       src/common/src_common_libor_testing_a-workqueue.o
  CC       src/common/src_common_libor_testing_a-compat_pthreads.o
  CC       src/ext/src_common_libor_testing_a-readpassphrase.o
  AR       src/common/libor-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/src_common_libor_ctime_testing_a-csiphash.o
  CC       src/common/src_common_libor_ctime_testing_a-di_ops.o
  AR       src/common/libor-ctime-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     src/test/test-bt-cl
  CC       src/test/fuzz/src_test_fuzz_fuzz_consensus-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_consensus-fuzz_consensus.o
  CC       src/or/src_or_libtor_testing_a-addressmap.o
  CC       src/or/src_or_libtor_testing_a-bridges.o
  CC       src/or/src_or_libtor_testing_a-channel.o
  CC       src/or/src_or_libtor_testing_a-channelpadding.o
  CC       src/or/src_or_libtor_testing_a-channeltls.o
  CC       src/or/src_or_libtor_testing_a-circpathbias.o
  CC       src/or/src_or_libtor_testing_a-circuitbuild.o
  CC       src/or/src_or_libtor_testing_a-circuitlist.o
  CC       src/or/src_or_libtor_testing_a-circuitmux.o
  CC       src/or/src_or_libtor_testing_a-circuitmux_ewma.o
  CC       src/or/src_or_libtor_testing_a-circuitstats.o
  CC       src/or/src_or_libtor_testing_a-circuituse.o
  CC       src/or/src_or_libtor_testing_a-command.o
  CC       src/or/src_or_libtor_testing_a-config.o
  CC       src/or/src_or_libtor_testing_a-confparse.o
  CC       src/or/src_or_libtor_testing_a-connection.o
  CC       src/or/src_or_libtor_testing_a-connection_edge.o
  CC       src/or/src_or_libtor_testing_a-connection_or.o
  CC       src/or/src_or_libtor_testing_a-conscache.o
  CC       src/or/src_or_libtor_testing_a-consdiff.o
  CC       src/or/src_or_libtor_testing_a-consdiffmgr.o
  CC       src/or/src_or_libtor_testing_a-control.o
  CC       src/or/src_or_libtor_testing_a-cpuworker.o
  CC       src/or/src_or_libtor_testing_a-directory.o
  CC       src/or/src_or_libtor_testing_a-dirserv.o
  CC       src/or/src_or_libtor_testing_a-dns.o
  CC       src/or/src_or_libtor_testing_a-dnsserv.o
  CC       src/or/src_or_libtor_testing_a-dos.o
  CC       src/or/src_or_libtor_testing_a-fp_pair.o
  CC       src/or/src_or_libtor_testing_a-geoip.o
  CC       src/or/src_or_libtor_testing_a-entrynodes.o
  CC       src/or/src_or_libtor_testing_a-ext_orport.o
  CC       src/or/src_or_libtor_testing_a-git_revision.o
  CC       src/or/src_or_libtor_testing_a-hibernate.o
  CC       src/or/src_or_libtor_testing_a-hs_cache.o
  CC       src/or/src_or_libtor_testing_a-hs_cell.o
  CC       src/or/src_or_libtor_testing_a-hs_circuit.o
  CC       src/or/src_or_libtor_testing_a-hs_circuitmap.o
  CC       src/or/src_or_libtor_testing_a-hs_client.o
  CC       src/or/src_or_libtor_testing_a-hs_common.o
  CC       src/or/src_or_libtor_testing_a-hs_config.o
  CC       src/or/src_or_libtor_testing_a-hs_control.o
  CC       src/or/src_or_libtor_testing_a-hs_descriptor.o
  CC       src/or/src_or_libtor_testing_a-hs_ident.o
  CC       src/or/src_or_libtor_testing_a-hs_intropoint.o
  CC       src/or/src_or_libtor_testing_a-hs_ntor.o
  CC       src/or/src_or_libtor_testing_a-hs_service.o
  CC       src/or/src_or_libtor_testing_a-hs_stats.o
  CC       src/or/src_or_libtor_testing_a-keypin.o
  CC       src/or/src_or_libtor_testing_a-main.o
  CC       src/or/src_or_libtor_testing_a-microdesc.o
  CC       src/or/src_or_libtor_testing_a-networkstatus.o
  CC       src/or/src_or_libtor_testing_a-nodelist.o
  CC       src/or/src_or_libtor_testing_a-onion.o
  CC       src/or/src_or_libtor_testing_a-onion_fast.o
  CC       src/or/src_or_libtor_testing_a-onion_tap.o
  CC       src/or/src_or_libtor_testing_a-transports.o
  CC       src/or/src_or_libtor_testing_a-parsecommon.o
  CC       src/or/src_or_libtor_testing_a-periodic.o
  CC       src/or/src_or_libtor_testing_a-protover.o
  CC       src/or/src_or_libtor_testing_a-protover_rust.o
  CC       src/or/src_or_libtor_testing_a-proto_cell.o
  CC       src/or/src_or_libtor_testing_a-proto_control0.o
  CC       src/or/src_or_libtor_testing_a-proto_ext_or.o
  CC       src/or/src_or_libtor_testing_a-proto_http.o
  CC       src/or/src_or_libtor_testing_a-proto_socks.o
  CC       src/or/src_or_libtor_testing_a-policies.o
  CC       src/or/src_or_libtor_testing_a-reasons.o
  CC       src/or/src_or_libtor_testing_a-relay.o
  CC       src/or/src_or_libtor_testing_a-relay_crypto.o
  CC       src/or/src_or_libtor_testing_a-rendcache.o
  CC       src/or/src_or_libtor_testing_a-rendclient.o
  CC       src/or/src_or_libtor_testing_a-rendcommon.o
  CC       src/or/src_or_libtor_testing_a-rendmid.o
  CC       src/or/src_or_libtor_testing_a-rendservice.o
  CC       src/or/src_or_libtor_testing_a-rephist.o
  CC       src/or/src_or_libtor_testing_a-replaycache.o
  CC       src/or/src_or_libtor_testing_a-router.o
  CC       src/or/src_or_libtor_testing_a-routerkeys.o
  CC       src/or/src_or_libtor_testing_a-routerlist.o
  CC       src/or/src_or_libtor_testing_a-routerparse.o
  CC       src/or/src_or_libtor_testing_a-routerset.o
  CC       src/or/src_or_libtor_testing_a-scheduler.o
  CC       src/or/src_or_libtor_testing_a-scheduler_kist.o
  CC       src/or/src_or_libtor_testing_a-scheduler_vanilla.o
  CC       src/or/src_or_libtor_testing_a-shared_random_client.o
  CC       src/or/src_or_libtor_testing_a-statefile.o
  CC       src/or/src_or_libtor_testing_a-status.o
  CC       src/or/src_or_libtor_testing_a-torcert.o
  CC       src/or/src_or_libtor_testing_a-tor_api.o
  CC       src/or/src_or_libtor_testing_a-voting_schedule.o
  CC       src/or/src_or_libtor_testing_a-onion_ntor.o
  CC       src/or/dirauth/src_or_libtor_testing_a-dircollate.o
  CC       src/or/dirauth/src_or_libtor_testing_a-dirvote.o
  CC       src/or/dirauth/src_or_libtor_testing_a-shared_random.o
  CC       src/or/dirauth/src_or_libtor_testing_a-shared_random_state.o
  AR       src/or/libtor-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/common/src_common_libor_crypto_testing_a-aes.o
  CC       src/common/src_common_libor_crypto_testing_a-buffers_tls.o
  CC       src/common/src_common_libor_crypto_testing_a-compress.o
  CC       src/common/src_common_libor_crypto_testing_a-compress_lzma.o
  CC       src/common/src_common_libor_crypto_testing_a-compress_none.o
  CC       src/common/src_common_libor_crypto_testing_a-compress_zlib.o
  CC       src/common/src_common_libor_crypto_testing_a-compress_zstd.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_digest.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_format.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_openssl_mgt.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_pwbox.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_rand.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_rsa.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_s2k.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_util.o
  CC       src/common/src_common_libor_crypto_testing_a-tortls.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_curve25519.o
  CC       src/common/src_common_libor_crypto_testing_a-crypto_ed25519.o
  AR       src/common/libor-crypto-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/common/src_common_libor_event_testing_a-compat_libevent.o
  CC       src/common/src_common_libor_event_testing_a-procmon.o
  CC       src/common/src_common_libor_event_testing_a-timers.o
  CC       src/ext/timeouts/src_common_libor_event_testing_a-timeout.o
  AR       src/common/libor-event-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       src/ext/trunnel/src_trunnel_libor_trunnel_testing_a-trunnel.o
  CC       src/trunnel/src_trunnel_libor_trunnel_testing_a-ed25519_cert.o
  CC       src/trunnel/src_trunnel_libor_trunnel_testing_a-link_handshake.o
  CC       src/trunnel/src_trunnel_libor_trunnel_testing_a-pwbox.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_testing_a-cell_common.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_testing_a-cell_establish_intro.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_testing_a-cell_introduce1.o
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_testing_a-cell_rendezvous.o
  CC       src/trunnel/src_trunnel_libor_trunnel_testing_a-channelpadding_negotiation.o
  AR       src/trunnel/libor-trunnel-testing.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     src/test/fuzz/fuzz-consensus
  CC       src/test/fuzz/src_test_fuzz_fuzz_descriptor-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_descriptor-fuzz_descriptor.o
  CCLD     src/test/fuzz/fuzz-descriptor
  CC       src/test/fuzz/src_test_fuzz_fuzz_diff-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_diff-fuzz_diff.o
  CCLD     src/test/fuzz/fuzz-diff
  CC       src/test/fuzz/src_test_fuzz_fuzz_diff_apply-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_diff_apply-fuzz_diff_apply.o
  CCLD     src/test/fuzz/fuzz-diff-apply
  CC       src/test/fuzz/src_test_fuzz_fuzz_extrainfo-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_extrainfo-fuzz_extrainfo.o
  CCLD     src/test/fuzz/fuzz-extrainfo
  CC       src/test/fuzz/src_test_fuzz_fuzz_hsdescv2-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_hsdescv2-fuzz_hsdescv2.o
  CCLD     src/test/fuzz/fuzz-hsdescv2
  CC       src/test/fuzz/src_test_fuzz_fuzz_hsdescv3-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_hsdescv3-fuzz_hsdescv3.o
  CCLD     src/test/fuzz/fuzz-hsdescv3
  CC       src/test/fuzz/src_test_fuzz_fuzz_http-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_http-fuzz_http.o
  CCLD     src/test/fuzz/fuzz-http
  CC       src/test/fuzz/src_test_fuzz_fuzz_http_connect-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_http_connect-fuzz_http_connect.o
  CCLD     src/test/fuzz/fuzz-http-connect
  CC       src/test/fuzz/src_test_fuzz_fuzz_iptsv2-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_iptsv2-fuzz_iptsv2.o
  CCLD     src/test/fuzz/fuzz-iptsv2
  CC       src/test/fuzz/src_test_fuzz_fuzz_microdesc-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_microdesc-fuzz_microdesc.o
  CCLD     src/test/fuzz/fuzz-microdesc
  CC       src/test/fuzz/src_test_fuzz_fuzz_vrs-fuzzing_common.o
  CC       src/test/fuzz/src_test_fuzz_fuzz_vrs-fuzz_vrs.o
  CCLD     src/test/fuzz/fuzz-vrs
make[3]: Leaving directory '/home/zcoin/zcoin-0.13.7.4/src/tor'
make[2]: Leaving directory '/home/zcoin/zcoin-0.13.7.4/src/tor'
make[2]: Entering directory '/home/zcoin/zcoin-0.13.7.4/src'
  CXX      crypto/libbitcoinconsensus_la-aes.lo
  CXX      crypto/libbitcoinconsensus_la-chacha20.lo
  CXX      crypto/libbitcoinconsensus_la-hmac_sha256.lo
  CXX      crypto/libbitcoinconsensus_la-hmac_sha512.lo
  CXX      crypto/libbitcoinconsensus_la-ripemd160.lo
  CXX      crypto/libbitcoinconsensus_la-sha1.lo
  CXX      crypto/libbitcoinconsensus_la-sha256.lo
  CXX      crypto/libbitcoinconsensus_la-sha512.lo
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      consensus/libbitcoinconsensus_la-merkle.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      primitives/libbitcoinconsensus_la-transaction.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      script/libbitcoinconsensus_la-bitcoinconsensus.lo
  CXX      script/libbitcoinconsensus_la-interpreter.lo
  CXX      script/libbitcoinconsensus_la-script.lo
  CXX      script/libbitcoinconsensus_la-script_error.lo
  CXX      libbitcoinconsensus_la-uint256.lo
  CXX      libbitcoinconsensus_la-utilstrencodings.lo
  CC       crypto/Lyra2Z/libbitcoinconsensus_la-Lyra2.lo
  CC       crypto/Lyra2Z/libbitcoinconsensus_la-Lyra2Z.lo
  CC       crypto/Lyra2Z/libbitcoinconsensus_la-blake.lo
  CC       crypto/Lyra2Z/libbitcoinconsensus_la-Sponge.lo
  CC       crypto/MerkleTreeProof/libbitcoinconsensus_la-thread.lo
  CC       crypto/MerkleTreeProof/libbitcoinconsensus_la-core.lo
  CC       crypto/MerkleTreeProof/libbitcoinconsensus_la-ref.lo
  CC       crypto/MerkleTreeProof/blake2/libbitcoinconsensus_la-blake2b.lo
make[3]: Entering directory '/home/zcoin/zcoin-0.13.7.4/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CCLD     libsecp256k1.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/zcoin/zcoin-0.13.7.4/src/secp256k1'
  CXXLD    libbitcoinconsensus.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  CXX      zcoind-bitcoind.o
  CXX      libbitcoin_server_a-addrman.o
In file included from /usr/include/c++/7/vector:69:0,
                 from serialize.h:21,
                 from netbase.h:13,
                 from addrman.h:9,
                 from addrman.cpp:6:
/usr/include/c++/7/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const CAddress&}; _Tp = CAddress; _Alloc = std::allocator<CAddress>]’:
/usr/include/c++/7/bits/vector.tcc:394:7: note: parameter passing for argument of type ‘std::vector<CAddress>::iterator {aka __gnu_cxx::__normal_iterator<CAddress*, std::vector<CAddress> >}’ changed in GCC 7.1
       vector<_Tp, _Alloc>::
       ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/7/vector:64:0,
                 from serialize.h:21,
                 from netbase.h:13,
                 from addrman.h:9,
                 from addrman.cpp:6:
/usr/include/c++/7/bits/stl_vector.h: In member function ‘void CAddrMan::GetAddr_(std::vector<CAddress>&)’:
/usr/include/c++/7/bits/stl_vector.h:948:21: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<CAddress*, std::vector<CAddress> >’ changed in GCC 7.1
    _M_realloc_insert(end(), __x);
    ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  CXX      libbitcoin_server_a-bloom.o
  CXX      libbitcoin_server_a-blockencodings.o
  CXX      libbitcoin_server_a-chain.o
  CXX      libbitcoin_server_a-checkpoints.o
  CXX      libbitcoin_server_a-httprpc.o
  CXX      libbitcoin_server_a-httpserver.o
  CXX      libbitcoin_server_a-init.o
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
Makefile:6137: recipe for target 'libbitcoin_server_a-init.o' failed
make[2]: *** [libbitcoin_server_a-init.o] Error 4
make[2]: Leaving directory '/home/zcoin/zcoin-0.13.7.4/src'
Makefile:10952: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/zcoin/zcoin-0.13.7.4/src'
Makefile:688: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
psolstice commented 5 years ago

Most likely lack of memory. You might want to use cross-compiler

PanderMusubi commented 5 years ago

That was indeed the problem. Stopping another service was enough to prevent this error. Thanks.