Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + 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
- + MAKEOPTS=(-j2)
- + cd build/signature
- + git reset -q --hard
- + git clean -q -f -d
- + REFERENCE_DATETIME='2017-01-10 06:47:57'
- + REFERENCE_DATE=2017-01-10
- + REFERENCE_TIME=06:47:57
- + cd build
- ++ pwd
- + BUILD_DIR=/home/ubuntu/build
- + SIGDIR=/home/ubuntu/build/signature/win
- + UNSIGNED_DIR=/home/ubuntu/build/unsigned
- + sha256sum -c
- + echo 'f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 osslsigncode-1.7.1.tar.gz'
- osslsigncode-1.7.1.tar.gz: OK
- + sha256sum -c
- + echo 'a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch'
- osslsigncode-Backports-to-1.7.1.patch: OK
- + mkdir -p /home/ubuntu/build/unsigned
- + tar -C /home/ubuntu/build/unsigned -xf litecoin-win-unsigned.tar.gz
- + tar xf osslsigncode-1.7.1.tar.gz
- + cd osslsigncode-1.7.1
- + patch -p1
- patching file osslsigncode.c
- + ./configure --without-gsf --without-curl --disable-dependency-tracking
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of gcc... none
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for pkg-config... no
- checking how to run the C preprocessor... gcc -E
- checking whether ln -s works... yes
- checking for a sed that does not truncate output... /bin/sed
- checking whether make sets $(MAKE)... (cached) yes
- checking for an ANSI C-conforming const... yes
- checking for ANSI C header files... (cached) yes
- checking whether time.h and sys/time.h may both be included... yes
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking for mmap... yes
- checking windows.h usability... no
- checking windows.h presence... no
- checking for windows.h... no
- checking for dlopen in -ldl... yes
- checking termios.h usability... yes
- checking termios.h presence... yes
- checking for termios.h... yes
- checking for getpass... yes
- checking for OPENSSL... no
- checking for OPENSSL... no
- checking for RSA_verify in -lcrypto... yes
- checking for LIBCURL... no
- checking for curl_easy_strerror in -lcurl... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- + make
- (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ubuntu/build/osslsigncode-1.7.1/missing autoheader)
- rm -f stamp-h1
- touch config.h.in
- cd . && /bin/bash ./config.status config.h
- config.status: creating config.h
- config.status: config.h is unchanged
- make all-am
- make[1]: Entering directory `/home/ubuntu/build/osslsigncode-1.7.1'
- gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o osslsigncode.o osslsigncode.c
- gcc -g -O2 -o osslsigncode osslsigncode.o -lcrypto -ldl
- make[1]: Leaving directory `/home/ubuntu/build/osslsigncode-1.7.1'
- + read i
- + find /home/ubuntu/build/unsigned -name '*-unsigned.exe'
- ++ basename /home/ubuntu/build/unsigned/litecoin-0.13.2-win64-setup-unsigned.exe
- + INFILE=litecoin-0.13.2-win64-setup-unsigned.exe
- ++ sed s/-unsigned//
- ++ echo litecoin-0.13.2-win64-setup-unsigned.exe
- + OUTFILE=litecoin-0.13.2-win64-setup.exe
- + ./osslsigncode attach-signature -in /home/ubuntu/build/unsigned/litecoin-0.13.2-win64-setup-unsigned.exe -out /home/ubuntu/out/litecoin-0.13.2-win64-setup.exe -sigin /home/ubuntu/build/signature/win/litecoin-0.13.2-win64-setup-unsigned.exe.pem
- Failed to open file: /home/ubuntu/build/signature/win/litecoin-0.13.2-win64-setup-unsigned.exe.pem
- Failed
Advertisement
Add Comment
Please, Sign In to add comment