Advertisement
Guest User

Full log error

a guest
Feb 12th, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 33.41 KB | None | 0 0
  1. ubuntu@pc:~/deployment/docker/merchant$ sudo docker-compose build
  2. [sudo] password for ubuntu:          
  3. Sorry, try again.
  4. [sudo] password for ubuntu:          
  5. dbcontainer uses an image, skipping
  6. Building base
  7. Step 1/12 : FROM debian:unstable
  8.  ---> d65ca475d6e6
  9. Step 2/12 : RUN apt-get update && apt-get install -qqy       git       build-essential       autoconf       autopoint       libtool       libgcrypt20       libgcrypt20-dev       libidn11-dev       zlib1g-dev       libunistring-dev       libjansson-dev       libpq-dev       libmicrohttpd-dev       libcurl4-gnutls-dev       python3       python3-pip       postgresql
  10.  ---> Using cache
  11.  ---> 87e3d650ae9c
  12. Step 3/12 : RUN pip3 install click
  13.  ---> Using cache
  14.  ---> 01615286290f
  15. Step 4/12 : ENV HOME /root
  16.  ---> Using cache
  17.  ---> 2e42edfe9b03
  18. Step 5/12 : RUN git clone https://gnunet.org/git/gnunet/ ~/gnunet     && git clone https://gnunet.org/git/libmicrohttpd/ ~/libmicrohttpd     && git clone git://taler.net/deployment ~/deployment
  19.  ---> Using cache
  20.  ---> c5d18ff9a7d2
  21. Step 6/12 : WORKDIR $HOME/gnunet
  22.  ---> Using cache
  23.  ---> ffb75ceaa07b
  24. Step 7/12 : RUN ./bootstrap     && ./configure --with-libgnurl=/usr/local/     && make     && make install
  25.  ---> Running in 296f0f15c314
  26. Removing folder 'libltdl'...
  27. Submodule 'contrib/build-common' (https://git.taler.net/build-common.git) registered for path 'contrib/build-common'
  28. Cloning into '/root/gnunet/contrib/build-common'...
  29. Submodule path 'contrib/build-common': checked out '1915a74bbb4cd2ae9bc541a382dfebc37064a2fd'
  30. Synchronizing submodule url for 'contrib/build-common'
  31. Uncrustify not detected, hook not installed.
  32. Please install uncrustify if you plan on doing development
  33. yapf not detected, please install yapf if you plan on contributing python code
  34. checking for libtoolize / libtool...
  35. Creating directory build-aux
  36. Copying file build-aux/config.rpath
  37. Copying file m4/wchar_t.m4
  38. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  39. libtoolize: copying file 'build-aux/ltmain.sh'
  40. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  41. libtoolize: copying file 'm4/libtool.m4'
  42. libtoolize: copying file 'm4/ltoptions.m4'
  43. libtoolize: copying file 'm4/ltsugar.m4'
  44. libtoolize: copying file 'm4/ltversion.m4'
  45. libtoolize: copying file 'm4/lt~obsolete.m4'
  46. configure.ac:45: installing 'build-aux/compile'
  47. configure.ac:36: installing 'build-aux/config.guess'
  48. configure.ac:36: installing 'build-aux/config.sub'
  49. configure.ac:39: installing 'build-aux/install-sh'
  50. configure.ac:39: installing 'build-aux/missing'
  51. Makefile.am: installing './INSTALL'
  52. contrib/Makefile.am: installing 'build-aux/depcomp'
  53. parallel-tests: installing 'build-aux/test-driver'
  54. doc/handbook/Makefile.am:63: installing 'build-aux/mdate-sh'
  55. doc/handbook/Makefile.am:63: installing 'build-aux/texinfo.tex'
  56. /usr/share/automake-1.16/am/texinfos.am: warning: AM_MAKEINFOHTMLFLAGS was already defined in condition !ACTIVATE_TEXINFO4, which is included in condition TRUE ...
  57. doc/handbook/Makefile.am:15: ... 'AM_MAKEINFOHTMLFLAGS' previously defined here
  58. /usr/share/automake-1.16/am/texinfos.am: warning: AM_MAKEINFOHTMLFLAGS was already defined in condition !ACTIVATE_TEXINFO4, which is included in condition TRUE ...
  59. doc/tutorial/Makefile.am:13: ... 'AM_MAKEINFOHTMLFLAGS' previously defined here
  60. checking build system type... x86_64-pc-linux-gnu
  61. checking host system type... x86_64-pc-linux-gnu
  62. checking target system type... x86_64-pc-linux-gnu
  63. checking for a BSD-compatible install... /usr/bin/install -c
  64. checking whether build environment is sane... yes
  65. checking for a thread-safe mkdir -p... /bin/mkdir -p
  66. checking for gawk... no
  67. checking for mawk... mawk
  68. checking whether make sets $(MAKE)... yes
  69. checking whether make supports nested variables... yes
  70. checking whether make supports nested variables... (cached) yes
  71. checking for gawk... (cached) mawk
  72. checking whether make supports the include directive... yes (GNU style)
  73. checking for gcc... gcc
  74. checking whether the C compiler works... yes
  75. checking for C compiler default output file name... a.out
  76. checking for suffix of executables...
  77. checking whether we are cross compiling... no
  78. checking for suffix of object files... o
  79. checking whether we are using the GNU C compiler... yes
  80. checking whether gcc accepts -g... yes
  81. checking for gcc option to accept ISO C89... none needed
  82. checking whether gcc understands -c and -o together... yes
  83. checking dependency style of gcc... gcc3
  84. checking for gcc option to accept ISO C99... none needed
  85. checking for gcc... gcc
  86. checking whether we are using the GNU Objective C compiler... no
  87. checking whether gcc accepts -g... no
  88. checking dependency style of gcc... gcc3
  89. checking whether ln -s works... yes
  90. checking whether make sets $(MAKE)... (cached) yes
  91. checking how to print strings... printf
  92. checking for a sed that does not truncate output... /bin/sed
  93. checking for grep that handles long lines and -e... /bin/grep
  94. checking for egrep... /bin/grep -E
  95. checking for fgrep... /bin/grep -F
  96. checking for ld used by gcc... /usr/bin/ld
  97. checking if the linker (/usr/bin/ld) is GNU ld... yes
  98. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  99. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  100. checking the maximum length of command line arguments... 1572864
  101. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  102. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  103. checking for /usr/bin/ld option to reload object files... -r
  104. checking for objdump... objdump
  105. checking how to recognize dependent libraries... pass_all
  106. checking for dlltool... no
  107. checking how to associate runtime and link libraries... printf %s\n
  108. checking for ar... ar
  109. checking for archiver @FILE support... @
  110. checking for strip... strip
  111. checking for ranlib... ranlib
  112. checking command to parse /usr/bin/nm -B output from gcc object... ok
  113. checking for sysroot... no
  114. checking for a working dd... /bin/dd
  115. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  116. checking for mt... no
  117. checking if : is a manifest tool... no
  118. checking how to run the C preprocessor... gcc -E
  119. checking for ANSI C header files... yes
  120. checking for sys/types.h... yes
  121. checking for sys/stat.h... yes
  122. checking for stdlib.h... yes
  123. checking for string.h... yes
  124. checking for memory.h... yes
  125. checking for strings.h... yes
  126. checking for inttypes.h... yes
  127. checking for stdint.h... yes
  128. checking for unistd.h... yes
  129. checking for dlfcn.h... yes
  130. checking for objdir... .libs
  131. checking if gcc supports -fno-rtti -fno-exceptions... no
  132. checking for gcc option to produce PIC... -fPIC -DPIC
  133. checking if gcc PIC flag -fPIC -DPIC works... yes
  134. checking if gcc static flag -static works... yes
  135. checking if gcc supports -c -o file.o... yes
  136. checking if gcc supports -c -o file.o... (cached) yes
  137. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  138. checking whether -lc should be explicitly linked in... no
  139. checking dynamic linker characteristics... GNU/Linux ld.so
  140. checking how to hardcode library paths into programs... immediate
  141. checking for shl_load... no
  142. checking for shl_load in -ldld... no
  143. checking for dlopen... no
  144. checking for dlopen in -ldl... yes
  145. checking whether a program can dlopen itself... yes
  146. checking whether a statically linked program can dlopen itself... no
  147. checking whether stripping libraries is possible... yes
  148. checking if libtool supports shared libraries... yes
  149. checking whether to build shared libraries... yes
  150. checking whether to build static libraries... no
  151. checking for special C compiler options needed for large files... no
  152. checking for _FILE_OFFSET_BITS value needed for large files... no
  153. checking for _LARGEFILE_SOURCE value needed for large files... no
  154. checking whether cc can use -fno-strict-aliasing... checking if gcc supports -Wno-address-of-packed-member flag... yes
  155. checking for X... no
  156. checking for build target... linux
  157. checking whether unaligned 64-bit access works... yes
  158. checking for library containing gethostbyname... none required
  159. checking for library containing memrchr... none required
  160. checking for library containing memset_s... no
  161. checking for library containing explicit_bzero... none required
  162. checking for socket in -lsocket... no
  163. checking for log in -lm... yes
  164. checking for getloadavg in -lc... yes
  165. checking for getopt... true
  166. checking for pkgconf,... no
  167. checking for pkg-config... pkg-config
  168. checking for ssh... true
  169. checking for SSH key... ssh: connect to host 127.0.0.1 port 22: Connection refused
  170. checking for a Python interpreter with version >= 3.4... python3
  171. checking for python3... /usr/bin/python3
  172. checking for python3 version... 3.7
  173. checking for python3 platform... linux
  174. checking for python3 script directory... ${prefix}/lib/python3.7/site-packages
  175. checking for python3 extension module directory... ${exec_prefix}/lib/python3.7/site-packages
  176. checking for perl... /usr/bin/perl
  177. checking for awk... /usr/bin/awk
  178. checking whether to install gnunet-logread... no
  179. checking for -iptables... no
  180. checking for iptables... false
  181. configure: WARNING: warning: 'iptables' not found.
  182. checking for -ip6tables... no
  183. checking for ip6tables... false
  184. configure: WARNING: warning: 'ip6tables' not found.
  185. checking for -ip... no
  186. checking for ip... /sbin/ip
  187. checking for -ifconfig... no
  188. checking for ifconfig... false
  189. checking for ifconfig... false
  190. configure: WARNING: 'ifconfig' not found.
  191. checking for adduser... /usr/sbin/adduser
  192. checking for -sysctl... no
  193. checking for sysctl... /sbin/sysctl
  194. checking for sysctl... /sbin/sysctl
  195. checking for -upnpc... no
  196. checking for upnpc... false
  197. configure: WARNING: warning: 'upnpc' binary not found.
  198. checking for checkbashisms... no
  199. checking for checkbashisms.pl... no
  200. checking for uncrustify... no
  201. checking for yapf... no
  202. checking for yapf3.0... no
  203. checking for yapf3.1... no
  204. checking for yapf3.2... no
  205. checking for yapf3.3... no
  206. checking for yapf3.4... no
  207. checking for yapf3.5... no
  208. checking for yapf3.6... no
  209. checking for yapf3.7... no
  210. checking for yapf3.8... no
  211. checking for yapf3.9... no
  212. checking for yapf4.0... no
  213. checking for struct tm.tm_gmtoff... yes
  214. checking for getaddrinfo_a in -lanl... yes
  215. checking for libgcrypt-config... /usr/bin/libgcrypt-config
  216. checking for LIBGCRYPT - version >= 1.6.0... yes (1.8.5)
  217. checking LIBGCRYPT API version... okay
  218. checking whether gcry_mpi_set_opaque_copy is declared... yes
  219. checking whether struct in6_ifreq is declared... no
  220. checking if_tun.h usability... no
  221. checking if_tun.h presence... no
  222. checking for if_tun.h... no
  223. checking linux/if_tun.h usability... yes
  224. checking linux/if_tun.h presence... yes
  225. checking for linux/if_tun.h... yes
  226. checking whether to build documentation... yes
  227. checking whether to include generated texi2mdoc output in installation... no
  228. checking for texi2mdoc binary... checking for texi2mdoc... no
  229. checking for texi2man perl script... checking for texi2man... no
  230. checking for mandoc binary... checking for mandoc... no
  231. checking whether to build only documentation... no
  232. checking whether to include man pages... yes
  233. checking whether to enable texinfo4 switches... no
  234. checking whether to poison freed memory... no
  235. checking for working HMAC... yes
  236. checking for libbluetooth... --with-libbluetooth not specified
  237. checking for ba2str in -lbluetooth... no
  238. configure: WARNING: bluetooth not found
  239. checking for libzbar... --with-zbar not specified
  240. checking for zbar_processor_create in -lzbar... configure: WARNING: zbar not found
  241. no
  242. checking for libjansson... --with-jansson not specified
  243. checking for json_loads in -ljansson... yes
  244. checking jansson.h usability... yes
  245. checking jansson.h presence... yes
  246. checking for jansson.h... yes
  247. configure: jansson was found
  248. checking for libpulse... --with-libpulse not specified
  249. checking for pa_stream_peek in -lpulse... no
  250. configure: WARNING: libpulse not found
  251. checking for libopus... --with-libopus not specified
  252. checking for opus_decode_float in -lopus... no
  253. configure: WARNING: libopus not found
  254. checking for libogg... --with-libogg not specified
  255. checking for ogg_stream_flush_fill in -logg... no
  256. configure: WARNING: libogg not found
  257. checking for pkg-config... /usr/bin/pkg-config
  258. checking pkg-config is at least version 0.9.0... yes
  259. checking for GLIB... no
  260. checking for gstreamer... checking for GST... no
  261. checking conversation feature set to build... checking for gawk... (cached) mawk
  262. checking for gnurl-config... no
  263. checking whether libgnurl is usable... no
  264. checking for gawk... (cached) mawk
  265. checking for curl-config... /usr/bin/curl-config
  266. checking for the version of libcurl... 7.67.0
  267. checking for libcurl >= version 7.34.0... yes
  268. checking whether libcurl is usable... yes
  269. checking for curl_free... yes
  270. checking curl/curl.h usability... yes
  271. checking curl/curl.h presence... yes
  272. checking for curl/curl.h... yes
  273. checking whether CURLINFO_TLS_SESSION is declared... yes
  274. checking for curl_easy_getinfo in -lcurl-gnutls... yes
  275. checking for library containing __atomic_load_8... -latomic
  276. checking nss.h usability... yes
  277. checking nss.h presence... yes
  278. checking for nss.h... yes
  279. checking whether NSS_STATUS_UNAVAIL is declared... yes
  280. checking for kvm_open in -lkvm... no
  281. checking for kstat_open in -lkstat... no
  282. checking for libextractor... --with-extractor not specified
  283. checking extractor.h usability... no
  284. checking extractor.h presence... no
  285. checking for extractor.h... no
  286. checking for libltdl... --with-ltdl not specified
  287. checking ltdl.h usability... yes
  288. checking ltdl.h presence... yes
  289. checking for ltdl.h... yes
  290. checking for lt_dlopenext in -lltdl... yes
  291. libltdl found
  292. checking for idn or idn2... checking for idn... checking idna.h usability... yes
  293. checking idna.h presence... yes
  294. checking for idna.h... yes
  295. configure: Found idna.h
  296. checking for idn2... checking idn2.h usability... yes
  297. checking idn2.h presence... yes
  298. checking for idn2.h... yes
  299. configure: Found idn2.h
  300. checking if libidn can be used... configure: Checking for libidn2
  301. checking for idn2_to_unicode_8z8z in -lidn2... yes
  302. checking zlib.h usability... yes
  303. checking zlib.h presence... yes
  304. checking for zlib.h... yes
  305. checking for compress2 in -lz... yes
  306. checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
  307. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  308. checking for shared library run path origin... done
  309. checking for iconv... yes
  310. checking for working iconv... yes
  311. checking for iconv declaration...
  312.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  313. checking for libunistring... yes
  314. checking how to link with libunistring... -lunistring
  315. checking for libunistring version... 0.9.10
  316. checking unistr.h usability... yes
  317. checking unistr.h presence... yes
  318. checking for unistr.h... yes
  319. checking for dirent.h that defines DIR... yes
  320. checking for library containing opendir... none required
  321. checking for ANSI C header files... (cached) yes
  322. checking fcntl.h usability... yes
  323. checking fcntl.h presence... yes
  324. checking for fcntl.h... yes
  325. checking math.h usability... yes
  326. checking math.h presence... yes
  327. checking for math.h... yes
  328. checking errno.h usability... yes
  329. checking errno.h presence... yes
  330. checking for errno.h... yes
  331. checking ctype.h usability... yes
  332. checking ctype.h presence... yes
  333. checking for ctype.h... yes
  334. checking limits.h usability... yes
  335. checking limits.h presence... yes
  336. checking for limits.h... yes
  337. checking stdio.h usability... yes
  338. checking stdio.h presence... yes
  339. checking for stdio.h... yes
  340. checking for stdlib.h... (cached) yes
  341. checking for string.h... (cached) yes
  342. checking for unistd.h... (cached) yes
  343. checking stdarg.h usability... yes
  344. checking stdarg.h presence... yes
  345. checking for stdarg.h... yes
  346. checking signal.h usability... yes
  347. checking signal.h presence... yes
  348. checking for signal.h... yes
  349. checking locale.h usability... yes
  350. checking locale.h presence... yes
  351. checking for locale.h... yes
  352. checking for sys/stat.h... (cached) yes
  353. checking for sys/types.h... (cached) yes
  354. checking stdatomic.h usability... yes
  355. checking stdatomic.h presence... yes
  356. checking for stdatomic.h... yes
  357. checking malloc.h usability... yes
  358. checking malloc.h presence... yes
  359. checking for malloc.h... yes
  360. checking malloc/malloc.h usability... no
  361. checking malloc/malloc.h presence... no
  362. checking for malloc/malloc.h... no
  363. checking malloc/malloc_np.h usability... no
  364. checking malloc/malloc_np.h presence... no
  365. checking for malloc/malloc_np.h... no
  366. checking langinfo.h usability... yes
  367. checking langinfo.h presence... yes
  368. checking for langinfo.h... yes
  369. checking sys/param.h usability... yes
  370. checking sys/param.h presence... yes
  371. checking for sys/param.h... yes
  372. checking sys/mount.h usability... yes
  373. checking sys/mount.h presence... yes
  374. checking for sys/mount.h... yes
  375. checking sys/statvfs.h usability... yes
  376. checking sys/statvfs.h presence... yes
  377. checking for sys/statvfs.h... yes
  378. checking sys/select.h usability... yes
  379. checking sys/select.h presence... yes
  380. checking for sys/select.h... yes
  381. checking sockLib.h usability... no
  382. checking sockLib.h presence... no
  383. checking for sockLib.h... no
  384. checking sys/mman.h usability... yes
  385. checking sys/mman.h presence... yes
  386. checking for sys/mman.h... yes
  387. checking sys/msg.h usability... yes
  388. checking sys/msg.h presence... yes
  389. checking for sys/msg.h... yes
  390. checking sys/vfs.h usability... yes
  391. checking sys/vfs.h presence... yes
  392. checking for sys/vfs.h... yes
  393. checking arpa/inet.h usability... yes
  394. checking arpa/inet.h presence... yes
  395. checking for arpa/inet.h... yes
  396. checking for fcntl.h... (cached) yes
  397. checking libintl.h usability... yes
  398. checking libintl.h presence... yes
  399. checking for libintl.h... yes
  400. checking netdb.h usability... yes
  401. checking netdb.h presence... yes
  402. checking for netdb.h... yes
  403. checking netinet/in.h usability... yes
  404. checking netinet/in.h presence... yes
  405. checking for netinet/in.h... yes
  406. checking sys/ioctl.h usability... yes
  407. checking sys/ioctl.h presence... yes
  408. checking for sys/ioctl.h... yes
  409. checking sys/socket.h usability... yes
  410. checking sys/socket.h presence... yes
  411. checking for sys/socket.h... yes
  412. checking sys/time.h usability... yes
  413. checking sys/time.h presence... yes
  414. checking for sys/time.h... yes
  415. checking for unistd.h... (cached) yes
  416. checking kstat.h usability... no
  417. checking kstat.h presence... no
  418. checking for kstat.h... no
  419. checking sys/sysinfo.h usability... yes
  420. checking sys/sysinfo.h presence... yes
  421. checking for sys/sysinfo.h... yes
  422. checking kvm.h usability... no
  423. checking kvm.h presence... no
  424. checking for kvm.h... no
  425. checking sys/file.h usability... yes
  426. checking sys/file.h presence... yes
  427. checking for sys/file.h... yes
  428. checking sys/resource.h usability... yes
  429. checking sys/resource.h presence... yes
  430. checking for sys/resource.h... yes
  431. checking ifaddrs.h usability... yes
  432. checking ifaddrs.h presence... yes
  433. checking for ifaddrs.h... yes
  434. checking mach/mach.h usability... no
  435. checking mach/mach.h presence... no
  436. checking for mach/mach.h... no
  437. checking stddef.h usability... yes
  438. checking stddef.h presence... yes
  439. checking for stddef.h... yes
  440. checking sys/timeb.h usability... yes
  441. checking sys/timeb.h presence... yes
  442. checking for sys/timeb.h... yes
  443. checking argz.h usability... yes
  444. checking argz.h presence... yes
  445. checking for argz.h... yes
  446. checking ucred.h usability... no
  447. checking ucred.h presence... no
  448. checking for ucred.h... no
  449. checking sys/ucred.h usability... no
  450. checking sys/ucred.h presence... no
  451. checking for sys/ucred.h... no
  452. checking endian.h usability... yes
  453. checking endian.h presence... yes
  454. checking for endian.h... yes
  455. checking sys/endian.h usability... no
  456. checking sys/endian.h presence... no
  457. checking for sys/endian.h... no
  458. checking execinfo.h usability... yes
  459. checking execinfo.h presence... yes
  460. checking for execinfo.h... yes
  461. checking byteswap.h usability... yes
  462. checking byteswap.h presence... yes
  463. checking for byteswap.h... yes
  464. checking for sys/types.h... (cached) yes
  465. checking for netinet/in_systm.h... yes
  466. checking for netinet/in.h... (cached) yes
  467. checking for netinet/ip.h... yes
  468. checking for SQLite... --with-sqlite not specified
  469. checking sqlite3.h usability... no
  470. checking sqlite3.h presence... no
  471. checking for sqlite3.h... no
  472. checking for pkg-config... (cached) /usr/bin/pkg-config
  473. checking pkg-config is at least version 0.9.0... yes
  474. checking for the PostgreSQL libraries CPPFLAGS... -I/usr/include/postgresql
  475. checking for the PostgreSQL libraries LDFLAGS...
  476. checking for the PostgreSQL libraries LIBS... -lpq
  477. checking for the PostgreSQL version... 12.1
  478. checking libpq-fe.h usability... yes
  479. checking libpq-fe.h presence... yes
  480. checking for libpq-fe.h... yes
  481. checking for the PostgreSQL library linking is working... yes
  482. checking for libpq-fe.h... (cached) yes
  483. checking for sigset_t... yes
  484. checking for off_t... yes
  485. checking for size_t... yes
  486. checking for mysql... --with-mysql not specified
  487. checking for mysql_init in -lmysqlclient... no
  488. checking for MHD... yes
  489. checking whether NLS is requested... yes
  490. checking for msgfmt... no
  491. checking for gmsgfmt... :
  492. checking for xgettext... no
  493. checking for msgmerge... no
  494. checking for CFPreferencesCopyAppValue... no
  495. checking for CFLocaleCopyCurrent... no
  496. checking for GNU gettext in libc... yes
  497. checking whether to use NLS... yes
  498. checking where the gettext function comes from... libc
  499. checking for pid_t... yes
  500. checking for size_t... (cached) yes
  501. checking for mode_t... yes
  502. checking whether time.h and sys/time.h may both be included... yes
  503. checking whether stat file-mode macros are broken... no
  504. checking for stdbool.h that conforms to C99... yes
  505. checking for _Bool... yes
  506. checking whether struct tm is in sys/time.h or time.h... time.h
  507. checking for struct sockaddr_in.sin_len... no
  508. checking for struct sockaddr_un.sun_len... no
  509. checking whether closedir returns void... no
  510. checking vfork.h usability... no
  511. checking vfork.h presence... no
  512. checking for vfork.h... no
  513. checking for fork... yes
  514. checking for vfork... yes
  515. checking for working fork... yes
  516. checking for working vfork... (cached) yes
  517. checking whether gcc needs -traditional... no
  518. checking for working memcmp... yes
  519. checking for sys/select.h... (cached) yes
  520. checking for sys/socket.h... (cached) yes
  521. checking types of arguments for select... int,fd_set *,struct timeval *
  522. checking for uid_t in sys/types.h... yes
  523. checking for unistd.h... (cached) yes
  524. checking for working chown... yes
  525. checking return type of signal handlers... void
  526. checking whether lstat correctly handles trailing slash... yes
  527. checking whether stat accepts an empty string... no
  528. checking for strftime... yes
  529. checking for vprintf... yes
  530. checking for _doprnt... no
  531. checking for sys/wait.h that is POSIX.1 compatible... yes
  532. checking for off_t... (cached) yes
  533. checking for uid_t in sys/types.h... (cached) yes
  534. checking for atoll... yes
  535. checking for stat64... yes
  536. checking for strnlen... yes
  537. checking for mremap... yes
  538. checking for getrlimit... yes
  539. checking for setrlimit... yes
  540. checking for sysconf... yes
  541. checking for initgroups... yes
  542. checking for strndup... yes
  543. checking for gethostbyname2... yes
  544. checking for getpeerucred... no
  545. checking for getpeereid... no
  546. checking for setresuid... yes
  547. checking for getnameinfo... yes
  548. checking for gethostname... yes
  549. checking for gethostbyname... yes
  550. checking for gethostbyaddr... yes
  551. checking for getaddrinfo... yes
  552. checking for getaddrinfo_a... no
  553. checking for getifaddrs... yes
  554. checking for freeifaddrs... yes
  555. checking for getresgid... yes
  556. checking for mallinfo... yes
  557. checking for malloc_size... no
  558. checking for malloc_usable_size... yes
  559. checking for getrusage... yes
  560. checking for random... yes
  561. checking for srandom... yes
  562. checking for stat... yes
  563. checking for statfs... yes
  564. checking for statvfs... yes
  565. checking for wait4... yes
  566. checking for sudo... no
  567. checking for doas... checking for doas... no
  568. checking for gnunetdns group name... gnunetdns
  569. checking for gnutls... --with-gnutls not specified
  570. checking gnutls/abstract.h usability... yes
  571. checking gnutls/abstract.h presence... yes
  572. checking for gnutls/abstract.h... yes
  573. checking for gnutls_priority_set in -lgnutls... yes
  574. checking gnutls/dane.h usability... yes
  575. checking gnutls/dane.h presence... yes
  576. checking for gnutls/dane.h... yes
  577. checking for dane_verify_crt_raw in -lgnutls-dane... yes
  578. checking if GNUnet is being configured to run on the SuperMUC...
  579. checking if NSE has to send timestamp information to testbed logger... no
  580. checking whether to run tests...
  581. checking whether to compile in benchmarks (currently for http and crypto)... no
  582. checking whether to run expensive tests... no
  583. checking whether to enable ports for gnunet-java... no
  584. checking whether to run benchmarks during make check... no
  585. checking whether to compile gnunet-testing... yes
  586. checking whether to compile experimental code... no
  587. checking whether to compile malicious code... no
  588. checking whether to start peer's services on demand by default... yes
  589. checking whether to create expensive statistics on memory use... 0
  590. checking whether __thread is supported... yes
  591. checking whether to compile with support for code coverage analysis... no
  592. checking for svnversion... no
  593. checking for git... /usr/bin/git
  594. checking for source being under a VCS... checking for git... (cached) /usr/bin/git
  595. checking for source being under a VCS... yes, git-svn
  596. checking VCS version... "git-f992f8337"
  597. checking that generated files are newer than configure... done
  598. configure: creating ./config.status
  599. config.status: creating Makefile
  600. config.status: creating bin/Makefile
  601. config.status: creating contrib/Makefile
  602. config.status: creating contrib/hellos/Makefile
  603. config.status: creating contrib/services/Makefile
  604. config.status: creating contrib/services/openrc/Makefile
  605. config.status: creating contrib/services/systemd/Makefile
  606. config.status: creating contrib/scripts/Makefile
  607. config.status: creating contrib/scripts/gnunet-logread/Makefile
  608. config.status: creating doc/Makefile
  609. config.status: creating doc/man/Makefile
  610. config.status: creating doc/doxygen/Makefile
  611. config.status: creating doc/handbook/Makefile
  612. config.status: creating doc/tutorial/Makefile
  613. config.status: creating m4/Makefile
  614. config.status: creating po/Makefile.in
  615. config.status: creating src/Makefile
  616. config.status: creating src/arm/Makefile
  617. config.status: creating src/arm/arm.conf
  618. config.status: creating src/ats/Makefile
  619. config.status: creating src/ats/ats.conf
  620. config.status: creating src/ats-tool/Makefile
  621. config.status: creating src/ats-tests/Makefile
  622. config.status: creating src/auction/Makefile
  623. config.status: creating src/block/Makefile
  624. config.status: creating src/cadet/Makefile
  625. config.status: creating src/cadet/cadet.conf
  626. config.status: creating src/core/Makefile
  627. config.status: creating src/core/core.conf
  628. config.status: creating src/consensus/Makefile
  629. config.status: creating src/consensus/consensus.conf
  630. config.status: creating src/conversation/Makefile
  631. config.status: creating src/conversation/conversation.conf
  632. config.status: creating src/curl/Makefile
  633. config.status: creating src/datacache/Makefile
  634. config.status: creating src/datastore/Makefile
  635. config.status: creating src/datastore/datastore.conf
  636. config.status: creating src/dht/Makefile
  637. config.status: creating src/dht/dht.conf
  638. config.status: creating src/dns/Makefile
  639. config.status: creating src/dns/dns.conf
  640. config.status: creating src/exit/Makefile
  641. config.status: creating src/fragmentation/Makefile
  642. config.status: creating src/fs/Makefile
  643. config.status: creating src/fs/fs.conf
  644. config.status: creating src/gns/Makefile
  645. config.status: creating src/gns/gns.conf
  646. config.status: creating src/gns/nss/Makefile
  647. config.status: creating src/gnsrecord/Makefile
  648. config.status: creating src/hello/Makefile
  649. config.status: creating src/identity/Makefile
  650. config.status: creating src/identity/identity.conf
  651. config.status: creating src/abd/Makefile
  652. config.status: creating src/abd/abd.conf
  653. config.status: creating src/include/Makefile
  654. config.status: creating src/integration-tests/Makefile
  655. config.status: creating src/json/Makefile
  656. config.status: creating src/hostlist/Makefile
  657. config.status: creating src/my/Makefile
  658. config.status: creating src/mysql/Makefile
  659. config.status: creating src/namecache/Makefile
  660. config.status: creating src/namecache/namecache.conf
  661. config.status: creating src/namestore/Makefile
  662. config.status: creating src/namestore/namestore.conf
  663. config.status: creating src/nat/Makefile
  664. config.status: creating src/nat/nat.conf
  665. config.status: creating src/nat-auto/Makefile
  666. config.status: creating src/nat-auto/nat-auto.conf
  667. config.status: creating src/nse/Makefile
  668. config.status: creating src/nse/nse.conf
  669. config.status: creating src/nt/Makefile
  670. config.status: creating src/peerinfo/Makefile
  671. config.status: creating src/peerinfo/peerinfo.conf
  672. config.status: creating src/peerinfo-tool/Makefile
  673. config.status: creating src/peerstore/Makefile
  674. config.status: creating src/peerstore/peerstore.conf
  675. config.status: creating src/pq/Makefile
  676. config.status: creating src/pt/Makefile
  677. config.status: creating src/regex/Makefile
  678. config.status: creating src/regex/regex.conf
  679. config.status: creating src/revocation/Makefile
  680. config.status: creating src/revocation/revocation.conf
  681. config.status: creating src/rps/Makefile
  682. config.status: creating src/rps/rps.conf
  683. config.status: creating src/secretsharing/Makefile
  684. config.status: creating src/secretsharing/secretsharing.conf
  685. config.status: creating src/scalarproduct/Makefile
  686. config.status: creating src/scalarproduct/scalarproduct.conf
  687. config.status: creating src/set/Makefile
  688. config.status: creating src/set/set.conf
  689. config.status: creating src/sq/Makefile
  690. config.status: creating src/statistics/Makefile
  691. config.status: creating src/statistics/statistics.conf
  692. config.status: creating src/template/Makefile
  693. config.status: creating src/testbed/Makefile
  694. config.status: creating src/testbed/testbed.conf
  695. config.status: creating src/testbed-logger/Makefile
  696. config.status: creating src/testbed-logger/testbed-logger.conf
  697. config.status: creating src/testing/Makefile
  698. config.status: creating src/topology/Makefile
  699. config.status: creating src/transport/Makefile
  700. config.status: creating src/transport/transport.conf
  701. config.status: creating src/util/Makefile
  702. config.status: creating src/util/resolver.conf
  703. config.status: creating src/vpn/Makefile
  704. config.status: creating src/vpn/vpn.conf
  705. config.status: creating src/zonemaster/Makefile
  706. config.status: creating src/zonemaster/zonemaster.conf
  707. config.status: creating src/rest/Makefile
  708. config.status: creating src/abe/Makefile
  709. config.status: creating src/reclaim-attribute/Makefile
  710. config.status: creating src/reclaim/Makefile
  711. config.status: creating pkgconfig/Makefile
  712. config.status: creating pkgconfig/gnunetarm.pc
  713. config.status: creating pkgconfig/gnunetats.pc
  714. config.status: creating pkgconfig/gnunetblock.pc
  715. config.status: creating pkgconfig/gnunetcadet.pc
  716. config.status: creating pkgconfig/gnunetconsensus.pc
  717. config.status: creating pkgconfig/gnunetconversation.pc
  718. config.status: creating pkgconfig/gnunetcore.pc
  719. config.status: creating pkgconfig/gnunetdatacache.pc
  720. config.status: creating pkgconfig/gnunetdatastore.pc
  721. config.status: creating pkgconfig/gnunetdht.pc
  722. config.status: creating pkgconfig/gnunetdns.pc
  723. config.status: creating pkgconfig/gnunetenv.pc
  724. config.status: creating pkgconfig/gnunetfragmentation.pc
  725. config.status: creating pkgconfig/gnunetfs.pc
  726. config.status: creating pkgconfig/gnunetgns.pc
  727. config.status: creating pkgconfig/gnunethello.pc
  728. config.status: creating pkgconfig/gnunetidentity.pc
  729. config.status: creating pkgconfig/gnunetmicrophone.pc
  730. config.status: creating pkgconfig/gnunetmysql.pc
  731. config.status: creating pkgconfig/gnunetnamestore.pc
  732. config.status: creating pkgconfig/gnunetnat.pc
  733. config.status: creating pkgconfig/gnunetnse.pc
  734. config.status: creating pkgconfig/gnunetpeerinfo.pc
  735. config.status: creating pkgconfig/gnunetpq.pc
  736. config.status: creating pkgconfig/gnunetregex.pc
  737. config.status: creating pkgconfig/gnunetrevocation.pc
  738. config.status: creating pkgconfig/gnunetrps.pc
  739. config.status: creating pkgconfig/gnunetscalarproduct.pc
  740. config.status: creating pkgconfig/gnunetset.pc
  741. config.status: creating pkgconfig/gnunetspeaker.pc
  742. config.status: creating pkgconfig/gnunetstatistics.pc
  743. config.status: creating pkgconfig/gnunettestbed.pc
  744. config.status: creating pkgconfig/gnunettesting.pc
  745. config.status: creating pkgconfig/gnunettransport.pc
  746. config.status: creating pkgconfig/gnunetutil.pc
  747. config.status: creating pkgconfig/gnunetvpn.pc
  748. config.status: creating gnunet_config.h
  749. config.status: executing depfiles commands
  750. config.status: executing libtool commands
  751. config.status: executing po-directories commands
  752. config.status: creating po/POTFILES
  753. config.status: creating po/Makefile
  754. configure: WARNING: libpulse(audio) not found (required to build conversation).
  755. configure: WARNING: libopus not found (required to build conversation)
  756. configure: WARNING: GStreamer not found (required to build conversation).
  757. configure: WARNING: libextractor not found, but various file-sharing functions require it
  758. configure: zbar not found, gnunet-qr will not be built.
  759. configure: libgnurl not found, trying to use libcurl-gnutls instead.
  760. configure: WARNING: ifconfig not found, some features will not work
  761. configure: WARNING: upnpc binary not found, NAT traversal using UPnPc will not work
  762. configure: WARNING: iptables not found, DNS query interception will not work
  763. configure: bluetooth library not found, will not be able to use Bluetooth
  764. configure: error: sqlite3 not found, but sqlite3 is required.
  765. ERROR: Service 'base' failed to build: The command '/bin/sh -c ./bootstrap     && ./configure --with-libgnurl=/usr/local/     && make     && make install' returned a non-zero code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement