Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.10 KB | None | 0 0
  1. gnupg-2.2.12# export LDFLAGS=-lrt
  2. gnupg-2.2.12# ./configure
  3. checking for a BSD-compatible install... /usr/bin/ginstall -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking build system type... i686-pc-linux-gnu
  10. checking host system type... i686-pc-linux-gnu
  11. configure: autobuild project... gnupg
  12. configure: autobuild revision... 2.2.12
  13. configure: autobuild hostname... puppypc20839
  14. configure: autobuild timestamp... 20181223-141110
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking dependency style of gcc... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ANSI C header files... yes
  31. checking for sys/types.h... yes
  32. checking for sys/stat.h... yes
  33. checking for stdlib.h... yes
  34. checking for string.h... yes
  35. checking for memory.h... yes
  36. checking for strings.h... yes
  37. checking for inttypes.h... yes
  38. checking for stdint.h... yes
  39. checking for unistd.h... yes
  40. checking minix/config.h usability... no
  41. checking minix/config.h presence... no
  42. checking for minix/config.h... no
  43. checking whether it is safe to define __EXTENSIONS__... yes
  44. checking whether SELinux support is requested... no
  45. checking whether to allocate extra secure memory... no
  46. checking calibrated passphrase-stretching (s2k) duration... 100 milliseconds
  47. checking whether to enable trust models... yes
  48. checking whether to enable TOFU... yes
  49. checking whether to enable libdns... yes
  50. checking whether to enable the RSA public key for gpg... yes
  51. checking whether to enable the ECDH public key for gpg... yes
  52. checking whether to enable the ECDSA public key for gpg... yes
  53. checking whether to enable the EdDSA public key for gpg... yes
  54. checking whether to enable the IDEA cipher for gpg... yes
  55. checking whether to enable the CAST5 cipher for gpg... yes
  56. checking whether to enable the BLOWFISH cipher for gpg... yes
  57. checking whether to enable the AES128 cipher for gpg... yes
  58. checking whether to enable the AES192 cipher for gpg... yes
  59. checking whether to enable the AES256 cipher for gpg... yes
  60. checking whether to enable the TWOFISH cipher for gpg... yes
  61. checking whether to enable the CAMELLIA128 cipher for gpg... yes
  62. checking whether to enable the CAMELLIA192 cipher for gpg... yes
  63. checking whether to enable the CAMELLIA256 cipher for gpg... yes
  64. checking whether to enable the MD5 hash for gpg... yes
  65. checking whether to enable the RIPE-MD160 hash for gpg... yes
  66. checking whether to enable the SHA-224 hash for gpg... yes
  67. checking whether to enable the SHA-384 hash for gpg... yes
  68. checking whether to enable the SHA-512 hash for gpg... yes
  69. checking whether to enable the ZIP and ZLIB compression algorithm... yes
  70. checking whether to enable the BZIP2 compression algorithm... yes
  71. checking whether to enable external program execution... yes
  72. checking whether to enable photo ID viewing... yes
  73. checking whether to use a fixed photo ID viewer... no
  74. checking for the size of the key and uid cache... 4096
  75. checking whether use of capabilities is requested... no
  76. checking whether smartcard support is requested... yes
  77. checking whether to enable the internal CCID driver... auto
  78. checking whether to auto start dirmngr... yes
  79. checking whether to enable maintainer-specific portions of Makefiles... no
  80. configure: checking for programs
  81. checking whether make sets $(MAKE)... (cached) yes
  82. checking whether build environment is sane... yes
  83. checking whether make supports nested variables... (cached) yes
  84. checking for gawk... (cached) gawk
  85. checking for gcc... (cached) gcc
  86. checking whether we are using the GNU C compiler... (cached) yes
  87. checking whether gcc accepts -g... (cached) yes
  88. checking for gcc option to accept ISO C89... (cached) none needed
  89. checking whether gcc understands -c and -o together... (cached) yes
  90. checking dependency style of gcc... (cached) gcc3
  91. checking how to run the C preprocessor... gcc -E
  92. checking whether ln -s works... yes
  93. checking for ranlib... ranlib
  94. checking for ar... ar
  95. checking for perl... /usr/bin/perl
  96. checking for windres... no
  97. checking for yat2m... /usr/local/bin/yat2m
  98. checking for strerror in -lcposix... no
  99. checking for special C compiler options needed for large files... no
  100. checking for _FILE_OFFSET_BITS value needed for large files... 64
  101. checking for tar... /bin/tar
  102. checking whether /bin/tar speaks USTAR... yes
  103. checking for cc for build... gcc
  104. checking for pkg-config... /usr/bin/pkg-config
  105. checking pkg-config is at least version 0.9.0... yes
  106. configure: checking for libraries
  107. checking for gpg-error-config... /usr/local/bin/gpg-error-config
  108. checking for GPG Error - version >= 1.24... yes (1.33)
  109. checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
  110. checking for LIBGCRYPT - version >= 1.7.0... yes (1.8.4)
  111. checking LIBGCRYPT API version... okay
  112. checking for libassuan-config... /usr/local/bin/libassuan-config
  113. checking for LIBASSUAN - version >= 2.5.0... yes (2.5.2)
  114. checking LIBASSUAN API version... okay
  115. checking for ksba-config... /usr/local/bin/ksba-config
  116. checking for KSBA - version >= 1.3.4... yes (1.3.5)
  117. checking KSBA API version... okay
  118. checking for libusb_init in -lusb-1.0... yes
  119. checking libusb include dir... /usr/include/libusb-1.0
  120. checking for library containing dlopen... -ldl
  121. checking for SQLITE3... yes
  122. checking for encfs... /usr/bin/encfs
  123. checking for fusermount... /bin/fusermount
  124. checking for openpty in -lutil... yes
  125. checking for shred... /usr/local/bin/shred
  126. checking for npth-config... /usr/local/bin/npth-config
  127. checking for NPTH - version >= 1.2... yes (1.6)
  128. checking NPTH API version... okay
  129. checking for ntbtls-config... /usr/local/bin/ntbtls-config
  130. checking for NTBTLS - version >= 0.1.0... yes (0.1.2)
  131. checking NTBTLS API version... okay
  132. configure: checking for networking options
  133. checking for gethostbyname... yes
  134. checking for setsockopt... yes
  135. checking for library containing res_query... -lresolv
  136. checking for library containing dn_expand... none required
  137. checking for library containing res_9_dn_skipname... no
  138. checking for library containing dn_skipname... no
  139. checking for library containing __dn_skipname... none required
  140. checking whether the resolver is usable... yes
  141. checking whether LDAP via "-lldap" is present and sane... yes
  142. checking for ldap_get_option... yes
  143. checking for ldap_set_option... yes
  144. checking for ldap_start_tls_s... yes
  145. checking for ldap_start_tls_sA... no
  146. checking for ber_free in -llber... yes
  147. checking for sendmail... no
  148. checking for ld used by GCC... /usr/bin/ld
  149. checking if the linker (/usr/bin/ld) is GNU ld... yes
  150. checking for shared library run path origin... done
  151. checking for iconv... yes
  152. checking for working iconv... yes
  153. checking for iconv declaration...
  154. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  155. configure: checking for gettext
  156. checking whether NLS is requested... yes
  157. checking for msgfmt... /usr/bin/msgfmt
  158. checking for gmsgfmt... /usr/bin/msgfmt
  159. checking for xgettext... /usr/bin/xgettext
  160. checking for msgmerge... /usr/bin/msgmerge
  161. checking for CFPreferencesCopyAppValue... no
  162. checking for CFLocaleCopyCurrent... no
  163. checking for GNU gettext in libc... yes
  164. checking whether to use NLS... yes
  165. checking where the gettext function comes from... libc
  166. checking for strchr... yes
  167. checking for nl_langinfo and CODESET... yes
  168. checking for LC_MESSAGES... yes
  169. configure: checking for header files
  170. checking for ANSI C header files... (cached) yes
  171. checking for string.h... (cached) yes
  172. checking for unistd.h... (cached) yes
  173. checking langinfo.h usability... yes
  174. checking langinfo.h presence... yes
  175. checking for langinfo.h... yes
  176. checking termio.h usability... yes
  177. checking termio.h presence... yes
  178. checking for termio.h... yes
  179. checking locale.h usability... yes
  180. checking locale.h presence... yes
  181. checking for locale.h... yes
  182. checking getopt.h usability... yes
  183. checking getopt.h presence... yes
  184. checking for getopt.h... yes
  185. checking pty.h usability... yes
  186. checking pty.h presence... yes
  187. checking for pty.h... yes
  188. checking utmp.h usability... yes
  189. checking utmp.h presence... yes
  190. checking for utmp.h... yes
  191. checking pwd.h usability... yes
  192. checking pwd.h presence... yes
  193. checking for pwd.h... yes
  194. checking for inttypes.h... (cached) yes
  195. checking signal.h usability... yes
  196. checking signal.h presence... yes
  197. checking for signal.h... yes
  198. checking sys/select.h usability... yes
  199. checking sys/select.h presence... yes
  200. checking for sys/select.h... yes
  201. checking for stdint.h... (cached) yes
  202. checking for signal.h... (cached) yes
  203. checking util.h usability... no
  204. checking util.h presence... no
  205. checking for util.h... no
  206. checking libutil.h usability... yes
  207. checking libutil.h presence... yes
  208. checking for libutil.h... yes
  209. checking termios.h usability... yes
  210. checking termios.h presence... yes
  211. checking for termios.h... yes
  212. checking ucred.h usability... no
  213. checking ucred.h presence... no
  214. checking for ucred.h... no
  215. checking sys/ucred.h usability... no
  216. checking sys/ucred.h presence... no
  217. checking for sys/ucred.h... no
  218. checking sys/sysmacros.h usability... yes
  219. checking sys/sysmacros.h presence... yes
  220. checking for sys/sysmacros.h... yes
  221. checking sys/mkdev.h usability... no
  222. checking sys/mkdev.h presence... no
  223. checking for sys/mkdev.h... no
  224. checking whether time.h and sys/time.h may both be included... yes
  225. configure: checking for system characteristics
  226. checking for an ANSI C-conforming const... yes
  227. checking for inline... inline
  228. checking for working volatile... yes
  229. checking for size_t... yes
  230. checking for mode_t... yes
  231. checking return type of signal handlers... void
  232. checking whether sys_siglist is declared... yes
  233. checking for sys/socket.h... yes
  234. checking for socklen_t... yes
  235. checking for library containing inet_addr... none required
  236. checking endianness... little
  237. checking for byte typedef... no
  238. checking for ushort typedef... yes
  239. checking for ulong typedef... yes
  240. checking for u16 typedef... no
  241. checking for u32 typedef... no
  242. checking size of unsigned short... 2
  243. checking size of unsigned int... 4
  244. checking size of unsigned long... 4
  245. checking size of unsigned long long... 8
  246. checking whether time.h and sys/time.h may both be included... (cached) yes
  247. checking size of time_t... 4
  248. checking whether time_t is unsigned... no
  249. configure: checking for library functions
  250. checking whether getpagesize is declared... yes
  251. checking for _LARGEFILE_SOURCE value needed for large files... no
  252. checking for vprintf... yes
  253. checking for _doprnt... no
  254. checking for pid_t... yes
  255. checking vfork.h usability... no
  256. checking vfork.h presence... no
  257. checking for vfork.h... no
  258. checking for fork... yes
  259. checking for vfork... yes
  260. checking for working fork... yes
  261. checking for working vfork... (cached) yes
  262. checking for atexit... yes
  263. checking for canonicalize_file_name... yes
  264. checking for clock_gettime... no
  265. checking for ctermid... yes
  266. checking for explicit_bzero... no
  267. checking for fcntl... yes
  268. checking for flockfile... yes
  269. checking for fsync... yes
  270. checking for ftello... yes
  271. checking for ftruncate... yes
  272. checking for funlockfile... yes
  273. checking for getaddrinfo... yes
  274. checking for getenv... yes
  275. checking for getpagesize... yes
  276. checking for getpwnam... yes
  277. checking for getpwuid... yes
  278. checking for getrlimit... yes
  279. checking for getrusage... yes
  280. checking for gettimeofday... yes
  281. checking for gmtime_r... yes
  282. checking for inet_ntop... yes
  283. checking for inet_pton... yes
  284. checking for isascii... yes
  285. checking for lstat... yes
  286. checking for memicmp... no
  287. checking for memmove... yes
  288. checking for memrchr... yes
  289. checking for mmap... yes
  290. checking for nl_langinfo... yes
  291. checking for pipe... yes
  292. checking for raise... yes
  293. checking for rand... yes
  294. checking for setenv... yes
  295. checking for setlocale... yes
  296. checking for setrlimit... yes
  297. checking for sigaction... yes
  298. checking for sigprocmask... yes
  299. checking for stat... yes
  300. checking for stpcpy... yes
  301. checking for strcasecmp... yes
  302. checking for strerror... yes
  303. checking for strftime... yes
  304. checking for stricmp... no
  305. checking for strlwr... no
  306. checking for strncasecmp... yes
  307. checking for strpbrk... yes
  308. checking for strsep... yes
  309. checking for strtol... yes
  310. checking for strtoul... yes
  311. checking for strtoull... yes
  312. checking for tcgetattr... yes
  313. checking for timegm... yes
  314. checking for times... yes
  315. checking for ttyname... yes
  316. checking for unsetenv... yes
  317. checking for wait4... yes
  318. checking for waitpid... yes
  319. checking for library containing nanosleep... none required
  320. checking for inotify_init... yes
  321. checking for struct sigaction... yes
  322. checking for sigset_t... yes
  323. checking for struct ucred.pid... yes
  324. checking for struct ucred.cr_pid... no
  325. checking for struct sockpeercred.pid... no
  326. checking for getpeerucred... no
  327. checking for sys/stat.h... (cached) yes
  328. checking for unistd.h... (cached) yes
  329. checking direct.h usability... no
  330. checking direct.h presence... no
  331. checking for direct.h... no
  332. checking if mkdir takes one argument... no
  333. checking whether regular expression support is requested... yes
  334. checking for library containing regcomp... none required
  335. checking for regcomp... yes
  336. checking whether your system's regexp library is broken... no
  337. checking zlib.h usability... yes
  338. checking zlib.h presence... yes
  339. checking for zlib.h... yes
  340. checking for deflateInit2_ in -lz... yes
  341. checking for bzlib.h... yes
  342. checking for BZ2_bzCompressInit in -lbz2... yes
  343. checking whether readline via "-lreadline" is present and sane... yes
  344. configure: checking for cc features
  345. checking if gcc ignores unknown -Wno-* options... yes
  346. checking if gcc supports -Wpointer-arith... yes
  347. checking whether "make check" shall run all tests... no
  348. checking that generated files are newer than configure... done
  349. checking that generated files are newer than configure... done
  350. configure: creating ./config.status
  351. config.status: creating m4/Makefile
  352. config.status: creating Makefile
  353. config.status: creating po/Makefile.in
  354. config.status: creating common/Makefile
  355. config.status: creating common/w32info-rc.h
  356. config.status: creating kbx/Makefile
  357. config.status: creating g10/Makefile
  358. config.status: creating sm/Makefile
  359. config.status: creating agent/Makefile
  360. config.status: creating scd/Makefile
  361. config.status: creating g13/Makefile
  362. config.status: creating dirmngr/Makefile
  363. config.status: creating tools/gpg-zip
  364. config.status: creating tools/Makefile
  365. config.status: creating doc/Makefile
  366. config.status: creating tests/Makefile
  367. config.status: creating tests/gpgscm/Makefile
  368. config.status: creating tests/openpgp/Makefile
  369. config.status: creating tests/migrations/Makefile
  370. config.status: creating tests/gpgsm/Makefile
  371. config.status: creating tests/gpgme/Makefile
  372. config.status: creating tests/pkits/Makefile
  373. config.status: creating g10/gpg.w32-manifest
  374. config.status: creating config.h
  375. config.status: config.h is unchanged
  376. config.status: executing depfiles commands
  377. config.status: executing po-directories commands
  378. config.status: creating po/POTFILES
  379. config.status: creating po/Makefile
  380.  
  381. GnuPG v2.2.12 has been configured as follows:
  382.  
  383. Revision: 7d8f4ee7c (32143)
  384. Platform: GNU/Linux (i686-pc-linux-gnu)
  385.  
  386. OpenPGP: yes
  387. S/MIME: yes
  388. Agent: yes
  389. Smartcard: yes
  390. G13: no
  391. Dirmngr: yes
  392. Gpgtar: yes
  393. WKS tools: yes
  394.  
  395. Protect tool: (default)
  396. LDAP wrapper: (default)
  397. Default agent: (default)
  398. Default pinentry: (default)
  399. Default scdaemon: (default)
  400. Default dirmngr: (default)
  401.  
  402. Dirmngr auto start: yes
  403. Readline support: yes
  404. LDAP support: yes
  405. TLS support: ntbtls
  406. TOFU support: yes
  407. Tor support: yes
  408.  
  409. gnupg-2.2.12# make
  410. make all-recursive
  411. make[1]: Entering directory `/root/gnupg-2.2.12'
  412. Making all in m4
  413. make[2]: Entering directory `/root/gnupg-2.2.12/m4'
  414. make[2]: Nothing to be done for `all'.
  415. make[2]: Leaving directory `/root/gnupg-2.2.12/m4'
  416. Making all in common
  417. make[2]: Entering directory `/root/gnupg-2.2.12/common'
  418. make all-am
  419. make[3]: Entering directory `/root/gnupg-2.2.12/common'
  420. make[3]: Nothing to be done for `all-am'.
  421. make[3]: Leaving directory `/root/gnupg-2.2.12/common'
  422. make[2]: Leaving directory `/root/gnupg-2.2.12/common'
  423. Making all in kbx
  424. make[2]: Entering directory `/root/gnupg-2.2.12/kbx'
  425. make[2]: Nothing to be done for `all'.
  426. make[2]: Leaving directory `/root/gnupg-2.2.12/kbx'
  427. Making all in g10
  428. make[2]: Entering directory `/root/gnupg-2.2.12/g10'
  429. make[2]: Nothing to be done for `all'.
  430. make[2]: Leaving directory `/root/gnupg-2.2.12/g10'
  431. Making all in sm
  432. make[2]: Entering directory `/root/gnupg-2.2.12/sm'
  433. make[2]: Nothing to be done for `all'.
  434. make[2]: Leaving directory `/root/gnupg-2.2.12/sm'
  435. Making all in agent
  436. make[2]: Entering directory `/root/gnupg-2.2.12/agent'
  437. gcc -I/usr/local/include -I/usr/local/include -I/usr/local/include -Wall -Wno-pointer-sign -Wpointer-arith -g -O2 -lrt -o gpg-protect-tool gpg_protect_tool-protect-tool.o gpg_protect_tool-protect.o gpg_protect_tool-cvt-openpgp.o ../common/libcommon.a -L/usr/local/lib -lgcrypt -lgpg-error -lassuan -L/usr/local/lib -lgpg-error -L/usr/local/lib -lgpg-error
  438. gpg_protect_tool-protect.o: In function `calibrate_get_time':
  439. /root/gnupg-2.2.12/agent/protect.c:118: undefined reference to `clock_gettime'
  440. collect2: ld returned 1 exit status
  441. make[2]: *** [gpg-protect-tool] Error 1
  442. make[2]: Leaving directory `/root/gnupg-2.2.12/agent'
  443. make[1]: *** [all-recursive] Error 1
  444. make[1]: Leaving directory `/root/gnupg-2.2.12'
  445. make: *** [all] Error 2
  446. gnupg-2.2.12#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement