Guest User

Untitled

a guest
Jan 10th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. + set -e
  2. + export LANG=en_US.UTF-8
  3. + LANG=en_US.UTF-8
  4. + export LC_ALL=en_US.UTF-8
  5. + LC_ALL=en_US.UTF-8
  6. + umask 002
  7. + export OUTDIR=/home/ubuntu/out
  8. + OUTDIR=/home/ubuntu/out
  9. + GBUILD_BITS=64
  10. + MAKEOPTS=(-j2)
  11. + cd build/signature
  12. + git reset -q --hard
  13. + git clean -q -f -d
  14. + REFERENCE_DATETIME='2017-01-10 06:47:57'
  15. + REFERENCE_DATE=2017-01-10
  16. + REFERENCE_TIME=06:47:57
  17. + cd build
  18. ++ pwd
  19. + BUILD_DIR=/home/ubuntu/build
  20. + SIGDIR=/home/ubuntu/build/signature/win
  21. + UNSIGNED_DIR=/home/ubuntu/build/unsigned
  22. + sha256sum -c
  23. + echo 'f9a8cdb38b9c309326764ebc937cba1523a3a751a7ab05df3ecc99d18ae466c9 osslsigncode-1.7.1.tar.gz'
  24. osslsigncode-1.7.1.tar.gz: OK
  25. + sha256sum -c
  26. + echo 'a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch'
  27. osslsigncode-Backports-to-1.7.1.patch: OK
  28. + mkdir -p /home/ubuntu/build/unsigned
  29. + tar -C /home/ubuntu/build/unsigned -xf litecoin-win-unsigned.tar.gz
  30. + tar xf osslsigncode-1.7.1.tar.gz
  31. + cd osslsigncode-1.7.1
  32. + patch -p1
  33. patching file osslsigncode.c
  34. + ./configure --without-gsf --without-curl --disable-dependency-tracking
  35. checking for a BSD-compatible install... /usr/bin/install -c
  36. checking whether build environment is sane... yes
  37. checking for a thread-safe mkdir -p... /bin/mkdir -p
  38. checking for gawk... no
  39. checking for mawk... mawk
  40. checking whether make sets $(MAKE)... yes
  41. checking whether make supports nested variables... yes
  42. checking for gcc... gcc
  43. checking whether the C compiler works... yes
  44. checking for C compiler default output file name... a.out
  45. checking for suffix of executables...
  46. checking whether we are cross compiling... no
  47. checking for suffix of object files... o
  48. checking whether we are using the GNU C compiler... yes
  49. checking whether gcc accepts -g... yes
  50. checking for gcc option to accept ISO C89... none needed
  51. checking whether gcc understands -c and -o together... yes
  52. checking for style of include used by make... GNU
  53. checking dependency style of gcc... none
  54. checking how to run the C preprocessor... gcc -E
  55. checking for grep that handles long lines and -e... /bin/grep
  56. checking for egrep... /bin/grep -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking minix/config.h usability... no
  68. checking minix/config.h presence... no
  69. checking for minix/config.h... no
  70. checking whether it is safe to define __EXTENSIONS__... yes
  71. checking for pkg-config... no
  72. checking how to run the C preprocessor... gcc -E
  73. checking whether ln -s works... yes
  74. checking for a sed that does not truncate output... /bin/sed
  75. checking whether make sets $(MAKE)... (cached) yes
  76. checking for an ANSI C-conforming const... yes
  77. checking for ANSI C header files... (cached) yes
  78. checking whether time.h and sys/time.h may both be included... yes
  79. checking sys/mman.h usability... yes
  80. checking sys/mman.h presence... yes
  81. checking for sys/mman.h... yes
  82. checking for mmap... yes
  83. checking windows.h usability... no
  84. checking windows.h presence... no
  85. checking for windows.h... no
  86. checking for dlopen in -ldl... yes
  87. checking termios.h usability... yes
  88. checking termios.h presence... yes
  89. checking for termios.h... yes
  90. checking for getpass... yes
  91. checking for OPENSSL... no
  92. checking for OPENSSL... no
  93. checking for RSA_verify in -lcrypto... yes
  94. checking for LIBCURL... no
  95. checking for curl_easy_strerror in -lcurl... no
  96. checking that generated files are newer than configure... done
  97. configure: creating ./config.status
  98. config.status: creating Makefile
  99. config.status: creating config.h
  100. config.status: executing depfiles commands
  101. + make
  102. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ubuntu/build/osslsigncode-1.7.1/missing autoheader)
  103. rm -f stamp-h1
  104. touch config.h.in
  105. cd . && /bin/bash ./config.status config.h
  106. config.status: creating config.h
  107. config.status: config.h is unchanged
  108. make all-am
  109. make[1]: Entering directory `/home/ubuntu/build/osslsigncode-1.7.1'
  110. gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o osslsigncode.o osslsigncode.c
  111. gcc -g -O2 -o osslsigncode osslsigncode.o -lcrypto -ldl
  112. make[1]: Leaving directory `/home/ubuntu/build/osslsigncode-1.7.1'
  113. + read i
  114. + find /home/ubuntu/build/unsigned -name '*-unsigned.exe'
  115. ++ basename /home/ubuntu/build/unsigned/litecoin-0.13.2-win64-setup-unsigned.exe
  116. + INFILE=litecoin-0.13.2-win64-setup-unsigned.exe
  117. ++ sed s/-unsigned//
  118. ++ echo litecoin-0.13.2-win64-setup-unsigned.exe
  119. + OUTFILE=litecoin-0.13.2-win64-setup.exe
  120. + ./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
  121. Failed to open file: /home/ubuntu/build/signature/win/litecoin-0.13.2-win64-setup-unsigned.exe.pem
  122.  
  123. Failed
Advertisement
Add Comment
Please, Sign In to add comment