security/gnupg fails when security/pam_yubico is installed

Arthur Mesh arthurmesh at gmail.com
Thu Sep 5 22:39:15 UTC 2013


Hello,

The problem is that pam_yubico installs util.h in to
/usr/local/include/util.h

This header is erroneously picked up by gnupg build (instead of using
./work/gnupg-2.0.21/common/util.h) This causes a build failure:

Script started on Thu Sep  5 15:36:55 2013
command: make build
===>  License GPLv3 LGPL3 accepted by the user
===>  Found saved configuration for gnupg-2.0.19_2
===>   gnupg-2.0.21 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by gnupg-2.0.21 for building
===>  Extracting for gnupg-2.0.21
=> SHA256 Checksum OK for gnupg-2.0.21.tar.bz2.
=> SHA256 Checksum OK for gnupg-2.0.21.tar.bz2.sig.
===>  Patching for gnupg-2.0.21
===>  Applying FreeBSD patches for gnupg-2.0.21
===>   gnupg-2.0.21 depends on executable: gmake - found
===>   gnupg-2.0.21 depends on shared library: libiconv.so.3 - found
 - found
===>   gnupg-2.0.21 depends on shared library: assuan - found
===>   gnupg-2.0.21 depends on shared library: gcrypt - found
===>   gnupg-2.0.21 depends on shared library: gpg-error - found
===>   gnupg-2.0.21 depends on shared library: ksba - found
===>   gnupg-2.0.21 depends on shared library: pth - found
===>   gnupg-2.0.21 depends on shared library: curl - found
===>   gnupg-2.0.21 depends on shared library: intl - found
===>  Configuring for gnupg-2.0.21
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking build system type... amd64-portbld-freebsd9.2
checking host system type... amd64-portbld-freebsd9.2
configure: autobuild project... gnupg
configure: autobuild revision... 2.0.21
configure: autobuild hostname... eta.jnpr.net
configure: autobuild timestamp... 20130905-153657
checking for style of include used by gmake... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether SELinux support is requested... no
checking whether to enable the BZIP2 compression algorithm... yes
checking whether to enable external program execution... yes
checking whether to enable photo ID viewing... yes
checking whether to use a fixed photo ID viewer... no
checking whether to enable external keyserver helpers... yes
checking whether LDAP keyserver support is requested... no
checking whether HKP keyserver support is requested... yes
checking whether finger key fetching support is requested... yes
checking whether generic object key fetching support is requested... yes
checking whether email keyserver support is requested... no
checking whether keyserver exec-path is enabled... yes
checking for the size of the key and uid cache... 4096
checking whether use of capabilities is requested... no
checking whether to enable the internal CCID driver... yes
checking whether to enable maintainer-specific portions of Makefiles... no
configure: checking for programs
checking whether gmake sets $(MAKE)... (cached) yes
checking whether build environment is sane... yes
checking for gawk... (cached) /usr/bin/awk
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cpp
checking whether cc understands -c and -o together... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for perl... /usr/bin/perl
checking for windres... no
checking for strerror in -lcposix... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for faqprog.pl... no
checking for tar... /usr/bin/tar
checking whether /usr/bin/tar speaks USTAR... yes
checking for cc for build... cc
checking whether to use a standard socket by default... no
configure: checking for libraries
checking for gpg-error-config... /usr/local/bin/gpg-error-config
checking for GPG Error - version >= 1.11... yes (1.12)
checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.4.0... yes (1.5.3)
checking LIBGCRYPT API version... okay
checking for libassuan-config... /usr/local/bin/libassuan-config
checking for LIBASSUAN - version >= 2.0.0... yes (2.0.3)
checking LIBASSUAN API version... okay
checking for ksba-config... /usr/local/bin/ksba-config
checking for KSBA - version >= 1.0.7... yes (1.3.0)
checking KSBA API version... okay
checking for usb_bulk_write in -lusb... yes
checking for usb_create_match... no
checking for library containing dlopen... none required
checking for openpty in -lutil... yes
checking for shred... /usr/bin/shred
checking for pth-config... /usr/local/bin/pth-config
checking for PTH - version >= 1.3.7... yes
checking whether PTH installation is sane... yes
configure: checking for networking options
checking for gethostbyname... (cached) yes
checking for setsockopt... (cached) yes
checking adns.h usability... yes
checking adns.h presence... yes
checking for adns.h... yes
checking for adns_init in -ladns... yes
checking for adns_free... no
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking for library containing dn_skipname... no
checking for library containing __dn_skipname... none required
checking whether the resolver is usable... yes
checking for gawk... (cached) /usr/bin/awk
checking for the version of libcurl... 7.31.0
checking for libcurl >= version 7.10... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: checking for gettext
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
checking for strchr... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
configure: checking for header files
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for langinfo.h... (cached) yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for getopt.h... (cached) yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking utmp.h usability... no
checking utmp.h presence... no
checking for utmp.h... no
checking for pwd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
configure: checking for system characteristics
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for size_t... (cached) yes
checking for mode_t... (cached) yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for stdint.h... (cached) yes
checking for socklen_t... (cached) yes
checking endianess... little
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... no
checking for u16 typedef... no
checking for u32 typedef... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of unsigned long long... 8
checking size of time_t... 8
checking for UINT64_C... yes
checking size of uint64_t... 8
configure: checking for library functions
checking whether getpagesize is declared... (cached) yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for strerror... (cached) yes
checking for strlwr... no
checking for tcgetattr... yes
checking for mmap... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for ctermid... yes
checking for times... yes
checking for gmtime_r... yes
checking for unsetenv... (cached) yes
checking for fcntl... (cached) yes
checking for ftruncate... yes
checking for inet_ntop... (cached) yes
checking for gettimeofday... (cached) yes
checking for getrusage... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for clock_gettime... (cached) yes
checking for atexit... (cached) yes
checking for raise... (cached) yes
checking for getpagesize... (cached) yes
checking for strftime... (cached) yes
checking for nl_langinfo... (cached) yes
checking for setlocale... (cached) yes
checking for waitpid... (cached) yes
checking for wait4... yes
checking for sigaction... (cached) yes
checking for sigprocmask... (cached) yes
checking for pipe... (cached) yes
checking for stat... (cached) yes
checking for getaddrinfo... (cached) yes
checking for ttyname... yes
checking for rand... (cached) yes
checking for ftello... yes
checking for fsync... (cached) yes
checking for stat... (cached) yes
checking for struct sigaction... yes
checking for sigset_t... (cached) yes
checking for memicmp... no
checking for stpcpy... (cached) yes
checking for strsep... (cached) yes
checking for strlwr... (cached) no
checking for strtoul... (cached) yes
checking for memmove... (cached) yes
checking for stricmp... no
checking for strtol... (cached) yes
checking for memrchr... yes
checking for isascii... (cached) yes
checking for timegm... yes
checking for getrusage... (cached) yes
checking for setrlimit... (cached) yes
checking for stat... (cached) yes
checking for setlocale... (cached) yes
checking for flockfile... yes
checking for funlockfile... yes
checking for fopencookie... no
checking for funopen... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for long long int... (cached) yes
checking for long double... yes
checking whether stat file-mode macros are broken... no
checking for unsigned long long int... (cached) yes
checking for mkdtemp... (cached) yes
checking for setenv... (cached) yes
checking for unsetenv... (cached) yes
checking for unsetenv() return type... (cached) int
checking for stdint.h... (cached) yes
checking for SIZE_MAX... (cached) yes
checking absolute name of <stdint.h>... ///usr/include/stdint.h
checking whether stdint.h conforms to C99... yes
checking for strpbrk... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking if mkdir takes one argument... no
checking whether regular expression support is requested... yes
checking for library containing regcomp... none required
checking for regcomp... yes
checking whether your system's regexp library is broken... no
checking for zlib.h... (cached) yes
checking for deflateInit2_ in -lz... yes
checking for bzlib.h... yes
checking for BZ2_bzCompressInit in -lbz2... yes
checking whether readline via "-lreadline" is present and sane... yes
configure: checking for cc features
checking if gcc supports -Wno-pointer-sign... yes
checking if gcc supports -Wpointer-arith... yes
configure: checking system features for estream-printf
checking for stdint.h... (cached) yes
checking for long long int... (cached) yes
checking for long double... (cached) yes
checking for intmax_t... (cached) yes
checking for uintmax_t... yes
checking for ptrdiff_t... (cached) yes
checking size of unsigned long... (cached) 8
checking size of void *... 8
checking for nl_langinfo and THOUSANDS_SEP... no
configure: checking system features for estream
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating gl/Makefile
config.status: creating include/Makefile
config.status: creating jnlib/Makefile
config.status: creating common/Makefile
config.status: creating common/w32info-rc.h
config.status: creating kbx/Makefile
config.status: creating g10/Makefile
config.status: creating sm/Makefile
config.status: creating agent/Makefile
config.status: creating scd/Makefile
config.status: creating keyserver/Makefile
config.status: creating keyserver/gpg2keys_mailto
config.status: creating keyserver/gpg2keys_test
config.status: creating tools/gpg-zip
config.status: creating tools/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating tests/openpgp/Makefile
config.status: creating tests/pkits/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

        GnuPG v2.0.21 has been configured as follows:

        Revision:  9cf37aa  (40179)
        Platform:  FreeBSD (amd64-portbld-freebsd9.2)

        OpenPGP:   yes
        S/MIME:    no
        Agent:     yes 
        Smartcard: no 
        Gpgtar:    no

        Protect tool:      (default)
        Default agent:     (default)
        Default pinentry:  (default)
        Default scdaemon:  (default)
        Default dirmngr:   (default)

===>  Building for gnupg-2.0.21
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21'
Making all in m4
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/m4'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/m4'
Making all in gl
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  cat ./alloca_.h; \
} > alloca.h-t
mv -f alloca.h-t alloca.h
gmake  all-am
gmake[3]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl'
cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include  -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT allocsa.o -MD -MP -MF .deps/allocsa.Tpo -c -o allocsa.o allocsa.c
mv -f .deps/allocsa.Tpo .deps/allocsa.Po
rm -f libgnu.a
ar cru libgnu.a allocsa.o 
ranlib libgnu.a
gmake[3]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl'
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl'
Making all in include
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/include'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/include'
Making all in jnlib
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/jnlib'
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT stringhelp.o -MD -MP -MF .deps/stringhelp.Tpo -c -o stringhelp.o stringhelp.c
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT strlist.o -MD -MP -MF .deps/strlist.Tpo -c -o strlist.o strlist.c
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT utf8conv.o -MD -MP -MF .deps/utf8conv.Tpo -c -o utf8conv.o utf8conv.c
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.c
utf8conv.c: In function 'jnlib_iconv':
utf8conv.c:653: warning: passing argument 2 of 'libiconv' from incompatible pointer type
mv -f .deps/strlist.Tpo .deps/strlist.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT logging.o -MD -MP -MF .deps/logging.Tpo -c -o logging.o logging.c
mv -f .deps/utf8conv.Tpo .deps/utf8conv.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT dotlock.o -MD -MP -MF .deps/dotlock.Tpo -c -o dotlock.o dotlock.c
mv -f .deps/logging.Tpo .deps/logging.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT mischelp.o -MD -MP -MF .deps/mischelp.Tpo -c -o mischelp.o mischelp.c
mv -f .deps/mischelp.Tpo .deps/mischelp.Po
mv -f .deps/dotlock.Tpo .deps/dotlock.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-stringhelp.o -MD -MP -MF .deps/t-stringhelp.Tpo -c -o t-stringhelp.o t-stringhelp.c
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-support.o -MD -MP -MF .deps/t-support.Tpo -c -o t-support.o t-support.c
mv -f .deps/t-support.Tpo .deps/t-support.Po
mv -f .deps/stringhelp.Tpo .deps/stringhelp.Po
mv -f .deps/argparse.Tpo .deps/argparse.Po
rm -f libjnlib.a
ar cru libjnlib.a stringhelp.o strlist.o utf8conv.o argparse.o logging.o dotlock.o mischelp.o  
ranlib libjnlib.a
mv -f .deps/t-stringhelp.Tpo .deps/t-stringhelp.Po
cc -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-stringhelp t-stringhelp.o t-support.o libjnlib.a /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/jnlib'
Making all in common
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/common'
gmake  all-am
gmake[3]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/common'
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-init.Tpo .deps/libcommon_a-init.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-status.Tpo .deps/libcommon_a-status.Po
mv -f .deps/libcommon_a-i18n.Tpo .deps/libcommon_a-i18n.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-tlv.Tpo .deps/libcommon_a-tlv.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-homedir.Tpo .deps/libcommon_a-homedir.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-sysutils.Tpo .deps/libcommon_a-sysutils.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-yesno.Tpo .deps/libcommon_a-yesno.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-sexputil.Tpo .deps/libcommon_a-sexputil.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-b64enc.Tpo .deps/libcommon_a-b64enc.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-b64dec.Tpo .deps/libcommon_a-b64dec.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-gettime.Tpo .deps/libcommon_a-gettime.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-xasprintf.Tpo .deps/libcommon_a-xasprintf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-percent.Tpo .deps/libcommon_a-percent.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-convert.Tpo .deps/libcommon_a-convert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-miscellaneous.Tpo .deps/libcommon_a-miscellaneous.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-xreadline.Tpo .deps/libcommon_a-xreadline.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-membuf.Tpo .deps/libcommon_a-membuf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-exechelp.o -MD -MP -MF .deps/libcommon_a-exechelp.Tpo -c -o libcommon_a-exechelp.o `test -f 'exechelp.c' || echo './'`exechelp.c
mv -f .deps/libcommon_a-asshelp.Tpo .deps/libcommon_a-asshelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-exechelp.Tpo .deps/libcommon_a-exechelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-estream.o -MD -MP -MF .deps/libcommon_a-estream.Tpo -c -o libcommon_a-estream.o `test -f 'estream.c' || echo './'`estream.c
mv -f .deps/libcommon_a-ttyio.Tpo .deps/libcommon_a-ttyio.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-estream-printf.o -MD -MP -MF .deps/libcommon_a-estream-printf.Tpo -c -o libcommon_a-estream-printf.o `test -f 'estream-printf.c' || echo './'`estream-printf.c
mv -f .deps/libcommon_a-signal.Tpo .deps/libcommon_a-signal.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-iobuf.Tpo .deps/libcommon_a-iobuf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-dns-cert.o -MD -MP -MF .deps/libcommon_a-dns-cert.Tpo -c -o libcommon_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c
mv -f .deps/libcommon_a-dns-cert.Tpo .deps/libcommon_a-dns-cert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-pka.o -MD -MP -MF .deps/libcommon_a-pka.Tpo -c -o libcommon_a-pka.o `test -f 'pka.c' || echo './'`pka.c
mv -f .deps/libcommon_a-estream-printf.Tpo .deps/libcommon_a-estream-printf.Po
mv -f .deps/libcommon_a-audit.Tpo .deps/libcommon_a-audit.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-http.o -MD -MP -MF .deps/libcommon_a-http.Tpo -c -o libcommon_a-http.o `test -f 'http.c' || echo './'`http.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-localename.Tpo .deps/libcommon_a-localename.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-pka.Tpo .deps/libcommon_a-pka.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-ssh-utils.Tpo .deps/libcommon_a-ssh-utils.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-session-env.Tpo .deps/libcommon_a-session-env.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-estream.Tpo .deps/libcommon_a-estream.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -DWITHOUT_GNU_PTH=1 -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-srv.o -MD -MP -MF .deps/libcommon_a-srv.Tpo -c -o libcommon_a-srv.o `test -f 'srv.c' || echo './'`srv.c
mv -f .deps/libcommon_a-helpfile.Tpo .deps/libcommon_a-helpfile.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-get-passphrase.Tpo .deps/libcommon_a-get-passphrase.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-i18n.Tpo .deps/libcommonpth_a-i18n.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-status.Tpo .deps/libcommonpth_a-status.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-srv.Tpo .deps/libcommon_a-srv.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-init.Tpo .deps/libcommonpth_a-init.Po
mv -f .deps/libcommonpth_a-tlv.Tpo .deps/libcommonpth_a-tlv.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommon_a-http.Tpo .deps/libcommon_a-http.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-homedir.Tpo .deps/libcommonpth_a-homedir.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-sysutils.Tpo .deps/libcommonpth_a-sysutils.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-sexputil.Tpo .deps/libcommonpth_a-sexputil.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-yesno.Tpo .deps/libcommonpth_a-yesno.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-b64dec.Tpo .deps/libcommonpth_a-b64dec.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-b64enc.Tpo .deps/libcommonpth_a-b64enc.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-gettime.Tpo .deps/libcommonpth_a-gettime.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-convert.Tpo .deps/libcommonpth_a-convert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-xasprintf.Tpo .deps/libcommonpth_a-xasprintf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-percent.Tpo .deps/libcommonpth_a-percent.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-miscellaneous.Tpo .deps/libcommonpth_a-miscellaneous.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-xreadline.Tpo .deps/libcommonpth_a-xreadline.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-membuf.Tpo .deps/libcommonpth_a-membuf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-exechelp.o -MD -MP -MF .deps/libcommonpth_a-exechelp.Tpo -c -o libcommonpth_a-exechelp.o `test -f 'exechelp.c' || echo './'`exechelp.c
mv -f .deps/libcommonpth_a-asshelp.Tpo .deps/libcommonpth_a-asshelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-exechelp.Tpo .deps/libcommonpth_a-exechelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-estream.o -MD -MP -MF .deps/libcommonpth_a-estream.Tpo -c -o libcommonpth_a-estream.o `test -f 'estream.c' || echo './'`estream.c
mv -f .deps/libcommonpth_a-ttyio.Tpo .deps/libcommonpth_a-ttyio.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-estream-printf.o -MD -MP -MF .deps/libcommonpth_a-estream-printf.Tpo -c -o libcommonpth_a-estream-printf.o `test -f 'estream-printf.c' || echo './'`estream-printf.c
mv -f .deps/libcommonpth_a-signal.Tpo .deps/libcommonpth_a-signal.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-iobuf.Tpo .deps/libcommonpth_a-iobuf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-dns-cert.o -MD -MP -MF .deps/libcommonpth_a-dns-cert.Tpo -c -o libcommonpth_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c
mv -f .deps/libcommonpth_a-dns-cert.Tpo .deps/libcommonpth_a-dns-cert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-pka.o -MD -MP -MF .deps/libcommonpth_a-pka.Tpo -c -o libcommonpth_a-pka.o `test -f 'pka.c' || echo './'`pka.c
mv -f .deps/libcommonpth_a-estream-printf.Tpo .deps/libcommonpth_a-estream-printf.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-http.o -MD -MP -MF .deps/libcommonpth_a-http.Tpo -c -o libcommonpth_a-http.o `test -f 'http.c' || echo './'`http.c
mv -f .deps/libcommonpth_a-audit.Tpo .deps/libcommonpth_a-audit.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-localename.Tpo .deps/libcommonpth_a-localename.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-pka.Tpo .deps/libcommonpth_a-pka.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-ssh-utils.Tpo .deps/libcommonpth_a-ssh-utils.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-session-env.Tpo .deps/libcommonpth_a-session-env.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-srv.o -MD -MP -MF .deps/libcommonpth_a-srv.Tpo -c -o libcommonpth_a-srv.o `test -f 'srv.c' || echo './'`srv.c
mv -f .deps/libcommonpth_a-helpfile.Tpo .deps/libcommonpth_a-helpfile.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-srv.Tpo .deps/libcommonpth_a-srv.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -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
mv -f .deps/libcommonpth_a-estream.Tpo .deps/libcommonpth_a-estream.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpgrlhelp.o -MD -MP -MF .deps/gpgrlhelp.Tpo -c -o gpgrlhelp.o gpgrlhelp.c
mv -f .deps/libsimple_pwquery_a-asshelp.Tpo .deps/libsimple_pwquery_a-asshelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-convert.o -MD -MP -MF .deps/t-convert.Tpo -c -o t-convert.o t-convert.c
mv -f .deps/gpgrlhelp.Tpo .deps/gpgrlhelp.Po
mv -f .deps/libcommonpth_a-http.Tpo .deps/libcommonpth_a-http.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-percent.o -MD -MP -MF .deps/t-percent.Tpo -c -o t-percent.o t-percent.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-gettime.o -MD -MP -MF .deps/t-gettime.Tpo -c -o t-gettime.o t-gettime.c
mv -f .deps/libsimple_pwquery_a-simple-pwquery.Tpo .deps/libsimple_pwquery_a-simple-pwquery.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-sysutils.o -MD -MP -MF .deps/t-sysutils.Tpo -c -o t-sysutils.o t-sysutils.c
mv -f .deps/t-percent.Tpo .deps/t-percent.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-sexputil.o -MD -MP -MF .deps/t-sexputil.Tpo -c -o t-sexputil.o t-sexputil.c
mv -f .deps/t-gettime.Tpo .deps/t-gettime.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-exechelp.o -MD -MP -MF .deps/t-exechelp.Tpo -c -o t-exechelp.o t-exechelp.c
mv -f .deps/t-sysutils.Tpo .deps/t-sysutils.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-session-env.o -MD -MP -MF .deps/t-session-env.Tpo -c -o t-session-env.o t-session-env.c
mv -f .deps/t-sexputil.Tpo .deps/t-sexputil.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-ssh-utils.o -MD -MP -MF .deps/t-ssh-utils.Tpo -c -o t-ssh-utils.o t-ssh-utils.c
mv -f .deps/t-exechelp.Tpo .deps/t-exechelp.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-helpfile.o -MD -MP -MF .deps/t-helpfile.Tpo -c -o t-helpfile.o t-helpfile.c
mv -f .deps/t-convert.Tpo .deps/t-convert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-b64.o -MD -MP -MF .deps/t-b64.Tpo -c -o t-b64.o t-b64.c
mv -f .deps/t-ssh-utils.Tpo .deps/t-ssh-utils.Po
rm -f libcommon.a
ar cru libcommon.a libcommon_a-i18n.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-convert.o libcommon_a-percent.o libcommon_a-miscellaneous.o libcommon_a-xasprintf.o libcommon_a-xreadline.o libcommon_a-membuf.o libcommon_a-iobuf.o libcommon_a-ttyio.o libcommon_a-asshelp.o libcommon_a-exechelp.o libcommon_a-signal.o libcommon_a-estream.o libcommon_a-estream-printf.o libcommon_a-audit.o libcommon_a-dns-cert.o libcommon_a-pka.o libcommon_a-http.o libcommon_a-localename.o libcommon_a-session-env.o libcommon_a-ssh-utils.o libcommon_a-helpfile.o libcommon_a-get-passphrase.o libcommon_a-srv.o 
ranlib libcommon.a
rm -f libcommonpth.a
ar cru libcommonpth.a libcommonpth_a-i18n.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-convert.o libcommonpth_a-percent.o libcommonpth_a-miscellaneous.o libcommonpth_a-xasprintf.o libcommonpth_a-xreadline.o libcommonpth_a-membuf.o libcommonpth_a-iobuf.o libcommonpth_a-ttyio.o libcommonpth_a-asshelp.o libcommonpth_a-exechelp.o libcommonpth_a-signal.o libcommonpth_a-estream.o libcommonpth_a-estream-printf.o libcommonpth_a-audit.o libcommonpth_a-dns-cert.o libcommonpth_a-pka.o libcommonpth_a-http.o libcommonpth_a-localename.o libcommonpth_a-session-env.o libcommonpth_a-ssh-utils.o libcommonpth_a-helpfile.o libcommonpth_a-srv.o 
mv -f .deps/t-helpfile.Tpo .deps/t-helpfile.Po
ranlib libcommonpth.a
rm -f libsimple-pwquery.a
ar cru libsimple-pwquery.a libsimple_pwquery_a-simple-pwquery.o libsimple_pwquery_a-asshelp.o 
ranlib libsimple-pwquery.a
rm -f libgpgrl.a
ar cru libgpgrl.a gpgrlhelp.o 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-convert t-convert.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
ranlib libgpgrl.a
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-percent t-percent.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-gettime t-gettime.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-sysutils t-sysutils.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
mv -f .deps/t-b64.Tpo .deps/t-b64.Po
mv -f .deps/t-session-env.Tpo .deps/t-session-env.Po
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-sexputil t-sexputil.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-exechelp t-exechelp.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-session-env t-session-env.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-ssh-utils t-ssh-utils.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-helpfile t-helpfile.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-b64 t-b64.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib 
gmake[3]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/common'
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/common'
Making all in g10
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g10'
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg.o -MD -MP -MF .deps/gpg.Tpo -c -o gpg.o gpg.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT build-packet.o -MD -MP -MF .deps/build-packet.Tpo -c -o build-packet.o build-packet.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
mv -f .deps/compress.Tpo .deps/compress.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT compress-bz2.o -MD -MP -MF .deps/compress-bz2.Tpo -c -o compress-bz2.o compress-bz2.c
mv -f .deps/server.Tpo .deps/server.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT free-packet.o -MD -MP -MF .deps/free-packet.Tpo -c -o free-packet.o free-packet.c
mv -f .deps/compress-bz2.Tpo .deps/compress-bz2.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT getkey.o -MD -MP -MF .deps/getkey.Tpo -c -o getkey.o getkey.c
mv -f .deps/build-packet.Tpo .deps/build-packet.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keydb.o -MD -MP -MF .deps/keydb.Tpo -c -o keydb.o keydb.c
mv -f .deps/free-packet.Tpo .deps/free-packet.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyring.o -MD -MP -MF .deps/keyring.Tpo -c -o keyring.o keyring.c
mv -f .deps/keydb.Tpo .deps/keydb.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT seskey.o -MD -MP -MF .deps/seskey.Tpo -c -o seskey.o seskey.c
mv -f .deps/seskey.Tpo .deps/seskey.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT kbnode.o -MD -MP -MF .deps/kbnode.Tpo -c -o kbnode.o kbnode.c
mv -f .deps/keyring.Tpo .deps/keyring.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT mainproc.o -MD -MP -MF .deps/mainproc.Tpo -c -o mainproc.o mainproc.c
mv -f .deps/kbnode.Tpo .deps/kbnode.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT armor.o -MD -MP -MF .deps/armor.Tpo -c -o armor.o armor.c
mv -f .deps/getkey.Tpo .deps/getkey.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT mdfilter.o -MD -MP -MF .deps/mdfilter.Tpo -c -o mdfilter.o mdfilter.c
mv -f .deps/mdfilter.Tpo .deps/mdfilter.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT textfilter.o -MD -MP -MF .deps/textfilter.Tpo -c -o textfilter.o textfilter.c
mv -f .deps/textfilter.Tpo .deps/textfilter.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT progress.o -MD -MP -MF .deps/progress.Tpo -c -o progress.o progress.c
mv -f .deps/progress.Tpo .deps/progress.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/armor.Tpo .deps/armor.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT rmd160.o -MD -MP -MF .deps/rmd160.Tpo -c -o rmd160.o rmd160.c
mv -f .deps/misc.Tpo .deps/misc.Po
mv -f .deps/gpg.Tpo .deps/gpg.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT openfile.o -MD -MP -MF .deps/openfile.Tpo -c -o openfile.o openfile.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyid.o -MD -MP -MF .deps/keyid.Tpo -c -o keyid.o keyid.c
mv -f .deps/rmd160.Tpo .deps/rmd160.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT parse-packet.o -MD -MP -MF .deps/parse-packet.Tpo -c -o parse-packet.o parse-packet.c
mv -f .deps/mainproc.Tpo .deps/mainproc.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT cpr.o -MD -MP -MF .deps/cpr.Tpo -c -o cpr.o cpr.c
mv -f .deps/openfile.Tpo .deps/openfile.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT plaintext.o -MD -MP -MF .deps/plaintext.Tpo -c -o plaintext.o plaintext.c
mv -f .deps/cpr.Tpo .deps/cpr.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT sig-check.o -MD -MP -MF .deps/sig-check.Tpo -c -o sig-check.o sig-check.c
mv -f .deps/keyid.Tpo .deps/keyid.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keylist.o -MD -MP -MF .deps/keylist.Tpo -c -o keylist.o keylist.c
mv -f .deps/sig-check.Tpo .deps/sig-check.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT pkglue.o -MD -MP -MF .deps/pkglue.Tpo -c -o pkglue.o pkglue.c
mv -f .deps/plaintext.Tpo .deps/plaintext.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT pkclist.o -MD -MP -MF .deps/pkclist.Tpo -c -o pkclist.o pkclist.c
mv -f .deps/pkglue.Tpo .deps/pkglue.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT skclist.o -MD -MP -MF .deps/skclist.Tpo -c -o skclist.o skclist.c
mv -f .deps/skclist.Tpo .deps/skclist.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT pubkey-enc.o -MD -MP -MF .deps/pubkey-enc.Tpo -c -o pubkey-enc.o pubkey-enc.c
mv -f .deps/pubkey-enc.Tpo .deps/pubkey-enc.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT passphrase.o -MD -MP -MF .deps/passphrase.Tpo -c -o passphrase.o passphrase.c
mv -f .deps/parse-packet.Tpo .deps/parse-packet.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT seckey-cert.o -MD -MP -MF .deps/seckey-cert.Tpo -c -o seckey-cert.o seckey-cert.c
mv -f .deps/pkclist.Tpo .deps/pkclist.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT encr-data.o -MD -MP -MF .deps/encr-data.Tpo -c -o encr-data.o encr-data.c
mv -f .deps/passphrase.Tpo .deps/passphrase.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT cipher.o -MD -MP -MF .deps/cipher.Tpo -c -o cipher.o cipher.c
mv -f .deps/encr-data.Tpo .deps/encr-data.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT encode.o -MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.c
mv -f .deps/keylist.Tpo .deps/keylist.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT sign.o -MD -MP -MF .deps/sign.Tpo -c -o sign.o sign.c
mv -f .deps/seckey-cert.Tpo .deps/seckey-cert.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c
mv -f .deps/cipher.Tpo .deps/cipher.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT revoke.o -MD -MP -MF .deps/revoke.Tpo -c -o revoke.o revoke.c
mv -f .deps/verify.Tpo .deps/verify.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT decrypt.o -MD -MP -MF .deps/decrypt.Tpo -c -o decrypt.o decrypt.c
mv -f .deps/decrypt.Tpo .deps/decrypt.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyedit.o -MD -MP -MF .deps/keyedit.Tpo -c -o keyedit.o keyedit.c
mv -f .deps/revoke.Tpo .deps/revoke.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT dearmor.o -MD -MP -MF .deps/dearmor.Tpo -c -o dearmor.o dearmor.c
mv -f .deps/encode.Tpo .deps/encode.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT import.o -MD -MP -MF .deps/import.Tpo -c -o import.o import.c
mv -f .deps/dearmor.Tpo .deps/dearmor.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT export.o -MD -MP -MF .deps/export.Tpo -c -o export.o export.c
mv -f .deps/sign.Tpo .deps/sign.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT trustdb.o -MD -MP -MF .deps/trustdb.Tpo -c -o trustdb.o trustdb.c
mv -f .deps/export.Tpo .deps/export.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT tdbdump.o -MD -MP -MF .deps/tdbdump.Tpo -c -o tdbdump.o tdbdump.c
mv -f .deps/tdbdump.Tpo .deps/tdbdump.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT tdbio.o -MD -MP -MF .deps/tdbio.Tpo -c -o tdbio.o tdbio.c
mv -f .deps/import.Tpo .deps/import.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT delkey.o -MD -MP -MF .deps/delkey.Tpo -c -o delkey.o delkey.c
mv -f .deps/trustdb.Tpo .deps/trustdb.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keygen.o -MD -MP -MF .deps/keygen.Tpo -c -o keygen.o keygen.c
mv -f .deps/tdbio.Tpo .deps/tdbio.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT helptext.o -MD -MP -MF .deps/helptext.Tpo -c -o helptext.o helptext.c
mv -f .deps/delkey.Tpo .deps/delkey.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyserver.o -MD -MP -MF .deps/keyserver.Tpo -c -o keyserver.o keyserver.c
mv -f .deps/helptext.Tpo .deps/helptext.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT photoid.o -MD -MP -MF .deps/photoid.Tpo -c -o photoid.o photoid.c
mv -f .deps/photoid.Tpo .deps/photoid.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT call-agent.o -MD -MP -MF .deps/call-agent.Tpo -c -o call-agent.o call-agent.c
mv -f .deps/call-agent.Tpo .deps/call-agent.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT card-util.o -MD -MP -MF .deps/card-util.Tpo -c -o card-util.o card-util.c
mv -f .deps/keyserver.Tpo .deps/keyserver.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT exec.o -MD -MP -MF .deps/exec.Tpo -c -o exec.o exec.c
mv -f .deps/keyedit.Tpo .deps/keyedit.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpgv.o -MD -MP -MF .deps/gpgv.Tpo -c -o gpgv.o gpgv.c
mv -f .deps/exec.Tpo .deps/exec.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT t-rmd160.o -MD -MP -MF .deps/t-rmd160.Tpo -c -o t-rmd160.o t-rmd160.c
mv -f .deps/t-rmd160.Tpo .deps/t-rmd160.Po
cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-rmd160 t-rmd160.o rmd160.o  
mv -f .deps/gpgv.Tpo .deps/gpgv.Po
cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o gpgv2 gpgv.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o verify.o ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libgpgrl.a -lz -lbz2  -lreadline /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib   -L/usr/local/lib -lgcrypt -lgpg-error -lassuan -L/usr/local/lib -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib  
mv -f .deps/keygen.Tpo .deps/keygen.Po
mv -f .deps/card-util.Tpo .deps/card-util.Po
cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o gpg2 gpg.o server.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-packet.o cpr.o plaintext.o sig-check.o keylist.o pkglue.o pkclist.o skclist.o pubkey-enc.o passphrase.o seckey-cert.o encr-data.o cipher.o encode.o sign.o verify.o revoke.o decrypt.o keyedit.o dearmor.o import.o export.o trustdb.o tdbdump.o tdbio.o delkey.o keygen.o helptext.o keyserver.o photoid.o call-agent.o card-util.o exec.o ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libgpgrl.a -lz -lbz2  -lreadline /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib   -L/usr/local/lib -lgcrypt -lgpg-error -lassuan -L/usr/local/lib -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib  
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g10'
Making all in keyserver
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/keyserver'
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_hkp-gpgkeys_hkp.o -MD -MP -MF .deps/gpg2keys_hkp-gpgkeys_hkp.Tpo -c -o gpg2keys_hkp-gpgkeys_hkp.o `test -f 'gpgkeys_hkp.c' || echo './'`gpgkeys_hkp.c
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_hkp-ksutil.o -MD -MP -MF .deps/gpg2keys_hkp-ksutil.Tpo -c -o gpg2keys_hkp-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_hkp-no-libgcrypt.o -MD -MP -MF .deps/gpg2keys_hkp-no-libgcrypt.Tpo -c -o gpg2keys_hkp-no-libgcrypt.o `test -f 'no-libgcrypt.c' || echo './'`no-libgcrypt.c
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_finger-gpgkeys_finger.o -MD -MP -MF .deps/gpg2keys_finger-gpgkeys_finger.Tpo -c -o gpg2keys_finger-gpgkeys_finger.o `test -f 'gpgkeys_finger.c' || echo './'`gpgkeys_finger.c
ksutil.c: In function 'parse_ks_options':
ksutil.c:332: warning: implicit declaration of function 'make_filename_try'
ksutil.c:332: warning: assignment makes pointer from integer without a cast
gpgkeys_hkp.c: In function 'send_key':
gpgkeys_hkp.c:207: warning: implicit declaration of function 'strconcat'
gpgkeys_hkp.c:207: warning: assignment makes pointer from integer without a cast
gpgkeys_hkp.c:246: warning: implicit declaration of function 'xfree'
gpgkeys_hkp.c: In function 'get_name':
gpgkeys_hkp.c:399: warning: assignment makes pointer from integer without a cast
gpgkeys_hkp.c: In function 'search_key':
gpgkeys_hkp.c:519: warning: assignment makes pointer from integer without a cast
mv -f .deps/gpg2keys_hkp-no-libgcrypt.Tpo .deps/gpg2keys_hkp-no-libgcrypt.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_finger-ksutil.o -MD -MP -MF .deps/gpg2keys_finger-ksutil.Tpo -c -o gpg2keys_finger-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c
mv -f .deps/gpg2keys_finger-gpgkeys_finger.Tpo .deps/gpg2keys_finger-gpgkeys_finger.Po
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_finger-no-libgcrypt.o -MD -MP -MF .deps/gpg2keys_finger-no-libgcrypt.Tpo -c -o gpg2keys_finger-no-libgcrypt.o `test -f 'no-libgcrypt.c' || echo './'`no-libgcrypt.c
mv -f .deps/gpg2keys_hkp-ksutil.Tpo .deps/gpg2keys_hkp-ksutil.Po
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_curl-gpgkeys_curl.o -MD -MP -MF .deps/gpg2keys_curl-gpgkeys_curl.Tpo -c -o gpg2keys_curl-gpgkeys_curl.o `test -f 'gpgkeys_curl.c' || echo './'`gpgkeys_curl.c
mv -f .deps/gpg2keys_finger-no-libgcrypt.Tpo .deps/gpg2keys_finger-no-libgcrypt.Po
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_curl-ksutil.o -MD -MP -MF .deps/gpg2keys_curl-ksutil.Tpo -c -o gpg2keys_curl-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c
mv -f .deps/gpg2keys_finger-ksutil.Tpo .deps/gpg2keys_finger-ksutil.Po
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -DGNUPG_BINDIR="\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/local/libexec\"" -DGNUPG_LIBDIR="\"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg2keys_curl-no-libgcrypt.o -MD -MP -MF .deps/gpg2keys_curl-no-libgcrypt.Tpo -c -o gpg2keys_curl-no-libgcrypt.o `test -f 'no-libgcrypt.c' || echo './'`no-libgcrypt.c
ksutil.c: In function 'parse_ks_options':
ksutil.c:332: warning: implicit declaration of function 'make_filename_try'
ksutil.c:332: warning: assignment makes pointer from integer without a cast
mv -f .deps/gpg2keys_curl-gpgkeys_curl.Tpo .deps/gpg2keys_curl-gpgkeys_curl.Po
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o gpg2keys_finger gpg2keys_finger-gpgkeys_finger.o gpg2keys_finger-ksutil.o gpg2keys_finger-no-libgcrypt.o ../gl/libgnu.a  ../common/libcommon.a ../jnlib/libjnlib.a -L/usr/local/lib -lgpg-error  /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib  
mv -f .deps/gpg2keys_curl-no-libgcrypt.Tpo .deps/gpg2keys_curl-no-libgcrypt.Po
mv -f .deps/gpg2keys_hkp-gpgkeys_hkp.Tpo .deps/gpg2keys_hkp-gpgkeys_hkp.Po
cc -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o gpg2keys_hkp gpg2keys_hkp-gpgkeys_hkp.o gpg2keys_hkp-ksutil.o gpg2keys_hkp-no-libgcrypt.o  ../gl/libgnu.a  ../common/libcommon.a ../jnlib/libjnlib.a -L/usr/local/lib -lgpg-error   /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib  -L/usr/local/lib -lcurl -lssl -lcrypto -lgssapi -lz  
gpg2keys_hkp-gpgkeys_hkp.o: In function `search_key':
gpgkeys_hkp.c:(.text+0x33b): undefined reference to `xfree'
gpgkeys_hkp.c:(.text+0x37e): undefined reference to `xfree'
gpgkeys_hkp.c:(.text+0x401): undefined reference to `xfree'
gpg2keys_hkp-gpgkeys_hkp.o: In function `send_key':
gpgkeys_hkp.c:(.text+0x662): undefined reference to `xfree'
gpgkeys_hkp.c:(.text+0x880): undefined reference to `xfree'
gpg2keys_hkp-gpgkeys_hkp.o:gpgkeys_hkp.c:(.text+0x920): more undefined references to `xfree' follow
gmake[2]: *** [gpg2keys_hkp] Error 1
gmake[2]: *** Waiting for unfinished jobs....
mv -f .deps/gpg2keys_curl-ksutil.Tpo .deps/gpg2keys_curl-ksutil.Po
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/keyserver'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21'
gmake: *** [all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/security/gnupg.
*** [build] Error code 1

Stop in /usr/ports/security/gnupg.

Script done on Thu Sep  5 15:37:04 2013



More information about the freebsd-ports mailing list