Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 15:39:09 -0700
From:      Arthur Mesh <arthurmesh@gmail.com>
To:        kuriyama@FreeBSD.org, matt@mjslabs.com
Cc:        ports@freebsd.org
Subject:   security/gnupg fails when security/pam_yubico is installed
Message-ID:  <20130905223909.GK1208@x96.org>

next in thread | raw e-mail | index | archive | help
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
=2E/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
=3D=3D=3D>  License GPLv3 LGPL3 accepted by the user=0D
=3D=3D=3D>  Found saved configuration for gnupg-2.0.19_2=0D
=3D=3D=3D>   gnupg-2.0.21 depends on file: /usr/local/sbin/pkg - found=0D
=3D=3D=3D> Fetching all distfiles required by gnupg-2.0.21 for building=0D
=3D=3D=3D>  Extracting for gnupg-2.0.21=0D
=3D> SHA256 Checksum OK for gnupg-2.0.21.tar.bz2.=0D
=3D> SHA256 Checksum OK for gnupg-2.0.21.tar.bz2.sig.=0D
=3D=3D=3D>  Patching for gnupg-2.0.21=0D
=3D=3D=3D>  Applying FreeBSD patches for gnupg-2.0.21=0D
=3D=3D=3D>   gnupg-2.0.21 depends on executable: gmake - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: libiconv.so.3 - found=
=0D
 - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: assuan - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: gcrypt - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: gpg-error - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: ksba - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: pth - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: curl - found=0D
=3D=3D=3D>   gnupg-2.0.21 depends on shared library: intl - found=0D
=3D=3D=3D>  Configuring for gnupg-2.0.21=0D
configure: loading site script /usr/ports/Templates/config.site=0D
checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
el=0D
checking whether build environment is sane... yes=0D
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p=0D
checking for gawk... (cached) /usr/bin/awk=0D
checking whether gmake sets $(MAKE)... yes=0D
checking build system type... amd64-portbld-freebsd9.2=0D
checking host system type... amd64-portbld-freebsd9.2=0D
configure: autobuild project... gnupg=0D
configure: autobuild revision... 2.0.21=0D
configure: autobuild hostname... eta.jnpr.net=0D
configure: autobuild timestamp... 20130905-153657=0D
checking for style of include used by gmake... GNU=0D
checking for gcc... cc=0D
checking whether the C compiler works... yes=0D
checking for C compiler default output file name... a.out=0D
checking for suffix of executables... =0D
checking whether we are cross compiling... no=0D
checking for suffix of object files... o=0D
checking whether we are using the GNU C compiler... yes=0D
checking whether cc accepts -g... yes=0D
checking for cc option to accept ISO C89... none needed=0D
checking dependency style of cc... gcc3=0D
checking how to run the C preprocessor... cpp=0D
checking for grep that handles long lines and -e... (cached) /usr/bin/grep=
=0D
checking for egrep... (cached) /usr/bin/egrep=0D
checking for ANSI C header files... (cached) yes=0D
checking for sys/types.h... (cached) yes=0D
checking for sys/stat.h... (cached) yes=0D
checking for stdlib.h... (cached) yes=0D
checking for string.h... (cached) yes=0D
checking for memory.h... (cached) yes=0D
checking for strings.h... (cached) yes=0D
checking for inttypes.h... (cached) yes=0D
checking for stdint.h... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking for minix/config.h... (cached) no=0D
checking whether it is safe to define __EXTENSIONS__... yes=0D
checking whether SELinux support is requested... no=0D
checking whether to enable the BZIP2 compression algorithm... yes=0D
checking whether to enable external program execution... yes=0D
checking whether to enable photo ID viewing... yes=0D
checking whether to use a fixed photo ID viewer... no=0D
checking whether to enable external keyserver helpers... yes=0D
checking whether LDAP keyserver support is requested... no=0D
checking whether HKP keyserver support is requested... yes=0D
checking whether finger key fetching support is requested... yes=0D
checking whether generic object key fetching support is requested... yes=0D
checking whether email keyserver support is requested... no=0D
checking whether keyserver exec-path is enabled... yes=0D
checking for the size of the key and uid cache... 4096=0D
checking whether use of capabilities is requested... no=0D
checking whether to enable the internal CCID driver... yes=0D
checking whether to enable maintainer-specific portions of Makefiles... no=
=0D
configure: checking for programs=0D
checking whether gmake sets $(MAKE)... (cached) yes=0D
checking whether build environment is sane... yes=0D
checking for gawk... (cached) /usr/bin/awk=0D
checking for gcc... (cached) cc=0D
checking whether we are using the GNU C compiler... (cached) yes=0D
checking whether cc accepts -g... (cached) yes=0D
checking for cc option to accept ISO C89... (cached) none needed=0D
checking dependency style of cc... (cached) gcc3=0D
checking how to run the C preprocessor... cpp=0D
checking whether cc understands -c and -o together... yes=0D
checking whether ln -s works... yes=0D
checking for ranlib... ranlib=0D
checking for ar... ar=0D
checking for perl... /usr/bin/perl=0D
checking for windres... no=0D
checking for strerror in -lcposix... no=0D
checking for special C compiler options needed for large files... no=0D
checking for _FILE_OFFSET_BITS value needed for large files... no=0D
checking for faqprog.pl... no=0D
checking for tar... /usr/bin/tar=0D
checking whether /usr/bin/tar speaks USTAR... yes=0D
checking for cc for build... cc=0D
checking whether to use a standard socket by default... no=0D
configure: checking for libraries=0D
checking for gpg-error-config... /usr/local/bin/gpg-error-config=0D
checking for GPG Error - version >=3D 1.11... yes (1.12)=0D
checking for libgcrypt-config... /usr/local/bin/libgcrypt-config=0D
checking for LIBGCRYPT - version >=3D 1.4.0... yes (1.5.3)=0D
checking LIBGCRYPT API version... okay=0D
checking for libassuan-config... /usr/local/bin/libassuan-config=0D
checking for LIBASSUAN - version >=3D 2.0.0... yes (2.0.3)=0D
checking LIBASSUAN API version... okay=0D
checking for ksba-config... /usr/local/bin/ksba-config=0D
checking for KSBA - version >=3D 1.0.7... yes (1.3.0)=0D
checking KSBA API version... okay=0D
checking for usb_bulk_write in -lusb... yes=0D
checking for usb_create_match... no=0D
checking for library containing dlopen... none required=0D
checking for openpty in -lutil... yes=0D
checking for shred... /usr/bin/shred=0D
checking for pth-config... /usr/local/bin/pth-config=0D
checking for PTH - version >=3D 1.3.7... yes=0D
checking whether PTH installation is sane... yes=0D
configure: checking for networking options=0D
checking for gethostbyname... (cached) yes=0D
checking for setsockopt... (cached) yes=0D
checking adns.h usability... yes=0D
checking adns.h presence... yes=0D
checking for adns.h... yes=0D
checking for adns_init in -ladns... yes=0D
checking for adns_free... no=0D
checking for library containing res_query... none required=0D
checking for library containing dn_expand... none required=0D
checking for library containing dn_skipname... no=0D
checking for library containing __dn_skipname... none required=0D
checking whether the resolver is usable... yes=0D
checking for gawk... (cached) /usr/bin/awk=0D
checking for the version of libcurl... 7.31.0=0D
checking for libcurl >=3D version 7.10... yes=0D
checking whether libcurl is usable... yes=0D
checking for curl_free... yes=0D
checking for ld used by GCC... /usr/bin/ld=0D
checking if the linker (/usr/bin/ld) is GNU ld... yes=0D
checking for shared library run path origin... done=0D
checking for iconv... yes=0D
checking for working iconv... yes=0D
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath=
 -Wl,/usr/local/lib=0D
checking for iconv declaration... =0D
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inby=
tesleft, char * *outbuf, size_t *outbytesleft);=0D
configure: checking for gettext=0D
checking whether NLS is requested... yes=0D
checking for msgfmt... /usr/local/bin/msgfmt=0D
checking for gmsgfmt... /usr/local/bin/msgfmt=0D
checking for xgettext... /usr/local/bin/xgettext=0D
checking for msgmerge... /usr/local/bin/msgmerge=0D
checking for CFPreferencesCopyAppValue... no=0D
checking for CFLocaleCopyCurrent... no=0D
checking for GNU gettext in libc... no=0D
checking for iconv... (cached) yes=0D
checking for working iconv... (cached) yes=0D
checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath=
 -Wl,/usr/local/lib=0D
checking for GNU gettext in libintl... yes=0D
checking whether to use NLS... yes=0D
checking where the gettext function comes from... external libintl=0D
checking how to link with libintl... /usr/local/lib/libintl.so /usr/local/l=
ib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib=0D
checking for strchr... yes=0D
checking for nl_langinfo and CODESET... yes=0D
checking for LC_MESSAGES... yes=0D
configure: checking for header files=0D
checking for ANSI C header files... (cached) yes=0D
checking for string.h... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking for langinfo.h... (cached) yes=0D
checking termio.h usability... no=0D
checking termio.h presence... no=0D
checking for termio.h... no=0D
checking locale.h usability... yes=0D
checking locale.h presence... yes=0D
checking for locale.h... yes=0D
checking for getopt.h... (cached) yes=0D
checking pty.h usability... no=0D
checking pty.h presence... no=0D
checking for pty.h... no=0D
checking utmp.h usability... no=0D
checking utmp.h presence... no=0D
checking for utmp.h... no=0D
checking for pwd.h... (cached) yes=0D
checking for inttypes.h... (cached) yes=0D
checking whether time.h and sys/time.h may both be included... yes=0D
configure: checking for system characteristics=0D
checking for an ANSI C-conforming const... yes=0D
checking for inline... inline=0D
checking for working volatile... yes=0D
checking for size_t... (cached) yes=0D
checking for mode_t... (cached) yes=0D
checking return type of signal handlers... void=0D
checking whether sys_siglist is declared... (cached) yes=0D
checking for sys/socket.h... (cached) yes=0D
checking for sys/time.h... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking for wchar.h... (cached) yes=0D
checking for stdint.h... (cached) yes=0D
checking for socklen_t... (cached) yes=0D
checking endianess... little=0D
checking for byte typedef... no=0D
checking for ushort typedef... yes=0D
checking for ulong typedef... no=0D
checking for u16 typedef... no=0D
checking for u32 typedef... no=0D
checking size of unsigned short... 2=0D
checking size of unsigned int... 4=0D
checking size of unsigned long... 8=0D
checking size of unsigned long long... 8=0D
checking size of time_t... 8=0D
checking for UINT64_C... yes=0D
checking size of uint64_t... 8=0D
configure: checking for library functions=0D
checking whether getpagesize is declared... (cached) yes=0D
checking for _LARGEFILE_SOURCE value needed for large files... no=0D
checking for vprintf... (cached) yes=0D
checking for _doprnt... no=0D
checking for pid_t... (cached) yes=0D
checking for vfork.h... (cached) no=0D
checking for fork... (cached) yes=0D
checking for vfork... (cached) yes=0D
checking for working fork... yes=0D
checking for working vfork... (cached) yes=0D
checking for strerror... (cached) yes=0D
checking for strlwr... no=0D
checking for tcgetattr... yes=0D
checking for mmap... (cached) yes=0D
checking for strcasecmp... (cached) yes=0D
checking for strncasecmp... (cached) yes=0D
checking for ctermid... yes=0D
checking for times... yes=0D
checking for gmtime_r... yes=0D
checking for unsetenv... (cached) yes=0D
checking for fcntl... (cached) yes=0D
checking for ftruncate... yes=0D
checking for inet_ntop... (cached) yes=0D
checking for gettimeofday... (cached) yes=0D
checking for getrusage... (cached) yes=0D
checking for getrlimit... (cached) yes=0D
checking for setrlimit... (cached) yes=0D
checking for clock_gettime... (cached) yes=0D
checking for atexit... (cached) yes=0D
checking for raise... (cached) yes=0D
checking for getpagesize... (cached) yes=0D
checking for strftime... (cached) yes=0D
checking for nl_langinfo... (cached) yes=0D
checking for setlocale... (cached) yes=0D
checking for waitpid... (cached) yes=0D
checking for wait4... yes=0D
checking for sigaction... (cached) yes=0D
checking for sigprocmask... (cached) yes=0D
checking for pipe... (cached) yes=0D
checking for stat... (cached) yes=0D
checking for getaddrinfo... (cached) yes=0D
checking for ttyname... yes=0D
checking for rand... (cached) yes=0D
checking for ftello... yes=0D
checking for fsync... (cached) yes=0D
checking for stat... (cached) yes=0D
checking for struct sigaction... yes=0D
checking for sigset_t... (cached) yes=0D
checking for memicmp... no=0D
checking for stpcpy... (cached) yes=0D
checking for strsep... (cached) yes=0D
checking for strlwr... (cached) no=0D
checking for strtoul... (cached) yes=0D
checking for memmove... (cached) yes=0D
checking for stricmp... no=0D
checking for strtol... (cached) yes=0D
checking for memrchr... yes=0D
checking for isascii... (cached) yes=0D
checking for timegm... yes=0D
checking for getrusage... (cached) yes=0D
checking for setrlimit... (cached) yes=0D
checking for stat... (cached) yes=0D
checking for setlocale... (cached) yes=0D
checking for flockfile... yes=0D
checking for funlockfile... yes=0D
checking for fopencookie... no=0D
checking for funopen... yes=0D
checking for getpwnam... yes=0D
checking for getpwuid... yes=0D
checking for working alloca.h... no=0D
checking for alloca... yes=0D
checking for stdlib.h... (cached) yes=0D
checking for GNU libc compatible malloc... (cached) yes=0D
checking for long long int... (cached) yes=0D
checking for long double... yes=0D
checking whether stat file-mode macros are broken... no=0D
checking for unsigned long long int... (cached) yes=0D
checking for mkdtemp... (cached) yes=0D
checking for setenv... (cached) yes=0D
checking for unsetenv... (cached) yes=0D
checking for unsetenv() return type... (cached) int=0D
checking for stdint.h... (cached) yes=0D
checking for SIZE_MAX... (cached) yes=0D
checking absolute name of <stdint.h>... ///usr/include/stdint.h=0D
checking whether stdint.h conforms to C99... yes=0D
checking for strpbrk... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking for stdint.h... (cached) yes=0D
checking for sys/stat.h... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking direct.h usability... no=0D
checking direct.h presence... no=0D
checking for direct.h... no=0D
checking if mkdir takes one argument... no=0D
checking whether regular expression support is requested... yes=0D
checking for library containing regcomp... none required=0D
checking for regcomp... yes=0D
checking whether your system's regexp library is broken... no=0D
checking for zlib.h... (cached) yes=0D
checking for deflateInit2_ in -lz... yes=0D
checking for bzlib.h... yes=0D
checking for BZ2_bzCompressInit in -lbz2... yes=0D
checking whether readline via "-lreadline" is present and sane... yes=0D
configure: checking for cc features=0D
checking if gcc supports -Wno-pointer-sign... yes=0D
checking if gcc supports -Wpointer-arith... yes=0D
configure: checking system features for estream-printf=0D
checking for stdint.h... (cached) yes=0D
checking for long long int... (cached) yes=0D
checking for long double... (cached) yes=0D
checking for intmax_t... (cached) yes=0D
checking for uintmax_t... yes=0D
checking for ptrdiff_t... (cached) yes=0D
checking size of unsigned long... (cached) 8=0D
checking size of void *... 8=0D
checking for nl_langinfo and THOUSANDS_SEP... no=0D
configure: checking system features for estream=0D
configure: creating ./config.status=0D
config.status: creating m4/Makefile=0D
config.status: creating Makefile=0D
config.status: creating po/Makefile.in=0D
config.status: creating gl/Makefile=0D
config.status: creating include/Makefile=0D
config.status: creating jnlib/Makefile=0D
config.status: creating common/Makefile=0D
config.status: creating common/w32info-rc.h=0D
config.status: creating kbx/Makefile=0D
config.status: creating g10/Makefile=0D
config.status: creating sm/Makefile=0D
config.status: creating agent/Makefile=0D
config.status: creating scd/Makefile=0D
config.status: creating keyserver/Makefile=0D
config.status: creating keyserver/gpg2keys_mailto=0D
config.status: creating keyserver/gpg2keys_test=0D
config.status: creating tools/gpg-zip=0D
config.status: creating tools/Makefile=0D
config.status: creating doc/Makefile=0D
config.status: creating tests/Makefile=0D
config.status: creating tests/openpgp/Makefile=0D
config.status: creating tests/pkits/Makefile=0D
config.status: creating config.h=0D
config.status: executing depfiles commands=0D
config.status: executing po-directories commands=0D
config.status: creating po/POTFILES=0D
config.status: creating po/Makefile=0D
=0D
        GnuPG v2.0.21 has been configured as follows:=0D
=0D
        Revision:  9cf37aa  (40179)=0D
        Platform:  FreeBSD (amd64-portbld-freebsd9.2)=0D
=0D
        OpenPGP:   yes=0D
        S/MIME:    no=0D
        Agent:     yes =0D
        Smartcard: no =0D
        Gpgtar:    no=0D
=0D
        Protect tool:      (default)=0D
        Default agent:     (default)=0D
        Default pinentry:  (default)=0D
        Default scdaemon:  (default)=0D
        Default dirmngr:   (default)=0D
=0D
=3D=3D=3D>  Building for gnupg-2.0.21=0D
gmake  all-recursive=0D
gmake[1]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21'=
=0D
Making all in m4=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/m=
4'=0D
gmake[2]: Nothing to be done for `all'.=0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/m4=
'=0D
Making all in gl=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g=
l'=0D
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \=0D
  cat ./alloca_.h; \=0D
} > alloca.h-t=0D
mv -f alloca.h-t alloca.h=0D
gmake  all-am=0D
gmake[3]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g=
l'=0D
cc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/include  -O2 -pipe -fno-strict-a=
liasing -Wall -Wno-pointer-sign -Wpointer-arith -MT allocsa.o -MD -MP -MF .=
deps/allocsa.Tpo -c -o allocsa.o allocsa.c=0D
mv -f .deps/allocsa.Tpo .deps/allocsa.Po=0D
rm -f libgnu.a=0D
ar cru libgnu.a allocsa.o =0D
ranlib libgnu.a=0D
gmake[3]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl=
'=0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/gl=
'=0D
Making all in include=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/i=
nclude'=0D
gmake[2]: Nothing to be done for `all'.=0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/in=
clude'=0D
Making all in jnlib=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/j=
nlib'=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT stringhelp.o -MD -MP -MF .deps/stringhelp.Tpo -c -o =
stringhelp.o stringhelp.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT strlist.o -MD -MP -MF .deps/strlist.Tpo -c -o strlis=
t.o strlist.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT utf8conv.o -MD -MP -MF .deps/utf8conv.Tpo -c -o utf8=
conv.o utf8conv.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argp=
arse.o argparse.c=0D
utf8conv.c: In function 'jnlib_iconv':=0D
utf8conv.c:653: warning: passing argument 2 of 'libiconv' from incompatible=
 pointer type=0D
mv -f .deps/strlist.Tpo .deps/strlist.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT logging.o -MD -MP -MF .deps/logging.Tpo -c -o loggin=
g.o logging.c=0D
mv -f .deps/utf8conv.Tpo .deps/utf8conv.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT dotlock.o -MD -MP -MF .deps/dotlock.Tpo -c -o dotloc=
k.o dotlock.c=0D
mv -f .deps/logging.Tpo .deps/logging.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT mischelp.o -MD -MP -MF .deps/mischelp.Tpo -c -o misc=
help.o mischelp.c=0D
mv -f .deps/mischelp.Tpo .deps/mischelp.Po=0D
mv -f .deps/dotlock.Tpo .deps/dotlock.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT t-stringhelp.o -MD -MP -MF .deps/t-stringhelp.Tpo -c=
 -o t-stringhelp.o t-stringhelp.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../intl -I/usr/local/include -DJNLIB_IN_JNLI=
B -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-si=
gn -Wpointer-arith -MT t-support.o -MD -MP -MF .deps/t-support.Tpo -c -o t-=
support.o t-support.c=0D
mv -f .deps/t-support.Tpo .deps/t-support.Po=0D
mv -f .deps/stringhelp.Tpo .deps/stringhelp.Po=0D
mv -f .deps/argparse.Tpo .deps/argparse.Po=0D
rm -f libjnlib.a=0D
ar cru libjnlib.a stringhelp.o strlist.o utf8conv.o argparse.o logging.o do=
tlock.o mischelp.o  =0D
ranlib libjnlib.a=0D
mv -f .deps/t-stringhelp.Tpo .deps/t-stringhelp.Po=0D
cc -DJNLIB_IN_JNLIB -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wa=
ll -Wno-pointer-sign -Wpointer-arith  -L/usr/local/lib -o t-stringhelp t-st=
ringhelp.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,-r=
path -Wl,/usr/local/lib =0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/jn=
lib'=0D
Making all in common=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/c=
ommon'=0D
gmake  all-am=0D
gmake[3]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/c=
ommon'=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-status.o -MD -M=
P -MF .deps/libcommon_a-status.Tpo -c -o libcommon_a-status.o `test -f 'sta=
tus.c' || echo './'`status.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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' || ec=
ho './'`tlv.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-init.Tpo .deps/libcommon_a-init.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-status.Tpo .deps/libcommon_a-status.Po=0D
mv -f .deps/libcommon_a-i18n.Tpo .deps/libcommon_a-i18n.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-tlv.Tpo .deps/libcommon_a-tlv.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-homedir.Tpo .deps/libcommon_a-homedir.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-sysutils.Tpo .deps/libcommon_a-sysutils.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-b64enc.o -MD -M=
P -MF .deps/libcommon_a-b64enc.Tpo -c -o libcommon_a-b64enc.o `test -f 'b64=
enc.c' || echo './'`b64enc.c=0D
mv -f .deps/libcommon_a-yesno.Tpo .deps/libcommon_a-yesno.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-b64dec.o -MD -M=
P -MF .deps/libcommon_a-b64dec.Tpo -c -o libcommon_a-b64dec.o `test -f 'b64=
dec.c' || echo './'`b64dec.c=0D
mv -f .deps/libcommon_a-sexputil.Tpo .deps/libcommon_a-sexputil.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-b64enc.Tpo .deps/libcommon_a-b64enc.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-b64dec.Tpo .deps/libcommon_a-b64dec.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-miscellaneous.o=
 -MD -MP -MF .deps/libcommon_a-miscellaneous.Tpo -c -o libcommon_a-miscella=
neous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c=0D
mv -f .deps/libcommon_a-gettime.Tpo .deps/libcommon_a-gettime.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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 `tes=
t -f 'xasprintf.c' || echo './'`xasprintf.c=0D
mv -f .deps/libcommon_a-xasprintf.Tpo .deps/libcommon_a-xasprintf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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 `tes=
t -f 'xreadline.c' || echo './'`xreadline.c=0D
mv -f .deps/libcommon_a-percent.Tpo .deps/libcommon_a-percent.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-membuf.o -MD -M=
P -MF .deps/libcommon_a-membuf.Tpo -c -o libcommon_a-membuf.o `test -f 'mem=
buf.c' || echo './'`membuf.c=0D
mv -f .deps/libcommon_a-convert.Tpo .deps/libcommon_a-convert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-miscellaneous.Tpo .deps/libcommon_a-miscellaneous.P=
o=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-xreadline.Tpo .deps/libcommon_a-xreadline.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-membuf.Tpo .deps/libcommon_a-membuf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-asshelp.Tpo .deps/libcommon_a-asshelp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-signal.o -MD -M=
P -MF .deps/libcommon_a-signal.Tpo -c -o libcommon_a-signal.o `test -f 'sig=
nal.c' || echo './'`signal.c=0D
mv -f .deps/libcommon_a-exechelp.Tpo .deps/libcommon_a-exechelp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-ttyio.Tpo .deps/libcommon_a-ttyio.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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-estrea=
m-printf.o `test -f 'estream-printf.c' || echo './'`estream-printf.c=0D
mv -f .deps/libcommon_a-signal.Tpo .deps/libcommon_a-signal.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-iobuf.Tpo .deps/libcommon_a-iobuf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-dns-cert.Tpo .deps/libcommon_a-dns-cert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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' || ec=
ho './'`pka.c=0D
mv -f .deps/libcommon_a-estream-printf.Tpo .deps/libcommon_a-estream-printf=
=2EPo=0D
mv -f .deps/libcommon_a-audit.Tpo .deps/libcommon_a-audit.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-localename.o -M=
D -MP -MF .deps/libcommon_a-localename.Tpo -c -o libcommon_a-localename.o `=
test -f 'localename.c' || echo './'`localename.c=0D
mv -f .deps/libcommon_a-localename.Tpo .deps/libcommon_a-localename.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-pka.Tpo .deps/libcommon_a-pka.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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 `tes=
t -f 'ssh-utils.c' || echo './'`ssh-utils.c=0D
mv -f .deps/libcommon_a-ssh-utils.Tpo .deps/libcommon_a-ssh-utils.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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=0D
mv -f .deps/libcommon_a-session-env.Tpo .deps/libcommon_a-session-env.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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-pa=
ssphrase.o `test -f 'get-passphrase.c' || echo './'`get-passphrase.c=0D
mv -f .deps/libcommon_a-estream.Tpo .deps/libcommon_a-estream.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -DWITHOUT_GNU_PTH=3D1 -O2 -pipe -fno-strict-alias=
ing -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' || ec=
ho './'`srv.c=0D
mv -f .deps/libcommon_a-helpfile.Tpo .deps/libcommon_a-helpfile.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-i18n.o -M=
D -MP -MF .deps/libcommonpth_a-i18n.Tpo -c -o libcommonpth_a-i18n.o `test -=
f 'i18n.c' || echo './'`i18n.c=0D
mv -f .deps/libcommon_a-get-passphrase.Tpo .deps/libcommon_a-get-passphrase=
=2EPo=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-i18n.Tpo .deps/libcommonpth_a-i18n.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-status.Tpo .deps/libcommonpth_a-status.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-init.o -M=
D -MP -MF .deps/libcommonpth_a-init.Tpo -c -o libcommonpth_a-init.o `test -=
f 'init.c' || echo './'`init.c=0D
mv -f .deps/libcommon_a-srv.Tpo .deps/libcommon_a-srv.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-sexputil.=
o -MD -MP -MF .deps/libcommonpth_a-sexputil.Tpo -c -o libcommonpth_a-sexput=
il.o `test -f 'sexputil.c' || echo './'`sexputil.c=0D
mv -f .deps/libcommonpth_a-init.Tpo .deps/libcommonpth_a-init.Po=0D
mv -f .deps/libcommonpth_a-tlv.Tpo .deps/libcommonpth_a-tlv.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-sysutils.=
o -MD -MP -MF .deps/libcommonpth_a-sysutils.Tpo -c -o libcommonpth_a-sysuti=
ls.o `test -f 'sysutils.c' || echo './'`sysutils.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommon_a-http.Tpo .deps/libcommon_a-http.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-homedir.Tpo .deps/libcommonpth_a-homedir.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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 `tes=
t -f 'yesno.c' || echo './'`yesno.c=0D
mv -f .deps/libcommonpth_a-sysutils.Tpo .deps/libcommonpth_a-sysutils.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-sexputil.Tpo .deps/libcommonpth_a-sexputil.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-yesno.Tpo .deps/libcommonpth_a-yesno.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-b64dec.Tpo .deps/libcommonpth_a-b64dec.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-b64enc.Tpo .deps/libcommonpth_a-b64enc.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-miscellan=
eous.o -MD -MP -MF .deps/libcommonpth_a-miscellaneous.Tpo -c -o libcommonpt=
h_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c=
=0D
mv -f .deps/libcommonpth_a-gettime.Tpo .deps/libcommonpth_a-gettime.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-xasprintf=
=2Eo -MD -MP -MF .deps/libcommonpth_a-xasprintf.Tpo -c -o libcommonpth_a-xa=
sprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c=0D
mv -f .deps/libcommonpth_a-convert.Tpo .deps/libcommonpth_a-convert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-xreadline=
=2Eo -MD -MP -MF .deps/libcommonpth_a-xreadline.Tpo -c -o libcommonpth_a-xr=
eadline.o `test -f 'xreadline.c' || echo './'`xreadline.c=0D
mv -f .deps/libcommonpth_a-xasprintf.Tpo .deps/libcommonpth_a-xasprintf.Po=
=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-percent.Tpo .deps/libcommonpth_a-percent.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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 `tes=
t -f 'iobuf.c' || echo './'`iobuf.c=0D
mv -f .deps/libcommonpth_a-miscellaneous.Tpo .deps/libcommonpth_a-miscellan=
eous.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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 `tes=
t -f 'ttyio.c' || echo './'`ttyio.c=0D
mv -f .deps/libcommonpth_a-xreadline.Tpo .deps/libcommonpth_a-xreadline.Po=
=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-membuf.Tpo .deps/libcommonpth_a-membuf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-exechelp.=
o -MD -MP -MF .deps/libcommonpth_a-exechelp.Tpo -c -o libcommonpth_a-exeche=
lp.o `test -f 'exechelp.c' || echo './'`exechelp.c=0D
mv -f .deps/libcommonpth_a-asshelp.Tpo .deps/libcommonpth_a-asshelp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-exechelp.Tpo .deps/libcommonpth_a-exechelp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-ttyio.Tpo .deps/libcommonpth_a-ttyio.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-estream-p=
rintf.o -MD -MP -MF .deps/libcommonpth_a-estream-printf.Tpo -c -o libcommon=
pth_a-estream-printf.o `test -f 'estream-printf.c' || echo './'`estream-pri=
ntf.c=0D
mv -f .deps/libcommonpth_a-signal.Tpo .deps/libcommonpth_a-signal.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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 `tes=
t -f 'audit.c' || echo './'`audit.c=0D
mv -f .deps/libcommonpth_a-iobuf.Tpo .deps/libcommonpth_a-iobuf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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-ce=
rt.o `test -f 'dns-cert.c' || echo './'`dns-cert.c=0D
mv -f .deps/libcommonpth_a-dns-cert.Tpo .deps/libcommonpth_a-dns-cert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-estream-printf.Tpo .deps/libcommonpth_a-estream-=
printf.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-http.o -M=
D -MP -MF .deps/libcommonpth_a-http.Tpo -c -o libcommonpth_a-http.o `test -=
f 'http.c' || echo './'`http.c=0D
mv -f .deps/libcommonpth_a-audit.Tpo .deps/libcommonpth_a-audit.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-localenam=
e.o -MD -MP -MF .deps/libcommonpth_a-localename.Tpo -c -o libcommonpth_a-lo=
calename.o `test -f 'localename.c' || echo './'`localename.c=0D
mv -f .deps/libcommonpth_a-localename.Tpo .deps/libcommonpth_a-localename.P=
o=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-session-e=
nv.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=0D
mv -f .deps/libcommonpth_a-pka.Tpo .deps/libcommonpth_a-pka.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-ssh-utils=
=2Eo -MD -MP -MF .deps/libcommonpth_a-ssh-utils.Tpo -c -o libcommonpth_a-ss=
h-utils.o `test -f 'ssh-utils.c' || echo './'`ssh-utils.c=0D
mv -f .deps/libcommonpth_a-ssh-utils.Tpo .deps/libcommonpth_a-ssh-utils.Po=
=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-helpfile.=
o -MD -MP -MF .deps/libcommonpth_a-helpfile.Tpo -c -o libcommonpth_a-helpfi=
le.o `test -f 'helpfile.c' || echo './'`helpfile.c=0D
mv -f .deps/libcommonpth_a-session-env.Tpo .deps/libcommonpth_a-session-env=
=2EPo=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -I/usr/local/include -I/usr/local/include/pth -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/libcommonpth_a-helpfile.Tpo .deps/libcommonpth_a-helpfile.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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 =
=2Edeps/libsimple_pwquery_a-simple-pwquery.Tpo -c -o libsimple_pwquery_a-si=
mple-pwquery.o `test -f 'simple-pwquery.c' || echo './'`simple-pwquery.c=0D
mv -f .deps/libcommonpth_a-srv.Tpo .deps/libcommonpth_a-srv.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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/l=
ibsimple_pwquery_a-asshelp.Tpo -c -o libsimple_pwquery_a-asshelp.o `test -f=
 'asshelp.c' || echo './'`asshelp.c=0D
mv -f .deps/libcommonpth_a-estream.Tpo .deps/libcommonpth_a-estream.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wpointer-arith=
 -MT gpgrlhelp.o -MD -MP -MF .deps/gpgrlhelp.Tpo -c -o gpgrlhelp.o gpgrlhel=
p.c=0D
mv -f .deps/libsimple_pwquery_a-asshelp.Tpo .deps/libsimple_pwquery_a-asshe=
lp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-conver=
t.c=0D
mv -f .deps/gpgrlhelp.Tpo .deps/gpgrlhelp.Po=0D
mv -f .deps/libcommonpth_a-http.Tpo .deps/libcommonpth_a-http.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-percen=
t.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-gettim=
e.c=0D
mv -f .deps/libsimple_pwquery_a-simple-pwquery.Tpo .deps/libsimple_pwquery_=
a-simple-pwquery.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-sys=
utils.c=0D
mv -f .deps/t-percent.Tpo .deps/t-percent.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-sex=
putil.c=0D
mv -f .deps/t-gettime.Tpo .deps/t-gettime.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-exe=
chelp.c=0D
mv -f .deps/t-sysutils.Tpo .deps/t-sysutils.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-en=
v.o t-session-env.c=0D
mv -f .deps/t-sexputil.Tpo .deps/t-sexputil.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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=0D
mv -f .deps/t-exechelp.Tpo .deps/t-exechelp.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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-hel=
pfile.c=0D
mv -f .deps/t-convert.Tpo .deps/t-convert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../intl -DLOCALEDIR=3D\"/usr/local/s=
hare/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIBEXECDIR=3D"\=
"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg\"" -DGNUPG_=
DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"/usr/local/e=
tc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/usr/local/inc=
lude -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=0D
mv -f .deps/t-ssh-utils.Tpo .deps/t-ssh-utils.Po=0D
rm -f libcommon.a=0D
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 libcommo=
n_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 libcommo=
n_a-miscellaneous.o libcommon_a-xasprintf.o libcommon_a-xreadline.o libcomm=
on_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 libcommo=
n_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=
=2Eo libcommon_a-srv.o =0D
ranlib libcommon.a=0D
rm -f libcommonpth.a=0D
ar cru libcommonpth.a libcommonpth_a-i18n.o libcommonpth_a-status.o libcomm=
onpth_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-c=
onvert.o libcommonpth_a-percent.o libcommonpth_a-miscellaneous.o libcommonp=
th_a-xasprintf.o libcommonpth_a-xreadline.o libcommonpth_a-membuf.o libcomm=
onpth_a-iobuf.o libcommonpth_a-ttyio.o libcommonpth_a-asshelp.o libcommonpt=
h_a-exechelp.o libcommonpth_a-signal.o libcommonpth_a-estream.o libcommonpt=
h_a-estream-printf.o libcommonpth_a-audit.o libcommonpth_a-dns-cert.o libco=
mmonpth_a-pka.o libcommonpth_a-http.o libcommonpth_a-localename.o libcommon=
pth_a-session-env.o libcommonpth_a-ssh-utils.o libcommonpth_a-helpfile.o li=
bcommonpth_a-srv.o =0D
mv -f .deps/t-helpfile.Tpo .deps/t-helpfile.Po=0D
ranlib libcommonpth.a=0D
rm -f libsimple-pwquery.a=0D
ar cru libsimple-pwquery.a libsimple_pwquery_a-simple-pwquery.o libsimple_p=
wquery_a-asshelp.o =0D
ranlib libsimple-pwquery.a=0D
rm -f libgpgrl.a=0D
ar cru libgpgrl.a gpgrlhelp.o =0D
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-c=
onvert.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -l=
gcrypt -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/libi=
conv.so -Wl,-rpath -Wl,/usr/local/lib =0D
ranlib libgpgrl.a=0D
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-p=
ercent.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -l=
gcrypt -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/libi=
conv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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-g=
ettime.o libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a -L/usr/local/lib -l=
gcrypt -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/libi=
conv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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/li=
biconv.so -Wl,-rpath -Wl,/usr/local/lib =0D
mv -f .deps/t-b64.Tpo .deps/t-b64.Po=0D
mv -f .deps/t-session-env.Tpo .deps/t-session-env.Po=0D
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/li=
biconv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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/li=
biconv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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/loca=
l/lib -lgcrypt -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libi=
ntl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/=
lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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/li=
b -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 =0D
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/li=
biconv.so -Wl,-rpath -Wl,/usr/local/lib =0D
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/loca=
l/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libiconv.so =
-Wl,-rpath -Wl,/usr/local/lib =0D
gmake[3]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/co=
mmon'=0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/co=
mmon'=0D
Making all in g10=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g=
10'=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpg.o -MD -MP -MF .deps/=
gpg.Tpo -c -o gpg.o gpg.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT server.o -MD -MP -MF .de=
ps/server.Tpo -c -o server.o server.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT compress.o -MD -MP -MF .=
deps/compress.Tpo -c -o compress.o compress.c=0D
mv -f .deps/compress.Tpo .deps/compress.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/server.Tpo .deps/server.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT free-packet.o -MD -MP -M=
F .deps/free-packet.Tpo -c -o free-packet.o free-packet.c=0D
mv -f .deps/compress-bz2.Tpo .deps/compress-bz2.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT getkey.o -MD -MP -MF .de=
ps/getkey.Tpo -c -o getkey.o getkey.c=0D
mv -f .deps/build-packet.Tpo .deps/build-packet.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keydb.o -MD -MP -MF .dep=
s/keydb.Tpo -c -o keydb.o keydb.c=0D
mv -f .deps/free-packet.Tpo .deps/free-packet.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyring.o -MD -MP -MF .d=
eps/keyring.Tpo -c -o keyring.o keyring.c=0D
mv -f .deps/keydb.Tpo .deps/keydb.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT seskey.o -MD -MP -MF .de=
ps/seskey.Tpo -c -o seskey.o seskey.c=0D
mv -f .deps/seskey.Tpo .deps/seskey.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT kbnode.o -MD -MP -MF .de=
ps/kbnode.Tpo -c -o kbnode.o kbnode.c=0D
mv -f .deps/keyring.Tpo .deps/keyring.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT mainproc.o -MD -MP -MF .=
deps/mainproc.Tpo -c -o mainproc.o mainproc.c=0D
mv -f .deps/kbnode.Tpo .deps/kbnode.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT armor.o -MD -MP -MF .dep=
s/armor.Tpo -c -o armor.o armor.c=0D
mv -f .deps/getkey.Tpo .deps/getkey.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT mdfilter.o -MD -MP -MF .=
deps/mdfilter.Tpo -c -o mdfilter.o mdfilter.c=0D
mv -f .deps/mdfilter.Tpo .deps/mdfilter.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT textfilter.o -MD -MP -MF=
 .deps/textfilter.Tpo -c -o textfilter.o textfilter.c=0D
mv -f .deps/textfilter.Tpo .deps/textfilter.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT progress.o -MD -MP -MF .=
deps/progress.Tpo -c -o progress.o progress.c=0D
mv -f .deps/progress.Tpo .deps/progress.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT misc.o -MD -MP -MF .deps=
/misc.Tpo -c -o misc.o misc.c=0D
mv -f .deps/armor.Tpo .deps/armor.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT rmd160.o -MD -MP -MF .de=
ps/rmd160.Tpo -c -o rmd160.o rmd160.c=0D
mv -f .deps/misc.Tpo .deps/misc.Po=0D
mv -f .deps/gpg.Tpo .deps/gpg.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT openfile.o -MD -MP -MF .=
deps/openfile.Tpo -c -o openfile.o openfile.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyid.o -MD -MP -MF .dep=
s/keyid.Tpo -c -o keyid.o keyid.c=0D
mv -f .deps/rmd160.Tpo .deps/rmd160.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/mainproc.Tpo .deps/mainproc.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT cpr.o -MD -MP -MF .deps/=
cpr.Tpo -c -o cpr.o cpr.c=0D
mv -f .deps/openfile.Tpo .deps/openfile.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT plaintext.o -MD -MP -MF =
=2Edeps/plaintext.Tpo -c -o plaintext.o plaintext.c=0D
mv -f .deps/cpr.Tpo .deps/cpr.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT sig-check.o -MD -MP -MF =
=2Edeps/sig-check.Tpo -c -o sig-check.o sig-check.c=0D
mv -f .deps/keyid.Tpo .deps/keyid.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keylist.o -MD -MP -MF .d=
eps/keylist.Tpo -c -o keylist.o keylist.c=0D
mv -f .deps/sig-check.Tpo .deps/sig-check.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT pkglue.o -MD -MP -MF .de=
ps/pkglue.Tpo -c -o pkglue.o pkglue.c=0D
mv -f .deps/plaintext.Tpo .deps/plaintext.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT pkclist.o -MD -MP -MF .d=
eps/pkclist.Tpo -c -o pkclist.o pkclist.c=0D
mv -f .deps/pkglue.Tpo .deps/pkglue.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT skclist.o -MD -MP -MF .d=
eps/skclist.Tpo -c -o skclist.o skclist.c=0D
mv -f .deps/skclist.Tpo .deps/skclist.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/pubkey-enc.Tpo .deps/pubkey-enc.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT passphrase.o -MD -MP -MF=
 .deps/passphrase.Tpo -c -o passphrase.o passphrase.c=0D
mv -f .deps/parse-packet.Tpo .deps/parse-packet.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT seckey-cert.o -MD -MP -M=
F .deps/seckey-cert.Tpo -c -o seckey-cert.o seckey-cert.c=0D
mv -f .deps/pkclist.Tpo .deps/pkclist.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT encr-data.o -MD -MP -MF =
=2Edeps/encr-data.Tpo -c -o encr-data.o encr-data.c=0D
mv -f .deps/passphrase.Tpo .deps/passphrase.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT cipher.o -MD -MP -MF .de=
ps/cipher.Tpo -c -o cipher.o cipher.c=0D
mv -f .deps/encr-data.Tpo .deps/encr-data.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT encode.o -MD -MP -MF .de=
ps/encode.Tpo -c -o encode.o encode.c=0D
mv -f .deps/keylist.Tpo .deps/keylist.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT sign.o -MD -MP -MF .deps=
/sign.Tpo -c -o sign.o sign.c=0D
mv -f .deps/seckey-cert.Tpo .deps/seckey-cert.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT verify.o -MD -MP -MF .de=
ps/verify.Tpo -c -o verify.o verify.c=0D
mv -f .deps/cipher.Tpo .deps/cipher.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT revoke.o -MD -MP -MF .de=
ps/revoke.Tpo -c -o revoke.o revoke.c=0D
mv -f .deps/verify.Tpo .deps/verify.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT decrypt.o -MD -MP -MF .d=
eps/decrypt.Tpo -c -o decrypt.o decrypt.c=0D
mv -f .deps/decrypt.Tpo .deps/decrypt.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyedit.o -MD -MP -MF .d=
eps/keyedit.Tpo -c -o keyedit.o keyedit.c=0D
mv -f .deps/revoke.Tpo .deps/revoke.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT dearmor.o -MD -MP -MF .d=
eps/dearmor.Tpo -c -o dearmor.o dearmor.c=0D
mv -f .deps/encode.Tpo .deps/encode.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT import.o -MD -MP -MF .de=
ps/import.Tpo -c -o import.o import.c=0D
mv -f .deps/dearmor.Tpo .deps/dearmor.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT export.o -MD -MP -MF .de=
ps/export.Tpo -c -o export.o export.c=0D
mv -f .deps/sign.Tpo .deps/sign.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT trustdb.o -MD -MP -MF .d=
eps/trustdb.Tpo -c -o trustdb.o trustdb.c=0D
mv -f .deps/export.Tpo .deps/export.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT tdbdump.o -MD -MP -MF .d=
eps/tdbdump.Tpo -c -o tdbdump.o tdbdump.c=0D
mv -f .deps/tdbdump.Tpo .deps/tdbdump.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT tdbio.o -MD -MP -MF .dep=
s/tdbio.Tpo -c -o tdbio.o tdbio.c=0D
mv -f .deps/import.Tpo .deps/import.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT delkey.o -MD -MP -MF .de=
ps/delkey.Tpo -c -o delkey.o delkey.c=0D
mv -f .deps/trustdb.Tpo .deps/trustdb.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keygen.o -MD -MP -MF .de=
ps/keygen.Tpo -c -o keygen.o keygen.c=0D
mv -f .deps/tdbio.Tpo .deps/tdbio.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT helptext.o -MD -MP -MF .=
deps/helptext.Tpo -c -o helptext.o helptext.c=0D
mv -f .deps/delkey.Tpo .deps/delkey.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT keyserver.o -MD -MP -MF =
=2Edeps/keyserver.Tpo -c -o keyserver.o keyserver.c=0D
mv -f .deps/helptext.Tpo .deps/helptext.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT photoid.o -MD -MP -MF .d=
eps/photoid.Tpo -c -o photoid.o photoid.c=0D
mv -f .deps/photoid.Tpo .deps/photoid.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/call-agent.Tpo .deps/call-agent.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT card-util.o -MD -MP -MF =
=2Edeps/card-util.Tpo -c -o card-util.o card-util.c=0D
mv -f .deps/keyserver.Tpo .deps/keyserver.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT exec.o -MD -MP -MF .deps=
/exec.Tpo -c -o exec.o exec.c=0D
mv -f .deps/keyedit.Tpo .deps/keyedit.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -Wall -Wno-pointer-sign -Wpointer-arith -MT gpgv.o -MD -MP -MF .deps=
/gpgv.Tpo -c -o gpgv.o gpgv.c=0D
mv -f .deps/exec.Tpo .deps/exec.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../include -I../intl -DL=
OCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"=
" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/lo=
cal/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYS=
CONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local=
/include -I/usr/local/include -I/usr/local/include -O2 -pipe -fno-strict-al=
iasing -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=0D
mv -f .deps/t-rmd160.Tpo .deps/t-rmd160.Po=0D
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  =0D
mv -f .deps/gpgv.Tpo .deps/gpgv.Po=0D
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/libcomm=
on.a ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libgpgrl.a -lz -lbz2  -lr=
eadline /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/loc=
al/lib -lgpg-error -L/usr/local/lib -lgpg-error /usr/local/lib/libiconv.so =
-Wl,-rpath -Wl,/usr/local/lib  =0D
mv -f .deps/keygen.Tpo .deps/keygen.Po=0D
mv -f .deps/card-util.Tpo .deps/card-util.Po=0D
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-p=
acket.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdf=
ilter.o textfilter.o progress.o misc.o rmd160.o openfile.o keyid.o parse-pa=
cket.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=
=2Eo verify.o revoke.o decrypt.o keyedit.o dearmor.o import.o export.o trus=
tdb.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 .=
=2E/gl/libgnu.a ../common/libgpgrl.a -lz -lbz2  -lreadline /usr/local/lib/l=
ibintl.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/us=
r/local/lib -lgpg-error /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/loca=
l/lib  =0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/g1=
0'=0D
Making all in keyserver=0D
gmake[2]: Entering directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/k=
eyserver'=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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 -M=
F .deps/gpg2keys_hkp-gpgkeys_hkp.Tpo -c -o gpg2keys_hkp-gpgkeys_hkp.o `test=
 -f 'gpgkeys_hkp.c' || echo './'`gpgkeys_hkp.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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 .de=
ps/gpg2keys_hkp-ksutil.Tpo -c -o gpg2keys_hkp-ksutil.o `test -f 'ksutil.c' =
|| echo './'`ksutil.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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 `t=
est -f 'no-libgcrypt.c' || echo './'`no-libgcrypt.c=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=3D\"=
/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIB=
EXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg=
\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"=
/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/u=
sr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wp=
ointer-arith -MT gpg2keys_finger-gpgkeys_finger.o -MD -MP -MF .deps/gpg2key=
s_finger-gpgkeys_finger.Tpo -c -o gpg2keys_finger-gpgkeys_finger.o `test -f=
 'gpgkeys_finger.c' || echo './'`gpgkeys_finger.c=0D
ksutil.c: In function 'parse_ks_options':=0D
ksutil.c:332: warning: implicit declaration of function 'make_filename_try'=
=0D
ksutil.c:332: warning: assignment makes pointer from integer without a cast=
=0D
gpgkeys_hkp.c: In function 'send_key':=0D
gpgkeys_hkp.c:207: warning: implicit declaration of function 'strconcat'=0D
gpgkeys_hkp.c:207: warning: assignment makes pointer from integer without a=
 cast=0D
gpgkeys_hkp.c:246: warning: implicit declaration of function 'xfree'=0D
gpgkeys_hkp.c: In function 'get_name':=0D
gpgkeys_hkp.c:399: warning: assignment makes pointer from integer without a=
 cast=0D
gpgkeys_hkp.c: In function 'search_key':=0D
gpgkeys_hkp.c:519: warning: assignment makes pointer from integer without a=
 cast=0D
mv -f .deps/gpg2keys_hkp-no-libgcrypt.Tpo .deps/gpg2keys_hkp-no-libgcrypt.P=
o=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=3D\"=
/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIB=
EXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg=
\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"=
/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/u=
sr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wp=
ointer-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=0D
mv -f .deps/gpg2keys_finger-gpgkeys_finger.Tpo .deps/gpg2keys_finger-gpgkey=
s_finger.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I../gl -I../common -I../intl -DLOCALEDIR=3D\"=
/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/local/bin\"" -DGNUPG_LIB=
EXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\"/usr/local/lib/gnupg=
\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DGNUPG_SYSCONFDIR=3D"\"=
/usr/local/etc/gnupg\""      -I/usr/local/include -I/usr/local/include -I/u=
sr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wno-pointer-sign -Wp=
ointer-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-l=
ibgcrypt.c' || echo './'`no-libgcrypt.c=0D
mv -f .deps/gpg2keys_hkp-ksutil.Tpo .deps/gpg2keys_hkp-ksutil.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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=0D
mv -f .deps/gpg2keys_finger-no-libgcrypt.Tpo .deps/gpg2keys_finger-no-libgc=
rypt.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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 .d=
eps/gpg2keys_curl-ksutil.Tpo -c -o gpg2keys_curl-ksutil.o `test -f 'ksutil.=
c' || echo './'`ksutil.c=0D
mv -f .deps/gpg2keys_finger-ksutil.Tpo .deps/gpg2keys_finger-ksutil.Po=0D
cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I../gl -I../common -I../=
intl -DLOCALEDIR=3D\"/usr/local/share/locale\" -DGNUPG_BINDIR=3D"\"/usr/loc=
al/bin\"" -DGNUPG_LIBEXECDIR=3D"\"/usr/local/libexec\"" -DGNUPG_LIBDIR=3D"\=
"/usr/local/lib/gnupg\"" -DGNUPG_DATADIR=3D"\"/usr/local/share/gnupg\"" -DG=
NUPG_SYSCONFDIR=3D"\"/usr/local/etc/gnupg\""      -I/usr/local/include -I/u=
sr/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=0D
ksutil.c: In function 'parse_ks_options':=0D
ksutil.c:332: warning: implicit declaration of function 'make_filename_try'=
=0D
ksutil.c:332: warning: assignment makes pointer from integer without a cast=
=0D
mv -f .deps/gpg2keys_curl-gpgkeys_curl.Tpo .deps/gpg2keys_curl-gpgkeys_curl=
=2EPo=0D
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_fing=
er gpg2keys_finger-gpgkeys_finger.o gpg2keys_finger-ksutil.o gpg2keys_finge=
r-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,/us=
r/local/lib /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath=
 -Wl,/usr/local/lib  =0D
mv -f .deps/gpg2keys_curl-no-libgcrypt.Tpo .deps/gpg2keys_curl-no-libgcrypt=
=2EPo=0D
mv -f .deps/gpg2keys_hkp-gpgkeys_hkp.Tpo .deps/gpg2keys_hkp-gpgkeys_hkp.Po=
=0D
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/l=
ib -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/loc=
al/lib  -L/usr/local/lib -lcurl -lssl -lcrypto -lgssapi -lz  =0D
gpg2keys_hkp-gpgkeys_hkp.o: In function `search_key':=0D
gpgkeys_hkp.c:(.text+0x33b): undefined reference to `xfree'=0D
gpgkeys_hkp.c:(.text+0x37e): undefined reference to `xfree'=0D
gpgkeys_hkp.c:(.text+0x401): undefined reference to `xfree'=0D
gpg2keys_hkp-gpgkeys_hkp.o: In function `send_key':=0D
gpgkeys_hkp.c:(.text+0x662): undefined reference to `xfree'=0D
gpgkeys_hkp.c:(.text+0x880): undefined reference to `xfree'=0D
gpg2keys_hkp-gpgkeys_hkp.o:gpgkeys_hkp.c:(.text+0x920): more undefined refe=
rences to `xfree' follow=0D
gmake[2]: *** [gpg2keys_hkp] Error 1=0D
gmake[2]: *** Waiting for unfinished jobs....=0D
mv -f .deps/gpg2keys_curl-ksutil.Tpo .deps/gpg2keys_curl-ksutil.Po=0D
gmake[2]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21/ke=
yserver'=0D
gmake[1]: *** [all-recursive] Error 1=0D
gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.21'=0D
gmake: *** [all] Error 2=0D
=3D=3D=3D> Compilation failed unexpectedly.=0D
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to=0D
the maintainer.=0D
*** [do-build] Error code 1=0D
=0D
Stop in /usr/ports/security/gnupg.=0D
*** [build] Error code 1=0D
=0D
Stop in /usr/ports/security/gnupg.=0D

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130905223909.GK1208>