spacepaste

  1.  
  2. $ sudo prt-get -is depinst gnupg
  3. prt-get: installing /usr/ports/opt/gnupg
  4. =======> Building '/usr/ports/opt/gnupg/gnupg#2.2.8-1.pkg.tar.gz'.
  5. bsdtar -p -o -C /usr/ports/opt/gnupg/work/src -xf /usr/ports/opt/gnupg/gnupg-2.2.8.tar.bz2
  6. + build
  7. + cd gnupg-2.2.8
  8. + ./configure --prefix=/usr --libexecdir=/usr/lib --disable-nls --disable-ldap
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make supports nested variables... yes
  15. checking build system type... x86_64-pc-linux-gnu
  16. checking host system type... x86_64-pc-linux-gnu
  17. configure: autobuild project... gnupg
  18. configure: autobuild revision... 2.2.8
  19. configure: autobuild hostname... ergo
  20. configure: autobuild timestamp... 20180712-182323
  21. checking for style of include used by make... GNU
  22. checking for gcc... gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether gcc understands -c and -o together... yes
  32. checking dependency style of gcc... gcc3
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking minix/config.h usability... no
  47. checking minix/config.h presence... no
  48. checking for minix/config.h... no
  49. checking whether it is safe to define __EXTENSIONS__... yes
  50. checking whether SELinux support is requested... no
  51. checking whether to allocate extra secure memory... no
  52. checking whether to enable trust models... yes
  53. checking whether to enable TOFU... yes
  54. checking whether to enable libdns... yes
  55. checking whether to enable the RSA public key for gpg... yes
  56. checking whether to enable the ECDH public key for gpg... yes
  57. checking whether to enable the ECDSA public key for gpg... yes
  58. checking whether to enable the EdDSA public key for gpg... yes
  59. checking whether to enable the IDEA cipher for gpg... yes
  60. checking whether to enable the CAST5 cipher for gpg... yes
  61. checking whether to enable the BLOWFISH cipher for gpg... yes
  62. checking whether to enable the AES128 cipher for gpg... yes
  63. checking whether to enable the AES192 cipher for gpg... yes
  64. checking whether to enable the AES256 cipher for gpg... yes
  65. checking whether to enable the TWOFISH cipher for gpg... yes
  66. checking whether to enable the CAMELLIA128 cipher for gpg... yes
  67. checking whether to enable the CAMELLIA192 cipher for gpg... yes
  68. checking whether to enable the CAMELLIA256 cipher for gpg... yes
  69. checking whether to enable the MD5 hash for gpg... yes
  70. checking whether to enable the RIPE-MD160 hash for gpg... yes
  71. checking whether to enable the SHA-224 hash for gpg... yes
  72. checking whether to enable the SHA-384 hash for gpg... yes
  73. checking whether to enable the SHA-512 hash for gpg... yes
  74. checking whether to enable the ZIP and ZLIB compression algorithm... yes
  75. checking whether to enable the BZIP2 compression algorithm... yes
  76. checking whether to enable external program execution... yes
  77. checking whether to enable photo ID viewing... yes
  78. checking whether to use a fixed photo ID viewer... no
  79. checking for the size of the key and uid cache... 4096
  80. checking whether use of capabilities is requested... no
  81. checking whether smartcard support is requested... yes
  82. checking whether to enable the internal CCID driver... auto
  83. checking whether to auto start dirmngr... yes
  84. checking whether to enable maintainer-specific portions of Makefiles... no
  85. configure: checking for programs
  86. checking whether make sets $(MAKE)... (cached) yes
  87. checking whether build environment is sane... yes
  88. checking whether make supports nested variables... (cached) yes
  89. checking for gawk... (cached) gawk
  90. checking for gcc... (cached) gcc
  91. checking whether we are using the GNU C compiler... (cached) yes
  92. checking whether gcc accepts -g... (cached) yes
  93. checking for gcc option to accept ISO C89... (cached) none needed
  94. checking whether gcc understands -c and -o together... (cached) yes
  95. checking dependency style of gcc... (cached) gcc3
  96. checking how to run the C preprocessor... gcc -E
  97. checking whether ln -s works... yes
  98. checking for ranlib... ranlib
  99. checking for ar... ar
  100. checking for perl... /usr/bin/perl
  101. checking for windres... no
  102. checking for yat2m... no
  103. checking for strerror in -lcposix... no
  104. checking for special C compiler options needed for large files... no
  105. checking for _FILE_OFFSET_BITS value needed for large files... no
  106. checking for tar... /bin/tar
  107. checking whether /bin/tar speaks USTAR... yes
  108. checking for cc for build... gcc
  109. checking for pkg-config... /usr/bin/pkg-config
  110. checking pkg-config is at least version 0.9.0... yes
  111. configure: checking for libraries
  112. checking for gpg-error-config... /usr/bin/gpg-error-config
  113. checking for GPG Error - version >= 1.24... yes (1.27)
  114. checking for libgcrypt-config... /usr/bin/libgcrypt-config
  115. checking for LIBGCRYPT - version >= 1.7.0... yes (1.8.2)
  116. checking LIBGCRYPT API version... okay
  117. checking for libassuan-config... /usr/bin/libassuan-config
  118. checking for LIBASSUAN - version >= 2.5.0... yes (2.5.1)
  119. checking LIBASSUAN API version... okay
  120. checking for ksba-config... /usr/bin/ksba-config
  121. checking for KSBA - version >= 1.3.4... yes (1.3.5)
  122. checking KSBA API version... okay
  123. checking for libusb_init in -lusb-1.0... yes
  124. checking libusb include dir... /usr/include/libusb-1.0
  125. checking for library containing dlopen... -ldl
  126. checking for SQLITE3... yes
  127. checking for encfs... /usr/bin/encfs
  128. checking for fusermount... /usr/bin/fusermount
  129. checking for openpty in -lutil... yes
  130. checking for shred... /usr/bin/shred
  131. checking for npth-config... /usr/bin/npth-config
  132. checking for NPTH - version >= 1.2... yes (1.5)
  133. checking NPTH API version... okay
  134. checking for ntbtls-config... no
  135. checking for NTBTLS - version >= 0.1.0... no
  136. checking for LIBGNUTLS... yes
  137. configure: checking for networking options
  138. checking for gethostbyname... yes
  139. checking for setsockopt... yes
  140. checking for library containing res_query... no
  141. checking for library containing __res_query... none required
  142. checking for library containing dn_expand... no
  143. checking for library containing __dn_expand... none required
  144. checking for library containing res_9_dn_skipname... no
  145. checking for library containing dn_skipname... no
  146. checking for library containing __dn_skipname... none required
  147. checking whether the resolver is usable... yes
  148. configure: WARNING:
  149. ***
  150. *** Building without LDAP support.
  151. *** No CRL access or X.509 certificate search available.
  152. ***
  153. checking for sendmail... /usr/sbin/sendmail
  154. checking for ld used by GCC... /usr/bin/ld
  155. checking if the linker (/usr/bin/ld) is GNU ld... yes
  156. checking for shared library run path origin... done
  157. checking for iconv... yes
  158. checking for working iconv... yes
  159. checking for iconv declaration...
  160. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  161. configure: checking for gettext
  162. checking whether NLS is requested... no
  163. checking for msgfmt... /usr/bin/msgfmt
  164. checking for gmsgfmt... /usr/bin/msgfmt
  165. checking for xgettext... /usr/bin/xgettext
  166. checking for msgmerge... /usr/bin/msgmerge
  167. checking for CFPreferencesCopyAppValue... no
  168. checking for CFLocaleCopyCurrent... no
  169. checking whether to use NLS... no
  170. checking for strchr... yes
  171. checking for nl_langinfo and CODESET... yes
  172. checking for LC_MESSAGES... yes
  173. configure: checking for header files
  174. checking for ANSI C header files... (cached) yes
  175. checking for string.h... (cached) yes
  176. checking for unistd.h... (cached) yes
  177. checking langinfo.h usability... yes
  178. checking langinfo.h presence... yes
  179. checking for langinfo.h... yes
  180. checking termio.h usability... yes
  181. checking termio.h presence... yes
  182. checking for termio.h... yes
  183. checking locale.h usability... yes
  184. checking locale.h presence... yes
  185. checking for locale.h... yes
  186. checking getopt.h usability... yes
  187. checking getopt.h presence... yes
  188. checking for getopt.h... yes
  189. checking pty.h usability... yes
  190. checking pty.h presence... yes
  191. checking for pty.h... yes
  192. checking utmp.h usability... yes
  193. checking utmp.h presence... yes
  194. checking for utmp.h... yes
  195. checking pwd.h usability... yes
  196. checking pwd.h presence... yes
  197. checking for pwd.h... yes
  198. checking for inttypes.h... (cached) yes
  199. checking signal.h usability... yes
  200. checking signal.h presence... yes
  201. checking for signal.h... yes
  202. checking sys/select.h usability... yes
  203. checking sys/select.h presence... yes
  204. checking for sys/select.h... yes
  205. checking for stdint.h... (cached) yes
  206. checking for signal.h... (cached) yes
  207. checking util.h usability... no
  208. checking util.h presence... no
  209. checking for util.h... no
  210. checking libutil.h usability... no
  211. checking libutil.h presence... no
  212. checking for libutil.h... no
  213. checking termios.h usability... yes
  214. checking termios.h presence... yes
  215. checking for termios.h... yes
  216. checking ucred.h usability... no
  217. checking ucred.h presence... no
  218. checking for ucred.h... no
  219. checking sys/ucred.h usability... no
  220. checking sys/ucred.h presence... no
  221. checking for sys/ucred.h... no
  222. checking sys/sysmacros.h usability... yes
  223. checking sys/sysmacros.h presence... yes
  224. checking for sys/sysmacros.h... yes
  225. checking sys/mkdev.h usability... no
  226. checking sys/mkdev.h presence... no
  227. checking for sys/mkdev.h... no
  228. checking whether time.h and sys/time.h may both be included... yes
  229. configure: checking for system characteristics
  230. checking for an ANSI C-conforming const... yes
  231. checking for inline... inline
  232. checking for working volatile... yes
  233. checking for size_t... yes
  234. checking for mode_t... yes
  235. checking return type of signal handlers... void
  236. checking whether sys_siglist is declared... yes
  237. checking for sys/socket.h... yes
  238. checking for socklen_t... yes
  239. checking for library containing inet_addr... none required
  240. checking endianness... little
  241. checking for byte typedef... no
  242. checking for ushort typedef... yes
  243. checking for ulong typedef... yes
  244. checking for u16 typedef... no
  245. checking for u32 typedef... no
  246. checking size of unsigned short... 2
  247. checking size of unsigned int... 4
  248. checking size of unsigned long... 8
  249. checking size of unsigned long long... 8
  250. checking whether time.h and sys/time.h may both be included... (cached) yes
  251. checking size of time_t... 8
  252. checking whether time_t is unsigned... no
  253. configure: checking for library functions
  254. checking whether getpagesize is declared... yes
  255. checking for _LARGEFILE_SOURCE value needed for large files... no
  256. checking for vprintf... yes
  257. checking for _doprnt... no
  258. checking for pid_t... yes
  259. checking vfork.h usability... no
  260. checking vfork.h presence... no
  261. checking for vfork.h... no
  262. checking for fork... yes
  263. checking for vfork... yes
  264. checking for working fork... yes
  265. checking for working vfork... (cached) yes
  266. checking for strerror... yes
  267. checking for strlwr... no
  268. checking for tcgetattr... yes
  269. checking for mmap... yes
  270. checking for canonicalize_file_name... yes
  271. checking for strcasecmp... yes
  272. checking for strncasecmp... yes
  273. checking for ctermid... yes
  274. checking for times... yes
  275. checking for gmtime_r... yes
  276. checking for strtoull... yes
  277. checking for setenv... yes
  278. checking for unsetenv... yes
  279. checking for fcntl... yes
  280. checking for ftruncate... yes
  281. checking for inet_ntop... yes
  282. checking for canonicalize_file_name... (cached) yes
  283. checking for gettimeofday... yes
  284. checking for getrusage... yes
  285. checking for getrlimit... yes
  286. checking for setrlimit... yes
  287. checking for clock_gettime... yes
  288. checking for atexit... yes
  289. checking for raise... yes
  290. checking for getpagesize... yes
  291. checking for strftime... yes
  292. checking for nl_langinfo... yes
  293. checking for setlocale... yes
  294. checking for waitpid... yes
  295. checking for wait4... yes
  296. checking for sigaction... yes
  297. checking for sigprocmask... yes
  298. checking for pipe... yes
  299. checking for getaddrinfo... yes
  300. checking for ttyname... yes
  301. checking for rand... yes
  302. checking for ftello... yes
  303. checking for fsync... yes
  304. checking for stat... yes
  305. checking for lstat... yes
  306. checking for memicmp... no
  307. checking for stpcpy... yes
  308. checking for strsep... yes
  309. checking for strlwr... (cached) no
  310. checking for strtoul... yes
  311. checking for memmove... yes
  312. checking for stricmp... no
  313. checking for strtol... yes
  314. checking for memrchr... yes
  315. checking for isascii... yes
  316. checking for timegm... yes
  317. checking for getrusage... (cached) yes
  318. checking for setrlimit... (cached) yes
  319. checking for stat... (cached) yes
  320. checking for setlocale... (cached) yes
  321. checking for flockfile... yes
  322. checking for funlockfile... yes
  323. checking for getpwnam... yes
  324. checking for getpwuid... yes
  325. checking for getenv... yes
  326. checking for inet_pton... yes
  327. checking for strpbrk... yes
  328. checking for library containing nanosleep... none required
  329. checking for inotify_init... yes
  330. checking for struct sigaction... yes
  331. checking for sigset_t... yes
  332. checking for struct ucred.pid... yes
  333. checking for struct ucred.cr_pid... no
  334. checking for struct sockpeercred.pid... no
  335. checking for getpeerucred... no
  336. checking for sys/stat.h... (cached) yes
  337. checking for unistd.h... (cached) yes
  338. checking direct.h usability... no
  339. checking direct.h presence... no
  340. checking for direct.h... no
  341. checking if mkdir takes one argument... no
  342. checking whether regular expression support is requested... yes
  343. checking for library containing regcomp... none required
  344. checking for regcomp... yes
  345. checking whether your system's regexp library is broken... no
  346. checking zlib.h usability... yes
  347. checking zlib.h presence... yes
  348. checking for zlib.h... yes
  349. checking for deflateInit2_ in -lz... yes
  350. checking for bzlib.h... yes
  351. checking for BZ2_bzCompressInit in -lbz2... yes
  352. checking whether readline via "-lreadline" is present and sane... yes
  353. configure: checking for cc features
  354. checking if gcc ignores unknown -Wno-* options... yes
  355. checking if gcc supports -Wpointer-arith... yes
  356. checking whether "make check" shall run all tests... no
  357. checking that generated files are newer than configure... done
  358. checking that generated files are newer than configure... done
  359. configure: creating ./config.status
  360. config.status: creating m4/Makefile
  361. config.status: creating Makefile
  362. config.status: creating po/Makefile.in
  363. config.status: creating common/Makefile
  364. config.status: creating common/w32info-rc.h
  365. config.status: creating kbx/Makefile
  366. config.status: creating g10/Makefile
  367. config.status: creating sm/Makefile
  368. config.status: creating agent/Makefile
  369. config.status: creating scd/Makefile
  370. config.status: creating g13/Makefile
  371. config.status: creating dirmngr/Makefile
  372. config.status: creating tools/gpg-zip
  373. config.status: creating tools/Makefile
  374. config.status: creating doc/Makefile
  375. config.status: creating tests/Makefile
  376. config.status: creating tests/gpgscm/Makefile
  377. config.status: creating tests/openpgp/Makefile
  378. config.status: creating tests/migrations/Makefile
  379. config.status: creating tests/gpgsm/Makefile
  380. config.status: creating tests/gpgme/Makefile
  381. config.status: creating tests/pkits/Makefile
  382. config.status: creating g10/gpg.w32-manifest
  383. config.status: creating config.h
  384. config.status: executing depfiles commands
  385. config.status: executing po-directories commands
  386. config.status: creating po/POTFILES
  387. config.status: creating po/Makefile
  388. GnuPG v2.2.8 has been configured as follows:
  389. Revision: cd9aaa786 (52634)
  390. Platform: GNU/Linux (x86_64-pc-linux-gnu)
  391. OpenPGP: yes
  392. S/MIME: yes
  393. Agent: yes
  394. Smartcard: yes
  395. G13: no
  396. Dirmngr: yes
  397. Gpgtar: yes
  398. WKS tools: no
  399. Protect tool: (default)
  400. LDAP wrapper: (default)
  401. Default agent: (default)
  402. Default pinentry: (default)
  403. Default scdaemon: (default)
  404. Default dirmngr: (default)
  405. Dirmngr auto start: yes
  406. Readline support: yes
  407. LDAP support: no
  408. TLS support: gnutls
  409. TOFU support: yes
  410. Tor support: yes
  411. + make
  412. make all-recursive
  413. make[1]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8'
  414. Making all in m4
  415. make[2]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/m4'
  416. make[2]: Nothing to be done for 'all'.
  417. make[2]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/m4'
  418. Making all in common
  419. make[2]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/common'
  420. make all-am
  421. make[3]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/common'
  422. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-i18n.o -MD -MP -MF .deps/libcommon_a-i18n.Tpo -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
  423. mv -f .deps/libcommon_a-i18n.Tpo .deps/libcommon_a-i18n.Po
  424. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-mapstrings.o -MD -MP -MF .deps/libcommon_a-mapstrings.Tpo -c -o libcommon_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
  425. mv -f .deps/libcommon_a-mapstrings.Tpo .deps/libcommon_a-mapstrings.Po
  426. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-stringhelp.o -MD -MP -MF .deps/libcommon_a-stringhelp.Tpo -c -o libcommon_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
  427. mv -f .deps/libcommon_a-stringhelp.Tpo .deps/libcommon_a-stringhelp.Po
  428. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-strlist.o -MD -MP -MF .deps/libcommon_a-strlist.Tpo -c -o libcommon_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
  429. mv -f .deps/libcommon_a-strlist.Tpo .deps/libcommon_a-strlist.Po
  430. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-utf8conv.o -MD -MP -MF .deps/libcommon_a-utf8conv.Tpo -c -o libcommon_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
  431. mv -f .deps/libcommon_a-utf8conv.Tpo .deps/libcommon_a-utf8conv.Po
  432. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-argparse.o -MD -MP -MF .deps/libcommon_a-argparse.Tpo -c -o libcommon_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
  433. mv -f .deps/libcommon_a-argparse.Tpo .deps/libcommon_a-argparse.Po
  434. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-logging.o -MD -MP -MF .deps/libcommon_a-logging.Tpo -c -o libcommon_a-logging.o `test -f 'logging.c' || echo './'`logging.c
  435. mv -f .deps/libcommon_a-logging.Tpo .deps/libcommon_a-logging.Po
  436. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-dotlock.o -MD -MP -MF .deps/libcommon_a-dotlock.Tpo -c -o libcommon_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
  437. mv -f .deps/libcommon_a-dotlock.Tpo .deps/libcommon_a-dotlock.Po
  438. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-mischelp.o -MD -MP -MF .deps/libcommon_a-mischelp.Tpo -c -o libcommon_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
  439. mv -f .deps/libcommon_a-mischelp.Tpo .deps/libcommon_a-mischelp.Po
  440. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-status.o -MD -MP -MF .deps/libcommon_a-status.Tpo -c -o libcommon_a-status.o `test -f 'status.c' || echo './'`status.c
  441. mv -f .deps/libcommon_a-status.Tpo .deps/libcommon_a-status.Po
  442. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-tlv.o -MD -MP -MF .deps/libcommon_a-tlv.Tpo -c -o libcommon_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
  443. mv -f .deps/libcommon_a-tlv.Tpo .deps/libcommon_a-tlv.Po
  444. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-init.o -MD -MP -MF .deps/libcommon_a-init.Tpo -c -o libcommon_a-init.o `test -f 'init.c' || echo './'`init.c
  445. mv -f .deps/libcommon_a-init.Tpo .deps/libcommon_a-init.Po
  446. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-sexputil.o -MD -MP -MF .deps/libcommon_a-sexputil.Tpo -c -o libcommon_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
  447. mv -f .deps/libcommon_a-sexputil.Tpo .deps/libcommon_a-sexputil.Po
  448. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-sysutils.o -MD -MP -MF .deps/libcommon_a-sysutils.Tpo -c -o libcommon_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
  449. mv -f .deps/libcommon_a-sysutils.Tpo .deps/libcommon_a-sysutils.Po
  450. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-homedir.o -MD -MP -MF .deps/libcommon_a-homedir.Tpo -c -o libcommon_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
  451. mv -f .deps/libcommon_a-homedir.Tpo .deps/libcommon_a-homedir.Po
  452. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-gettime.o -MD -MP -MF .deps/libcommon_a-gettime.Tpo -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
  453. mv -f .deps/libcommon_a-gettime.Tpo .deps/libcommon_a-gettime.Po
  454. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-yesno.o -MD -MP -MF .deps/libcommon_a-yesno.Tpo -c -o libcommon_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
  455. mv -f .deps/libcommon_a-yesno.Tpo .deps/libcommon_a-yesno.Po
  456. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-b64enc.o -MD -MP -MF .deps/libcommon_a-b64enc.Tpo -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
  457. mv -f .deps/libcommon_a-b64enc.Tpo .deps/libcommon_a-b64enc.Po
  458. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-b64dec.o -MD -MP -MF .deps/libcommon_a-b64dec.Tpo -c -o libcommon_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
  459. mv -f .deps/libcommon_a-b64dec.Tpo .deps/libcommon_a-b64dec.Po
  460. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-zb32.o -MD -MP -MF .deps/libcommon_a-zb32.Tpo -c -o libcommon_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
  461. mv -f .deps/libcommon_a-zb32.Tpo .deps/libcommon_a-zb32.Po
  462. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-convert.o -MD -MP -MF .deps/libcommon_a-convert.Tpo -c -o libcommon_a-convert.o `test -f 'convert.c' || echo './'`convert.c
  463. mv -f .deps/libcommon_a-convert.Tpo .deps/libcommon_a-convert.Po
  464. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-percent.o -MD -MP -MF .deps/libcommon_a-percent.Tpo -c -o libcommon_a-percent.o `test -f 'percent.c' || echo './'`percent.c
  465. mv -f .deps/libcommon_a-percent.Tpo .deps/libcommon_a-percent.Po
  466. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-mbox-util.o -MD -MP -MF .deps/libcommon_a-mbox-util.Tpo -c -o libcommon_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
  467. mv -f .deps/libcommon_a-mbox-util.Tpo .deps/libcommon_a-mbox-util.Po
  468. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-miscellaneous.o -MD -MP -MF .deps/libcommon_a-miscellaneous.Tpo -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
  469. mv -f .deps/libcommon_a-miscellaneous.Tpo .deps/libcommon_a-miscellaneous.Po
  470. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-xasprintf.o -MD -MP -MF .deps/libcommon_a-xasprintf.Tpo -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
  471. mv -f .deps/libcommon_a-xasprintf.Tpo .deps/libcommon_a-xasprintf.Po
  472. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-xreadline.o -MD -MP -MF .deps/libcommon_a-xreadline.Tpo -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
  473. mv -f .deps/libcommon_a-xreadline.Tpo .deps/libcommon_a-xreadline.Po
  474. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-membuf.o -MD -MP -MF .deps/libcommon_a-membuf.Tpo -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
  475. mv -f .deps/libcommon_a-membuf.Tpo .deps/libcommon_a-membuf.Po
  476. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-ccparray.o -MD -MP -MF .deps/libcommon_a-ccparray.Tpo -c -o libcommon_a-ccparray.o `test -f 'ccparray.c' || echo './'`ccparray.c
  477. mv -f .deps/libcommon_a-ccparray.Tpo .deps/libcommon_a-ccparray.Po
  478. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-iobuf.o -MD -MP -MF .deps/libcommon_a-iobuf.Tpo -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
  479. mv -f .deps/libcommon_a-iobuf.Tpo .deps/libcommon_a-iobuf.Po
  480. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-ttyio.o -MD -MP -MF .deps/libcommon_a-ttyio.Tpo -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
  481. mv -f .deps/libcommon_a-ttyio.Tpo .deps/libcommon_a-ttyio.Po
  482. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-asshelp.o -MD -MP -MF .deps/libcommon_a-asshelp.Tpo -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
  483. mv -f .deps/libcommon_a-asshelp.Tpo .deps/libcommon_a-asshelp.Po
  484. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-asshelp2.o -MD -MP -MF .deps/libcommon_a-asshelp2.Tpo -c -o libcommon_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
  485. mv -f .deps/libcommon_a-asshelp2.Tpo .deps/libcommon_a-asshelp2.Po
  486. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-signal.o -MD -MP -MF .deps/libcommon_a-signal.Tpo -c -o libcommon_a-signal.o `test -f 'signal.c' || echo './'`signal.c
  487. mv -f .deps/libcommon_a-signal.Tpo .deps/libcommon_a-signal.Po
  488. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-audit.o -MD -MP -MF .deps/libcommon_a-audit.Tpo -c -o libcommon_a-audit.o `test -f 'audit.c' || echo './'`audit.c
  489. mv -f .deps/libcommon_a-audit.Tpo .deps/libcommon_a-audit.Po
  490. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-localename.o -MD -MP -MF .deps/libcommon_a-localename.Tpo -c -o libcommon_a-localename.o `test -f 'localename.c' || echo './'`localename.c
  491. mv -f .deps/libcommon_a-localename.Tpo .deps/libcommon_a-localename.Po
  492. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-session-env.o -MD -MP -MF .deps/libcommon_a-session-env.Tpo -c -o libcommon_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
  493. mv -f .deps/libcommon_a-session-env.Tpo .deps/libcommon_a-session-env.Po
  494. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-userids.o -MD -MP -MF .deps/libcommon_a-userids.Tpo -c -o libcommon_a-userids.o `test -f 'userids.c' || echo './'`userids.c
  495. mv -f .deps/libcommon_a-userids.Tpo .deps/libcommon_a-userids.Po
  496. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-openpgp-oid.o -MD -MP -MF .deps/libcommon_a-openpgp-oid.Tpo -c -o libcommon_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
  497. mv -f .deps/libcommon_a-openpgp-oid.Tpo .deps/libcommon_a-openpgp-oid.Po
  498. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-ssh-utils.o -MD -MP -MF .deps/libcommon_a-ssh-utils.Tpo -c -o libcommon_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
  499. mv -f .deps/libcommon_a-ssh-utils.Tpo .deps/libcommon_a-ssh-utils.Po
  500. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-agent-opt.o -MD -MP -MF .deps/libcommon_a-agent-opt.Tpo -c -o libcommon_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
  501. mv -f .deps/libcommon_a-agent-opt.Tpo .deps/libcommon_a-agent-opt.Po
  502. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-helpfile.o -MD -MP -MF .deps/libcommon_a-helpfile.Tpo -c -o libcommon_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
  503. mv -f .deps/libcommon_a-helpfile.Tpo .deps/libcommon_a-helpfile.Po
  504. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-mkdir_p.o -MD -MP -MF .deps/libcommon_a-mkdir_p.Tpo -c -o libcommon_a-mkdir_p.o `test -f 'mkdir_p.c' || echo './'`mkdir_p.c
  505. mv -f .deps/libcommon_a-mkdir_p.Tpo .deps/libcommon_a-mkdir_p.Po
  506. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-exectool.o -MD -MP -MF .deps/libcommon_a-exectool.Tpo -c -o libcommon_a-exectool.o `test -f 'exectool.c' || echo './'`exectool.c
  507. mv -f .deps/libcommon_a-exectool.Tpo .deps/libcommon_a-exectool.Po
  508. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-server-help.o -MD -MP -MF .deps/libcommon_a-server-help.Tpo -c -o libcommon_a-server-help.o `test -f 'server-help.c' || echo './'`server-help.c
  509. mv -f .deps/libcommon_a-server-help.Tpo .deps/libcommon_a-server-help.Po
  510. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-name-value.o -MD -MP -MF .deps/libcommon_a-name-value.Tpo -c -o libcommon_a-name-value.o `test -f 'name-value.c' || echo './'`name-value.c
  511. mv -f .deps/libcommon_a-name-value.Tpo .deps/libcommon_a-name-value.Po
  512. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-recsel.o -MD -MP -MF .deps/libcommon_a-recsel.Tpo -c -o libcommon_a-recsel.o `test -f 'recsel.c' || echo './'`recsel.c
  513. mv -f .deps/libcommon_a-recsel.Tpo .deps/libcommon_a-recsel.Po
  514. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-ksba-io-support.o -MD -MP -MF .deps/libcommon_a-ksba-io-support.Tpo -c -o libcommon_a-ksba-io-support.o `test -f 'ksba-io-support.c' || echo './'`ksba-io-support.c
  515. mv -f .deps/libcommon_a-ksba-io-support.Tpo .deps/libcommon_a-ksba-io-support.Po
  516. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-compliance.o -MD -MP -MF .deps/libcommon_a-compliance.Tpo -c -o libcommon_a-compliance.o `test -f 'compliance.c' || echo './'`compliance.c
  517. mv -f .deps/libcommon_a-compliance.Tpo .deps/libcommon_a-compliance.Po
  518. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-exechelp-posix.o -MD -MP -MF .deps/libcommon_a-exechelp-posix.Tpo -c -o libcommon_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
  519. mv -f .deps/libcommon_a-exechelp-posix.Tpo .deps/libcommon_a-exechelp-posix.Po
  520. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DWITHOUT_NPTH=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommon_a-get-passphrase.o -MD -MP -MF .deps/libcommon_a-get-passphrase.Tpo -c -o libcommon_a-get-passphrase.o `test -f 'get-passphrase.c' || echo './'`get-passphrase.c
  521. mv -f .deps/libcommon_a-get-passphrase.Tpo .deps/libcommon_a-get-passphrase.Po
  522. rm -f libcommon.a
  523. ar cru libcommon.a libcommon_a-i18n.o libcommon_a-mapstrings.o libcommon_a-stringhelp.o libcommon_a-strlist.o libcommon_a-utf8conv.o libcommon_a-argparse.o libcommon_a-logging.o libcommon_a-dotlock.o libcommon_a-mischelp.o libcommon_a-status.o libcommon_a-tlv.o libcommon_a-init.o libcommon_a-sexputil.o libcommon_a-sysutils.o libcommon_a-homedir.o libcommon_a-gettime.o libcommon_a-yesno.o libcommon_a-b64enc.o libcommon_a-b64dec.o libcommon_a-zb32.o libcommon_a-convert.o libcommon_a-percent.o libcommon_a-mbox-util.o libcommon_a-miscellaneous.o libcommon_a-xasprintf.o libcommon_a-xreadline.o libcommon_a-membuf.o libcommon_a-ccparray.o libcommon_a-iobuf.o libcommon_a-ttyio.o libcommon_a-asshelp.o libcommon_a-asshelp2.o libcommon_a-signal.o libcommon_a-audit.o libcommon_a-localename.o libcommon_a-session-env.o libcommon_a-userids.o libcommon_a-openpgp-oid.o libcommon_a-ssh-utils.o libcommon_a-agent-opt.o libcommon_a-helpfile.o libcommon_a-mkdir_p.o libcommon_a-strlist.o libcommon_a-exectool.o libcommon_a-server-help.o libcommon_a-name-value.o libcommon_a-recsel.o libcommon_a-ksba-io-support.o libcommon_a-compliance.o libcommon_a-exechelp-posix.o libcommon_a-get-passphrase.o
  524. ranlib libcommon.a
  525. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-i18n.o -MD -MP -MF .deps/libcommonpth_a-i18n.Tpo -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c
  526. mv -f .deps/libcommonpth_a-i18n.Tpo .deps/libcommonpth_a-i18n.Po
  527. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-mapstrings.o -MD -MP -MF .deps/libcommonpth_a-mapstrings.Tpo -c -o libcommonpth_a-mapstrings.o `test -f 'mapstrings.c' || echo './'`mapstrings.c
  528. mv -f .deps/libcommonpth_a-mapstrings.Tpo .deps/libcommonpth_a-mapstrings.Po
  529. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-stringhelp.o -MD -MP -MF .deps/libcommonpth_a-stringhelp.Tpo -c -o libcommonpth_a-stringhelp.o `test -f 'stringhelp.c' || echo './'`stringhelp.c
  530. mv -f .deps/libcommonpth_a-stringhelp.Tpo .deps/libcommonpth_a-stringhelp.Po
  531. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-strlist.o -MD -MP -MF .deps/libcommonpth_a-strlist.Tpo -c -o libcommonpth_a-strlist.o `test -f 'strlist.c' || echo './'`strlist.c
  532. mv -f .deps/libcommonpth_a-strlist.Tpo .deps/libcommonpth_a-strlist.Po
  533. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-utf8conv.o -MD -MP -MF .deps/libcommonpth_a-utf8conv.Tpo -c -o libcommonpth_a-utf8conv.o `test -f 'utf8conv.c' || echo './'`utf8conv.c
  534. mv -f .deps/libcommonpth_a-utf8conv.Tpo .deps/libcommonpth_a-utf8conv.Po
  535. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-argparse.o -MD -MP -MF .deps/libcommonpth_a-argparse.Tpo -c -o libcommonpth_a-argparse.o `test -f 'argparse.c' || echo './'`argparse.c
  536. mv -f .deps/libcommonpth_a-argparse.Tpo .deps/libcommonpth_a-argparse.Po
  537. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-logging.o -MD -MP -MF .deps/libcommonpth_a-logging.Tpo -c -o libcommonpth_a-logging.o `test -f 'logging.c' || echo './'`logging.c
  538. mv -f .deps/libcommonpth_a-logging.Tpo .deps/libcommonpth_a-logging.Po
  539. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-dotlock.o -MD -MP -MF .deps/libcommonpth_a-dotlock.Tpo -c -o libcommonpth_a-dotlock.o `test -f 'dotlock.c' || echo './'`dotlock.c
  540. mv -f .deps/libcommonpth_a-dotlock.Tpo .deps/libcommonpth_a-dotlock.Po
  541. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-mischelp.o -MD -MP -MF .deps/libcommonpth_a-mischelp.Tpo -c -o libcommonpth_a-mischelp.o `test -f 'mischelp.c' || echo './'`mischelp.c
  542. mv -f .deps/libcommonpth_a-mischelp.Tpo .deps/libcommonpth_a-mischelp.Po
  543. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-status.o -MD -MP -MF .deps/libcommonpth_a-status.Tpo -c -o libcommonpth_a-status.o `test -f 'status.c' || echo './'`status.c
  544. mv -f .deps/libcommonpth_a-status.Tpo .deps/libcommonpth_a-status.Po
  545. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-tlv.o -MD -MP -MF .deps/libcommonpth_a-tlv.Tpo -c -o libcommonpth_a-tlv.o `test -f 'tlv.c' || echo './'`tlv.c
  546. mv -f .deps/libcommonpth_a-tlv.Tpo .deps/libcommonpth_a-tlv.Po
  547. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-init.o -MD -MP -MF .deps/libcommonpth_a-init.Tpo -c -o libcommonpth_a-init.o `test -f 'init.c' || echo './'`init.c
  548. mv -f .deps/libcommonpth_a-init.Tpo .deps/libcommonpth_a-init.Po
  549. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-sexputil.o -MD -MP -MF .deps/libcommonpth_a-sexputil.Tpo -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c
  550. mv -f .deps/libcommonpth_a-sexputil.Tpo .deps/libcommonpth_a-sexputil.Po
  551. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-sysutils.o -MD -MP -MF .deps/libcommonpth_a-sysutils.Tpo -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c
  552. mv -f .deps/libcommonpth_a-sysutils.Tpo .deps/libcommonpth_a-sysutils.Po
  553. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-homedir.o -MD -MP -MF .deps/libcommonpth_a-homedir.Tpo -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c
  554. mv -f .deps/libcommonpth_a-homedir.Tpo .deps/libcommonpth_a-homedir.Po
  555. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-gettime.o -MD -MP -MF .deps/libcommonpth_a-gettime.Tpo -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
  556. mv -f .deps/libcommonpth_a-gettime.Tpo .deps/libcommonpth_a-gettime.Po
  557. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-yesno.o -MD -MP -MF .deps/libcommonpth_a-yesno.Tpo -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
  558. mv -f .deps/libcommonpth_a-yesno.Tpo .deps/libcommonpth_a-yesno.Po
  559. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-b64enc.o -MD -MP -MF .deps/libcommonpth_a-b64enc.Tpo -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c
  560. mv -f .deps/libcommonpth_a-b64enc.Tpo .deps/libcommonpth_a-b64enc.Po
  561. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-b64dec.o -MD -MP -MF .deps/libcommonpth_a-b64dec.Tpo -c -o libcommonpth_a-b64dec.o `test -f 'b64dec.c' || echo './'`b64dec.c
  562. mv -f .deps/libcommonpth_a-b64dec.Tpo .deps/libcommonpth_a-b64dec.Po
  563. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-zb32.o -MD -MP -MF .deps/libcommonpth_a-zb32.Tpo -c -o libcommonpth_a-zb32.o `test -f 'zb32.c' || echo './'`zb32.c
  564. mv -f .deps/libcommonpth_a-zb32.Tpo .deps/libcommonpth_a-zb32.Po
  565. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-convert.o -MD -MP -MF .deps/libcommonpth_a-convert.Tpo -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo './'`convert.c
  566. mv -f .deps/libcommonpth_a-convert.Tpo .deps/libcommonpth_a-convert.Po
  567. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-percent.o -MD -MP -MF .deps/libcommonpth_a-percent.Tpo -c -o libcommonpth_a-percent.o `test -f 'percent.c' || echo './'`percent.c
  568. mv -f .deps/libcommonpth_a-percent.Tpo .deps/libcommonpth_a-percent.Po
  569. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-mbox-util.o -MD -MP -MF .deps/libcommonpth_a-mbox-util.Tpo -c -o libcommonpth_a-mbox-util.o `test -f 'mbox-util.c' || echo './'`mbox-util.c
  570. mv -f .deps/libcommonpth_a-mbox-util.Tpo .deps/libcommonpth_a-mbox-util.Po
  571. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-miscellaneous.o -MD -MP -MF .deps/libcommonpth_a-miscellaneous.Tpo -c -o libcommonpth_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c
  572. mv -f .deps/libcommonpth_a-miscellaneous.Tpo .deps/libcommonpth_a-miscellaneous.Po
  573. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-xasprintf.o -MD -MP -MF .deps/libcommonpth_a-xasprintf.Tpo -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c
  574. mv -f .deps/libcommonpth_a-xasprintf.Tpo .deps/libcommonpth_a-xasprintf.Po
  575. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-xreadline.o -MD -MP -MF .deps/libcommonpth_a-xreadline.Tpo -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c
  576. mv -f .deps/libcommonpth_a-xreadline.Tpo .deps/libcommonpth_a-xreadline.Po
  577. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-membuf.o -MD -MP -MF .deps/libcommonpth_a-membuf.Tpo -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c
  578. mv -f .deps/libcommonpth_a-membuf.Tpo .deps/libcommonpth_a-membuf.Po
  579. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-ccparray.o -MD -MP -MF .deps/libcommonpth_a-ccparray.Tpo -c -o libcommonpth_a-ccparray.o `test -f 'ccparray.c' || echo './'`ccparray.c
  580. mv -f .deps/libcommonpth_a-ccparray.Tpo .deps/libcommonpth_a-ccparray.Po
  581. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-iobuf.o -MD -MP -MF .deps/libcommonpth_a-iobuf.Tpo -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c
  582. mv -f .deps/libcommonpth_a-iobuf.Tpo .deps/libcommonpth_a-iobuf.Po
  583. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-ttyio.o -MD -MP -MF .deps/libcommonpth_a-ttyio.Tpo -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c
  584. mv -f .deps/libcommonpth_a-ttyio.Tpo .deps/libcommonpth_a-ttyio.Po
  585. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-asshelp.o -MD -MP -MF .deps/libcommonpth_a-asshelp.Tpo -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
  586. mv -f .deps/libcommonpth_a-asshelp.Tpo .deps/libcommonpth_a-asshelp.Po
  587. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-asshelp2.o -MD -MP -MF .deps/libcommonpth_a-asshelp2.Tpo -c -o libcommonpth_a-asshelp2.o `test -f 'asshelp2.c' || echo './'`asshelp2.c
  588. mv -f .deps/libcommonpth_a-asshelp2.Tpo .deps/libcommonpth_a-asshelp2.Po
  589. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-signal.o -MD -MP -MF .deps/libcommonpth_a-signal.Tpo -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo './'`signal.c
  590. mv -f .deps/libcommonpth_a-signal.Tpo .deps/libcommonpth_a-signal.Po
  591. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-audit.o -MD -MP -MF .deps/libcommonpth_a-audit.Tpo -c -o libcommonpth_a-audit.o `test -f 'audit.c' || echo './'`audit.c
  592. mv -f .deps/libcommonpth_a-audit.Tpo .deps/libcommonpth_a-audit.Po
  593. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-localename.o -MD -MP -MF .deps/libcommonpth_a-localename.Tpo -c -o libcommonpth_a-localename.o `test -f 'localename.c' || echo './'`localename.c
  594. mv -f .deps/libcommonpth_a-localename.Tpo .deps/libcommonpth_a-localename.Po
  595. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-session-env.o -MD -MP -MF .deps/libcommonpth_a-session-env.Tpo -c -o libcommonpth_a-session-env.o `test -f 'session-env.c' || echo './'`session-env.c
  596. mv -f .deps/libcommonpth_a-session-env.Tpo .deps/libcommonpth_a-session-env.Po
  597. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-userids.o -MD -MP -MF .deps/libcommonpth_a-userids.Tpo -c -o libcommonpth_a-userids.o `test -f 'userids.c' || echo './'`userids.c
  598. mv -f .deps/libcommonpth_a-userids.Tpo .deps/libcommonpth_a-userids.Po
  599. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-openpgp-oid.o -MD -MP -MF .deps/libcommonpth_a-openpgp-oid.Tpo -c -o libcommonpth_a-openpgp-oid.o `test -f 'openpgp-oid.c' || echo './'`openpgp-oid.c
  600. mv -f .deps/libcommonpth_a-openpgp-oid.Tpo .deps/libcommonpth_a-openpgp-oid.Po
  601. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-ssh-utils.o -MD -MP -MF .deps/libcommonpth_a-ssh-utils.Tpo -c -o libcommonpth_a-ssh-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c
  602. mv -f .deps/libcommonpth_a-ssh-utils.Tpo .deps/libcommonpth_a-ssh-utils.Po
  603. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-agent-opt.o -MD -MP -MF .deps/libcommonpth_a-agent-opt.Tpo -c -o libcommonpth_a-agent-opt.o `test -f 'agent-opt.c' || echo './'`agent-opt.c
  604. mv -f .deps/libcommonpth_a-agent-opt.Tpo .deps/libcommonpth_a-agent-opt.Po
  605. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-helpfile.o -MD -MP -MF .deps/libcommonpth_a-helpfile.Tpo -c -o libcommonpth_a-helpfile.o `test -f 'helpfile.c' || echo './'`helpfile.c
  606. mv -f .deps/libcommonpth_a-helpfile.Tpo .deps/libcommonpth_a-helpfile.Po
  607. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-mkdir_p.o -MD -MP -MF .deps/libcommonpth_a-mkdir_p.Tpo -c -o libcommonpth_a-mkdir_p.o `test -f 'mkdir_p.c' || echo './'`mkdir_p.c
  608. mv -f .deps/libcommonpth_a-mkdir_p.Tpo .deps/libcommonpth_a-mkdir_p.Po
  609. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-exectool.o -MD -MP -MF .deps/libcommonpth_a-exectool.Tpo -c -o libcommonpth_a-exectool.o `test -f 'exectool.c' || echo './'`exectool.c
  610. mv -f .deps/libcommonpth_a-exectool.Tpo .deps/libcommonpth_a-exectool.Po
  611. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-server-help.o -MD -MP -MF .deps/libcommonpth_a-server-help.Tpo -c -o libcommonpth_a-server-help.o `test -f 'server-help.c' || echo './'`server-help.c
  612. mv -f .deps/libcommonpth_a-server-help.Tpo .deps/libcommonpth_a-server-help.Po
  613. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-name-value.o -MD -MP -MF .deps/libcommonpth_a-name-value.Tpo -c -o libcommonpth_a-name-value.o `test -f 'name-value.c' || echo './'`name-value.c
  614. mv -f .deps/libcommonpth_a-name-value.Tpo .deps/libcommonpth_a-name-value.Po
  615. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-recsel.o -MD -MP -MF .deps/libcommonpth_a-recsel.Tpo -c -o libcommonpth_a-recsel.o `test -f 'recsel.c' || echo './'`recsel.c
  616. mv -f .deps/libcommonpth_a-recsel.Tpo .deps/libcommonpth_a-recsel.Po
  617. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-ksba-io-support.o -MD -MP -MF .deps/libcommonpth_a-ksba-io-support.Tpo -c -o libcommonpth_a-ksba-io-support.o `test -f 'ksba-io-support.c' || echo './'`ksba-io-support.c
  618. mv -f .deps/libcommonpth_a-ksba-io-support.Tpo .deps/libcommonpth_a-ksba-io-support.Po
  619. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-compliance.o -MD -MP -MF .deps/libcommonpth_a-compliance.Tpo -c -o libcommonpth_a-compliance.o `test -f 'compliance.c' || echo './'`compliance.c
  620. mv -f .deps/libcommonpth_a-compliance.Tpo .deps/libcommonpth_a-compliance.Po
  621. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-exechelp-posix.o -MD -MP -MF .deps/libcommonpth_a-exechelp-posix.Tpo -c -o libcommonpth_a-exechelp-posix.o `test -f 'exechelp-posix.c' || echo './'`exechelp-posix.c
  622. mv -f .deps/libcommonpth_a-exechelp-posix.Tpo .deps/libcommonpth_a-exechelp-posix.Po
  623. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libcommonpth_a-call-gpg.o -MD -MP -MF .deps/libcommonpth_a-call-gpg.Tpo -c -o libcommonpth_a-call-gpg.o `test -f 'call-gpg.c' || echo './'`call-gpg.c
  624. mv -f .deps/libcommonpth_a-call-gpg.Tpo .deps/libcommonpth_a-call-gpg.Po
  625. rm -f libcommonpth.a
  626. ar cru libcommonpth.a libcommonpth_a-i18n.o libcommonpth_a-mapstrings.o libcommonpth_a-stringhelp.o libcommonpth_a-strlist.o libcommonpth_a-utf8conv.o libcommonpth_a-argparse.o libcommonpth_a-logging.o libcommonpth_a-dotlock.o libcommonpth_a-mischelp.o libcommonpth_a-status.o libcommonpth_a-tlv.o libcommonpth_a-init.o libcommonpth_a-sexputil.o libcommonpth_a-sysutils.o libcommonpth_a-homedir.o libcommonpth_a-gettime.o libcommonpth_a-yesno.o libcommonpth_a-b64enc.o libcommonpth_a-b64dec.o libcommonpth_a-zb32.o libcommonpth_a-convert.o libcommonpth_a-percent.o libcommonpth_a-mbox-util.o libcommonpth_a-miscellaneous.o libcommonpth_a-xasprintf.o libcommonpth_a-xreadline.o libcommonpth_a-membuf.o libcommonpth_a-ccparray.o libcommonpth_a-iobuf.o libcommonpth_a-ttyio.o libcommonpth_a-asshelp.o libcommonpth_a-asshelp2.o libcommonpth_a-signal.o libcommonpth_a-audit.o libcommonpth_a-localename.o libcommonpth_a-session-env.o libcommonpth_a-userids.o libcommonpth_a-openpgp-oid.o libcommonpth_a-ssh-utils.o libcommonpth_a-agent-opt.o libcommonpth_a-helpfile.o libcommonpth_a-mkdir_p.o libcommonpth_a-strlist.o libcommonpth_a-exectool.o libcommonpth_a-server-help.o libcommonpth_a-name-value.o libcommonpth_a-recsel.o libcommonpth_a-ksba-io-support.o libcommonpth_a-compliance.o libcommonpth_a-exechelp-posix.o libcommonpth_a-call-gpg.o
  627. ranlib libcommonpth.a
  628. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT gpgrlhelp.o -MD -MP -MF .deps/gpgrlhelp.Tpo -c -o gpgrlhelp.o gpgrlhelp.c
  629. mv -f .deps/gpgrlhelp.Tpo .deps/gpgrlhelp.Po
  630. rm -f libgpgrl.a
  631. ar cru libgpgrl.a gpgrlhelp.o
  632. ranlib libgpgrl.a
  633. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libsimple_pwquery_a-simple-pwquery.o -MD -MP -MF .deps/libsimple_pwquery_a-simple-pwquery.Tpo -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo './'`simple-pwquery.c
  634. mv -f .deps/libsimple_pwquery_a-simple-pwquery.Tpo .deps/libsimple_pwquery_a-simple-pwquery.Po
  635. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libsimple_pwquery_a-asshelp.o -MD -MP -MF .deps/libsimple_pwquery_a-asshelp.Tpo -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c
  636. mv -f .deps/libsimple_pwquery_a-asshelp.Tpo .deps/libsimple_pwquery_a-asshelp.Po
  637. rm -f libsimple-pwquery.a
  638. ar cru libsimple-pwquery.a libsimple_pwquery_a-simple-pwquery.o libsimple_pwquery_a-asshelp.o
  639. ranlib libsimple-pwquery.a
  640. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-stringhelp.o -MD -MP -MF .deps/t-stringhelp.Tpo -c -o t-stringhelp.o t-stringhelp.c
  641. mv -f .deps/t-stringhelp.Tpo .deps/t-stringhelp.Po
  642. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-stringhelp t-stringhelp.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  643. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-timestuff.o -MD -MP -MF .deps/t-timestuff.Tpo -c -o t-timestuff.o t-timestuff.c
  644. mv -f .deps/t-timestuff.Tpo .deps/t-timestuff.Po
  645. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-timestuff t-timestuff.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  646. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-convert.o -MD -MP -MF .deps/t-convert.Tpo -c -o t-convert.o t-convert.c
  647. mv -f .deps/t-convert.Tpo .deps/t-convert.Po
  648. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-convert t-convert.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  649. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-percent.o -MD -MP -MF .deps/t-percent.Tpo -c -o t-percent.o t-percent.c
  650. mv -f .deps/t-percent.Tpo .deps/t-percent.Po
  651. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-percent t-percent.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  652. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-gettime.o -MD -MP -MF .deps/t-gettime.Tpo -c -o t-gettime.o t-gettime.c
  653. mv -f .deps/t-gettime.Tpo .deps/t-gettime.Po
  654. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-gettime t-gettime.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  655. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-sysutils.o -MD -MP -MF .deps/t-sysutils.Tpo -c -o t-sysutils.o t-sysutils.c
  656. mv -f .deps/t-sysutils.Tpo .deps/t-sysutils.Po
  657. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-sysutils t-sysutils.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  658. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-sexputil.o -MD -MP -MF .deps/t-sexputil.Tpo -c -o t-sexputil.o t-sexputil.c
  659. mv -f .deps/t-sexputil.Tpo .deps/t-sexputil.Po
  660. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-sexputil t-sexputil.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  661. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-session-env.o -MD -MP -MF .deps/t-session-env.Tpo -c -o t-session-env.o t-session-env.c
  662. mv -f .deps/t-session-env.Tpo .deps/t-session-env.Po
  663. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-session-env t-session-env.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  664. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-openpgp-oid.o -MD -MP -MF .deps/t-openpgp-oid.Tpo -c -o t-openpgp-oid.o t-openpgp-oid.c
  665. mv -f .deps/t-openpgp-oid.Tpo .deps/t-openpgp-oid.Po
  666. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-openpgp-oid t-openpgp-oid.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  667. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-ssh-utils.o -MD -MP -MF .deps/t-ssh-utils.Tpo -c -o t-ssh-utils.o t-ssh-utils.c
  668. mv -f .deps/t-ssh-utils.Tpo .deps/t-ssh-utils.Po
  669. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-ssh-utils t-ssh-utils.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  670. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-mapstrings.o -MD -MP -MF .deps/t-mapstrings.Tpo -c -o t-mapstrings.o t-mapstrings.c
  671. mv -f .deps/t-mapstrings.Tpo .deps/t-mapstrings.Po
  672. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-mapstrings t-mapstrings.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  673. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-zb32.o -MD -MP -MF .deps/t-zb32.Tpo -c -o t-zb32.o t-zb32.c
  674. mv -f .deps/t-zb32.Tpo .deps/t-zb32.Po
  675. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-zb32 t-zb32.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  676. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-mbox-util.o -MD -MP -MF .deps/t-mbox-util.Tpo -c -o t-mbox-util.o t-mbox-util.c
  677. mv -f .deps/t-mbox-util.Tpo .deps/t-mbox-util.Po
  678. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-mbox-util t-mbox-util.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  679. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-iobuf.o -MD -MP -MF .deps/t-iobuf.Tpo -c -o t-iobuf.o t-iobuf.c
  680. mv -f .deps/t-iobuf.Tpo .deps/t-iobuf.Po
  681. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-iobuf t-iobuf.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  682. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-strlist.o -MD -MP -MF .deps/t-strlist.Tpo -c -o t-strlist.o t-strlist.c
  683. mv -f .deps/t-strlist.Tpo .deps/t-strlist.Po
  684. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-strlist t-strlist.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  685. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-name-value.o -MD -MP -MF .deps/t-name-value.Tpo -c -o t-name-value.o t-name-value.c
  686. mv -f .deps/t-name-value.Tpo .deps/t-name-value.Po
  687. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-name-value t-name-value.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  688. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-ccparray.o -MD -MP -MF .deps/t-ccparray.Tpo -c -o t-ccparray.o t-ccparray.c
  689. mv -f .deps/t-ccparray.Tpo .deps/t-ccparray.Po
  690. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-ccparray t-ccparray.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  691. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-recsel.o -MD -MP -MF .deps/t-recsel.Tpo -c -o t-recsel.o t-recsel.c
  692. mv -f .deps/t-recsel.Tpo .deps/t-recsel.Po
  693. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-recsel t-recsel.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  694. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-exechelp.o -MD -MP -MF .deps/t-exechelp.Tpo -c -o t-exechelp.o t-exechelp.c
  695. mv -f .deps/t-exechelp.Tpo .deps/t-exechelp.Po
  696. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-exechelp t-exechelp.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  697. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT t-exectool.o -MD -MP -MF .deps/t-exectool.Tpo -c -o t-exectool.o t-exectool.c
  698. mv -f .deps/t-exectool.Tpo .deps/t-exectool.Po
  699. gcc -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o t-exectool t-exectool.o libcommon.a -lgcrypt -lgpg-error -lassuan -lgpg-error -lgpg-error
  700. make[3]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/common'
  701. make[2]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/common'
  702. Making all in kbx
  703. make[2]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/kbx'
  704. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-util.o -MD -MP -MF .deps/libkeybox_a-keybox-util.Tpo -c -o libkeybox_a-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
  705. mv -f .deps/libkeybox_a-keybox-util.Tpo .deps/libkeybox_a-keybox-util.Po
  706. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-init.o -MD -MP -MF .deps/libkeybox_a-keybox-init.Tpo -c -o libkeybox_a-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
  707. mv -f .deps/libkeybox_a-keybox-init.Tpo .deps/libkeybox_a-keybox-init.Po
  708. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-blob.o -MD -MP -MF .deps/libkeybox_a-keybox-blob.Tpo -c -o libkeybox_a-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
  709. mv -f .deps/libkeybox_a-keybox-blob.Tpo .deps/libkeybox_a-keybox-blob.Po
  710. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-file.o -MD -MP -MF .deps/libkeybox_a-keybox-file.Tpo -c -o libkeybox_a-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
  711. mv -f .deps/libkeybox_a-keybox-file.Tpo .deps/libkeybox_a-keybox-file.Po
  712. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-search.o -MD -MP -MF .deps/libkeybox_a-keybox-search.Tpo -c -o libkeybox_a-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
  713. mv -f .deps/libkeybox_a-keybox-search.Tpo .deps/libkeybox_a-keybox-search.Po
  714. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-update.o -MD -MP -MF .deps/libkeybox_a-keybox-update.Tpo -c -o libkeybox_a-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
  715. mv -f .deps/libkeybox_a-keybox-update.Tpo .deps/libkeybox_a-keybox-update.Po
  716. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-openpgp.o -MD -MP -MF .deps/libkeybox_a-keybox-openpgp.Tpo -c -o libkeybox_a-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
  717. mv -f .deps/libkeybox_a-keybox-openpgp.Tpo .deps/libkeybox_a-keybox-openpgp.Po
  718. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox_a-keybox-dump.o -MD -MP -MF .deps/libkeybox_a-keybox-dump.Tpo -c -o libkeybox_a-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
  719. mv -f .deps/libkeybox_a-keybox-dump.Tpo .deps/libkeybox_a-keybox-dump.Po
  720. rm -f libkeybox.a
  721. ar cru libkeybox.a libkeybox_a-keybox-util.o libkeybox_a-keybox-init.o libkeybox_a-keybox-blob.o libkeybox_a-keybox-file.o libkeybox_a-keybox-search.o libkeybox_a-keybox-update.o libkeybox_a-keybox-openpgp.o libkeybox_a-keybox-dump.o
  722. ranlib libkeybox.a
  723. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-util.o -MD -MP -MF .deps/libkeybox509_a-keybox-util.Tpo -c -o libkeybox509_a-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
  724. mv -f .deps/libkeybox509_a-keybox-util.Tpo .deps/libkeybox509_a-keybox-util.Po
  725. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-init.o -MD -MP -MF .deps/libkeybox509_a-keybox-init.Tpo -c -o libkeybox509_a-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
  726. mv -f .deps/libkeybox509_a-keybox-init.Tpo .deps/libkeybox509_a-keybox-init.Po
  727. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-blob.o -MD -MP -MF .deps/libkeybox509_a-keybox-blob.Tpo -c -o libkeybox509_a-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
  728. mv -f .deps/libkeybox509_a-keybox-blob.Tpo .deps/libkeybox509_a-keybox-blob.Po
  729. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-file.o -MD -MP -MF .deps/libkeybox509_a-keybox-file.Tpo -c -o libkeybox509_a-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
  730. mv -f .deps/libkeybox509_a-keybox-file.Tpo .deps/libkeybox509_a-keybox-file.Po
  731. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-search.o -MD -MP -MF .deps/libkeybox509_a-keybox-search.Tpo -c -o libkeybox509_a-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
  732. mv -f .deps/libkeybox509_a-keybox-search.Tpo .deps/libkeybox509_a-keybox-search.Po
  733. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-update.o -MD -MP -MF .deps/libkeybox509_a-keybox-update.Tpo -c -o libkeybox509_a-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
  734. mv -f .deps/libkeybox509_a-keybox-update.Tpo .deps/libkeybox509_a-keybox-update.Po
  735. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-openpgp.o -MD -MP -MF .deps/libkeybox509_a-keybox-openpgp.Tpo -c -o libkeybox509_a-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
  736. mv -f .deps/libkeybox509_a-keybox-openpgp.Tpo .deps/libkeybox509_a-keybox-openpgp.Po
  737. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT libkeybox509_a-keybox-dump.o -MD -MP -MF .deps/libkeybox509_a-keybox-dump.Tpo -c -o libkeybox509_a-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
  738. mv -f .deps/libkeybox509_a-keybox-dump.Tpo .deps/libkeybox509_a-keybox-dump.Po
  739. rm -f libkeybox509.a
  740. ar cru libkeybox509.a libkeybox509_a-keybox-util.o libkeybox509_a-keybox-init.o libkeybox509_a-keybox-blob.o libkeybox509_a-keybox-file.o libkeybox509_a-keybox-search.o libkeybox509_a-keybox-update.o libkeybox509_a-keybox-openpgp.o libkeybox509_a-keybox-dump.o
  741. ranlib libkeybox509.a
  742. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-kbxutil.o -MD -MP -MF .deps/kbxutil-kbxutil.Tpo -c -o kbxutil-kbxutil.o `test -f 'kbxutil.c' || echo './'`kbxutil.c
  743. mv -f .deps/kbxutil-kbxutil.Tpo .deps/kbxutil-kbxutil.Po
  744. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-util.o -MD -MP -MF .deps/kbxutil-keybox-util.Tpo -c -o kbxutil-keybox-util.o `test -f 'keybox-util.c' || echo './'`keybox-util.c
  745. mv -f .deps/kbxutil-keybox-util.Tpo .deps/kbxutil-keybox-util.Po
  746. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-init.o -MD -MP -MF .deps/kbxutil-keybox-init.Tpo -c -o kbxutil-keybox-init.o `test -f 'keybox-init.c' || echo './'`keybox-init.c
  747. mv -f .deps/kbxutil-keybox-init.Tpo .deps/kbxutil-keybox-init.Po
  748. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-blob.o -MD -MP -MF .deps/kbxutil-keybox-blob.Tpo -c -o kbxutil-keybox-blob.o `test -f 'keybox-blob.c' || echo './'`keybox-blob.c
  749. mv -f .deps/kbxutil-keybox-blob.Tpo .deps/kbxutil-keybox-blob.Po
  750. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-file.o -MD -MP -MF .deps/kbxutil-keybox-file.Tpo -c -o kbxutil-keybox-file.o `test -f 'keybox-file.c' || echo './'`keybox-file.c
  751. mv -f .deps/kbxutil-keybox-file.Tpo .deps/kbxutil-keybox-file.Po
  752. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-search.o -MD -MP -MF .deps/kbxutil-keybox-search.Tpo -c -o kbxutil-keybox-search.o `test -f 'keybox-search.c' || echo './'`keybox-search.c
  753. mv -f .deps/kbxutil-keybox-search.Tpo .deps/kbxutil-keybox-search.Po
  754. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-update.o -MD -MP -MF .deps/kbxutil-keybox-update.Tpo -c -o kbxutil-keybox-update.o `test -f 'keybox-update.c' || echo './'`keybox-update.c
  755. mv -f .deps/kbxutil-keybox-update.Tpo .deps/kbxutil-keybox-update.Po
  756. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-openpgp.o -MD -MP -MF .deps/kbxutil-keybox-openpgp.Tpo -c -o kbxutil-keybox-openpgp.o `test -f 'keybox-openpgp.c' || echo './'`keybox-openpgp.c
  757. mv -f .deps/kbxutil-keybox-openpgp.Tpo .deps/kbxutil-keybox-openpgp.Po
  758. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbxutil-keybox-dump.o -MD -MP -MF .deps/kbxutil-keybox-dump.Tpo -c -o kbxutil-keybox-dump.o `test -f 'keybox-dump.c' || echo './'`keybox-dump.c
  759. mv -f .deps/kbxutil-keybox-dump.Tpo .deps/kbxutil-keybox-dump.Po
  760. gcc -DKEYBOX_WITH_X509=1 -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -o kbxutil kbxutil-kbxutil.o kbxutil-keybox-util.o kbxutil-keybox-init.o kbxutil-keybox-blob.o kbxutil-keybox-file.o kbxutil-keybox-search.o kbxutil-keybox-update.o kbxutil-keybox-openpgp.o kbxutil-keybox-dump.o ../common/libcommon.a -lksba -lgpg-error -lgcrypt -lgpg-error -lgpg-error
  761. make[2]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/kbx'
  762. Making all in g10
  763. make[2]: Entering directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/g10'
  764. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT gpg.o -MD -MP -MF .deps/gpg.Tpo -c -o gpg.o gpg.c
  765. mv -f .deps/gpg.Tpo .deps/gpg.Po
  766. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT keyedit.o -MD -MP -MF .deps/keyedit.Tpo -c -o keyedit.o keyedit.c
  767. mv -f .deps/keyedit.Tpo .deps/keyedit.Po
  768. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
  769. mv -f .deps/server.Tpo .deps/server.Po
  770. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT build-packet.o -MD -MP -MF .deps/build-packet.Tpo -c -o build-packet.o build-packet.c
  771. mv -f .deps/build-packet.Tpo .deps/build-packet.Po
  772. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
  773. mv -f .deps/compress.Tpo .deps/compress.Po
  774. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT compress-bz2.o -MD -MP -MF .deps/compress-bz2.Tpo -c -o compress-bz2.o compress-bz2.c
  775. mv -f .deps/compress-bz2.Tpo .deps/compress-bz2.Po
  776. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT free-packet.o -MD -MP -MF .deps/free-packet.Tpo -c -o free-packet.o free-packet.c
  777. mv -f .deps/free-packet.Tpo .deps/free-packet.Po
  778. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT getkey.o -MD -MP -MF .deps/getkey.Tpo -c -o getkey.o getkey.c
  779. mv -f .deps/getkey.Tpo .deps/getkey.Po
  780. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT keydb.o -MD -MP -MF .deps/keydb.Tpo -c -o keydb.o keydb.c
  781. mv -f .deps/keydb.Tpo .deps/keydb.Po
  782. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT keyring.o -MD -MP -MF .deps/keyring.Tpo -c -o keyring.o keyring.c
  783. mv -f .deps/keyring.Tpo .deps/keyring.Po
  784. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT seskey.o -MD -MP -MF .deps/seskey.Tpo -c -o seskey.o seskey.c
  785. mv -f .deps/seskey.Tpo .deps/seskey.Po
  786. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT kbnode.o -MD -MP -MF .deps/kbnode.Tpo -c -o kbnode.o kbnode.c
  787. mv -f .deps/kbnode.Tpo .deps/kbnode.Po
  788. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -DGNUPG_BINDIR="\"/usr/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/lib\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/usr/var\"" -Wall -Wno-pointer-sign -Wpointer-arith -O2 -march=x86-64 -pipe -MT mainproc.o -MD -MP -MF .deps/mainproc.Tpo -c -o mainproc.o mainproc.c
  789. mainproc.c: In function 'proc_encrypted':
  790. mainproc.c:686:14: error: 'GPGRT_LOGLVL_INFO' undeclared (first use in this function); did you mean 'GPGRT_LOG_INFO'?
  791. (GPGRT_LOGLVL_INFO,
  792. ^~~~~~~~~~~~~~~~~
  793. GPGRT_LOG_INFO
  794. mainproc.c:686:14: note: each undeclared identifier is reported only once for each function it appears in
  795. make[2]: *** [Makefile:875: mainproc.o] Error 1
  796. make[2]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8/g10'
  797. make[1]: *** [Makefile:605: all-recursive] Error 1
  798. make[1]: Leaving directory '/usr/ports/opt/gnupg/work/src/gnupg-2.2.8'
  799. make: *** [Makefile:524: all] Error 2
  800. =======> ERROR: Building '/usr/ports/opt/gnupg/gnupg#2.2.8-1.pkg.tar.gz' failed.
  801. prt-get: error while install
  802. -- Packages where install failed
  803. gnupg
  804.