Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yespower slow on 32-bit: Gitian: #warning "SSE2 not enabled. Expect poor performance." #71

Open
decryp2kanon opened this issue Feb 9, 2020 · 1 comment

Comments

@decryp2kanon
Copy link
Contributor

decryp2kanon commented Feb 9, 2020

  CXX      crypto/libbitcoinconsensus_la-sha512.lo
  CC       crypto/yespower-1.0.1/libbitcoinconsensus_la-sha256.lo
  CC       crypto/yespower-1.0.1/libbitcoinconsensus_la-yespower-opt.lo
crypto/yespower-1.0.1/yespower-opt.c:59:2: warning: #warning "SSE2 not enabled.  Expect poor performance." [-Wcpp]
 #warning "SSE2 not enabled.  Expect poor performance."
  ^
  CXX      crypto/libbitcoinconsensus_la-sha256_sse4.lo

add -msse2 to GITIAN builds

https://github.com/google/boringssl/blob/master/util/32-bit-toolchain.cmake
-m32 -msse2


Alexander said it's not an actual problem, however it's an issue anyway :)

image


[TRAVIS] warning: -fPIC ignored for target (all code is position independent) [enabled by default]

  • 1

CC src/libsecp256k1_la-secp256k1.lo
src/secp256k1.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/**********************************************************************
^

  • 2/3

CC crypto/yespower-1.0.0/crypto_libbitcoin_crypto_a-sha256.o
crypto/yespower-1.0.0/sha256.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/-
^
CC crypto/yespower-1.0.0/crypto_libbitcoin_crypto_a-yespower-opt.o
crypto/yespower-1.0.0/yespower-opt.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/
-
^

  • 4/5

CC crypto/yespower-1.0.0/libbitcoinconsensus_la-yespower-opt.lo
crypto/yespower-1.0.0/sha256.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/-
^
CXX crypto/libbitcoinconsensus_la-sha256_sse4.lo
crypto/yespower-1.0.0/yespower-opt.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/
-
^

  • 6/7

CC src/exhaustive_tests-tests_exhaustive.o
src/tests.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/**********************************************************************
^
src/tests_exhaustive.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
/***********************************************************************
^


cryptozeny/sugarchain-v0.16.3#65

@decryp2kanon
Copy link
Contributor Author

decryp2kanon commented Feb 9, 2020

a very long log

CLICK ME

+ set -e
+ export LANG=en_US.UTF-8
+ LANG=en_US.UTF-8
+ export LC_ALL=en_US.UTF-8
+ LC_ALL=en_US.UTF-8
+ umask 002
+ export OUTDIR=/home/ubuntu/out
+ OUTDIR=/home/ubuntu/out
+ GBUILD_BITS=64
+ GBUILD_CACHE_ENABLED=1
+ GBUILD_PACKAGE_CACHE=/home/ubuntu/cache/sugarchain-linux-0.16
+ GBUILD_COMMON_CACHE=/home/ubuntu/cache/common
+ MAKEOPTS=(-j9)
+ cd build/sugarchain
+ git reset -q --hard
+ git clean -q -f -d
+ REFERENCE_DATETIME='2019-08-22 22:03:40'
+ REFERENCE_DATE=2019-08-22
+ REFERENCE_TIME=22:03:40
+ cd build
+ WRAP_DIR=/home/ubuntu/wrapped
+ HOSTS='i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu'
+ CONFIGFLAGS='--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests'
+ FAKETIME_HOST_PROGS=
+ FAKETIME_PROGS='date ar ranlib nm'
+ YESPOWER_PATH=/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1
+ YESPOWER_OPTION='-fPIE -Wall -O2 -fomit-frame-pointer'
+ HOST_CFLAGS='-O2 -g -I/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1 -fPIE -Wall -O2 -fomit-frame-pointer'
+ HOST_CXXFLAGS='-O2 -g'
+ HOST_LDFLAGS=-static-libstdc++
+ export QT_RCC_TEST=1
+ QT_RCC_TEST=1
+ export GZIP=-9n
+ GZIP=-9n
+ export 'TAR_OPTIONS=--mtime=2019-08-22\ 22:03:40'
+ TAR_OPTIONS='--mtime=2019-08-22\ 22:03:40'
+ export TZ=UTC
+ TZ=UTC
++ pwd
+ export BUILD_DIR=/home/ubuntu/build
+ BUILD_DIR=/home/ubuntu/build
+ mkdir -p /home/ubuntu/wrapped
+ test -n 1
+ export SOURCES_PATH=/home/ubuntu/cache/common
+ SOURCES_PATH=/home/ubuntu/cache/common
+ export BASE_CACHE=/home/ubuntu/cache/sugarchain-linux-0.16
+ BASE_CACHE=/home/ubuntu/cache/sugarchain-linux-0.16
+ mkdir -p /home/ubuntu/cache/sugarchain-linux-0.16 /home/ubuntu/cache/common
+ export PATH_orig=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ PATH_orig=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ create_global_faketime_wrappers '2000-01-01 12:00:00'
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a date | grep -v /home/ubuntu/wrapped/date | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2000-01-01 12:00:00"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/date
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a ar | grep -v /home/ubuntu/wrapped/ar | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2000-01-01 12:00:00"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/ar
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a ranlib | grep -v /home/ubuntu/wrapped/ranlib | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2000-01-01 12:00:00"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/ranlib
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a nm | grep -v /home/ubuntu/wrapped/nm | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2000-01-01 12:00:00"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/nm
+ create_per-host_faketime_wrappers '2000-01-01 12:00:00'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ export PATH=/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ PATH=/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ EXTRA_INCLUDES_BASE=/home/ubuntu/wrapped/extra_includes
+ mkdir -p /home/ubuntu/wrapped/extra_includes
+ mkdir -p /home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu
+ rm -f /home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu/asm
+ ln -s /usr/include/x86_64-linux-gnu/asm /home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu/asm
+ for prog in gcc g++
+ rm -f /home/ubuntu/wrapped/gcc
+ cat
++ which -a gcc
++ grep -v /home/ubuntu/wrapped/gcc
++ head -1
+ chmod +x /home/ubuntu/wrapped/gcc
+ for prog in gcc g++
+ rm -f /home/ubuntu/wrapped/g++
+ cat
++ which -a g++
++ grep -v /home/ubuntu/wrapped/g++
++ head -1
+ chmod +x /home/ubuntu/wrapped/g++
+ cd sugarchain
++ pwd
+ BASEPREFIX=/home/ubuntu/build/sugarchain/depends
+ for i in '$HOSTS'
+ EXTRA_INCLUDES=/home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu
+ '[' -d /home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu ']'
+ export HOST_ID_SALT=/home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu
+ HOST_ID_SALT=/home/ubuntu/wrapped/extra_includes/i686-pc-linux-gnu
+ make -j9 -C /home/ubuntu/build/sugarchain/depends HOST=i686-pc-linux-gnu
make: Entering directory `/home/ubuntu/build/sugarchain/depends'
copying packages: native_ccache native_protobuf boost openssl libevent zeromq qrencode protobuf zlib qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans bdb miniupnpc
to: /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu
make: Leaving directory `/home/ubuntu/build/sugarchain/depends'
+ unset HOST_ID_SALT
+ for i in '$HOSTS'
+ EXTRA_INCLUDES=/home/ubuntu/wrapped/extra_includes/x86_64-linux-gnu
+ '[' -d /home/ubuntu/wrapped/extra_includes/x86_64-linux-gnu ']'
+ make -j9 -C /home/ubuntu/build/sugarchain/depends HOST=x86_64-linux-gnu
make: Entering directory `/home/ubuntu/build/sugarchain/depends'
copying packages: native_ccache native_protobuf boost openssl libevent zeromq qrencode protobuf zlib qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans bdb miniupnpc
to: /home/ubuntu/build/sugarchain/depends/x86_64-linux-gnu
make: Leaving directory `/home/ubuntu/build/sugarchain/depends'
+ unset HOST_ID_SALT
+ for i in '$HOSTS'
+ EXTRA_INCLUDES=/home/ubuntu/wrapped/extra_includes/arm-linux-gnueabihf
+ '[' -d /home/ubuntu/wrapped/extra_includes/arm-linux-gnueabihf ']'
+ make -j9 -C /home/ubuntu/build/sugarchain/depends HOST=arm-linux-gnueabihf
make: Entering directory `/home/ubuntu/build/sugarchain/depends'
copying packages: native_ccache native_protobuf boost openssl libevent zeromq qrencode protobuf zlib bdb miniupnpc
to: /home/ubuntu/build/sugarchain/depends/arm-linux-gnueabihf
make: Leaving directory `/home/ubuntu/build/sugarchain/depends'
+ unset HOST_ID_SALT
+ for i in '$HOSTS'
+ EXTRA_INCLUDES=/home/ubuntu/wrapped/extra_includes/aarch64-linux-gnu
+ '[' -d /home/ubuntu/wrapped/extra_includes/aarch64-linux-gnu ']'
+ make -j9 -C /home/ubuntu/build/sugarchain/depends HOST=aarch64-linux-gnu
make: Entering directory `/home/ubuntu/build/sugarchain/depends'
copying packages: native_ccache native_protobuf boost openssl libevent zeromq qrencode protobuf zlib bdb miniupnpc
to: /home/ubuntu/build/sugarchain/depends/aarch64-linux-gnu
make: Leaving directory `/home/ubuntu/build/sugarchain/depends'
+ unset HOST_ID_SALT
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ create_global_faketime_wrappers '2019-08-22 22:03:40'
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a date | grep -v /home/ubuntu/wrapped/date | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2019-08-22 22:03:40"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/date
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a ar | grep -v /home/ubuntu/wrapped/ar | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2019-08-22 22:03:40"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/ar
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a ranlib | grep -v /home/ubuntu/wrapped/ranlib | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2019-08-22 22:03:40"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/ranlib
+ for prog in '${FAKETIME_PROGS}'
+ echo '#!/bin/bash'
+ echo 'REAL=`which -a nm | grep -v /home/ubuntu/wrapped/nm | head -1`'
+ echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/faketime/libfaketime.so.1'
+ echo 'export FAKETIME="2019-08-22 22:03:40"'
+ echo '$REAL $@'
+ chmod +x /home/ubuntu/wrapped/nm
+ create_per-host_faketime_wrappers '2019-08-22 22:03:40'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ for i in '$HOSTS'
+ export PATH=/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ PATH=/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ ./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_DIR, `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:45: installing 'build-aux/config.guess'
configure.ac:45: installing 'build-aux/config.sub'
configure.ac:28: installing 'build-aux/install-sh'
configure.ac:28: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
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_DIR, `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:5: installing 'build-aux/config.guess'
configure.ac:5: installing 'build-aux/config.sub'
configure.ac:9: installing 'build-aux/install-sh'
configure.ac:9: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
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_DIR, `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:78: installing 'build-aux/compile'
configure.ac:28: installing 'build-aux/config.guess'
configure.ac:28: installing 'build-aux/config.sub'
configure.ac:38: installing 'build-aux/install-sh'
configure.ac:38: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
++ echo 'i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu'
++ awk '{print $1;}'
+ CONFIG_SITE=/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
+ ./configure --prefix=/
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
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 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++ -m32 accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++ -m32... gcc3
checking whether g++ -m32 supports C++11 features with -std=c++11... yes
checking whether std::atomic can be used without link library... yes
checking for i686-pc-linux-gnu-g++... g++ -m32 -std=c++11
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ -m32 -std=c++11 accepts -g... no
checking dependency style of g++ -m32 -std=c++11... gcc3
checking how to print strings... printf
checking for i686-pc-linux-gnu-gcc... gcc -m32
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... 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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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++ -m32 -std=c++11 -E
checking for ld used by g++ -m32 -std=c++11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ -m32 -std=c++11 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -m32 -std=c++11 option to produce PIC... -fPIC -DPIC
checking if g++ -m32 -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -m32 -std=c++11 static flag -static works... yes
checking if g++ -m32 -std=c++11 supports -c -o file.o... yes
checking if g++ -m32 -std=c++11 supports -c -o file.o... (cached) yes
checking whether the g++ -m32 -std=c++11 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 i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... /usr/bin/strip
checking for i686-pc-linux-gnu-gcov... no
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... /usr/bin/python3.4
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/ccache
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for i686-pc-linux-gnu-readelf... no
checking for readelf... /usr/bin/readelf
checking for i686-pc-linux-gnu-c++filt... no
checking for c++filt... /usr/bin/c++filt
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... /usr/bin/objcopy
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -msse4.2... yes
checking for assembler crc32 support... no
checking for i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking whether gcc -m32 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,--high-entropy-va... 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 daemon 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 whether __builtin_clz is declared... yes
checking whether __builtin_clzl is declared... yes
checking whether __builtin_clzll is declared... yes
checking for MSG_NOSIGNAL... yes
checking for MSG_DONTWAIT... yes
checking for getmemoryinfo... yes
checking for mallopt M_ARENA_MAX... yes
checking for visibility attribute... yes
checking for thread_local support... yes
checking for Linux getrandom syscall... no
checking for getentropy... no
checking for getentropy via random.h... no
checking for sysctl KERN_ARND... no
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 for QT5... yes
checking for QT_TEST... yes
checking for QT_DBUS... yes
checking for static Qt... yes
checking for QTPLATFORM... yes
checking for X11XCB... yes
checking for QTXCBQPA... yes
checking for Qt < 5.4... no
checking for static Qt plugins: -lqminimal... yes
checking for static Qt plugins: -lqxcb -lxcb-static... yes
checking whether -fPIE can be used with this Qt config... yes
checking for moc-qt5... no
checking for moc5... no
checking for moc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/moc
checking for uic-qt5... no
checking for uic5... no
checking for uic... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/uic
checking for rcc-qt5... no
checking for rcc5... no
checking for rcc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/rcc
checking for lrelease-qt5... no
checking for lrelease5... no
checking for lrelease... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/lrelease
checking for lupdate-qt5... no
checking for lupdate5... no
checking for lupdate... no
checking whether to build Sugarchain Yumekawa GUI... configure: WARNING: lupdate is required to update qt translations
yes (Qt5)
checking for boostlib >= 1.47.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-mt... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... no
checking for mismatched boost c++11 scoped enums... ok
checking for SSL... yes
checking for CRYPTO... yes
checking for PROTOBUF... yes
checking for QR... yes
checking for EVENT... yes
checking for EVENT_PTHREADS... yes
checking for ZMQ... yes
checking whether EVP_MD_CTX_new is declared... no
checking for protoc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/protoc
checking whether to build sugarchaind... yes
checking whether to build utils (sugarchain-cli sugarchain-tx)... yes
checking whether to build libraries... yes
checking if ccache should be used... yes
checking whether C preprocessor accepts -Qunused-arguments... 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 GUI with support for D-Bus... yes
checking whether to build GUI with support for QR codes... yes
configure: WARNING: "xgettext is required to update qt translations"
checking whether to build test_sugarchain-qt... yes
checking whether to build test_sugarchain... yes
checking whether to reduce exports... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libbitcoinconsensus.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/man/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating test/config.ini
config.status: creating contrib/devtools/split-debug.sh
config.status: creating doc/Doxyfile
config.status: creating src/config/bitcoin-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/univalue (/home/ubuntu/build/sugarchain/src/univalue)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
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 i686-pc-linux-gnu-strip... no
checking for strip... strip
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... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc -m32
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... 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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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 we are using the GNU C++ compiler... yes
checking whether g++ -m32 accepts -g... yes
checking dependency style of g++ -m32... gcc3
checking how to run the C++ preprocessor... g++ -m32 -E
checking for ld used by g++ -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ -m32 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -m32 option to produce PIC... -fPIC -DPIC
checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
checking if g++ -m32 static flag -static works... yes
checking if g++ -m32 supports -c -o file.o... yes
checking if g++ -m32 supports -c -o file.o... (cached) yes
checking whether the g++ -m32 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: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/secp256k1 (/home/ubuntu/build/sugarchain/src/secp256k1)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
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 i686-pc-linux-gnu-gcc... gcc -m32
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... 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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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 i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-strip... no
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 -m32 option to accept ISO C89... (cached) none needed
checking dependency style of gcc -m32... gcc3
checking if gcc -m32 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 -m32 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... yes
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 for coverage analysis: no
configure: Building ECDH module: no
configure: Building ECDSA pubkey recovery module: yes
configure: Using jni: no
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: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.

Options used to compile and link:
  with wallet   = yes
  with gui / qt = yes
    qt version  = 5
    with qr     = yes
  with zmq      = yes
  with test     = yes
  with bench    = yes
  with upnp     = yes
  use asm       = yes
  debug enabled = no
  werror        = no

  target os     = linux
  build os      = 

  CC            = /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/ccache gcc -m32
  CFLAGS        = -pipe -O2 
  CPPFLAGS      = -I/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64
  CXX           = /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/ccache g++ -m32 -std=c++11
  CXXFLAGS      = -pipe -O2 
  LDFLAGS       = -L/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../lib 
  ARFLAGS       = cr

+ make dist
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/home/ubuntu/build/sugarchain'
if test -d "sugarchain-0.16.3"; then find "sugarchain-0.16.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sugarchain-0.16.3" || { sleep 5 && rm -rf "sugarchain-0.16.3"; }; else :; fi
test -d "sugarchain-0.16.3" || mkdir "sugarchain-0.16.3"
 (cd src && make  top_distdir=../sugarchain-0.16.3 distdir=../sugarchain-0.16.3/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/ubuntu/build/sugarchain/src'
Generated bench/data/block413567.raw.h
Generated test/data/script_tests.json.h
Generated test/data/base58_keys_valid.json.h
Generated test/data/base58_encode_decode.json.h
Generated test/data/base58_keys_invalid.json.h
Generated test/data/tx_invalid.json.h
Generated test/data/tx_valid.json.h
Generated test/data/sighash.json.h
 (cd secp256k1 && make  top_distdir=../../sugarchain-0.16.3 distdir=../../sugarchain-0.16.3/src/secp256k1 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/home/ubuntu/build/sugarchain/src/secp256k1'
:
test -d "../../sugarchain-0.16.3/src/secp256k1" || mkdir "../../sugarchain-0.16.3/src/secp256k1"
test -n ":" \
	|| find "../../sugarchain-0.16.3/src/secp256k1" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/bash /home/ubuntu/build/sugarchain/src/secp256k1/build-aux/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "../../sugarchain-0.16.3/src/secp256k1"
make[3]: Leaving directory `/home/ubuntu/build/sugarchain/src/secp256k1'
 (cd univalue && make  top_distdir=../../sugarchain-0.16.3 distdir=../../sugarchain-0.16.3/src/univalue \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/home/ubuntu/build/sugarchain/src/univalue'
:
test -d "../../sugarchain-0.16.3/src/univalue" || mkdir "../../sugarchain-0.16.3/src/univalue"
test -n ":" \
	|| find "../../sugarchain-0.16.3/src/univalue" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/bash /home/ubuntu/build/sugarchain/src/univalue/build-aux/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "../../sugarchain-0.16.3/src/univalue"
make[3]: Leaving directory `/home/ubuntu/build/sugarchain/src/univalue'
make[2]: Leaving directory `/home/ubuntu/build/sugarchain/src'
 (cd doc/man && make  top_distdir=../../sugarchain-0.16.3 distdir=../../sugarchain-0.16.3/doc/man \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/ubuntu/build/sugarchain/doc/man'
make[2]: Leaving directory `/home/ubuntu/build/sugarchain/doc/man'
make  \
	  top_distdir="sugarchain-0.16.3" distdir="sugarchain-0.16.3" \
	  dist-hook
make[2]: Entering directory `/home/ubuntu/build/sugarchain'
/usr/bin/git archive --format=tar HEAD -- src/clientversion.cpp | ${TAR-tar} -C sugarchain-0.16.3 -xf -
make[2]: Leaving directory `/home/ubuntu/build/sugarchain'
test -n "" \
	|| find "sugarchain-0.16.3" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec /bin/bash /home/ubuntu/build/sugarchain/build-aux/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "sugarchain-0.16.3"
tardir=sugarchain-0.16.3 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >sugarchain-0.16.3.tar.gz
make[1]: Leaving directory `/home/ubuntu/build/sugarchain'
if test -d "sugarchain-0.16.3"; then find "sugarchain-0.16.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "sugarchain-0.16.3" || { sleep 5 && rm -rf "sugarchain-0.16.3"; }; else :; fi
++ echo sugarchain-0.16.3.tar.gz
+ SOURCEDIST=sugarchain-0.16.3.tar.gz
++ echo sugarchain-0.16.3.tar.gz
++ sed 's/.tar.*//'
+ DISTNAME=sugarchain-0.16.3
+ mkdir -p temp
+ pushd temp
~/build/sugarchain/temp ~/build/sugarchain
+ tar xf ../sugarchain-0.16.3.tar.gz
+ sort
+ tar --no-recursion --mode=u+rw,go+r-w,a+X --owner=0 --group=0 -c -T -
+ find sugarchain-0.16.3
+ gzip -9n
+ popd
~/build/sugarchain
+ make -C src obj/build.h
make: Entering directory `/home/ubuntu/build/sugarchain/src'
make: Leaving directory `/home/ubuntu/build/sugarchain/src'
+ ORIGPATH=/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ for i in '${HOSTS}'
+ export PATH=/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/native/bin:/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ PATH=/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/native/bin:/home/ubuntu/wrapped:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ mkdir -p distsrc-i686-pc-linux-gnu
+ cd distsrc-i686-pc-linux-gnu
++ pwd
+ INSTALLPATH=/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/installed/sugarchain-0.16.3
+ mkdir -p /home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/installed/sugarchain-0.16.3
+ tar --strip-components=1 -xf ../sugarchain-0.16.3.tar.gz
+ echo '#!/bin/true'
+ mkdir src/obj
+ cp ../src/obj/build.h src/obj/
+ CONFIG_SITE=/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
+ ./configure --prefix=/ --disable-ccache --disable-maintainer-mode --disable-dependency-tracking --enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests 'CFLAGS=-O2 -g -I/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1 -fPIE -Wall -O2 -fomit-frame-pointer' 'CXXFLAGS=-O2 -g' LDFLAGS=-static-libstdc++
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
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... no
checking whether make supports nested variables... (cached) yes
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++ -m32 accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++ -m32... none
checking whether g++ -m32 supports C++11 features with -std=c++11... yes
checking whether std::atomic can be used without link library... yes
checking for i686-pc-linux-gnu-g++... g++ -m32 -std=c++11
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ -m32 -std=c++11 accepts -g... no
checking dependency style of g++ -m32 -std=c++11... none
checking how to print strings... printf
checking for i686-pc-linux-gnu-gcc... gcc -m32
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... none
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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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++ -m32 -std=c++11 -E
checking for ld used by g++ -m32 -std=c++11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ -m32 -std=c++11 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -m32 -std=c++11 option to produce PIC... -fPIC -DPIC
checking if g++ -m32 -std=c++11 PIC flag -fPIC -DPIC works... yes
checking if g++ -m32 -std=c++11 static flag -static works... yes
checking if g++ -m32 -std=c++11 supports -c -o file.o... yes
checking if g++ -m32 -std=c++11 supports -c -o file.o... (cached) yes
checking whether the g++ -m32 -std=c++11 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 i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-strip... no
checking for strip... /usr/bin/strip
checking for i686-pc-linux-gnu-gcov... no
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for python3.6... no
checking for python3.5... no
checking for python3.4... /usr/bin/python3.4
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/ccache
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for i686-pc-linux-gnu-readelf... no
checking for readelf... /usr/bin/readelf
checking for i686-pc-linux-gnu-c++filt... no
checking for c++filt... /usr/bin/c++filt
checking for i686-pc-linux-gnu-objcopy... no
checking for objcopy... /usr/bin/objcopy
checking whether C++ compiler accepts -Werror... yes
checking whether C++ compiler accepts -msse4.2... yes
checking for assembler crc32 support... no
checking for i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking whether byte ordering is bigendian... no
checking whether gcc -m32 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 clock_gettime in -lrt... yes
checking __fdelt_chk type... long int
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,--high-entropy-va... 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 daemon 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 whether __builtin_clz is declared... yes
checking whether __builtin_clzl is declared... yes
checking whether __builtin_clzll is declared... yes
checking for MSG_NOSIGNAL... yes
checking for MSG_DONTWAIT... yes
checking for getmemoryinfo... yes
checking for mallopt M_ARENA_MAX... yes
checking for visibility attribute... yes
checking for thread_local support... yes
checking for Linux getrandom syscall... no
checking for getentropy... no
checking for getentropy via random.h... no
checking for sysctl KERN_ARND... no
checking whether C++ compiler accepts -fvisibility=hidden... 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 for QT5... yes
checking for QT_TEST... yes
checking for QT_DBUS... yes
checking for static Qt... yes
checking for QTPLATFORM... yes
checking for X11XCB... yes
checking for QTXCBQPA... yes
checking for Qt < 5.4... no
checking for static Qt plugins: -lqminimal... yes
checking for static Qt plugins: -lqxcb -lxcb-static... yes
checking whether -fPIE can be used with this Qt config... yes
checking for moc-qt5... no
checking for moc5... no
checking for moc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/moc
checking for uic-qt5... no
checking for uic5... no
checking for uic... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/uic
checking for rcc-qt5... no
checking for rcc5... no
checking for rcc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/rcc
checking for lrelease-qt5... no
checking for lrelease5... no
checking for lrelease... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/lrelease
checking for lupdate-qt5... no
checking for lupdate5... no
checking for lupdate... no
checking whether to build Sugarchain Yumekawa GUI... configure: WARNING: lupdate is required to update qt translations
yes (Qt5)
checking for boostlib >= 1.47.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system-mt... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-mt... yes
checking whether the Boost::Program_Options library is available... yes
checking for exit in -lboost_program_options-mt... yes
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono-mt... yes
checking for working boost reduced exports... yes
checking whether the linker accepts -Wl,--exclude-libs,ALL... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking for dynamic linked boost test... no
checking for mismatched boost c++11 scoped enums... ok
checking for SSL... yes
checking for CRYPTO... yes
checking for PROTOBUF... yes
checking for QR... yes
checking for EVENT... yes
checking for EVENT_PTHREADS... yes
checking for ZMQ... yes
checking whether EVP_MD_CTX_new is declared... no
checking for protoc... /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../native/bin/protoc
checking whether to build sugarchaind... yes
checking whether to build utils (sugarchain-cli sugarchain-tx)... yes
checking whether to build libraries... yes
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 GUI with support for D-Bus... yes
checking whether to build GUI with support for QR codes... yes
configure: WARNING: "xgettext is required to update qt translations"
checking whether to build test_sugarchain-qt... no
checking whether to build test_sugarchain... yes
checking whether to reduce exports... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libbitcoinconsensus.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/man/Makefile
config.status: creating share/setup.nsi
config.status: creating share/qt/Info.plist
config.status: creating test/config.ini
config.status: creating contrib/devtools/split-debug.sh
config.status: creating doc/Doxyfile
config.status: creating src/config/bitcoin-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/univalue (/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/univalue)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-ccache' '--disable-maintainer-mode' '--disable-dependency-tracking' '--enable-glibc-back-compat' '--enable-reduce-exports' '--disable-bench' '--disable-gui-tests' 'CFLAGS=-O2 -g -I/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1 -fPIE -Wall -O2 -fomit-frame-pointer' 'CXXFLAGS=-O2 -g' 'LDFLAGS=-static-libstdc++' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
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 i686-pc-linux-gnu-strip... no
checking for strip... strip
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... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... gcc -m32
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... none
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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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 we are using the GNU C++ compiler... yes
checking whether g++ -m32 accepts -g... yes
checking dependency style of g++ -m32... none
checking how to run the C++ preprocessor... g++ -m32 -E
checking for ld used by g++ -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ -m32 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -m32 option to produce PIC... -fPIC -DPIC
checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
checking if g++ -m32 static flag -static works... yes
checking if g++ -m32 supports -c -o file.o... yes
checking if g++ -m32 supports -c -o file.o... (cached) yes
checking whether the g++ -m32 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: executing depfiles commands
config.status: executing libtool commands
=== configuring in src/secp256k1 (/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/secp256k1)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-ccache' '--disable-maintainer-mode' '--disable-dependency-tracking' '--enable-glibc-back-compat' '--enable-reduce-exports' '--disable-bench' '--disable-gui-tests' 'CFLAGS=-O2 -g -I/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1 -fPIE -Wall -O2 -fomit-frame-pointer' 'CXXFLAGS=-O2 -g' 'LDFLAGS=-static-libstdc++' '--disable-shared' '--with-pic' '--with-bignum=no' '--enable-module-recovery' '--disable-jni' --cache-file=/dev/null --srcdir=.
configure: loading site script /home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/config.site
checking build system type... x86_64-unknown-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
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 i686-pc-linux-gnu-gcc... gcc -m32
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m32 accepts -g... yes
checking for gcc -m32 option to accept ISO C89... none needed
checking whether gcc -m32 understands -c and -o together... yes
checking dependency style of gcc -m32... none
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 -m32... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... strip
checking for i686-pc-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc -m32 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -m32 -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 -m32 supports -fno-rtti -fno-exceptions... no
checking for gcc -m32 option to produce PIC... -fPIC -DPIC
checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
checking if gcc -m32 static flag -static works... yes
checking if gcc -m32 supports -c -o file.o... yes
checking if gcc -m32 supports -c -o file.o... (cached) yes
checking whether the gcc -m32 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 i686-pc-linux-gnu-pkg-config... /usr/bin/pkg-config --static
checking pkg-config is at least version 0.9.0... yes
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... (cached) ranlib
checking for i686-pc-linux-gnu-strip... no
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) none
checking how to run the C preprocessor... gcc -E
checking for gcc -m32 option to accept ISO C89... (cached) none needed
checking dependency style of gcc -m32... none
checking if gcc -m32 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 -m32 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... yes
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 for coverage analysis: no
configure: Building ECDH module: no
configure: Building ECDSA pubkey recovery module: yes
configure: Using jni: no
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: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.

Options used to compile and link:
  with wallet   = yes
  with gui / qt = yes
    qt version  = 5
    with qr     = yes
  with zmq      = yes
  with test     = yes
  with bench    = no
  with upnp     = yes
  use asm       = yes
  debug enabled = no
  werror        = no

  target os     = linux
  build os      = 

  CC            = gcc -m32
  CFLAGS        = -pipe -O2 -O2 -g -I/home/ubuntu/build/sugarchain/src/crypto/yespower-1.0.1 -fPIE -Wall -O2 -fomit-frame-pointer
  CPPFLAGS      = -I/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64
  CXX           = g++ -m32 -std=c++11
  CXXFLAGS      = -pipe -O2 -O2 -g -fvisibility=hidden
  LDFLAGS       = -L/home/ubuntu/build/sugarchain/depends/i686-pc-linux-gnu/share/../lib -static-libstdc++
  ARFLAGS       = cr

+ make -j9
Making all in src
make[1]: Entering directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src'
make[2]: Entering directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src'
  CXX      libbitcoinconsensus_la-arith_uint256.lo
  CXX      libbitcoinconsensus_la-hash.lo
  CXX      libbitcoinconsensus_la-pubkey.lo
  CXX      libbitcoinconsensus_la-uint256.lo
  CXX      libbitcoinconsensus_la-utilstrencodings.lo
  CXX      sugarchaind-bitcoind.o
  CXX      libbitcoin_server_a-addrdb.o
  CXX      libbitcoin_server_a-addrman.o
make[3]: Entering directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/secp256k1'
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  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      consensus/libbitcoin_server_a-tx_verify.o
  CXX      libbitcoin_server_a-httprpc.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CXX      libbitcoin_server_a-httpserver.o
  CXX      libbitcoin_server_a-init.o
  CXX      libbitcoin_server_a-dbwrapper.o
  CXX      libbitcoin_server_a-merkleblock.o
  CXX      libbitcoin_server_a-miner.o
  CXX      libbitcoin_server_a-net.o
  CXX      libbitcoin_server_a-net_processing.o
  CCLD     libsecp256k1.la
make[3]: Leaving directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/secp256k1'
  CXX      libbitcoin_server_a-noui.o
  CXX      libbitcoin_server_a-pow.o
pow.cpp:66:14: warning: #warning "Note: 'pindexLast->nHeight >= params.nPowAllowMinDifficultyBlocksAfterHeight.get()'  That's OK."; [-Wcpp]
             #warning "Note: 'pindexLast->nHeight >= params.nPowAllowMinDifficultyBlocksAfterHeight.get()'  That's OK.";
              ^
  CXX      libbitcoin_server_a-rest.o
  CXX      script/libbitcoin_server_a-sigcache.o
  CXX      script/libbitcoin_server_a-ismine.o
  CXX      libbitcoin_server_a-timedata.o
  CXX      libbitcoin_server_a-torcontrol.o
  CXX      libbitcoin_server_a-txdb.o
  CXX      libbitcoin_server_a-txmempool.o
  CXX      libbitcoin_server_a-ui_interface.o
  CXX      libbitcoin_server_a-validation.o
  CXX      libbitcoin_server_a-validationinterface.o
  CXX      libbitcoin_server_a-versionbits.o
  CXX      libbitcoin_common_a-base58.o
  CXX      libbitcoin_common_a-bech32.o
  CXX      libbitcoin_common_a-chainparams.o
  CXX      libbitcoin_common_a-coins.o
  CXX      libbitcoin_common_a-compressor.o
  CXX      libbitcoin_common_a-core_read.o
  CXX      libbitcoin_common_a-core_write.o
  CXX      libbitcoin_common_a-key.o
  CXX      libbitcoin_common_a-keystore.o
  CXX      libbitcoin_common_a-netaddress.o
  CXX      libbitcoin_common_a-netbase.o
  CXX      policy/libbitcoin_common_a-feerate.o
  CXX      libbitcoin_common_a-protocol.o
  CXX      libbitcoin_common_a-scheduler.o
  CXX      script/libbitcoin_common_a-sign.o
  CXX      script/libbitcoin_common_a-standard.o
  CXX      libbitcoin_common_a-warnings.o
make[3]: Entering directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/univalue'
  CXX      lib/libunivalue_la-univalue.lo
  CXX      libbitcoin_util_a-chainparamsbase.o
  CXX      compat/libbitcoin_util_a-glibc_sanity.o
  CXX      compat/libbitcoin_util_a-glibcxx_sanity.o
  CXX      lib/libunivalue_la-univalue_get.lo
  CXX      compat/libbitcoin_util_a-strnlen.o
  CXX      libbitcoin_util_a-fs.o
  CXX      lib/libunivalue_la-univalue_read.lo
  CXX      libbitcoin_util_a-random.o
  CXX      rpc/libbitcoin_util_a-protocol.o
  CXX      rpc/libbitcoin_util_a-util.o
  CXX      support/libbitcoin_util_a-cleanse.o
  CXX      libbitcoin_util_a-sync.o
  CXX      libbitcoin_util_a-threadinterrupt.o
  CXX      lib/libunivalue_la-univalue_write.lo
  CXX      libbitcoin_util_a-util.o
  CXX      libbitcoin_util_a-utilmoneystr.o
  CXX      libbitcoin_util_a-utilstrencodings.o
  CXX      libbitcoin_util_a-utiltime.o
  CXX      compat/libbitcoin_util_a-glibc_compat.o
  CXX      libbitcoin_consensus_a-arith_uint256.o
  CXXLD    libunivalue.la
make[3]: Leaving directory `/home/ubuntu/build/sugarchain/distsrc-i686-pc-linux-gnu/src/univalue'
  CXX      consensus/libbitcoin_consensus_a-merkle.o
  CXX      libbitcoin_consensus_a-hash.o
  CXX      primitives/libbitcoin_consensus_a-block.o
  CXX      primitives/libbitcoin_consensus_a-transaction.o
  CXX      libbitcoin_consensus_a-pubkey.o
  CXX      script/libbitcoin_consensus_a-bitcoinconsensus.o
  CXX      script/libbitcoin_consensus_a-interpreter.o
  CXX      script/libbitcoin_consensus_a-script.o
  CXX      script/libbitcoin_consensus_a-script_error.o
  CXX      libbitcoin_consensus_a-uint256.o
  CXX      libbitcoin_consensus_a-utilstrencodings.o
  CXX      crypto/crypto_libbitcoin_crypto_a-aes.o
  CXX      crypto/crypto_libbitcoin_crypto_a-chacha20.o
  CXX      crypto/crypto_libbitcoin_crypto_a-hmac_sha256.o
  CXX      crypto/crypto_libbitcoin_crypto_a-hmac_sha512.o
  CXX      crypto/crypto_libbitcoin_crypto_a-ripemd160.o
  CXX      crypto/crypto_libbitcoin_crypto_a-sha1.o
  CXX      crypto/crypto_libbitcoin_crypto_a-sha256.o
  CXX      crypto/crypto_libbitcoin_crypto_a-sha512.o
  CC       crypto/yespower-1.0.1/crypto_libbitcoin_crypto_a-sha256.o
  CC       crypto/yespower-1.0.1/crypto_libbitcoin_crypto_a-yespower-opt.o
crypto/yespower-1.0.1/yespower-opt.c:59:2: warning: #warning "SSE2 not enabled.  Expect poor performance." [-Wcpp]
 #warning "SSE2 not enabled.  Expect poor performance."
  ^
  CXX      crypto/crypto_libbitcoin_crypto_a-sha256_sse4.o
  CXX      leveldb/port/leveldb_libleveldb_sse42_a-port_posix_sse.o
  CXX      sugarchain_cli-bitcoin-cli.o
  CXX      rpc/libbitcoin_cli_a-client.o
  CXX      sugarchain_tx-bitcoin-tx.o
Generated test/data/script_tests.json.h
Generated test/data/base58_keys_valid.json.h
Generated test/data/base58_encode_decode.json.h
Generated test/data/base58_keys_invalid.json.h
Generated test/data/tx_invalid.json.h
Generated test/data/tx_valid.json.h
Generated test/data/sighash.json.h
  GEN      qt/forms/ui_addressbookpage.h
  GEN      qt/forms/ui_askpassphrasedialog.h
  GEN      qt/forms/ui_coincontroldialog.h
  GEN      qt/forms/ui_editaddressdialog.h
  GEN      qt/forms/ui_helpmessagedialog.h
  GEN      qt/forms/ui_intro.h
  GEN      qt/forms/ui_modaloverlay.h
  GEN      qt/forms/ui_openuridialog.h
  GEN      qt/forms/ui_optionsdialog.h
  GEN      qt/forms/ui_overviewpage.h
  GEN      qt/forms/ui_receivecoinsdialog.h
  GEN      qt/forms/ui_receiverequestdialog.h
  GEN      qt/forms/ui_debugwindow.h
  GEN      qt/forms/ui_sendcoinsdialog.h
  GEN      qt/forms/ui_sendcoinsentry.h
  GEN      qt/forms/ui_signverifymessagedialog.h
  GEN      qt/forms/ui_transactiondescdialog.h
  GEN      qt/paymentrequest.pb.h
  GEN      qt/locale/bitcoin_af.qm
  GEN      qt/locale/bitcoin_af_ZA.qm
  GEN      qt/locale/bitcoin_am.qm
  GEN      qt/locale/bitcoin_ar.qm
  GEN      qt/locale/bitcoin_be_BY.qm
  GEN      qt/locale/bitcoin_bg_BG.qm
  GEN      qt/locale/bitcoin_bg.qm
  GEN      qt/locale/bitcoin_bn.qm
  GEN      qt/locale/bitcoin_bs.qm
  GEN      qt/locale/bitcoin_ca_ES.qm
  GEN      qt/locale/bitcoin_ca.qm
  GEN      qt/locale/[email protected]
  GEN      qt/locale/bitcoin_cs_CZ.qm
  GEN      qt/locale/bitcoin_cs.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_cy.qm
  GEN      qt/locale/bitcoin_da.qm
  GEN      qt/locale/bitcoin_de_DE.qm
  GEN      qt/locale/bitcoin_de.qm
  GEN      qt/locale/bitcoin_el_GR.qm
  GEN      qt/locale/bitcoin_el.qm
  GEN      qt/locale/bitcoin_en_AU.qm
  GEN      qt/locale/bitcoin_en_GB.qm
  GEN      qt/locale/bitcoin_en.qm
  GEN      qt/locale/bitcoin_eo.qm
  GEN      qt/locale/bitcoin_es_419.qm
  GEN      qt/locale/bitcoin_es_AR.qm
  GEN      qt/locale/bitcoin_es_CL.qm
  GEN      qt/locale/bitcoin_es_CO.qm
  GEN      qt/locale/bitcoin_es_DO.qm
  GEN      qt/locale/bitcoin_es_ES.qm
  GEN      qt/locale/bitcoin_es_MX.qm
  GEN      qt/locale/bitcoin_es.qm
  GEN      qt/locale/bitcoin_es_UY.qm
  GEN      qt/locale/bitcoin_es_VE.qm
  GEN      qt/locale/bitcoin_et_EE.qm
  GEN      qt/locale/bitcoin_et.qm
  GEN      qt/locale/bitcoin_eu_ES.qm
  GEN      qt/locale/bitcoin_fa_IR.qm
  GEN      qt/locale/bitcoin_fa.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_fi.qm
  GEN      qt/locale/bitcoin_fr_CA.qm
  GEN      qt/locale/bitcoin_fr_FR.qm
  GEN      qt/locale/bitcoin_fr.qm
  GEN      qt/locale/bitcoin_gl.qm
  GEN      qt/locale/bitcoin_he_IL.qm
  GEN      qt/locale/bitcoin_he.qm
  GEN      qt/locale/bitcoin_hi_IN.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_hu_HU.qm
  GEN      qt/locale/bitcoin_hr.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_hu.qm
  GEN      qt/locale/bitcoin_id_ID.qm
  GEN      qt/locale/bitcoin_id.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_is.qm
  GEN      qt/locale/bitcoin_it_IT.qm
  GEN      qt/locale/bitcoin_it.qm
  GEN      qt/locale/bitcoin_ja_JP.qm
  GEN      qt/locale/bitcoin_ja.qm
  GEN      qt/locale/bitcoin_ka.qm
  GEN      qt/locale/bitcoin_kk_KZ.qm
  GEN      qt/locale/bitcoin_km_KH.qm
  GEN      qt/locale/bitcoin_ko_KR.qm
  GEN      qt/locale/bitcoin_ko.qm
  GEN      qt/locale/bitcoin_ku_IQ.qm
  GEN      qt/locale/bitcoin_ky.qm
  GEN      qt/locale/bitcoin_la.qm
  GEN      qt/locale/bitcoin_lt.qm
  GEN      qt/locale/bitcoin_lv_LV.qm
  GEN      qt/locale/bitcoin_mk_MK.qm
  GEN      qt/locale/bitcoin_ml.qm
  GEN      qt/locale/bitcoin_mn.qm
  GEN      qt/locale/bitcoin_ms_MY.qm
  GEN      qt/locale/bitcoin_mr_IN.qm
  GEN      qt/locale/bitcoin_my.qm
  GEN      qt/locale/bitcoin_ms.qm
  GEN      qt/locale/bitcoin_nb_NO.qm
  GEN      qt/locale/bitcoin_nb.qm
  GEN      qt/locale/bitcoin_ne.qm
  GEN      qt/locale/bitcoin_nl_NL.qm
  GEN      qt/locale/bitcoin_nl.qm
  GEN      qt/locale/bitcoin_pam.qm
  GEN      qt/locale/bitcoin_pl_PL.qm
  GEN      qt/locale/bitcoin_pl.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_pt_BR.qm
  GEN      qt/locale/bitcoin_pt_PT.qm
  GEN      qt/locale/bitcoin_pt.qm
  GEN      qt/locale/bitcoin_ro_RO.qm
  GEN      qt/locale/bitcoin_ro.qm
  GEN      qt/locale/bitcoin_ru_RU.qm
  GEN      qt/locale/bitcoin_ru.qm
  GEN      qt/locale/bitcoin_sk.qm
  GEN      qt/locale/bitcoin_si.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_sl_SI.qm
  GEN      qt/locale/bitcoin_sn.qm
  GEN      qt/locale/bitcoin_sq.qm
  GEN      qt/locale/[email protected]
  GEN      qt/locale/bitcoin_sr.qm
  GEN      qt/locale/bitcoin_sv.qm
  GEN      qt/locale/bitcoin_ta_IN.qm
  GEN      qt/locale/bitcoin_ta.qm
  GEN      qt/locale/bitcoin_te.qm
  GEN      qt/locale/bitcoin_th_TH.qm
  GEN      qt/locale/bitcoin_th.qm
  GEN      qt/locale/bitcoin_tr_TR.qm
  GEN      qt/locale/bitcoin_tr.qm
  GEN      qt/locale/bitcoin_uk.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_ur_PK.qm
  GEN      qt/locale/[email protected]
  GEN      qt/locale/bitcoin_vi.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
  GEN      qt/locale/bitcoin_zh_CN.qm
  GEN      qt/locale/bitcoin_vi_VN.qm
  GEN      qt/locale/bitcoin_zh-Hans.qm
  GEN      qt/locale/bitcoin_zh_HK.qm
  CXX      test/test_test_sugarchain_fuzzy-test_bitcoin_fuzzy.o
  GEN      qt/locale/bitcoin_zh.qm
  GEN      qt/locale/bitcoin_zh_TW.qm
  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
  CC       crypto/yespower-1.0.1/libbitcoinconsensus_la-sha256.lo
  CC       crypto/yespower-1.0.1/libbitcoinconsensus_la-yespower-opt.lo
crypto/yespower-1.0.1/yespower-opt.c:59:2: warning: #warning "SSE2 not enabled.  Expect poor performance." [-Wcpp]
 #warning "SSE2 not enabled.  Expect poor performance."
  ^
  CXX      crypto/libbitcoinconsensus_la-sha256_sse4.lo
  CXX      consensus/libbitcoinconsensus_la-merkle.lo
  CXX      primitives/libbitcoinconsensus_la-block.lo
  CXX      primitives/libbitcoinconsensus_la-transaction.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      compat/libbitcoinconsensus_la-glibc_compat.lo
  CXX      policy/libbitcoin_server_a-fees.o
  CXX      policy/libbitcoin_server_a-policy.o
  CXX      policy/libbitcoin_server_a-rbf.o
  CXX      rpc/libbitcoin_server_a-blockchain.o
  CXX      rpc/libbitcoin_server_a-mining.o
  CXX      rpc/libbitcoin_server_a-misc.o
  CXX      rpc/libbitcoin_server_a-net.o
  CXX      rpc/libbitcoin_server_a-rawtransaction.o
  CXX      rpc/libbitcoin_server_a-safemode.o
  CXX      rpc/libbitcoin_server_a-server.o
  AR       libbitcoin_common.a
  CXX      support/libbitcoin_util_a-lockedpool.o
  CXX      libbitcoin_util_a-clientversion.o
  CXX      wallet/libbitcoin_wallet_a-crypter.o
  CXX      wallet/libbitcoin_wallet_a-db.o
  CXX      wallet/libbitcoin_wallet_a-feebumper.o
  CXX      wallet/libbitcoin_wallet_a-fees.o
  CXX      wallet/libbitcoin_wallet_a-init.o
  CXX      wallet/libbitcoin_wallet_a-rpcdump.o
  CXX      wallet/libbitcoin_wallet_a-rpcwallet.o
  CXX      wallet/libbitcoin_wallet_a-wallet.o
  CXX      wallet/libbitcoin_wallet_a-walletdb.o
  CXX      wallet/libbitcoin_wallet_a-walletutil.o
  CXX      zmq/libbitcoin_zmq_a-zmqabstractnotifier.o
  CXX      zmq/libbitcoin_zmq_a-zmqnotificationinterface.o
  CXX      zmq/libbitcoin_zmq_a-zmqpublishnotifier.o
  AR       libbitcoin_consensus.a
  AR       crypto/libbitcoin_crypto.a
  CXX      leveldb/db/leveldb_libleveldb_a-builder.o
  CXX      leveldb/db/leveldb_libleveldb_a-c.o
  CXX      leveldb/db/leveldb_libleveldb_a-dbformat.o
  CXX      leveldb/db/leveldb_libleveldb_a-db_impl.o
  CXX      leveldb/db/leveldb_libleveldb_a-db_iter.o
  CXX      leveldb/db/leveldb_libleveldb_a-dumpfile.o
  CXX      leveldb/db/leveldb_libleveldb_a-filename.o
  CXX      leveldb/db/leveldb_libleveldb_a-log_reader.o
  CXX      leveldb/db/leveldb_libleveldb_a-log_writer.o
  CXX      leveldb/db/leveldb_libleveldb_a-memtable.o
  CXX      leveldb/db/leveldb_libleveldb_a-repair.o
  CXX      leveldb/db/leveldb_libleveldb_a-table_cache.o
  CXX      leveldb/db/leveldb_libleveldb_a-version_edit.o
  CXX      leveldb/db/leveldb_libleveldb_a-version_set.o
  CXX      leveldb/db/leveldb_libleveldb_a-write_batch.o
  CXX      leveldb/table/leveldb_libleveldb_a-block_builder.o
  CXX      leveldb/table/leveldb_libleveldb_a-block.o
  CXX      leveldb/table/leveldb_libleveldb_a-filter_block.o
  CXX      leveldb/table/leveldb_libleveldb_a-format.o
  CXX      leveldb/table/leveldb_libleveldb_a-iterator.o
  CXX      leveldb/table/leveldb_libleveldb_a-merger.o
  CXX      leveldb/table/leveldb_libleveldb_a-table_builder.o
  CXX      leveldb/table/leveldb_libleveldb_a-table.o
  CXX      leveldb/table/leveldb_libleveldb_a-two_level_iterator.o
  CXX      leveldb/util/leveldb_libleveldb_a-arena.o
  CXX      leveldb/util/leveldb_libleveldb_a-bloom.o
  CXX      leveldb/util/leveldb_libleveldb_a-cache.o
  CXX      leveldb/util/leveldb_libleveldb_a-coding.o
  CXX      leveldb/util/leveldb_libleveldb_a-comparator.o
  CXX      leveldb/util/leveldb_libleveldb_a-crc32c.o
  CXX      leveldb/util/leveldb_libleveldb_a-env.o
  CXX      leveldb/util/leveldb_libleveldb_a-env_posix.o
  CXX      leveldb/util/leveldb_libleveldb_a-filter_policy.o
  CXX      leveldb/util/leveldb_libleveldb_a-hash.o
  CXX      leveldb/util/leveldb_libleveldb_a-histogram.o
  CXX      leveldb/util/leveldb_libleveldb_a-logging.o
  CXX      leveldb/util/leveldb_libleveldb_a-options.o
  CXX      leveldb/util/leveldb_libleveldb_a-status.o
  CXX      leveldb/port/leveldb_libleveldb_a-port_posix.o
  AR       leveldb/libleveldb_sse42.a
  CXX      leveldb/helpers/memenv/leveldb_libmemenv_a-memenv.o
  AR       libbitcoin_cli.a
  CXX      test/test_test_sugarchain-arith_uint256_tests.o
  CXX      test/test_test_sugarchain-addrman_tests.o
  CXX      test/test_test_sugarchain-amount_tests.o
  CXX      test/test_test_sugarchain-allocator_tests.o
  CXX      test/test_test_sugarchain-base32_tests.o
  CXX      test/test_test_sugarchain-base58_tests.o
  CXX      test/test_test_sugarchain-base64_tests.o
  CXX      test/test_test_sugarchain-bech32_tests.o
  CXX      test/test_test_sugarchain-bip32_tests.o
  CXX      test/test_test_sugarchain-blockchain_tests.o
  CXX      test/test_test_sugarchain-blockencodings_tests.o
  CXX      test/test_test_sugarchain-bloom_tests.o
  CXX      test/test_test_sugarchain-bswap_tests.o
  CXX      test/test_test_sugarchain-checkqueue_tests.o
  CXX      test/test_test_sugarchain-coins_tests.o
  CXX      test/test_test_sugarchain-compress_tests.o
  CXX      test/test_test_sugarchain-crypto_tests.o
  CXX      test/test_test_sugarchain-cuckoocache_tests.o
  CXX      test/test_test_sugarchain-DoS_tests.o
  CXX      test/test_test_sugarchain-getarg_tests.o
  CXX      test/test_test_sugarchain-hash_tests.o
  CXX      test/test_test_sugarchain-key_tests.o
  CXX      test/test_test_sugarchain-limitedmap_tests.o
  CXX      test/test_test_sugarchain-dbwrapper_tests.o
  CXX      test/test_test_sugarchain-main_tests.o
  CXX      test/test_test_sugarchain-mempool_tests.o
  CXX      test/test_test_sugarchain-merkle_tests.o
  CXX      test/test_test_sugarchain-merkleblock_tests.o
  CXX      test/test_test_sugarchain-miner_tests.o
  CXX      test/test_test_sugarchain-multisig_tests.o
  CXX      test/test_test_sugarchain-net_tests.o
  CXX      test/test_test_sugarchain-netbase_tests.o
  CXX      test/test_test_sugarchain-pmt_tests.o
  CXX      test/test_test_sugarchain-policyestimator_tests.o
  CXX      test/test_test_sugarchain-pow_tests.o
  CXX      test/test_test_sugarchain-prevector_tests.o
  CXX      test/test_test_sugarchain-raii_event_tests.o
  CXX      test/test_test_sugarchain-random_tests.o
  CXX      test/test_test_sugarchain-reverselock_tests.o
  CXX      test/test_test_sugarchain-rpc_tests.o
  CXX      test/test_test_sugarchain-sanity_tests.o
  CXX      test/test_test_sugarchain-scheduler_tests.o
  CXX      test/test_test_sugarchain-script_P2SH_tests.o
  CXX      test/test_test_sugarchain-script_tests.o
  CXX      test/test_test_sugarchain-script_standard_tests.o
  CXX      test/test_test_sugarchain-scriptnum_tests.o
  CXX      test/test_test_sugarchain-serialize_tests.o
  CXX      test/test_test_sugarchain-sighash_tests.o
  CXX      test/test_test_sugarchain-sigopcount_tests.o
  CXX      test/test_test_sugarchain-skiplist_tests.o
  CXX      test/test_test_sugarchain-streams_tests.o
  CXX      test/test_test_sugarchain-test_bitcoin.o
  CXX      test/test_test_sugarchain-test_bitcoin_main.o
  CXX      test/test_test_sugarchain-timedata_tests.o
  CXX      test/test_test_sugarchain-torcontrol_tests.o
  CXX      test/test_test_sugarchain-transaction_tests.o
  CXX      test/test_test_sugarchain-txvalidation_tests.o
  CXX      test/test_test_sugarchain-txvalidationcache_tests.o
  CXX      test/test_test_sugarchain-uint256_tests.o
  CXX      test/test_test_sugarchain-util_tests.o
  CXX      test/test_test_sugarchain-validation_block_tests.o
  CXX      test/test_test_sugarchain-versionbits_tests.o
  CXX      wallet/test/test_test_sugarchain-wallet_test_fixture.o
  CXX      wallet/test/test_test_sugarchain-accounting_tests.o
  CXX      wallet/test/test_test_sugarchain-wallet_tests.o
  CXX      wallet/test/test_test_sugarchain-crypto_tests.o
  GEN      qt/bitcoin.moc
  GEN      qt/bitcoinamountfield.moc
  GEN      qt/intro.moc
  GEN      qt/overviewpage.moc
  GEN      qt/rpcconsole.moc
  GEN      qt/moc_addressbookpage.cpp
  GEN      qt/moc_addresstablemodel.cpp
  GEN      qt/moc_askpassphrasedialog.cpp
  GEN      qt/moc_bantablemodel.cpp
  GEN      qt/moc_bitcoinaddressvalidator.cpp
  GEN      qt/moc_bitcoinamountfield.cpp
  GEN      qt/moc_bitcoingui.cpp
  GEN      qt/moc_bitcoinunits.cpp
  GEN      qt/moc_callback.cpp
  GEN      qt/moc_clientmodel.cpp
  GEN      qt/moc_coincontroldialog.cpp
  GEN      qt/moc_coincontroltreewidget.cpp
  GEN      qt/moc_csvmodelwriter.cpp
  GEN      qt/moc_editaddressdialog.cpp
  GEN      qt/moc_guiutil.cpp
  GEN      qt/moc_intro.cpp
  GEN      qt/moc_macdockiconhandler.cpp
  GEN      qt/moc_macnotificationhandler.cpp
  GEN      qt/moc_notificator.cpp
  GEN      qt/moc_modaloverlay.cpp
  GEN      qt/moc_optionsdialog.cpp
  GEN      qt/moc_openuridialog.cpp
  GEN      qt/moc_optionsmodel.cpp
  GEN      qt/moc_overviewpage.cpp
  GEN      qt/moc_peertablemodel.cpp
  GEN      qt/moc_paymentserver.cpp
  GEN      qt/moc_qvalidatedlineedit.cpp
  GEN      qt/moc_qvaluecombobox.cpp
  GEN      qt/moc_receivecoinsdialog.cpp
  GEN      qt/moc_receiverequestdialog.cpp
  GEN      qt/moc_recentrequeststablemodel.cpp
  GEN      qt/moc_rpcconsole.cpp
  GEN      qt/moc_sendcoinsdialog.cpp
  GEN      qt/moc_sendcoinsentry.cpp
  GEN      qt/moc_signverifymessagedialog.cpp
  GEN      qt/moc_splashscreen.cpp
  GEN      qt/moc_trafficgraphwidget.cpp
  GEN      qt/moc_transactiondesc.cpp
  GEN      qt/moc_transactiondescdialog.cpp
  GEN      qt/moc_transactionfilterproxy.cpp
  GEN      qt/moc_transactiontablemodel.cpp
  GEN      qt/moc_transactionview.cpp
  GEN      qt/moc_utilitydialog.cpp
  GEN      qt/moc_walletframe.cpp
  GEN      qt/moc_walletmodel.cpp
  GEN      qt/moc_walletview.cpp
  CXX      qt/qt_libbitcoinqt_a-paymentrequest.pb.o
  GEN      qt/qrc_bitcoin.cpp
  GEN      qt/qrc_bitcoin_locale.cpp
  CXXLD    libbitcoinconsensus.la
  AR       libbitcoin_server.a
copying selected object files to avoid basename conflicts...
  AR       libbitcoin_util.a
  AR       libbitcoin_wallet.a
  AR       libbitcoin_zmq.a
  AR       leveldb/libleveldb.a
  AR       leveldb/libmemenv.a
  CXXLD    sugarchain-cli
  CXXLD    sugarchain-tx
  CXX      qt/qt_sugarchain_qt-bitcoin.o
  CXX      qt/qt_libbitcoinqt_a-bantablemodel.o
  CXX      qt/qt_libbitcoinqt_a-bitcoinaddressvalidator.o
  CXX      qt/qt_libbitcoinqt_a-bitcoinamountfield.o
  CXX      qt/qt_libbitcoinqt_a-bitcoingui.o
  CXX      qt/qt_libbitcoinqt_a-bitcoinunits.o
  CXX      qt/qt_libbitcoinqt_a-clientmodel.o
  CXX      qt/qt_libbitcoinqt_a-csvmodelwriter.o
  CXX      qt/qt_libbitcoinqt_a-guiutil.o
  CXX      qt/qt_libbitcoinqt_a-intro.o
  CXX      qt/qt_libbitcoinqt_a-modaloverlay.o
  CXX      qt/qt_libbitcoinqt_a-networkstyle.o
  CXX      qt/qt_libbitcoinqt_a-notificator.o
  CXX      qt/qt_libbitcoinqt_a-optionsdialog.o
  CXX      qt/qt_libbitcoinqt_a-optionsmodel.o
  CXX      qt/qt_libbitcoinqt_a-peertablemodel.o
  CXX      qt/qt_libbitcoinqt_a-platformstyle.o
  CXX      qt/qt_libbitcoinqt_a-qvalidatedlineedit.o
  CXX      qt/qt_libbitcoinqt_a-qvaluecombobox.o
  CXX      qt/qt_libbitcoinqt_a-rpcconsole.o
  CXX      qt/qt_libbitcoinqt_a-splashscreen.o
  CXX      qt/qt_libbitcoinqt_a-trafficgraphwidget.o
  CXX      qt/qt_libbitcoinqt_a-utilitydialog.o
  CXX      qt/qt_libbitcoinqt_a-addressbookpage.o
  CXX      qt/qt_libbitcoinqt_a-addresstablemodel.o

@decryp2kanon decryp2kanon changed the title GITIAN: #warning "SSE2 not enabled. Expect poor performance." Yespower slow on 32-bit: Gitian: #warning "SSE2 not enabled. Expect poor performance." Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant