Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.63 KB | None | 0 0
  1.  
  2. pi@raspnode:~/joinmarket-clientserver $ rm -r deps
  3. rm pi@raspnode:~/joinmarket-clientserver $ rm -r jmvenv
  4. pi@raspnode:~/joinmarket-clientserver $ ./install.sh
  5. Running virtualenv with interpreter /usr/bin/python2
  6. New python executable in /home/pi/joinmarket-clientserver/jmvenv/bin/python2
  7. Also creating executable in /home/pi/joinmarket-clientserver/jmvenv/bin/python
  8. Installing setuptools, pip, wheel...done.
  9. Requirement already up-to-date: pip in ./jmvenv/lib/python2.7/site-packages
  10. Requirement already up-to-date: setuptools in ./jmvenv/lib/python2.7/site-packages
  11. ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  12. ~/joinmarket-clientserver/deps/libffi ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  13. % Total % Received % Xferd Average Speed Time Time Time Current
  14. Dload Upload Total Spent Left Speed
  15. 100 121 0 121 0 0 144 0 --:--:-- --:--:-- --:--:-- 144
  16. 100 498k 0 498k 0 0 182k 0 --:--:-- 0:00:02 --:--:-- 385k
  17. v3.2.1.tar.gz: OK
  18. ~/joinmarket-clientserver/deps/libffi/libffi-3.2.1 ~/joinmarket-clientserver/deps/libffi ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  19. patching file Makefile.am
  20. patching file configure.ac
  21. autoreconf: Entering directory `.'
  22. autoreconf: configure.ac: not using Gettext
  23. autoreconf: running: aclocal --force -I m4
  24. autoreconf: configure.ac: tracing
  25. autoreconf: running: libtoolize --copy --force
  26. libtoolize: putting auxiliary files in '.'.
  27. libtoolize: copying file './ltmain.sh'
  28. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  29. libtoolize: copying file 'm4/libtool.m4'
  30. libtoolize: copying file 'm4/ltoptions.m4'
  31. libtoolize: copying file 'm4/ltsugar.m4'
  32. libtoolize: copying file 'm4/ltversion.m4'
  33. libtoolize: copying file 'm4/lt~obsolete.m4'
  34. autoreconf: running: /usr/bin/autoconf --force
  35. autoreconf: running: /usr/bin/autoheader --force
  36. autoreconf: running: automake --add-missing --copy --force-missing
  37. configure.ac:31: installing './compile'
  38. configure.ac:8: installing './config.guess'
  39. configure.ac:8: installing './config.sub'
  40. configure.ac:19: installing './install-sh'
  41. configure.ac:19: installing './missing'
  42. Makefile.am: installing './depcomp'
  43. autoreconf: Leaving directory `.'
  44. checking build system type... armv7l-unknown-linux-gnueabihf
  45. checking host system type... armv7l-unknown-linux-gnueabihf
  46. checking target system type... armv7l-unknown-linux-gnueabihf
  47. continue configure in default builddir "./armv7l-unknown-linux-gnueabihf"
  48. ....exec /bin/bash .././configure "--srcdir=.." "--enable-builddir=armv7l-unknown-linux-gnueabihf" "linux
  49. gnueabihf"
  50. checking build system type... armv7l-unknown-linux-gnueabihf
  51. checking host system type... armv7l-unknown-linux-gnueabihf
  52. checking target system type... armv7l-unknown-linux-gnueabihf
  53. checking for gsed... sed
  54. checking for a BSD-compatible install... /usr/bin/install -c
  55. checking whether build environment is sane... yes
  56. checking for a thread-safe mkdir -p... /bin/mkdir -p
  57. checking for gawk... no
  58. checking for mawk... mawk
  59. checking whether make sets $(MAKE)... yes
  60. checking whether make supports nested variables... yes
  61. checking for gcc... gcc
  62. checking whether the C compiler works... yes
  63. checking for C compiler default output file name... a.out
  64. checking for suffix of executables...
  65. checking whether we are cross compiling... no
  66. checking for suffix of object files... o
  67. checking whether we are using the GNU C compiler... yes
  68. checking whether gcc accepts -g... yes
  69. checking for gcc option to accept ISO C89... none needed
  70. checking whether gcc understands -c and -o together... yes
  71. checking for style of include used by make... GNU
  72. checking dependency style of gcc... gcc3
  73. checking for g++... g++
  74. checking whether we are using the GNU C++ compiler... yes
  75. checking whether g++ accepts -g... yes
  76. checking dependency style of g++... gcc3
  77. checking dependency style of gcc... gcc3
  78. checking how to print strings... printf
  79. checking for a sed that does not truncate output... /bin/sed
  80. checking for grep that handles long lines and -e... /bin/grep
  81. checking for egrep... /bin/grep -E
  82. checking for fgrep... /bin/grep -F
  83. checking for ld used by gcc... /usr/bin/ld
  84. checking if the linker (/usr/bin/ld) is GNU ld... yes
  85. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  86. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  87. checking whether ln -s works... yes
  88. checking the maximum length of command line arguments... 1572864
  89. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  90. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  91. checking for /usr/bin/ld option to reload object files... -r
  92. checking for objdump... objdump
  93. checking how to recognize dependent libraries... pass_all
  94. checking for dlltool... no
  95. checking how to associate runtime and link libraries... printf %s\n
  96. checking for ar... ar
  97. checking for archiver @FILE support... @
  98. checking for strip... strip
  99. checking for ranlib... ranlib
  100. checking command to parse /usr/bin/nm -B output from gcc object... ok
  101. checking for sysroot... no
  102. checking for a working dd... /bin/dd
  103. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  104. checking for mt... mt
  105. checking if mt is a manifest tool... no
  106. checking how to run the C preprocessor... gcc -E
  107. checking for ANSI C header files... yes
  108. checking for sys/types.h... yes
  109. checking for sys/stat.h... yes
  110. checking for stdlib.h... yes
  111. checking for string.h... yes
  112. checking for memory.h... yes
  113. checking for strings.h... yes
  114. checking for inttypes.h... yes
  115. checking for stdint.h... yes
  116. checking for unistd.h... yes
  117. checking for dlfcn.h... yes
  118. checking for objdir... .libs
  119. checking if gcc supports -fno-rtti -fno-exceptions... no
  120. checking for gcc option to produce PIC... -fPIC -DPIC
  121. checking if gcc PIC flag -fPIC -DPIC works... yes
  122. checking if gcc static flag -static works... yes
  123. checking if gcc supports -c -o file.o... yes
  124. checking if gcc supports -c -o file.o... (cached) yes
  125. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  126. checking whether -lc should be explicitly linked in... no
  127. checking dynamic linker characteristics... GNU/Linux ld.so
  128. checking how to hardcode library paths into programs... immediate
  129. checking whether stripping libraries is possible... yes
  130. checking if libtool supports shared libraries... yes
  131. checking whether to build shared libraries... yes
  132. checking whether to build static libraries... yes
  133. checking how to run the C++ preprocessor... g++ -E
  134. checking for ld used by g++... /usr/bin/ld
  135. checking if the linker (/usr/bin/ld) is GNU ld... yes
  136. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  137. checking for g++ option to produce PIC... -fPIC -DPIC
  138. checking if g++ PIC flag -fPIC -DPIC works... yes
  139. checking if g++ static flag -static works... yes
  140. checking if g++ supports -c -o file.o... yes
  141. checking if g++ supports -c -o file.o... (cached) yes
  142. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  143. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  144. checking how to hardcode library paths into programs... immediate
  145. checking size of size_t... 4
  146. checking for C compiler vendor... gnu
  147. checking whether C compiler accepts -fstrict-aliasing... yes
  148. checking whether C compiler accepts -ffast-math... yes
  149. checking for gcc architecture flag...
  150. checking for gcc architecture flag... unknown
  151. checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math... yes
  152. checking CFLAGS for maximum warnings... -Wall
  153. checking whether to enable maintainer-specific portions of Makefiles... no
  154. checking sys/mman.h usability... yes
  155. checking sys/mman.h presence... yes
  156. checking for sys/mman.h... yes
  157. checking for mmap... yes
  158. checking for mkostemp... yes
  159. checking for sys/mman.h... (cached) yes
  160. checking for mmap... (cached) yes
  161. checking whether read-only mmap of a plain file works... yes
  162. checking whether mmap from /dev/zero works... yes
  163. checking for MAP_ANON(YMOUS)... yes
  164. checking whether mmap with MAP_ANON(YMOUS) works... yes
  165. checking for ANSI C header files... (cached) yes
  166. checking for memcpy... yes
  167. checking for size_t... yes
  168. checking for working alloca.h... yes
  169. checking for alloca... yes
  170. checking size of double... 8
  171. checking size of long double... 8
  172. checking whether byte ordering is bigendian... no
  173. checking assembler .cfi pseudo-op support... yes
  174. checking for _ prefix in compiled symbols... no
  175. checking whether .eh_frame section should be read-only... no
  176. checking for __attribute__((visibility("hidden")))... yes
  177. checking that generated files are newer than configure... done
  178. configure: creating ./config.status
  179. config.status: creating include/Makefile
  180. config.status: creating include/ffi.h
  181. config.status: creating Makefile
  182. config.status: creating testsuite/Makefile
  183. config.status: creating man/Makefile
  184. config.status: creating libffi.pc
  185. config.status: creating fficonfig.h
  186. config.status: linking ../src/arm/ffitarget.h to include/ffitarget.h
  187. config.status: executing buildir commands
  188. config.status: create top_srcdir/Makefile guessed from local Makefile
  189. config.status: build in armv7l-unknown-linux-gnueabihf (HOST=)
  190. config.status: executing depfiles commands
  191. config.status: executing libtool commands
  192. config.status: executing include commands
  193. config.status: executing src commands
  194. MAKE armv7l-unknown-linux-gnueabihf : 0 * uninstall
  195. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  196. Making uninstall in include
  197. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  198. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  199. Making uninstall in testsuite
  200. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  201. make[2]: Nothing to be done for 'uninstall'.
  202. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  203. Making uninstall in man
  204. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  205. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  206. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  207. /bin/bash ./libtool --mode=uninstall rm -f '/home/pi/joinmarket-clientserver/jmvenv/lib/libffi.la'
  208. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  209. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  210. MAKE armv7l-unknown-linux-gnueabihf : 0 * all-all
  211. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  212. make 'AR_FLAGS=' 'CC_FOR_BUILD=' 'CFLAGS=-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions' 'CXXFLAGS=-g -O2' 'CFLAGS_FOR_BUILD=' 'CFLAGS_FOR_TARGET=' 'INSTALL=/usr/bin/install -c' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_PROGRAM=/usr/bin/install -c' 'INSTALL_SCRIPT=/usr/bin/install -c' 'JC1FLAGS=' 'LDFLAGS=' 'LIBCFLAGS=' 'LIBCFLAGS_FOR_TARGET=' 'MAKE=make' 'MAKEINFO=/bin/bash /home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/missing makeinfo ' 'PICFLAG=' 'PICFLAG_FOR_TARGET=' 'RUNTESTFLAGS=' 'SHELL=/bin/bash' 'exec_prefix=/home/pi/joinmarket-clientserver/jmvenv' 'infodir=/home/pi/joinmarket-clientserver/jmvenv/share/info' 'libdir=/home/pi/joinmarket-clientserver/jmvenv/lib' 'mandir=/home/pi/joinmarket-clientserver/jmvenv/share/man' 'prefix=/home/pi/joinmarket-clientserver/jmvenv' 'AR=ar' 'AS=as' 'CC=gcc' 'CXX=g++' 'LD=/usr/bin/ld' 'NM=/usr/bin/nm -B' 'RANLIB=ranlib' 'DESTDIR=' all-recursive
  213. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  214. Making all in include
  215. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  216. make[3]: Nothing to be done for 'all'.
  217. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  218. Making all in testsuite
  219. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  220. make[3]: Nothing to be done for 'all'.
  221. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  222. Making all in man
  223. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  224. make[3]: Nothing to be done for 'all'.
  225. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  226. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  227. depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  228. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo ../src/prep_cif.c &&\
  229. mv -f $depbase.Tpo $depbase.Plo
  230. depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  231. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo ../src/types.c &&\
  232. mv -f $depbase.Tpo $depbase.Plo
  233. depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  234. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo ../src/raw_api.c &&\
  235. mv -f $depbase.Tpo $depbase.Plo
  236. depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  237. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo ../src/java_raw_api.c &&\
  238. mv -f $depbase.Tpo $depbase.Plo
  239. depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  240. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo ../src/closures.c &&\
  241. mv -f $depbase.Tpo $depbase.Plo
  242. depbase=`echo src/arm/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  243. /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/arm/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/arm/sysv.lo ../src/arm/sysv.S &&\
  244. mv -f $depbase.Tpo $depbase.Plo
  245. depbase=`echo src/arm/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  246. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/arm/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/arm/ffi.lo ../src/arm/ffi.c &&\
  247. mv -f $depbase.Tpo $depbase.Plo
  248. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/arm/sysv.lo -MD -MP -MF src/arm/.deps/sysv.Tpo -c ../src/arm/sysv.S -fPIC -DPIC -o src/arm/.libs/sysv.o
  249. ../src/arm/sysv.S: Assembler messages:
  250. ../src/arm/sysv.S:399: conditional infixes are deprecated in unified syntax
  251. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -MT src/arm/sysv.lo -MD -MP -MF src/arm/.deps/sysv.Tpo -c ../src/arm/sysv.S -o src/arm/sysv.o >/dev/null 2>&1
  252. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/arm/ffi.lo -MD -MP -MF src/arm/.deps/ffi.Tpo -c ../src/arm/ffi.c -fPIC -DPIC -o src/arm/.libs/ffi.o
  253. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o
  254. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -fPIC -DPIC -o src/.libs/types.o
  255. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o
  256. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o
  257. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -fPIC -DPIC -o src/.libs/closures.o
  258. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c ../src/types.c -o src/types.o >/dev/null 2>&1
  259. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c ../src/raw_api.c -o src/raw_api.o >/dev/null 2>&1
  260. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c ../src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1
  261. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c ../src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1
  262. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/arm/ffi.lo -MD -MP -MF src/arm/.deps/ffi.Tpo -c ../src/arm/ffi.c -o src/arm/ffi.o >/dev/null 2>&1
  263. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c ../src/closures.c -o src/closures.o >/dev/null 2>&1
  264. /bin/bash ./libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -o libffi_convenience.la src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/arm/sysv.lo src/arm/ffi.lo
  265. /bin/bash ./libtool --tag=CC --mode=link gcc -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions -no-undefined -version-info `grep -v '^#' ../libtool-version` -o libffi.la -rpath /home/pi/joinmarket-clientserver/jmvenv/lib src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/arm/sysv.lo src/arm/ffi.lo
  266. libtool: link: ar cru .libs/libffi_convenience.a src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/arm/.libs/sysv.o src/arm/.libs/ffi.o
  267. ar: `u' modifier ignored since `D' is the default (see `U')
  268. libtool: link: ranlib .libs/libffi_convenience.a
  269. libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
  270. libtool: link: gcc -shared -fPIC -DPIC src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/arm/.libs/sysv.o src/arm/.libs/ffi.o -O3 -Wl,-soname -Wl,libffi.so.6 -o .libs/libffi.so.6.0.4
  271. libtool: link: (cd ".libs" && rm -f "libffi.so.6" && ln -s "libffi.so.6.0.4" "libffi.so.6")
  272. libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.6.0.4" "libffi.so")
  273. libtool: link: ar cru .libs/libffi.a src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/arm/sysv.o src/arm/ffi.o
  274. ar: `u' modifier ignored since `D' is the default (see `U')
  275. libtool: link: ranlib .libs/libffi.a
  276. libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
  277. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  278. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  279. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  280. MAKE armv7l-unknown-linux-gnueabihf : 0 * check
  281. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  282. Making check in include
  283. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  284. make[2]: Nothing to be done for 'check'.
  285. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  286. Making check in testsuite
  287. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  288. make check-DEJAGNU
  289. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  290. Making a new site.exp file ...
  291. srcdir='../../testsuite'; export srcdir; \
  292. EXPECT=expect; export EXPECT; \
  293. if /bin/bash -c "runtest --version" > /dev/null 2>&1; then \
  294. exit_status=0; l='libffi'; for tool in $l; do \
  295. if runtest --tool $tool --srcdir $srcdir ; \
  296. then :; else exit_status=1; fi; \
  297. done; \
  298. else echo "WARNING: could not find 'runtest'" 1>&2; :;\
  299. fi; \
  300. exit $exit_status
  301. WARNING: could not find 'runtest'
  302. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  303. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  304. Making check in man
  305. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  306. make[2]: Nothing to be done for 'check'.
  307. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  308. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  309. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  310. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  311. MAKE armv7l-unknown-linux-gnueabihf : 0 * install
  312. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  313. Making install in include
  314. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  315. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  316. make[3]: Nothing to be done for 'install-exec-am'.
  317. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/lib/libffi-3.2.1/include'
  318. /usr/bin/install -c -m 644 ffi.h ffitarget.h '/home/pi/joinmarket-clientserver/jmvenv/lib/libffi-3.2.1/include'
  319. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  320. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/include'
  321. Making install in testsuite
  322. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  323. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  324. make[3]: Nothing to be done for 'install-exec-am'.
  325. make[3]: Nothing to be done for 'install-data-am'.
  326. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  327. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/testsuite'
  328. Making install in man
  329. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  330. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  331. make[3]: Nothing to be done for 'install-exec-am'.
  332. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/share/man/man3'
  333. /usr/bin/install -c -m 644 ../../man/ffi.3 ../../man/ffi_call.3 ../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 '/home/pi/joinmarket-clientserver/jmvenv/share/man/man3'
  334. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  335. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf/man'
  336. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  337. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  338. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/lib'
  339. /bin/bash ./libtool --mode=install /usr/bin/install -c libffi.la '/home/pi/joinmarket-clientserver/jmvenv/lib'
  340. libtool: install: /usr/bin/install -c .libs/libffi.so.6.0.4 /home/pi/joinmarket-clientserver/jmvenv/lib/libffi.so.6.0.4
  341. libtool: install: (cd /home/pi/joinmarket-clientserver/jmvenv/lib && { ln -s -f libffi.so.6.0.4 libffi.so.6 || { rm -f libffi.so.6 && ln -s libffi.so.6.0.4 libffi.so.6; }; })
  342. libtool: install: (cd /home/pi/joinmarket-clientserver/jmvenv/lib && { ln -s -f libffi.so.6.0.4 libffi.so || { rm -f libffi.so && ln -s libffi.so.6.0.4 libffi.so; }; })
  343. libtool: install: /usr/bin/install -c .libs/libffi.lai /home/pi/joinmarket-clientserver/jmvenv/lib/libffi.la
  344. libtool: install: /usr/bin/install -c .libs/libffi.a /home/pi/joinmarket-clientserver/jmvenv/lib/libffi.a
  345. libtool: install: chmod 644 /home/pi/joinmarket-clientserver/jmvenv/lib/libffi.a
  346. libtool: install: ranlib /home/pi/joinmarket-clientserver/jmvenv/lib/libffi.a
  347. libtool: finish: PATH="/home/pi/joinmarket-clientserver/jmvenv/bin:/home/pi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/joinmarket-clientserver/jmvenv/lib
  348. ----------------------------------------------------------------------
  349. Libraries have been installed in:
  350. /home/pi/joinmarket-clientserver/jmvenv/lib
  351.  
  352. If you ever happen to want to link against installed libraries
  353. in a given directory, LIBDIR, you must either use libtool, and
  354. specify the full pathname of the library, or use the '-LLIBDIR'
  355. flag during linking and do at least one of the following:
  356. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  357. during execution
  358. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  359. during linking
  360. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  361. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  362.  
  363. See any operating system documentation about shared libraries for
  364. more information, such as the ld(1) and ld.so(8) manual pages.
  365. ----------------------------------------------------------------------
  366. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/lib/pkgconfig'
  367. /usr/bin/install -c -m 644 libffi.pc '/home/pi/joinmarket-clientserver/jmvenv/lib/pkgconfig'
  368. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  369. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  370. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libffi/libffi-3.2.1/armv7l-unknown-linux-gnueabihf'
  371. ~/joinmarket-clientserver/deps/libffi ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  372. ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  373. ~/joinmarket-clientserver/deps/libsodium ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  374. % Total % Received % Xferd Average Speed Time Time Time Current
  375. Dload Upload Total Spent Left Speed
  376. 100 1850k 100 1850k 0 0 131k 0 0:00:14 0:00:14 --:--:-- 146k
  377. % Total % Received % Xferd Average Speed Time Time Time Current
  378. Dload Upload Total Spent Left Speed
  379. 100 543 100 543 0 0 791 0 --:--:-- --:--:-- --:--:-- 791
  380. % Total % Received % Xferd Average Speed Time Time Time Current
  381. Dload Upload Total Spent Left Speed
  382. 100 12654 100 12654 0 0 11707 0 0:00:01 0:00:01 --:--:-- 11716
  383. sub rsa4096/62F25B592B6F76DA 2015-02-10 [S]
  384. gpg: assuming signed data in 'libsodium-1.0.13.tar.gz'
  385. gpg: Signature made Thu 13 Jul 2017 04:27:02 PM EDT
  386. gpg: using RSA key 62F25B592B6F76DA
  387. gpg: Good signature from "Frank Denis (Jedi/Sector One) <pgp@pureftpd.org>" [unknown]
  388. gpg: aka "Frank Denis <github@pureftpd.org>" [unknown]
  389. gpg: aka "Frank Denis <opstrust@pureftpd.org>" [unknown]
  390. gpg: aka "Frank Denis <frank.denis@corp.ovh.com>" [unknown]
  391. gpg: aka "Frank Denis (Jedi/Sector One) <j@pureftpd.org>" [unknown]
  392. gpg: aka "Frank Denis (Jedi/Sector One) <0daydigest@pureftpd.org>" [unknown]
  393. gpg: WARNING: This key is not certified with a trusted signature!
  394. gpg: There is no indication that the signature belongs to the owner.
  395. Primary key fingerprint: 54A2 B889 2CC3 D6A5 97B9 2B6C 2106 27AA BA70 9FE1
  396. Subkey fingerprint: 0C79 83A8 FD9A 104C 6231 72CB 62F2 5B59 2B6F 76DA
  397. ~/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13 ~/joinmarket-clientserver/deps/libsodium ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  398. autoreconf: Entering directory `.'
  399. autoreconf: configure.ac: not using Gettext
  400. autoreconf: running: aclocal --force -I m4
  401. autoreconf: configure.ac: tracing
  402. autoreconf: running: libtoolize --copy --force
  403. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  404. libtoolize: copying file 'build-aux/ltmain.sh'
  405. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  406. libtoolize: copying file 'm4/libtool.m4'
  407. libtoolize: copying file 'm4/ltoptions.m4'
  408. libtoolize: copying file 'm4/ltsugar.m4'
  409. libtoolize: copying file 'm4/ltversion.m4'
  410. libtoolize: copying file 'm4/lt~obsolete.m4'
  411. autoreconf: running: /usr/bin/autoconf --force
  412. autoreconf: configure.ac: not using Autoheader
  413. autoreconf: running: automake --add-missing --copy --force-missing
  414. configure.ac:121: installing 'build-aux/compile'
  415. configure.ac:10: installing 'build-aux/missing'
  416. src/libsodium/Makefile.am: installing 'build-aux/depcomp'
  417. autoreconf: Leaving directory `.'
  418. checking build system type... armv7l-unknown-linux-gnueabihf
  419. checking host system type... armv7l-unknown-linux-gnueabihf
  420. checking for a BSD-compatible install... /usr/bin/install -c
  421. checking whether build environment is sane... yes
  422. checking for a thread-safe mkdir -p... /bin/mkdir -p
  423. checking for gawk... no
  424. checking for mawk... mawk
  425. checking whether make sets $(MAKE)... yes
  426. checking whether make supports nested variables... yes
  427. checking whether UID '1000' is supported by ustar format... yes
  428. checking whether GID '1000' is supported by ustar format... yes
  429. checking how to create a ustar tar archive... gnutar
  430. checking whether make supports nested variables... (cached) yes
  431. checking whether to enable maintainer-specific portions of Makefiles... no
  432. checking for style of include used by make... GNU
  433. checking for gcc... gcc
  434. checking whether the C compiler works... yes
  435. checking for C compiler default output file name... a.out
  436. checking for suffix of executables...
  437. checking whether we are cross compiling... no
  438. checking for suffix of object files... o
  439. checking whether we are using the GNU C compiler... yes
  440. checking whether gcc accepts -g... yes
  441. checking for gcc option to accept ISO C89... none needed
  442. checking whether gcc understands -c and -o together... yes
  443. checking dependency style of gcc... gcc3
  444. checking for a sed that does not truncate output... /bin/sed
  445. checking how to run the C preprocessor... gcc -E
  446. checking for grep that handles long lines and -e... /bin/grep
  447. checking for egrep... /bin/grep -E
  448. checking whether gcc is Clang... no
  449. checking whether pthreads work with -pthread... yes
  450. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  451. checking whether more special flags are required for pthreads... no
  452. checking for PTHREAD_PRIO_INHERIT... yes
  453. checking for gcc option to accept ISO C99... none needed
  454. checking dependency style of gcc... gcc3
  455. checking for ANSI C header files... yes
  456. checking for sys/types.h... yes
  457. checking for sys/stat.h... yes
  458. checking for stdlib.h... yes
  459. checking for string.h... yes
  460. checking for memory.h... yes
  461. checking for strings.h... yes
  462. checking for inttypes.h... yes
  463. checking for stdint.h... yes
  464. checking for unistd.h... yes
  465. checking minix/config.h usability... no
  466. checking minix/config.h presence... no
  467. checking for minix/config.h... no
  468. checking whether it is safe to define __EXTENSIONS__... yes
  469. checking for __native_client__ defined... no
  470. checking for _FORTIFY_SOURCE defined... no
  471. checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
  472. checking whether C compiler accepts -fvisibility=hidden... yes
  473. checking whether C compiler accepts -fPIC... yes
  474. checking whether C compiler accepts -fPIE... yes
  475. checking whether the linker accepts -pie... yes
  476. checking whether C compiler accepts -fno-strict-aliasing... yes
  477. checking whether C compiler accepts -fno-strict-overflow... yes
  478. checking whether C compiler accepts -fstack-protector... yes
  479. checking whether the linker accepts -fstack-protector... yes
  480. checking whether C compiler accepts -Wwrite-strings... yes
  481. checking whether C compiler accepts -Wdiv-by-zero... yes
  482. checking whether C compiler accepts -Wsometimes-uninitialized... no
  483. checking whether C compiler accepts -Wall... yes
  484. checking whether C compiler accepts -Wall -Wextra... yes
  485. checking for clang... no
  486. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast... yes
  487. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align... yes
  488. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual... yes
  489. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond... yes
  490. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal... yes
  491. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
  492. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations... yes
  493. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes... yes
  494. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
  495. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas... yes
  496. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id... yes
  497. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
  498. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith... yes
  499. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls... yes
  500. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wshorten-64-to-32... no
  501. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes... yes
  502. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum... yes
  503. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
  504. checking whether C compiler accepts -Wall -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wswitch-enum -Wno-type-limits... yes
  505. checking whether the linker accepts -Wl,-z,relro... yes
  506. checking whether the linker accepts -Wl,-z,now... yes
  507. checking whether the linker accepts -Wl,-z,noexecstack... yes
  508. checking whether segmentation violations can be caught when using the C compiler... yes
  509. checking how to print strings... printf
  510. checking for a sed that does not truncate output... (cached) /bin/sed
  511. checking for fgrep... /bin/grep -F
  512. checking for ld used by gcc... /usr/bin/ld
  513. checking if the linker (/usr/bin/ld) is GNU ld... yes
  514. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  515. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  516. checking whether ln -s works... yes
  517. checking the maximum length of command line arguments... 1572864
  518. checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
  519. checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
  520. checking for /usr/bin/ld option to reload object files... -r
  521. checking for objdump... objdump
  522. checking how to recognize dependent libraries... pass_all
  523. checking for dlltool... no
  524. checking how to associate runtime and link libraries... printf %s\n
  525. checking for ar... ar
  526. checking for archiver @FILE support... @
  527. checking for strip... strip
  528. checking for ranlib... ranlib
  529. checking command to parse /usr/bin/nm -B output from gcc object... ok
  530. checking for sysroot... no
  531. checking for a working dd... /bin/dd
  532. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  533. checking for mt... mt
  534. checking if mt is a manifest tool... no
  535. checking for dlfcn.h... yes
  536. checking for objdir... .libs
  537. checking if gcc supports -fno-rtti -fno-exceptions... no
  538. checking for gcc option to produce PIC... -fPIC -DPIC
  539. checking if gcc PIC flag -fPIC -DPIC works... yes
  540. checking if gcc static flag -static works... yes
  541. checking if gcc supports -c -o file.o... yes
  542. checking if gcc supports -c -o file.o... (cached) yes
  543. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  544. checking whether -lc should be explicitly linked in... no
  545. checking dynamic linker characteristics... GNU/Linux ld.so
  546. checking how to hardcode library paths into programs... immediate
  547. checking whether stripping libraries is possible... yes
  548. checking if libtool supports shared libraries... yes
  549. checking whether to build shared libraries... yes
  550. checking whether to build static libraries... yes
  551. checking for ar... (cached) ar
  552. checking whether C compiler accepts -mmmx... no
  553. checking for MMX instructions set... no
  554. checking whether C compiler accepts -msse2... no
  555. checking for SSE2 instructions set... no
  556. checking whether C compiler accepts -msse3... no
  557. checking for SSE3 instructions set... no
  558. checking whether C compiler accepts -mssse3... no
  559. checking for SSSE3 instructions set... no
  560. checking whether C compiler accepts -msse4.1... no
  561. checking for SSE4.1 instructions set... no
  562. checking whether C compiler accepts -mavx... no
  563. checking for AVX instructions set... no
  564. checking whether C compiler accepts -mavx2... no
  565. checking for AVX2 instructions set... no
  566. checking whether C compiler accepts -maes... no
  567. checking whether C compiler accepts -mpclmul... no
  568. checking for AESNI instructions set and PCLMULQDQ... no
  569. checking sys/mman.h usability... yes
  570. checking sys/mman.h presence... yes
  571. checking for sys/mman.h... yes
  572. checking intrin.h usability... no
  573. checking intrin.h presence... no
  574. checking for intrin.h... no
  575. checking if _xgetbv() is available... no
  576. checking for inline... inline
  577. checking whether byte ordering is bigendian... no
  578. checking whether __STDC_LIMIT_MACROS is required... no
  579. checking whether we can use x86_64 asm code... no
  580. checking whether we can assemble AVX opcodes... no
  581. checking for 128-bit arithmetic... no
  582. checking for cpuid instruction... no
  583. checking if the .private_extern asm directive is supported... no
  584. checking if the .hidden asm directive is supported... yes
  585. checking if weak symbols are supported... yes
  586. checking if data alignment is required... no
  587. checking if atomic operations are supported... yes
  588. checking for arc4random... no
  589. checking for arc4random_buf... no
  590. checking for mmap... yes
  591. checking for mlock... yes
  592. checking for madvise... yes
  593. checking for mprotect... yes
  594. checking for explicit_bzero... no
  595. checking for nanosleep... yes
  596. checking for posix_memalign... yes
  597. checking for getpid... yes
  598. checking if gcc/ld supports -Wl,--output-def... no
  599. checking that generated files are newer than configure... done
  600. configure: creating ./config.status
  601. config.status: creating Makefile
  602. config.status: creating contrib/Makefile
  603. config.status: creating dist-build/Makefile
  604. config.status: creating libsodium.pc
  605. config.status: creating libsodium-uninstalled.pc
  606. config.status: creating msvc-scripts/Makefile
  607. config.status: creating src/Makefile
  608. config.status: creating src/libsodium/Makefile
  609. config.status: creating src/libsodium/include/Makefile
  610. config.status: creating src/libsodium/include/sodium/version.h
  611. config.status: creating test/default/Makefile
  612. config.status: creating test/Makefile
  613. config.status: executing depfiles commands
  614. config.status: executing libtool commands
  615. Making uninstall in contrib
  616. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  617. make[1]: Nothing to be done for 'uninstall'.
  618. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  619. Making uninstall in dist-build
  620. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  621. make[1]: Nothing to be done for 'uninstall'.
  622. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  623. Making uninstall in msvc-scripts
  624. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  625. make[1]: Nothing to be done for 'uninstall'.
  626. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  627. Making uninstall in src
  628. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  629. Making uninstall in libsodium
  630. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  631. Making uninstall in include
  632. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  633. ( cd '/home/pi/joinmarket-clientserver/jmvenv/include' && rm -f sodium.h sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h sodium/crypto_scalarmult_curve25519.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h sodium/crypto_sign.h sodium/crypto_sign_ed25519.h sodium/crypto_sign_edwards25519sha512batch.h sodium/crypto_stream.h sodium/crypto_stream_aes128ctr.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_salsa20_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h )
  634. ( cd '/home/pi/joinmarket-clientserver/jmvenv/include' && rm -f sodium/version.h )
  635. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  636. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  637. /bin/bash ../../libtool --mode=uninstall rm -f '/home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.la'
  638. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  639. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  640. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  641. make[2]: Nothing to be done for 'uninstall-am'.
  642. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  643. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  644. Making uninstall in test
  645. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  646. Making uninstall in default
  647. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  648. make[2]: Nothing to be done for 'uninstall'.
  649. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  650. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  651. make[2]: Nothing to be done for 'uninstall-am'.
  652. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  653. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  654. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  655. ( cd '/home/pi/joinmarket-clientserver/jmvenv/lib/pkgconfig' && rm -f libsodium.pc )
  656. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  657. Making all in contrib
  658. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  659. make[1]: Nothing to be done for 'all'.
  660. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  661. Making all in dist-build
  662. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  663. make[1]: Nothing to be done for 'all'.
  664. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  665. Making all in msvc-scripts
  666. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  667. make[1]: Nothing to be done for 'all'.
  668. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  669. Making all in src
  670. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  671. Making all in libsodium
  672. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  673. Making all in include
  674. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  675. make[3]: Nothing to be done for 'all'.
  676. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  677. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  678. CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo
  679. CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo
  680. CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
  681. CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo
  682. CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
  683. CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo
  684. CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo
  685. CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo
  686. CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo
  687. CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo
  688. CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo
  689. CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
  690. CC crypto_box/libsodium_la-crypto_box_seal.lo
  691. CC crypto_box/libsodium_la-crypto_box.lo
  692. CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
  693. CC crypto_box/libsodium_la-crypto_box_easy.lo
  694. CC crypto_core/curve25519/ref10/libsodium_la-curve25519_ref10.lo
  695. CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo
  696. CC crypto_auth/libsodium_la-crypto_auth.lo
  697. CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
  698. CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo
  699. CC crypto_hash/libsodium_la-crypto_hash.lo
  700. CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo
  701. CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo
  702. CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo
  703. CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo
  704. CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo
  705. CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo
  706. CC crypto_generichash/libsodium_la-crypto_generichash.lo
  707. CC crypto_hash/sha256/libsodium_la-hash_sha256.lo
  708. CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo
  709. CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo
  710. CC crypto_hash/sha512/libsodium_la-hash_sha512.lo
  711. CC crypto_kx/libsodium_la-crypto_kx.lo
  712. CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo
  713. CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
  714. CC crypto_kdf/libsodium_la-crypto_kdf.lo
  715. CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
  716. CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
  717. CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo
  718. CC crypto_pwhash/argon2/libsodium_la-argon2.lo
  719. CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
  720. CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
  721. CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
  722. CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo
  723. CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
  724. CC crypto_pwhash/libsodium_la-crypto_pwhash.lo
  725. CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
  726. CC crypto_secretbox/libsodium_la-crypto_secretbox.lo
  727. CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
  728. CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
  729. CC crypto_shorthash/libsodium_la-crypto_shorthash.lo
  730. CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo
  731. CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo
  732. CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo
  733. CC crypto_sign/ed25519/ref10/libsodium_la-open.lo
  734. CC crypto_sign/libsodium_la-crypto_sign.lo
  735. CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
  736. CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo
  737. CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo
  738. CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo
  739. CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo
  740. CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
  741. CC sodium/libsodium_la-core.lo
  742. CC sodium/libsodium_la-runtime.lo
  743. CC crypto_verify/sodium/libsodium_la-verify.lo
  744. CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo
  745. CC randombytes/libsodium_la-randombytes.lo
  746. CC randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo
  747. CC sodium/libsodium_la-utils.lo
  748. CC crypto_stream/libsodium_la-crypto_stream.lo
  749. CC sodium/libsodium_la-version.lo
  750. CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
  751. CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
  752. CC crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo
  753. CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
  754. CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
  755. CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo
  756. CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
  757. CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo
  758. CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
  759. CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo
  760. CC crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo
  761. CC crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo
  762. CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
  763. CC crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo
  764. CC crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo
  765. CC crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo
  766. CC crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo
  767. CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo
  768. CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo
  769. CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo
  770. CC crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo
  771. CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
  772. CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo
  773. CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
  774. CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
  775. CC crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo
  776. CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
  777. CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
  778. CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo
  779. CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
  780. CCLD libsse41.la
  781. CCLD libssse3.la
  782. CCLD libavx2.la
  783. CCLD libsse2.la
  784. CCLD libaesni.la
  785. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  786. ar: `u' modifier ignored since `D' is the default (see `U')
  787. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  788. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  789. ar: `u' modifier ignored since `D' is the default (see `U')
  790. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  791. ar: `u' modifier ignored since `D' is the default (see `U')
  792. ar: `u' modifier ignored since `D' is the default (see `U')
  793. libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
  794. ar: `u' modifier ignored since `D' is the default (see `U')
  795. CCLD libsodium.la
  796. ar: `u' modifier ignored since `D' is the default (see `U')
  797. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  798. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  799. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  800. make[2]: Nothing to be done for 'all-am'.
  801. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  802. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  803. Making all in test
  804. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  805. Making all in default
  806. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  807. make[2]: Nothing to be done for 'all'.
  808. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  809. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  810. make[2]: Nothing to be done for 'all-am'.
  811. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  812. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  813. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  814. make[1]: Nothing to be done for 'all-am'.
  815. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  816. Making check in contrib
  817. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  818. make[1]: Nothing to be done for 'check'.
  819. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  820. Making check in dist-build
  821. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  822. make[1]: Nothing to be done for 'check'.
  823. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  824. Making check in msvc-scripts
  825. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  826. make[1]: Nothing to be done for 'check'.
  827. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  828. Making check in src
  829. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  830. Making check in libsodium
  831. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  832. Making check in include
  833. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  834. make[3]: Nothing to be done for 'check'.
  835. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  836. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  837. make[3]: Nothing to be done for 'check-am'.
  838. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  839. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  840. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  841. make[2]: Nothing to be done for 'check-am'.
  842. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  843. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  844. Making check in test
  845. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  846. Making check in default
  847. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  848. make aead_aes256gcm aead_chacha20poly1305 aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 core1 core2 core3 core4 core5 core6 ed25519_convert generichash generichash2 generichash3 hash hash3 kdf keygen kx onetimeauth onetimeauth2 onetimeauth7 pwhash pwhash_argon2id randombytes scalarmult scalarmult2 scalarmult5 scalarmult6 scalarmult7 secretbox secretbox2 secretbox7 secretbox8 secretbox_easy secretbox_easy2 shorthash sign sodium_core sodium_utils sodium_version stream stream2 stream3 stream4 verify1 sodium_utils2 sodium_utils3 pwhash_scrypt pwhash_scrypt_ll siphashx24 xchacha20
  849. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  850. CC aead_aes256gcm.o
  851. CCLD aead_aes256gcm
  852. CC aead_chacha20poly1305.o
  853. CCLD aead_chacha20poly1305
  854. CC aead_xchacha20poly1305.o
  855. CCLD aead_xchacha20poly1305
  856. CC auth.o
  857. CCLD auth
  858. CC auth2.o
  859. CCLD auth2
  860. CC auth3.o
  861. CCLD auth3
  862. CC auth5.o
  863. CCLD auth5
  864. CC auth6.o
  865. CCLD auth6
  866. CC auth7.o
  867. CCLD auth7
  868. CC box.o
  869. CCLD box
  870. CC box2.o
  871. CCLD box2
  872. CC box7.o
  873. CCLD box7
  874. CC box8.o
  875. CCLD box8
  876. CC box_easy.o
  877. CCLD box_easy
  878. CC box_easy2.o
  879. CCLD box_easy2
  880. CC box_seal.o
  881. CCLD box_seal
  882. CC box_seed.o
  883. CCLD box_seed
  884. CC chacha20.o
  885. CCLD chacha20
  886. CC core1.o
  887. CCLD core1
  888. CC core2.o
  889. CCLD core2
  890. CC core3.o
  891. CCLD core3
  892. CC core4.o
  893. CCLD core4
  894. CC core5.o
  895. CCLD core5
  896. CC core6.o
  897. CCLD core6
  898. CC ed25519_convert.o
  899. CCLD ed25519_convert
  900. CC generichash.o
  901. CCLD generichash
  902. CC generichash2.o
  903. CCLD generichash2
  904. CC generichash3.o
  905. CCLD generichash3
  906. CC hash.o
  907. CCLD hash
  908. CC hash3.o
  909. CCLD hash3
  910. CC kdf.o
  911. CCLD kdf
  912. CC keygen.o
  913. CCLD keygen
  914. CC kx.o
  915. CCLD kx
  916. CC onetimeauth.o
  917. CCLD onetimeauth
  918. CC onetimeauth2.o
  919. CCLD onetimeauth2
  920. CC onetimeauth7.o
  921. CCLD onetimeauth7
  922. CC pwhash.o
  923. CCLD pwhash
  924. CC pwhash_argon2id.o
  925. CCLD pwhash_argon2id
  926. CC randombytes.o
  927. CCLD randombytes
  928. CC scalarmult.o
  929. CCLD scalarmult
  930. CC scalarmult2.o
  931. CCLD scalarmult2
  932. CC scalarmult5.o
  933. CCLD scalarmult5
  934. CC scalarmult6.o
  935. CCLD scalarmult6
  936. CC scalarmult7.o
  937. CCLD scalarmult7
  938. CC secretbox.o
  939. CCLD secretbox
  940. CC secretbox2.o
  941. CCLD secretbox2
  942. CC secretbox7.o
  943. CCLD secretbox7
  944. CC secretbox8.o
  945. CCLD secretbox8
  946. CC secretbox_easy.o
  947. CCLD secretbox_easy
  948. CC secretbox_easy2.o
  949. CCLD secretbox_easy2
  950. CC shorthash.o
  951. CCLD shorthash
  952. CC sign.o
  953. CCLD sign
  954. CC sodium_core.o
  955. CCLD sodium_core
  956. CC sodium_utils.o
  957. CCLD sodium_utils
  958. CC sodium_version.o
  959. CCLD sodium_version
  960. CC stream.o
  961. CCLD stream
  962. CC stream2.o
  963. CCLD stream2
  964. CC stream3.o
  965. CCLD stream3
  966. CC stream4.o
  967. CCLD stream4
  968. CC verify1.o
  969. CCLD verify1
  970. CC sodium_utils2.o
  971. CCLD sodium_utils2
  972. CC sodium_utils3.o
  973. CCLD sodium_utils3
  974. CC pwhash_scrypt.o
  975. CCLD pwhash_scrypt
  976. CC pwhash_scrypt_ll.o
  977. CCLD pwhash_scrypt_ll
  978. CC siphashx24.o
  979. CCLD siphashx24
  980. CC xchacha20.o
  981. CCLD xchacha20
  982. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  983. make check-TESTS
  984. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  985. make[4]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  986. PASS: aead_aes256gcm
  987. PASS: aead_chacha20poly1305
  988. PASS: aead_xchacha20poly1305
  989. PASS: auth
  990. PASS: auth2
  991. PASS: auth3
  992. PASS: auth5
  993. PASS: auth6
  994. PASS: auth7
  995. PASS: box
  996. PASS: box2
  997. PASS: box7
  998. PASS: box8
  999. PASS: box_easy
  1000. PASS: box_easy2
  1001. PASS: box_seal
  1002. PASS: box_seed
  1003. PASS: chacha20
  1004. PASS: core1
  1005. PASS: core2
  1006. PASS: core3
  1007. PASS: core4
  1008. PASS: core5
  1009. PASS: core6
  1010. PASS: ed25519_convert
  1011. PASS: generichash
  1012. PASS: generichash2
  1013. PASS: generichash3
  1014. PASS: hash
  1015. PASS: hash3
  1016. PASS: kdf
  1017. PASS: keygen
  1018. PASS: kx
  1019. PASS: onetimeauth
  1020. PASS: onetimeauth2
  1021. PASS: onetimeauth7
  1022. PASS: pwhash
  1023. PASS: pwhash_argon2id
  1024. PASS: randombytes
  1025. PASS: scalarmult
  1026. PASS: scalarmult2
  1027. PASS: scalarmult5
  1028. PASS: scalarmult6
  1029. PASS: scalarmult7
  1030. PASS: secretbox
  1031. PASS: secretbox2
  1032. PASS: secretbox7
  1033. PASS: secretbox8
  1034. PASS: secretbox_easy
  1035. PASS: secretbox_easy2
  1036. PASS: shorthash
  1037. PASS: sign
  1038. PASS: sodium_core
  1039. PASS: sodium_utils
  1040. PASS: sodium_version
  1041. PASS: stream
  1042. PASS: stream2
  1043. PASS: stream3
  1044. PASS: stream4
  1045. PASS: verify1
  1046. PASS: sodium_utils2
  1047. PASS: sodium_utils3
  1048. PASS: pwhash_scrypt
  1049. PASS: pwhash_scrypt_ll
  1050. PASS: siphashx24
  1051. PASS: xchacha20
  1052. ============================================================================
  1053. Testsuite summary for libsodium 1.0.13
  1054. ============================================================================
  1055. # TOTAL: 66
  1056. # PASS: 66
  1057. # SKIP: 0
  1058. # XFAIL: 0
  1059. # FAIL: 0
  1060. # XPASS: 0
  1061. # ERROR: 0
  1062. ============================================================================
  1063. make[4]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1064. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1065. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1066. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1067. make[2]: Nothing to be done for 'check-am'.
  1068. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1069. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1070. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1071. make[1]: Nothing to be done for 'check-am'.
  1072. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1073. Making install in contrib
  1074. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  1075. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  1076. make[2]: Nothing to be done for 'install-exec-am'.
  1077. make[2]: Nothing to be done for 'install-data-am'.
  1078. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  1079. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/contrib'
  1080. Making install in dist-build
  1081. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  1082. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  1083. make[2]: Nothing to be done for 'install-exec-am'.
  1084. make[2]: Nothing to be done for 'install-data-am'.
  1085. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  1086. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/dist-build'
  1087. Making install in msvc-scripts
  1088. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  1089. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  1090. make[2]: Nothing to be done for 'install-exec-am'.
  1091. make[2]: Nothing to be done for 'install-data-am'.
  1092. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  1093. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/msvc-scripts'
  1094. Making install in src
  1095. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1096. Making install in libsodium
  1097. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1098. Making install in include
  1099. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  1100. make[4]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  1101. make[4]: Nothing to be done for 'install-exec-am'.
  1102. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/include'
  1103. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1104. /usr/bin/install -c -m 644 sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h sodium/crypto_scalarmult_curve25519.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h sodium/crypto_sign.h sodium/crypto_sign_ed25519.h sodium/crypto_sign_edwards25519sha512batch.h '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1105. /usr/bin/install -c -m 644 sodium.h '/home/pi/joinmarket-clientserver/jmvenv/include/.'
  1106. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1107. /usr/bin/install -c -m 644 sodium/crypto_stream.h sodium/crypto_stream_aes128ctr.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_salsa20_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1108. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/include'
  1109. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1110. /usr/bin/install -c -m 644 sodium/version.h '/home/pi/joinmarket-clientserver/jmvenv/include/sodium'
  1111. make[4]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  1112. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium/include'
  1113. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1114. make[4]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1115. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/lib'
  1116. /bin/bash ../../libtool --mode=install /usr/bin/install -c libsodium.la '/home/pi/joinmarket-clientserver/jmvenv/lib'
  1117. libtool: install: /usr/bin/install -c .libs/libsodium.so.18.3.0 /home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.so.18.3.0
  1118. libtool: install: (cd /home/pi/joinmarket-clientserver/jmvenv/lib && { ln -s -f libsodium.so.18.3.0 libsodium.so.18 || { rm -f libsodium.so.18 && ln -s libsodium.so.18.3.0 libsodium.so.18; }; })
  1119. libtool: install: (cd /home/pi/joinmarket-clientserver/jmvenv/lib && { ln -s -f libsodium.so.18.3.0 libsodium.so || { rm -f libsodium.so && ln -s libsodium.so.18.3.0 libsodium.so; }; })
  1120. libtool: install: /usr/bin/install -c .libs/libsodium.lai /home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.la
  1121. libtool: install: /usr/bin/install -c .libs/libsodium.a /home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.a
  1122. libtool: install: chmod 644 /home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.a
  1123. libtool: install: ranlib /home/pi/joinmarket-clientserver/jmvenv/lib/libsodium.a
  1124. libtool: finish: PATH="/home/pi/joinmarket-clientserver/jmvenv/bin:/home/pi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n /home/pi/joinmarket-clientserver/jmvenv/lib
  1125. ----------------------------------------------------------------------
  1126. Libraries have been installed in:
  1127. /home/pi/joinmarket-clientserver/jmvenv/lib
  1128.  
  1129. If you ever happen to want to link against installed libraries
  1130. in a given directory, LIBDIR, you must either use libtool, and
  1131. specify the full pathname of the library, or use the '-LLIBDIR'
  1132. flag during linking and do at least one of the following:
  1133. - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  1134. during execution
  1135. - add LIBDIR to the 'LD_RUN_PATH' environment variable
  1136. during linking
  1137. - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  1138. - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  1139.  
  1140. See any operating system documentation about shared libraries for
  1141. more information, such as the ld(1) and ld.so(8) manual pages.
  1142. ----------------------------------------------------------------------
  1143. make[4]: Nothing to be done for 'install-data-am'.
  1144. make[4]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1145. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1146. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src/libsodium'
  1147. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1148. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1149. make[3]: Nothing to be done for 'install-exec-am'.
  1150. make[3]: Nothing to be done for 'install-data-am'.
  1151. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1152. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1153. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/src'
  1154. Making install in test
  1155. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1156. Making install in default
  1157. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1158. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1159. make[3]: Nothing to be done for 'install-exec-am'.
  1160. make[3]: Nothing to be done for 'install-data-am'.
  1161. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1162. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test/default'
  1163. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1164. make[3]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1165. make[3]: Nothing to be done for 'install-exec-am'.
  1166. make[3]: Nothing to be done for 'install-data-am'.
  1167. make[3]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1168. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1169. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13/test'
  1170. make[1]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1171. make[2]: Entering directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1172. make[2]: Nothing to be done for 'install-exec-am'.
  1173. /bin/mkdir -p '/home/pi/joinmarket-clientserver/jmvenv/lib/pkgconfig'
  1174. /usr/bin/install -c -m 644 libsodium.pc '/home/pi/joinmarket-clientserver/jmvenv/lib/pkgconfig'
  1175. make[2]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1176. make[1]: Leaving directory '/home/pi/joinmarket-clientserver/deps/libsodium/libsodium-1.0.13'
  1177. ~/joinmarket-clientserver/deps/libsodium ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  1178. ~/joinmarket-clientserver/deps ~/joinmarket-clientserver
  1179. ~/joinmarket-clientserver
  1180. ~/joinmarket-clientserver/jmbase ~/joinmarket-clientserver
  1181. Processing /home/pi/joinmarket-clientserver/jmbase
  1182. Collecting twisted==16.6.0 (from joinmarketbase==0.3.1)
  1183. Collecting service-identity (from joinmarketbase==0.3.1)
  1184. Using cached service_identity-17.0.0-py2.py3-none-any.whl
  1185. Collecting constantly>=15.1 (from twisted==16.6.0->joinmarketbase==0.3.1)
  1186. Using cached constantly-15.1.0-py2.py3-none-any.whl
  1187. Collecting zope.interface>=3.6.0 (from twisted==16.6.0->joinmarketbase==0.3.1)
  1188. Collecting incremental>=16.10.1 (from twisted==16.6.0->joinmarketbase==0.3.1)
  1189. Using cached incremental-17.5.0-py2.py3-none-any.whl
  1190. Collecting pyasn1-modules (from service-identity->joinmarketbase==0.3.1)
  1191. Using cached pyasn1_modules-0.1.4-py2.py3-none-any.whl
  1192. Collecting pyasn1 (from service-identity->joinmarketbase==0.3.1)
  1193. Using cached pyasn1-0.3.6-py2.py3-none-any.whl
  1194. Collecting pyopenssl>=0.12 (from service-identity->joinmarketbase==0.3.1)
  1195. Using cached pyOpenSSL-17.3.0-py2.py3-none-any.whl
  1196. Collecting attrs (from service-identity->joinmarketbase==0.3.1)
  1197. Using cached attrs-17.2.0-py2.py3-none-any.whl
  1198. Requirement already satisfied: setuptools in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from zope.interface>=3.6.0->twisted==16.6.0->joinmarketbase==0.3.1)
  1199. Collecting six>=1.5.2 (from pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1200. Using cached six-1.11.0-py2.py3-none-any.whl
  1201. Collecting cryptography>=1.9 (from pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1202. Collecting asn1crypto>=0.21.0 (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1203. Using cached asn1crypto-0.23.0-py2.py3-none-any.whl
  1204. Collecting ipaddress (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1205. Using cached ipaddress-1.0.18-py2-none-any.whl
  1206. Collecting cffi>=1.7 (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1207. Collecting enum34 (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1208. Using cached enum34-1.1.6-py2-none-any.whl
  1209. Collecting idna>=2.1 (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1210. Using cached idna-2.6-py2.py3-none-any.whl
  1211. Collecting pycparser (from cffi>=1.7->cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1)
  1212. Downloading https://www.piwheels.hostedpi.com/simple/pycparser/pycparser-2.18-py2.py3-none-any.whl (209kB)
  1213. 100% |████████████████████████████████| 215kB 172kB/s
  1214. Installing collected packages: constantly, zope.interface, incremental, twisted, pyasn1, pyasn1-modules, six, asn1crypto, ipaddress, pycparser, cffi, enum34, idna, cryptography, pyopenssl, attrs, service-identity, joinmarketbase
  1215. Running setup.py install for joinmarketbase ... done
  1216. Successfully installed asn1crypto-0.23.0 attrs-17.2.0 cffi-1.11.0 constantly-15.1.0 cryptography-2.0.3 enum34-1.1.6 idna-2.6 incremental-17.5.0 ipaddress-1.0.18 joinmarketbase-0.3.1 pyasn1-0.3.6 pyasn1-modules-0.1.4 pycparser-2.18 pyopenssl-17.3.0 service-identity-17.0.0 six-1.11.0 twisted-16.6.0 zope.interface-4.4.3
  1217. ~/joinmarket-clientserver
  1218. ~/joinmarket-clientserver/jmdaemon ~/joinmarket-clientserver
  1219. Processing /home/pi/joinmarket-clientserver/jmdaemon
  1220. Collecting txsocksx (from joinmarketdaemon==0.3.1)
  1221. Using cached txsocksx-1.15.0.2-py2-none-any.whl
  1222. Requirement already satisfied: pyopenssl in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketdaemon==0.3.1)
  1223. Collecting libnacl (from joinmarketdaemon==0.3.1)
  1224. Using cached libnacl-1.5.2-py2.py3-none-any.whl
  1225. Requirement already satisfied: joinmarketbase==0.3.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketdaemon==0.3.1)
  1226. Requirement already satisfied: Twisted>=10.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from txsocksx->joinmarketdaemon==0.3.1)
  1227. Collecting Parsley>=1.2 (from txsocksx->joinmarketdaemon==0.3.1)
  1228. Using cached Parsley-1.3-py2.py3-none-any.whl
  1229. Requirement already satisfied: six>=1.5.2 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from pyopenssl->joinmarketdaemon==0.3.1)
  1230. Requirement already satisfied: cryptography>=1.9 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from pyopenssl->joinmarketdaemon==0.3.1)
  1231. Requirement already satisfied: service-identity in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketbase==0.3.1->joinmarketdaemon==0.3.1)
  1232. Requirement already satisfied: constantly>=15.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from Twisted>=10.1->txsocksx->joinmarketdaemon==0.3.1)
  1233. Requirement already satisfied: zope.interface>=3.6.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from Twisted>=10.1->txsocksx->joinmarketdaemon==0.3.1)
  1234. Requirement already satisfied: incremental>=16.10.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from Twisted>=10.1->txsocksx->joinmarketdaemon==0.3.1)
  1235. Requirement already satisfied: asn1crypto>=0.21.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1236. Requirement already satisfied: ipaddress in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1237. Requirement already satisfied: cffi>=1.7 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1238. Requirement already satisfied: enum34 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1239. Requirement already satisfied: idna>=2.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1240. Requirement already satisfied: pyasn1-modules in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketdaemon==0.3.1)
  1241. Requirement already satisfied: pyasn1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketdaemon==0.3.1)
  1242. Requirement already satisfied: attrs in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketdaemon==0.3.1)
  1243. Requirement already satisfied: setuptools in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from zope.interface>=3.6.0->Twisted>=10.1->txsocksx->joinmarketdaemon==0.3.1)
  1244. Requirement already satisfied: pycparser in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cffi>=1.7->cryptography>=1.9->pyopenssl->joinmarketdaemon==0.3.1)
  1245. Installing collected packages: Parsley, txsocksx, libnacl, joinmarketdaemon
  1246. Running setup.py install for joinmarketdaemon ... done
  1247. Successfully installed Parsley-1.3 joinmarketdaemon-0.3.1 libnacl-1.5.2 txsocksx-1.15.0.2
  1248. ~/joinmarket-clientserver
  1249. ~/joinmarket-clientserver/jmbitcoin ~/joinmarket-clientserver
  1250. Processing /home/pi/joinmarket-clientserver/jmbitcoin
  1251. Collecting secp256k1 (from joinmarketbitcoin==0.3.1)
  1252. Using cached secp256k1-0.13.2.tar.gz
  1253. Requirement already satisfied: cffi>=1.3.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from secp256k1->joinmarketbitcoin==0.3.1)
  1254. Requirement already satisfied: pycparser in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cffi>=1.3.0->secp256k1->joinmarketbitcoin==0.3.1)
  1255. Building wheels for collected packages: secp256k1
  1256. Running setup.py bdist_wheel for secp256k1 ... done
  1257. Stored in directory: /home/pi/.cache/pip/wheels/65/41/74/d905df6a3a5a70fd23ce90b6bea0e4400689ad2daebcc18eb7
  1258. Successfully built secp256k1
  1259. Installing collected packages: secp256k1, joinmarketbitcoin
  1260. Running setup.py install for joinmarketbitcoin ... done
  1261. Successfully installed joinmarketbitcoin-0.3.1 secp256k1-0.13.2
  1262. ~/joinmarket-clientserver
  1263. ~/joinmarket-clientserver/jmclient ~/joinmarket-clientserver
  1264. Processing /home/pi/joinmarket-clientserver/jmclient
  1265. Requirement already satisfied: joinmarketbase==0.3.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketclient==0.3.1)
  1266. Collecting mnemonic (from joinmarketclient==0.3.1)
  1267. Collecting qt4reactor (from joinmarketclient==0.3.1)
  1268. Requirement already satisfied: twisted==16.6.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1269. Requirement already satisfied: service-identity in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1270. Collecting pbkdf2 (from mnemonic->joinmarketclient==0.3.1)
  1271. Requirement already satisfied: constantly>=15.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from twisted==16.6.0->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1272. Requirement already satisfied: zope.interface>=3.6.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from twisted==16.6.0->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1273. Requirement already satisfied: incremental>=16.10.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from twisted==16.6.0->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1274. Requirement already satisfied: pyasn1-modules in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1275. Requirement already satisfied: pyasn1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1276. Requirement already satisfied: pyopenssl>=0.12 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1277. Requirement already satisfied: attrs in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1278. Requirement already satisfied: setuptools in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from zope.interface>=3.6.0->twisted==16.6.0->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1279. Requirement already satisfied: six>=1.5.2 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1280. Requirement already satisfied: cryptography>=1.9 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1281. Requirement already satisfied: asn1crypto>=0.21.0 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1282. Requirement already satisfied: ipaddress in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1283. Requirement already satisfied: cffi>=1.7 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1284. Requirement already satisfied: enum34 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1285. Requirement already satisfied: idna>=2.1 in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1286. Requirement already satisfied: pycparser in /home/pi/joinmarket-clientserver/jmvenv/lib/python2.7/site-packages (from cffi>=1.7->cryptography>=1.9->pyopenssl>=0.12->service-identity->joinmarketbase==0.3.1->joinmarketclient==0.3.1)
  1287. Installing collected packages: pbkdf2, mnemonic, qt4reactor, joinmarketclient
  1288. Running setup.py install for joinmarketclient ... done
  1289. Successfully installed joinmarketclient-0.3.1 mnemonic-0.17 pbkdf2-1.3 qt4reactor-1.6
  1290. ~/joinmarket-clientserver
  1291. Joinmarket successfully installed
  1292. Before executing scripts or tests, run:
  1293.  
  1294. `source jmvenv/bin/activate`
  1295.  
  1296. from this directiry, to acticate virtualenv.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement