From gnupg-devel at mlists.thewrittenword.com Wed Aug 1 18:19:35 2007 From: gnupg-devel at mlists.thewrittenword.com (Peter O'Gorman) Date: Wed, 1 Aug 2007 11:19:35 -0500 Subject: gnupg-2.0.5 use of if (!vaargs) in estream-printf.c Message-ID: <20070801161935.GJ30815@tw.localdomain> Hi, gnupg-2.0.5 fails to compile on at least HP-UX and Tru64 due to its assumption that a va_list is some kind of pointer. I simply commented out this code: if (!vaargs) { if (read_dummy_value (value, vt)) return -1; } else I can not figure out how the vaargs would be null at this point anyway, is there a real possibility that it can be NULL? Thanks, Peter From wk at gnupg.org Wed Aug 1 20:06:43 2007 From: wk at gnupg.org (Werner Koch) Date: Wed, 01 Aug 2007 20:06:43 +0200 Subject: gnupg-2.0.5 use of if (!vaargs) in estream-printf.c In-Reply-To: <20070801161935.GJ30815@tw.localdomain> (Peter O'Gorman's message of "Wed, 1 Aug 2007 11:19:35 -0500") References: <20070801161935.GJ30815@tw.localdomain> Message-ID: <87fy33w2mk.fsf@wheatstone.g10code.de> On Wed, 1 Aug 2007 18:19, gnupg-devel at mlists.thewrittenword.com said: > gnupg-2.0.5 fails to compile on at least HP-UX and Tru64 due to its > assumption that a va_list is some kind of pointer. Well you caught me again doing this ;-) > I can not figure out how the vaargs would be null at this point > anyway, is there a real possibility that it can be NULL? Just checked. You are right. I used this during development but it is useless now. I will remove it as weel as the read_dummy_value function. Salam-Shalom, Werner From patrick at mozilla-enigmail.org Thu Aug 2 11:44:29 2007 From: patrick at mozilla-enigmail.org (Patrick Brunschwig) Date: Thu, 02 Aug 2007 11:44:29 +0200 Subject: Using gpg-agent on Windows In-Reply-To: <87wswl92xi.fsf@wheatstone.g10code.de> References: <46AA0C44.2040203@mozilla-enigmail.org> <87wswl92xi.fsf@wheatstone.g10code.de> Message-ID: <46B1A77D.6020608@mozilla-enigmail.org> Werner Koch wrote: > On Fri, 27 Jul 2007 17:16, patrick at mozilla-enigmail.org said: > >> I'm trying to run gpg-agent as delivered with gpg4win 1.1.1 to enable >> proper support for it in Enigmail. > > Well, it might work or might not work. The current SVN evrsion is > definitely better. > > Udner Windows you don't need to care about envvars or --daemon. gpgsm > starts gpg-agent on demand. The other tools should do that do but it > has not yet been implemented. So, do I understand you correctly that in case gpg2 is used on Windows, then gpg-agent will be started automatically? -Patrick From wk at gnupg.org Thu Aug 2 20:14:46 2007 From: wk at gnupg.org (Werner Koch) Date: Thu, 02 Aug 2007 20:14:46 +0200 Subject: Using gpg-agent on Windows In-Reply-To: <46B1A77D.6020608@mozilla-enigmail.org> (Patrick Brunschwig's message of "Thu, 02 Aug 2007 11:44:29 +0200") References: <46AA0C44.2040203@mozilla-enigmail.org> <87wswl92xi.fsf@wheatstone.g10code.de> <46B1A77D.6020608@mozilla-enigmail.org> Message-ID: <87sl71st0p.fsf@wheatstone.g10code.de> On Thu, 2 Aug 2007 11:44, patrick at mozilla-enigmail.org said: > So, do I understand you correctly that in case gpg2 is used on Windows, > then gpg-agent will be started automatically? Yes. I just tested it. Salam-Shalom, Werner From JPClizbe at tx.rr.com Thu Aug 2 23:29:22 2007 From: JPClizbe at tx.rr.com (John Clizbe) Date: Thu, 02 Aug 2007 16:29:22 -0500 Subject: Using gpg-agent on Windows In-Reply-To: <87sl71st0p.fsf@wheatstone.g10code.de> References: <46AA0C44.2040203@mozilla-enigmail.org> <87wswl92xi.fsf@wheatstone.g10code.de> <46B1A77D.6020608@mozilla-enigmail.org> <87sl71st0p.fsf@wheatstone.g10code.de> Message-ID: <46B24CB2.1080604@tx.rr.com> Werner Koch wrote: > On Thu, 2 Aug 2007 11:44, patrick at mozilla-enigmail.org said: > >> So, do I understand you correctly that in case gpg2 is used on Windows, >> then gpg-agent will be started automatically? > > Yes. I just tested it. Werner, How about scdaemon? gpg-agent support works on Windows, but can't yet use an OpenPGP card with it yet. I'll test any newly built binaries. -- John P. Clizbe Inet: John (a) Mozilla-Enigmail.org You can't spell fiasco without SCO. PGP/GPG KeyID: 0x608D2A10/0x18BB373A "what's the key to success?" / "two words: good decisions." "what's the key to good decisions?" / "one word: experience." "how do i get experience?" / "two words: bad decisions." "Just how do the residents of Haiku, Hawai'i hold conversations?" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 663 bytes Desc: OpenPGP digital signature Url : /pipermail/attachments/20070802/3d6bb42c/attachment-0001.pgp From wk at gnupg.org Fri Aug 3 08:40:09 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 03 Aug 2007 08:40:09 +0200 Subject: Using gpg-agent on Windows In-Reply-To: <46B24CB2.1080604@tx.rr.com> (John Clizbe's message of "Thu, 02 Aug 2007 16:29:22 -0500") References: <46AA0C44.2040203@mozilla-enigmail.org> <87wswl92xi.fsf@wheatstone.g10code.de> <46B1A77D.6020608@mozilla-enigmail.org> <87sl71st0p.fsf@wheatstone.g10code.de> <46B24CB2.1080604@tx.rr.com> Message-ID: <873az1ruie.fsf@wheatstone.g10code.de> On Thu, 2 Aug 2007 23:29, JPClizbe at tx.rr.com said: > How about scdaemon? Will work for Windows by mid October. Salam-Shalom, Werner From zap at homelink.ru Thu Aug 9 10:56:43 2007 From: zap at homelink.ru (Andrew Zabolotny) Date: Thu, 9 Aug 2007 12:56:43 +0400 Subject: gpg locks up with certain key servers Message-ID: <20070809125643.3f8b75af@zap.ozerki.lan> Hello! I have the following statement in my gpg.conf file: keyserver x-hkp://pgp.mit.edu However, pretty often gpg locks up when checking emails from miscelaneous people who have their public keys on that server for unknown reason. This happens like this: [3|zap at zap|~]gpg msg Detached signature. Please enter name of data file: msg gpg: Signature made Thu Aug 9 10:46:32 2007 MSD using DSA key ID 307D56ED gpg: requesting key 307D56ED from hkp server pgp.mit.edu And then it stays there forever, from time to time hogging CPU for long periods of time (several minutes), then releasing it, then again hogging. I waited for about 15 minutes and there's no sign of the end. I'm attaching a signed message from one of the mailing lists I receive (it's public so I hope it's not a privacy concern) on which it behaves like I described above. If you don't get the above behaviour, it could happen that the public key of the person who wrote the message is already on your public ring; move temporarily your pubring.gpg file to some place where gpg won't find it for test. This does not happen if I use other key servers. However, I think gpg shouldn't behave so even if key server behaves incorrectly. I have signature checking automatically enabled in my email program (sylpheed claws) and pretty often I have to kill the email client that locks up badly because of this gpg behavior. -- Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: msg Type: application/octet-stream Size: 1563 bytes Desc: not available Url : /pipermail/attachments/20070809/4a23c986/attachment.obj From rjh at sixdemonbag.org Thu Aug 9 13:22:49 2007 From: rjh at sixdemonbag.org (Robert J. Hansen) Date: Thu, 09 Aug 2007 07:22:49 -0400 Subject: gpg locks up with certain key servers In-Reply-To: <20070809125643.3f8b75af@zap.ozerki.lan> References: <20070809125643.3f8b75af@zap.ozerki.lan> Message-ID: <46BAF909.5010406@sixdemonbag.org> Andrew Zabolotny wrote: > keyserver x-hkp://pgp.mit.edu This keyserver is known to be fundamentally broken in many, many ways. Please use one like pool.sks-keyservers.net instead. From rdieter at math.unl.edu Thu Aug 9 13:34:26 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 09 Aug 2007 06:34:26 -0500 Subject: (L)GPLv3 licensing dilemma: gpg stack Message-ID: gpg dev's, could you clarify/verify if my understanding is correct? In particular, as a package maintainer for much of the gpg-related software stack in fedora, the change to GPLv3 and LGPLv3 in recent releases has got us stuck in a bind on how to distribute these legally (ie, to comply with the new licensing). As it appears that the latest versions of libassuan, libksba, gnupg2 use (L)GPLv3, there appears to be a licensing incompatibility brewing. According to the FSF, GPLv2 is incompatible with GPLv3, http://www.fsf.org/licensing/licenses/gpl-faq.html#v2v3Compatibility libassuan-1.0.2 is LGPLv3 libksba-1.0.2 is GPLv3 gnupg2-2.0.5 is GPLv3 gpgme-1.1.5 is LGPLv2. Fortunately, the LGPLv2 allows one to relicense code under any version of the GPL since GPLv2. So, distributing it as GPLv3 looks ok. But... as there are many apps out there that currently link against gpgme(1), this could lead to some serious consequences and other potential licensing incompatibilities. dirmngr-1.0.0 is GPLv2. This looks like a problem too. -- Rex (1) in fedora anyway, including: basket, centericq, claws-mail, gpa, kdepim, licq, mcabber, pygpgme, seahorse, sylpheed. Many of these are currently GPLv2 only. From ametzler at downhill.at.eu.org Thu Aug 9 19:20:30 2007 From: ametzler at downhill.at.eu.org (Andreas Metzler) Date: Thu, 9 Aug 2007 19:20:30 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack References: Message-ID: Rex Dieter wrote: [...] > As it appears that the latest versions of libassuan, libksba, gnupg2 use > (L)GPLv3, there appears to be a licensing incompatibility brewing. [...] > dirmngr-1.0.0 is GPLv2. This looks like a problem too. dirmngr-1.0.0 is GPLv2-or-later. Therefore there is no problem for this specific case. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' From wk at gnupg.org Thu Aug 9 19:37:35 2007 From: wk at gnupg.org (Werner Koch) Date: Thu, 09 Aug 2007 19:37:35 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack In-Reply-To: (Rex Dieter's message of "Thu, 09 Aug 2007 06:34:26 -0500") References: Message-ID: <87myx0a9sw.fsf@wheatstone.g10code.de> On Thu, 9 Aug 2007 13:34, rdieter at math.unl.edu said: > gpgme-1.1.5 is LGPLv2. Fortunately, the LGPLv2 allows one to relicense code > under any version of the GPL since GPLv2. So, distributing it as GPLv3 > looks ok. But... as there are many apps out there that currently link We will stick to LGPLv2+ for gpgme. So there is no problem; the assuan copy in libgpgme is also still LGPLv2. > dirmngr-1.0.0 is GPLv2. This looks like a problem too. Yes, there is a problem with libassuan. The FSF told me that they are working on an exception clause to allow LGPLv3 with GPLv2. I need to check with them. If nothing helps we will need to switch libassuan back to v2. > (1) in fedora anyway, including: basket, centericq, claws-mail, gpa, kdepim, > licq, mcabber, pygpgme, seahorse, sylpheed. Many of these are currently > GPLv2 only. Yeah, the Qt problem. Do you have any deadline until this needs to be resolved? Shalom-Salam, Werner From rdieter at math.unl.edu Thu Aug 9 20:41:57 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 09 Aug 2007 13:41:57 -0500 Subject: (L)GPLv3 licensing dilemma: gpg stack References: <87myx0a9sw.fsf@wheatstone.g10code.de> Message-ID: Werner Koch wrote: > On Thu, 9 Aug 2007 13:34, rdieter at math.unl.edu said: Werner, Thank you much for the quick feedback. >> (1) in fedora anyway, including: basket, centericq, claws-mail, gpa, >> kdepim, >> licq, mcabber, pygpgme, seahorse, sylpheed. Many of these are currently >> GPLv2 only. > > Yeah, the Qt problem. > Do you have any deadline until this needs to be resolved? Ideally before our fedora 8 feature freeze, Aug 28, but we'll have until Sep 25 to make critical changes. -- Rex From andrewbass at gmail.com Fri Aug 10 03:44:25 2007 From: andrewbass at gmail.com (Andrew ``Bass'' Shcheglov) Date: Fri, 10 Aug 2007 05:44:25 +0400 Subject: GNU Pth support Message-ID: <46BBC2F9.1060807@gmail.com> Hi! This list might not be the right place to ask, but I haven't found any relevant information over the Internet. Is there any advantage building GPG with GNU Pth support? Is it true that without Pth, GPG will operate in a single-threaded mode? (Seems so for me after looking into code, but I may be mistaken.) Why doesn't GPG have support for the standard POSIX threads (if host OS does support pthreads)? Thanks. -- Andrew ``Bass'' Shcheglov http://www.2ka.mipt.ru/~bass/ http://www.softlogic.ru/ From dshaw at jabberwocky.com Fri Aug 10 06:29:05 2007 From: dshaw at jabberwocky.com (David Shaw) Date: Fri, 10 Aug 2007 00:29:05 -0400 Subject: gpg locks up with certain key servers In-Reply-To: <20070809125643.3f8b75af@zap.ozerki.lan> References: <20070809125643.3f8b75af@zap.ozerki.lan> Message-ID: <20070810042904.GA25849@jabberwocky.com> On Thu, Aug 09, 2007 at 12:56:43PM +0400, Andrew Zabolotny wrote: > Hello! > > I have the following statement in my gpg.conf file: > > keyserver x-hkp://pgp.mit.edu > > However, pretty often gpg locks up when checking emails from > miscelaneous people who have their public keys on that server for > unknown reason. This happens like this: > > [3|zap at zap|~]gpg msg > Detached signature. > Please enter name of data file: msg > gpg: Signature made Thu Aug 9 10:46:32 2007 MSD using DSA key ID > 307D56ED gpg: requesting key 307D56ED from hkp server pgp.mit.edu That key is somewhat mangled on that keyserver. If you look at the key data itself, it's 1.2 megabytes long with 8662 signatures. The key is really only about 745k long with 4639 signatures. > This does not happen if I use other key servers. However, I think gpg > shouldn't behave so even if key server behaves incorrectly. I have > signature checking automatically enabled in my email program (sylpheed > claws) and pretty often I have to kill the email client that locks up > badly because of this gpg behavior. pgp.mit.edu runs the pks keyserver software. There is a reasonably common bug in pks where it makes extra copies of user IDs, and any signatures that are on those user IDs. That is why the key size is almost doubled. GPG isn't actually locking up here - it's just very slow. The reason for the slow import of that key is the need for GPG to detect and remove the duplicated packets. On my machine, it takes just under an hour to process that key. The algorithm currently in GPG for detecting and repairing the duplication is not as efficient as it could be. I'll have a look at it and see what I can do. David From wk at gnupg.org Fri Aug 10 12:45:56 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 10 Aug 2007 12:45:56 +0200 Subject: GNU Pth support In-Reply-To: <46BBC2F9.1060807@gmail.com> (Andrew Shcheglov's message of "Fri, 10 Aug 2007 05:44:25 +0400") References: <46BBC2F9.1060807@gmail.com> Message-ID: <87ir7n8y6z.fsf@wheatstone.g10code.de> On Fri, 10 Aug 2007 03:44, andrewbass at gmail.com said: > Is there any advantage building GPG with GNU Pth support? You can't build gpg with Pth support. The GnuPG-2 package however requires Pth for several modules (gpg-agent, scdaemon). Expect more modules to take advantage of this. It is required because these modules are running as a server and thus need to be able to handle multiple requests. > Is it true that without Pth, GPG will operate in a single-threaded mode? > (Seems so for me after looking into code, but I may be mistaken.) Why should it need to be multi-threaded if it does not act as a server? > Why doesn't GPG have support for the standard POSIX threads (if host OS > does support pthreads)? For security reasons. Getting multi-threaded programs right is a tough job. You can easily find bugs in the majority of multi-threaded applications (unless the threads don't need to interact with each other). Pth mitigates the problem as it is a userland thread implementation with well defined preemption points (i.e. system calls). For auditing purposes it is better to implement servers using such a userland thread model than for example an event/continuation based model. Shalom-Salam, Werner From wk at gnupg.org Fri Aug 10 12:48:56 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 10 Aug 2007 12:48:56 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack In-Reply-To: (Rex Dieter's message of "Thu, 09 Aug 2007 13:41:57 -0500") References: <87myx0a9sw.fsf@wheatstone.g10code.de> Message-ID: <87ejib8y1z.fsf@wheatstone.g10code.de> On Thu, 9 Aug 2007 20:41, rdieter at math.unl.edu said: > Ideally before our fedora 8 feature freeze, Aug 28, but we'll have until Sep > 25 to make critical changes. Okay, we will have a solution for libassuan by then. I don't think that there are any other problems. Dirmngr uses libskba which is LPGv3+ but as Andreas already noted Dirmngr's GPLv2+ allows for that. Salam-Shalom, Werner From andrewbass at gmail.com Fri Aug 10 14:11:40 2007 From: andrewbass at gmail.com (Andrew ``Bass'' Shcheglov) Date: Fri, 10 Aug 2007 16:11:40 +0400 Subject: GNU Pth support In-Reply-To: <87ir7n8y6z.fsf@wheatstone.g10code.de> References: <46BBC2F9.1060807@gmail.com> <87ir7n8y6z.fsf@wheatstone.g10code.de> Message-ID: <46BC55FC.6060004@gmail.com> Werner Koch wrote: >> Is there any advantage building GPG with GNU Pth support? >> > > You can't build gpg with Pth support. The GnuPG-2 package however > requires Pth for several modules (gpg-agent, scdaemon). Expect more > modules to take advantage of this. It is required because these modules > are running as a server and thus need to be able to handle multiple > requests. > >> Is it true that without Pth, GPG will operate in a single-threaded mode? >> (Seems so for me after looking into code, but I may be mistaken.) >> > > Why should it need to be multi-threaded if it does not act as a server? > Yes, I see. By GPG I meant not only the utility of the same name, but rather the whole code bundled with it (incl. modules). >> Why doesn't GPG have support for the standard POSIX threads (if host OS >> does support pthreads)? >> > > For security reasons. Getting multi-threaded programs right is a tough > job. You can easily find bugs in the majority of multi-threaded > applications (unless the threads don't need to interact with each > other). > > Pth mitigates the problem as it is a userland thread implementation with > well defined preemption points (i.e. system calls). For auditing > purposes it is better to implement servers using such a userland thread > model than for example an event/continuation based model. > So, as far as I understand you, this is just a security concern, and Pth was a safe choice because performance is not of big essence, right? Thanks, Werner. -- Andrew ``Bass'' Shcheglov http://www.2ka.mipt.ru/~bass/ http://www.softlogic.ru/ From gdt at ir.bbn.com Thu Aug 9 02:39:18 2007 From: gdt at ir.bbn.com (Greg Troxel) Date: Wed, 08 Aug 2007 20:39:18 -0400 Subject: make -j4 safety? Message-ID: I built gnupg 2.0.5 via pkgsrc on NetBSD, and the build failed. I restarted it and it succeeded. As I use -j4 (single processor machine at the moment - usually dual), I suspect a Makefile bug. The offending line was gmake[2]: *** No rule to make target `../common/libcommon.a', needed by `t-convert'. Stop. and it seems that make tried to build t-convert before libcommon.a was built. Apparently ../foo/libbar.a doesn't resolve to libbar.a in terms of dependencies - when this came up in another project the fix was to avoid .. references. When others build gnupg with -j4, does it reliably build? I'm 0/2, losing on this both times. Here's the full build output RR> Replacing gnupg2-2.0.4 ===> Cleaning for gnupg2-2.0.5 => Required installed package digest>=20010302: digest-20070803 found => Required installed package checkperms>=1.1: checkperms-1.7 found => Fetching gnupg-2.0.5.tar.bz2 => Total size: 3513529 bytes => Fetching libassuan-1.0.2.tar.bz2 => Total size: 275499 bytes => Checksum SHA1 OK for gnupg-2.0.5.tar.bz2 => Checksum SHA1 OK for libassuan-1.0.2.tar.bz2 => Checksum SHA1 OK for pth-2.0.7.tar.gz => Checksum RMD160 OK for gnupg-2.0.5.tar.bz2 => Checksum RMD160 OK for libassuan-1.0.2.tar.bz2 => Checksum RMD160 OK for pth-2.0.7.tar.gz ===> Installing dependencies for gnupg2-2.0.5 ========================================================================== The supported build options for gnupg2 are: gpgsm The currently selected options are: gpgsm You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.gnupg2 = gpgsm ========================================================================== ========================================================================== The following variables will affect the build process of this package, gnupg2-2.0.5. Their current value is shown below: * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Required installed package libtool-base>=1.5.18nb5: libtool-base-1.5.22nb4 found => Required installed package automake>=1.9: automake-1.10 found => Required installed package autoconf>=2.58: autoconf-2.61 found => Required installed package gmake>=3.78: gmake-3.81 found => Required installed package dirmngr>=0.9.3nb1: dirmngr-1.0.0 found => Required installed package openldap-client>=2.3.11nb2: openldap-client-2.3.32 found => Required installed package libksba>=1.0.2: libksba-1.0.2 found => Required installed package libgcrypt>=1.2.0: libgcrypt-1.2.4 found => Required installed package libgpg-error>=1.4: libgpg-error-1.4nb2 found => Required installed package curl>=7.12.3: curl-7.16.4 found => Required installed package pinentry>=0.7.1: pinentry-0.7.2nb2 found ===> Overriding tools for gnupg2-2.0.5 ===> Extracting for gnupg2-2.0.5 ===> Patching for gnupg2-2.0.5 => Applying pkgsrc patches for gnupg2-2.0.5 ===> Creating toolchain wrappers for gnupg2-2.0.5 ===> Configuring for gnupg2-2.0.5 cd /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth-2.0.7 && ./configure --prefix=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth --enable-pthread --enable-static --disable-shared && /usr/bin/make install Configuring [1mGNU Pth[m (Portable Threads), Version [1m2.0.7 (08-Jun-2006)[m Copyright (c) 1999-2006 Ralf S. Engelschall Platform: [1mi386-unknown-netbsdelf4.99.26[m [1mBuild Tools:[m checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether make sets $(MAKE)... yes checking for compiler option -pipe... yes checking for compilation debug mode... disabled checking for compilation profile mode... disabled checking for compilation optimization mode... disabled checking build system type... i386-unknown-netbsdelf4.99.26 checking host system type... i386-unknown-netbsdelf4.99.26 checking for a sed that does not truncate output... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/sed checking for ld used by gcc... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld checking if the linker (/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld) is GNU ld... yes checking for /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$ checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... no checking whether g77 accepts -g... no checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... no checking if g77 static flag -static works... no checking if g77 supports -c -o file.o... no checking whether the g77 linker (/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld) supports shared libraries... ERROR: To use this compiler, you have to add fortran to ERROR: USE_LANGUAGES in the package Makefile. yes checking dynamic linker characteristics... ERROR: To use this compiler, you have to add fortran to ERROR: USE_LANGUAGES in the package Makefile. ERROR: To use this compiler, you have to add fortran to ERROR: USE_LANGUAGES in the package Makefile. NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate [1mMandatory Platform Environment:[m checking for ANSI C header files... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for gettimeofday... yes checking for select... yes checking for sigaction... yes checking for sigprocmask... yes checking for sigpending... yes checking for sigsuspend... yes decision on mandatory system headers and functions... [1mall fine[m [1mOptional Platform Environment:[m checking for number of signals... 64 checking for default value of FD_SETSIZE... 256 checking for poll... yes checking for define POLLIN in poll.h... yes checking whether poll(2) facility has to be faked... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for readv... yes checking for writev... yes checking whether readv(2)/writev(2) facility has to be faked... no checking for usleep... yes checking for strerror... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for gethostname in -lnsl... no checking for gethostbyname in -lnsl... no checking for accept in -lsocket... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for typedef sig_atomic_t... yes checking for typedef pid_t... yes checking for typedef size_t... yes checking for typedef ssize_t... yes checking for typedef off_t... yes checking for typedef stack_t... yes checking for attribute ss_base in struct sigaltstack from sys/signal.h... no checking for attribute ss_sp in struct sigaltstack from sys/signal.h... yes checking for a single-argument based gettimeofday... no checking for struct timespec... yes checking for typedef socklen_t... yes checking for type of argument 3 for accept()... __socklen_t * checking for fallback socklen_t... socklen_t checking for typedef nfds_t... yes checking for type of argument 2 for poll()... nfds_t checking for fallback nfds_t... nfds_t checking for built-in type long long... yes checking for built-in type long double... yes [1mMachine Context Implementation:[m checking for ucontext.h... yes checking for makecontext... yes checking for swapcontext... yes checking for getcontext... yes checking for setcontext... yes checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... yes checking for signal.h... (cached) yes checking for sigsetjmp... yes checking for siglongjmp... yes checking for setjmp... yes checking for longjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for sigaltstack... yes checking for sigstack... no checking for signal-mask aware setjmp(3)/longjmp(3)... yes: ssjlj checking for typedef stack_t... (cached) yes checking for direction of stack growth... down checking for makecontext... (cached) yes checking for stack setup via makecontext... ok checking for sigaltstack... (cached) yes checking for typedef stack_t... (cached) yes checking for stack setup via sigaltstack... ok checking for sigstack... (cached) no checking for stack setup via sigstack... N.A. decision on mctx implementation... [1mmcsc/sc/mc[m [1mSystem Call Mapping:[m checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/socketcall.h usability... no checking sys/socketcall.h presence... no checking for sys/socketcall.h... no checking for syscall... yes checking for define SYS_read in sys/syscall.h... yes checking for dlfcn.h... (cached) yes checking for dlsym in -ldl... no checking for dlopen... yes checking for dlsym... yes checking for dlclose... yes checking for define RTLD_NEXT in dlfcn.h... yes checking for syscall dynamic libraries... /usr/lib/libc.so:/lib/libc.so checking whether soft system call mapping is used... no checking whether hard system call mapping is used... no [1mBuild Parameters:[m checking whether to activate batch build mode... no checking whether to activate maintainer build targets... no checking whether to activate test build targets... yes checking whether to build Pthread library... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking whether to build against external OSSP ex library... no checking whether to build against external Sfio library... no checking whether to build against external Dmalloc library... no [1mOutput Substitution:[m configure: creating ./config.status config.status: creating Makefile config.status: creating pthread-config config.status: creating pthread.h config.status: creating pth-config config.status: creating pth.h config.status: creating pth_acmac.h config.status: creating pth_acdef.h config.status: executing default commands Now please type `[1mmake[m' to compile. Good luck. ./shtool scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' pth_compat.c pth_debug.c pth_syscall.c pth_errno.c pth_ring.c pth_mctx.c pth_uctx.c pth_clean.c pth_time.c pth_tcb.c pth_util.c pth_pqueue.c pth_event.c pth_sched.c pth_data.c pth_msg.c pth_cancel.c pth_sync.c pth_attr.c pth_lib.c pth_fork.c pth_high.c pth_ext.c pth_string.c pthread.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_debug.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_ring.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_pqueue.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_time.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_errno.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_mctx.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_uctx.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_tcb.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_sched.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_attr.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_lib.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_event.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_data.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_clean.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_cancel.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_msg.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_sync.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_fork.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_util.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_high.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_syscall.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_ext.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_compat.c ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pth_string.c ./libtool --mode=link --quiet gcc -o libpth.la pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo -rpath /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib -version-info `./shtool version -lc -dlibtool pth_vers.c` ./libtool --mode=compile --quiet gcc -c -I. -O2 -pipe pthread.c ./libtool --mode=link --quiet gcc -o libpthread.la pthread.lo pth_debug.lo pth_ring.lo pth_pqueue.lo pth_time.lo pth_errno.lo pth_mctx.lo pth_uctx.lo pth_tcb.lo pth_sched.lo pth_attr.lo pth_lib.lo pth_event.lo pth_data.lo pth_clean.lo pth_cancel.lo pth_msg.lo pth_sync.lo pth_fork.lo pth_util.lo pth_high.lo pth_syscall.lo pth_ext.lo pth_compat.lo pth_string.lo -rpath /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib -version-info `./shtool version -lc -dlibtool pth_vers.c` gcc -c -I. -O2 -pipe test_std.c gcc -c -I. -O2 -pipe test_common.c ./libtool --mode=link --quiet gcc -o test_std test_std.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_mp.c ./libtool --mode=link --quiet gcc -o test_mp test_mp.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_misc.c ./libtool --mode=link --quiet gcc -o test_misc test_misc.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_philo.c ./libtool --mode=link --quiet gcc -o test_philo test_philo.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_sig.c ./libtool --mode=link --quiet gcc -o test_sig test_sig.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_select.c ./libtool --mode=link --quiet gcc -o test_select test_select.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_httpd.c ./libtool --mode=link --quiet gcc -o test_httpd test_httpd.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_sfio.c ./libtool --mode=link --quiet gcc -o test_sfio test_sfio.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_uctx.c ./libtool --mode=link --quiet gcc -o test_uctx test_uctx.o test_common.o libpth.la gcc -c -I. -O2 -pipe test_pthread.c ./libtool --mode=link --quiet gcc -o test_pthread test_pthread.o test_common.o libpthread.la ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/bin ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man1 ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man3 ./shtool mkdir -f -p -m 755 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/share/aclocal ./shtool install -c -m 755 pth-config /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/bin/pth-config ./shtool install -c -m 644 pth-config.1 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man1/pth-config.1 ./shtool install -c -m 644 pth.3 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man3/pth.3 ./shtool install -c -m 644 pth.m4 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/share/aclocal/pth.m4 ./shtool install -c -m 644 pth.h /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include/pth.h ./shtool install -c .libs/libpth.lai /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpth.la ./shtool install -c .libs/libpth.a /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpth.a chmod 644 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpth.a ranlib /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpth.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- ./shtool install -c -m 755 pthread-config /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/bin/pthread-config ./shtool install -c -m 644 pthread-config.1 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man1/pthread-config.1 ./shtool install -c -m 644 pthread.h /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include/pthread.h ./shtool install -c -m 644 pthread.3 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/man/man3/pthread.3 ./shtool install -c .libs/libpthread.lai /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpthread.la ./shtool install -c .libs/libpthread.a /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpthread.a chmod 644 /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpthread.a ranlib /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib/libpthread.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Now please type `[1mmake test[m' to run a quick test suite. Hope it works. cd /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan-1.0.2 && /usr/bin/env gnupg_cv_pth_is_sane=yes PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr LIBTOOL="libtool " INSTALL_INFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install-info MAKEINFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/makeinfo AWK=/usr/bin/awk CHMOD=/bin/chmod CMP=/usr/bin/cmp CP=/bin/cp DIFF=/usr/bin/diff ECHO=echo ac_cv_path_ECHO=echo EGREP=/usr/bin/egrep ac_cv_path_EGREP=/usr/bin/egrep SETENV=/usr/bin/env ENV_PROG=/usr/bin/env ac_cv_path_ENV=/usr/bin/env FALSE=false ac_cv_path_FALSE=false FIND=/usr/bin/find GREP=/usr/bin/grep ac_cv_path_GREP=/usr/bin/grep HOSTNAME=/bin/hostname LN=/bin/ln LS=/bin/ls MKDIR=/bin/mkdir\ -p MV=/bin/mv RM=/bin/rm RMDIR=/bin/rmdir SED=/usr/bin/sed SORT=/usr/bin/sort TAR=/bin/tar TEST=test ac_cv_path_TEST=test TOUCH=/usr/bin/touch TR=/usr/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/lib/pkgconfig:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.pkg-config.log MAKE=make gt_cv_func_gnugettext_libintl="yes" gt_cv_func_gnugettext1_libintl="yes" gt_cv_func_gnugettext2_libintl="yes" LIBGETOPT= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes CC=cc CFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.gcc/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin:/usr/pkg/bin:/home/gdt/bin/NET:/home/gdt/bin:/home/gdt/bin/i386-NetBSD:/usr/local/coda/bin:/usr/local/coda/sbin:/usr/y0/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/X11R6/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp CONFIG_SHELL=/bin/sh LIBS= ac_given_INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ wheel lt_cv_sys_max_cmd_len=262144 ./autogen.sh && /usr/bin/env gnupg_cv_pth_is_sane=yes PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr LIBTOOL="libtool " INSTALL_INFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install-info MAKEINFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/makeinfo AWK=/usr/bin/awk CHMOD=/bin/chmod CMP=/usr/bin/cmp CP=/bin/cp DIFF=/usr/bin/diff ECHO=echo ac_cv_path_ECHO=echo EGREP=/usr/bin/egrep ac_cv_path_EGREP=/usr/bin/egrep SETENV=/usr/bin/env ENV_PROG=/usr/bin/env ac_cv_path_ENV=/usr/bin/env FALSE=false ac_cv_path_FALSE=false FIND=/usr/bin/find GREP=/usr/bin/grep ac_cv_path_GREP=/usr/bin/grep HOSTNAME=/bin/hostname LN=/bin/ln LS=/bin/ls MKDIR=/bin/mkdir\ -p MV=/bin/mv RM=/bin/rm RMDIR=/bin/rmdir SED=/usr/bin/sed SORT=/usr/bin/sort TAR=/bin/tar TEST=test ac_cv_path_TEST=test TOUCH=/usr/bin/touch TR=/usr/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/lib/pkgconfig:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.pkg-config.log MAKE=make gt_cv_func_gnugettext_libintl="yes" gt_cv_func_gnugettext1_libintl="yes" gt_cv_func_gnugettext2_libintl="yes" LIBGETOPT= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes CC=cc CFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.gcc/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin:/usr/pkg/bin:/home/gdt/bin/NET:/home/gdt/bin:/home/gdt/bin/i386-NetBSD:/usr/local/coda/bin:/usr/local/coda/sbin:/usr/y0/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/X11R6/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp CONFIG_SHELL=/bin/sh LIBS= ac_given_INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ wheel lt_cv_sys_max_cmd_len=262144 ./configure --enable-maintainer-mode --prefix=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan --with-pth-prefix=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth && /usr/bin/env MAKECONF=/etc/mk.conf PATH=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.gcc/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin:/usr/pkg/bin:/home/gdt/bin/NET:/home/gdt/bin:/home/gdt/bin/i386-NetBSD:/usr/local/coda/bin:/usr/local/coda/sbin:/usr/y0/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin /usr/bin/make install Running aclocal -I m4 ... /usr/pkg/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPUNIT /usr/pkg/share/aclocal/cppunit.m4:4: run info '(automake)Extending aclocal' /usr/pkg/share/aclocal/cppunit.m4:4: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Running autoheader... Running automake --gnu ... Running autoconf ... You may now run "./configure --enable-maintainer-mode && make". checking for a BSD-compatible install... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... i386-unknown-netbsdelf4.99.26 checking host system type... i386-unknown-netbsdelf4.99.26 configure: autobuild project... libassuan configure: autobuild revision... 1.0.2 configure: autobuild hostname... poblano.ir.bbn.com configure: autobuild timestamp... 20070808-183254 checking for gawk... (cached) /usr/bin/awk checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking whether cc understands -c and -o together... yes checking for a BSD-compatible install... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking if gcc supports -Wpointer-arith... yes checking for pth-config... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/bin/pth-config checking for PTH - version >= 1.3.7... yes checking whether PTH installation is sane... (cached) yes checking for setsockopt... yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking return type of signal handlers... void checking whether sys_siglist is declared... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for socklen_t... yes checking for struct cmsghdr.cmsg_len... yes checking for flockfile... yes checking for funlockfile... yes checking for funopen... yes checking for isascii... yes checking for putc_unlocked... yes checking for memrchr... no checking for stpcpy... no checking for unistd.h... (cached) yes checking for setenv... yes checking for SO_PEERCRED... no configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating src/libassuan-config config.status: creating config.h config.status: executing depfiles commands Making install in m4 Making install in src /usr/bin/make install-am cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-util.o -MD -MP -MF .deps/assuan-util.Tpo -c -o assuan-util.o assuan-util.c mv -f .deps/assuan-util.Tpo .deps/assuan-util.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-errors.o -MD -MP -MF .deps/assuan-errors.Tpo -c -o assuan-errors.o assuan-errors.c mv -f .deps/assuan-errors.Tpo .deps/assuan-errors.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-buffer.o -MD -MP -MF .deps/assuan-buffer.Tpo -c -o assuan-buffer.o assuan-buffer.c mv -f .deps/assuan-buffer.Tpo .deps/assuan-buffer.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-handler.o -MD -MP -MF .deps/assuan-handler.Tpo -c -o assuan-handler.o assuan-handler.c mv -f .deps/assuan-handler.Tpo .deps/assuan-handler.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-inquire.o -MD -MP -MF .deps/assuan-inquire.Tpo -c -o assuan-inquire.o assuan-inquire.c mv -f .deps/assuan-inquire.Tpo .deps/assuan-inquire.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-listen.o -MD -MP -MF .deps/assuan-listen.Tpo -c -o assuan-listen.o assuan-listen.c mv -f .deps/assuan-listen.Tpo .deps/assuan-listen.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-connect.o -MD -MP -MF .deps/assuan-connect.Tpo -c -o assuan-connect.o assuan-connect.c mv -f .deps/assuan-connect.Tpo .deps/assuan-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-client.o -MD -MP -MF .deps/assuan-client.Tpo -c -o assuan-client.o assuan-client.c mv -f .deps/assuan-client.Tpo .deps/assuan-client.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-pipe-server.o -MD -MP -MF .deps/assuan-pipe-server.Tpo -c -o assuan-pipe-server.o assuan-pipe-server.c mv -f .deps/assuan-pipe-server.Tpo .deps/assuan-pipe-server.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-socket-server.o -MD -MP -MF .deps/assuan-socket-server.Tpo -c -o assuan-socket-server.o assuan-socket-server.c mv -f .deps/assuan-socket-server.Tpo .deps/assuan-socket-server.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-pipe-connect.o -MD -MP -MF .deps/assuan-pipe-connect.Tpo -c -o assuan-pipe-connect.o assuan-pipe-connect.c mv -f .deps/assuan-pipe-connect.Tpo .deps/assuan-pipe-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-socket-connect.o -MD -MP -MF .deps/assuan-socket-connect.Tpo -c -o assuan-socket-connect.o assuan-socket-connect.c mv -f .deps/assuan-socket-connect.Tpo .deps/assuan-socket-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-uds.o -MD -MP -MF .deps/assuan-uds.Tpo -c -o assuan-uds.o assuan-uds.c mv -f .deps/assuan-uds.Tpo .deps/assuan-uds.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-logging.o -MD -MP -MF .deps/assuan-logging.Tpo -c -o assuan-logging.o assuan-logging.c mv -f .deps/assuan-logging.Tpo .deps/assuan-logging.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-socket.o -MD -MP -MF .deps/assuan-socket.Tpo -c -o assuan-socket.o assuan-socket.c mv -f .deps/assuan-socket.Tpo .deps/assuan-socket.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT assuan-io.o -MD -MP -MF .deps/assuan-io.Tpo -c -o assuan-io.o assuan-io.c mv -f .deps/assuan-io.Tpo .deps/assuan-io.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT memrchr.o -MD -MP -MF .deps/memrchr.Tpo -c -o memrchr.o memrchr.c mv -f .deps/memrchr.Tpo .deps/memrchr.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT stpcpy.o -MD -MP -MF .deps/stpcpy.Tpo -c -o stpcpy.o stpcpy.c stpcpy.c:34: warning: function declaration isn't a prototype stpcpy.c:34: warning: declaration of 'stpcpy' shadows a built-in function mv -f .deps/stpcpy.Tpo .deps/stpcpy.Po rm -f libassuan.a ar cru libassuan.a assuan-util.o assuan-errors.o assuan-buffer.o assuan-handler.o assuan-inquire.o assuan-listen.o assuan-connect.o assuan-client.o assuan-pipe-server.o assuan-socket-server.o assuan-pipe-connect.o assuan-socket-connect.o assuan-uds.o assuan-logging.o assuan-socket.o assuan-io.o memrchr.o stpcpy.o ranlib libassuan.a cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-util.o -MD -MP -MF .deps/libassuan_pth_a-assuan-util.Tpo -c -o libassuan_pth_a-assuan-util.o `test -f 'assuan-util.c' || echo './'`assuan-util.c mv -f .deps/libassuan_pth_a-assuan-util.Tpo .deps/libassuan_pth_a-assuan-util.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-errors.o -MD -MP -MF .deps/libassuan_pth_a-assuan-errors.Tpo -c -o libassuan_pth_a-assuan-errors.o `test -f 'assuan-errors.c' || echo './'`assuan-errors.c mv -f .deps/libassuan_pth_a-assuan-errors.Tpo .deps/libassuan_pth_a-assuan-errors.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-buffer.o -MD -MP -MF .deps/libassuan_pth_a-assuan-buffer.Tpo -c -o libassuan_pth_a-assuan-buffer.o `test -f 'assuan-buffer.c' || echo './'`assuan-buffer.c mv -f .deps/libassuan_pth_a-assuan-buffer.Tpo .deps/libassuan_pth_a-assuan-buffer.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-handler.o -MD -MP -MF .deps/libassuan_pth_a-assuan-handler.Tpo -c -o libassuan_pth_a-assuan-handler.o `test -f 'assuan-handler.c' || echo './'`assuan-handler.c mv -f .deps/libassuan_pth_a-assuan-handler.Tpo .deps/libassuan_pth_a-assuan-handler.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-inquire.o -MD -MP -MF .deps/libassuan_pth_a-assuan-inquire.Tpo -c -o libassuan_pth_a-assuan-inquire.o `test -f 'assuan-inquire.c' || echo './'`assuan-inquire.c mv -f .deps/libassuan_pth_a-assuan-inquire.Tpo .deps/libassuan_pth_a-assuan-inquire.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-listen.o -MD -MP -MF .deps/libassuan_pth_a-assuan-listen.Tpo -c -o libassuan_pth_a-assuan-listen.o `test -f 'assuan-listen.c' || echo './'`assuan-listen.c mv -f .deps/libassuan_pth_a-assuan-listen.Tpo .deps/libassuan_pth_a-assuan-listen.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-connect.o -MD -MP -MF .deps/libassuan_pth_a-assuan-connect.Tpo -c -o libassuan_pth_a-assuan-connect.o `test -f 'assuan-connect.c' || echo './'`assuan-connect.c mv -f .deps/libassuan_pth_a-assuan-connect.Tpo .deps/libassuan_pth_a-assuan-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-client.o -MD -MP -MF .deps/libassuan_pth_a-assuan-client.Tpo -c -o libassuan_pth_a-assuan-client.o `test -f 'assuan-client.c' || echo './'`assuan-client.c mv -f .deps/libassuan_pth_a-assuan-client.Tpo .deps/libassuan_pth_a-assuan-client.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-pipe-server.o -MD -MP -MF .deps/libassuan_pth_a-assuan-pipe-server.Tpo -c -o libassuan_pth_a-assuan-pipe-server.o `test -f 'assuan-pipe-server.c' || echo './'`assuan-pipe-server.c mv -f .deps/libassuan_pth_a-assuan-pipe-server.Tpo .deps/libassuan_pth_a-assuan-pipe-server.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-socket-server.o -MD -MP -MF .deps/libassuan_pth_a-assuan-socket-server.Tpo -c -o libassuan_pth_a-assuan-socket-server.o `test -f 'assuan-socket-server.c' || echo './'`assuan-socket-server.c mv -f .deps/libassuan_pth_a-assuan-socket-server.Tpo .deps/libassuan_pth_a-assuan-socket-server.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-pipe-connect.o -MD -MP -MF .deps/libassuan_pth_a-assuan-pipe-connect.Tpo -c -o libassuan_pth_a-assuan-pipe-connect.o `test -f 'assuan-pipe-connect.c' || echo './'`assuan-pipe-connect.c mv -f .deps/libassuan_pth_a-assuan-pipe-connect.Tpo .deps/libassuan_pth_a-assuan-pipe-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-socket-connect.o -MD -MP -MF .deps/libassuan_pth_a-assuan-socket-connect.Tpo -c -o libassuan_pth_a-assuan-socket-connect.o `test -f 'assuan-socket-connect.c' || echo './'`assuan-socket-connect.c mv -f .deps/libassuan_pth_a-assuan-socket-connect.Tpo .deps/libassuan_pth_a-assuan-socket-connect.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-uds.o -MD -MP -MF .deps/libassuan_pth_a-assuan-uds.Tpo -c -o libassuan_pth_a-assuan-uds.o `test -f 'assuan-uds.c' || echo './'`assuan-uds.c mv -f .deps/libassuan_pth_a-assuan-uds.Tpo .deps/libassuan_pth_a-assuan-uds.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-logging.o -MD -MP -MF .deps/libassuan_pth_a-assuan-logging.Tpo -c -o libassuan_pth_a-assuan-logging.o `test -f 'assuan-logging.c' || echo './'`assuan-logging.c mv -f .deps/libassuan_pth_a-assuan-logging.Tpo .deps/libassuan_pth_a-assuan-logging.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-socket.o -MD -MP -MF .deps/libassuan_pth_a-assuan-socket.Tpo -c -o libassuan_pth_a-assuan-socket.o `test -f 'assuan-socket.c' || echo './'`assuan-socket.c mv -f .deps/libassuan_pth_a-assuan-socket.Tpo .deps/libassuan_pth_a-assuan-socket.Po cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_pth_a-assuan-io-pth.o -MD -MP -MF .deps/libassuan_pth_a-assuan-io-pth.Tpo -c -o libassuan_pth_a-assuan-io-pth.o `test -f 'assuan-io-pth.c' || echo './'`assuan-io-pth.c mv -f .deps/libassuan_pth_a-assuan-io-pth.Tpo .deps/libassuan_pth_a-assuan-io-pth.Po rm -f libassuan-pth.a ar cru libassuan-pth.a libassuan_pth_a-assuan-util.o libassuan_pth_a-assuan-errors.o libassuan_pth_a-assuan-buffer.o libassuan_pth_a-assuan-handler.o libassuan_pth_a-assuan-inquire.o libassuan_pth_a-assuan-listen.o libassuan_pth_a-assuan-connect.o libassuan_pth_a-assuan-client.o libassuan_pth_a-assuan-pipe-server.o libassuan_pth_a-assuan-socket-server.o libassuan_pth_a-assuan-pipe-connect.o libassuan_pth_a-assuan-socket-connect.o libassuan_pth_a-assuan-uds.o libassuan_pth_a-assuan-logging.o libassuan_pth_a-assuan-socket.o libassuan_pth_a-assuan-io-pth.o memrchr.o stpcpy.o ranlib libassuan-pth.a test -z "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin" || .././install-sh -c -d "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin" /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c 'libassuan-config' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin/libassuan-config' test -z "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib" || .././install-sh -c -d "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib" /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c -m 644 'libassuan.a' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib/libassuan.a' /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c -m 644 'libassuan-pth.a' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib/libassuan-pth.a' ranlib '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib/libassuan.a' ranlib '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/lib/libassuan-pth.a' test -z "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include" || .././install-sh -c -d "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include" /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c -m 644 'assuan.h' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include/assuan.h' test -z "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/aclocal" || .././install-sh -c -d "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/aclocal" /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c -m 644 'libassuan.m4' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/aclocal/libassuan.m4' Making install in doc test -z "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/info" || .././install-sh -c -d "/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/info" /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install -c -m 644 './assuan.info' '/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/share/info/assuan.info' Making install in tests /usr/bin/make install-am cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT fdpassing.o -MD -MP -MF .deps/fdpassing.Tpo -c -o fdpassing.o fdpassing.c mv -f .deps/fdpassing.Tpo .deps/fdpassing.Po cc -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o fdpassing fdpassing.o ../src/libassuan.a cd . && /bin/sh /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan-1.0.2/missing --run autoheader rm -f stamp-h1 touch ./config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged cd /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5 && /usr/bin/env gnupg_cv_pth_is_sane=yes PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr LIBTOOL="libtool " INSTALL_INFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/install-info MAKEINFO=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/makeinfo AWK=/usr/bin/awk CHMOD=/bin/chmod CMP=/usr/bin/cmp CP=/bin/cp DIFF=/usr/bin/diff ECHO=echo ac_cv_path_ECHO=echo EGREP=/usr/bin/egrep ac_cv_path_EGREP=/usr/bin/egrep SETENV=/usr/bin/env ENV_PROG=/usr/bin/env ac_cv_path_ENV=/usr/bin/env FALSE=false ac_cv_path_FALSE=false FIND=/usr/bin/find GREP=/usr/bin/grep ac_cv_path_GREP=/usr/bin/grep HOSTNAME=/bin/hostname LN=/bin/ln LS=/bin/ls MKDIR=/bin/mkdir\ -p MV=/bin/mv RM=/bin/rm RMDIR=/bin/rmdir SED=/usr/bin/sed SORT=/usr/bin/sort TAR=/bin/tar TEST=test ac_cv_path_TEST=test TOUCH=/usr/bin/touch TR=/usr/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/lib/pkgconfig:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.pkg-config.log MAKE=make gt_cv_func_gnugettext_libintl="yes" gt_cv_func_gnugettext1_libintl="yes" gt_cv_func_gnugettext2_libintl="yes" LIBGETOPT= WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes CC=cc CFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -DLDAP_DEPRECATED\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.buildlink/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.gcc/bin:/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin:/usr/pkg/bin:/home/gdt/bin/NET:/home/gdt/bin:/home/gdt/bin/i386-NetBSD:/usr/local/coda/bin:/usr/local/coda/sbin:/usr/y0/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/pkg/bin:/usr/X11R6/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp CONFIG_SHELL=/bin/sh LIBS= ac_given_INSTALL=/usr/bin/install\ -c\ -o\ root\ -g\ wheel lt_cv_sys_max_cmd_len=262144 ./autogen.sh Running aclocal -I m4 -I gl/m4 ... /usr/pkg/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPUNIT /usr/pkg/share/aclocal/cppunit.m4:4: run info '(automake)Extending aclocal' /usr/pkg/share/aclocal/cppunit.m4:4: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:1012: warning: gl_AC_TYPE_LONG_LONG is m4_require'd but not m4_defun'd gl/m4/allocsa.m4:7: gl_ALLOCSA is expanded from... gl/m4/gnulib-comp.m4:30: gl_INIT is expanded from... configure.ac:1012: the top level Running autoheader... configure.ac:1012: warning: gl_AC_TYPE_LONG_LONG is m4_require'd but not m4_defun'd gl/m4/allocsa.m4:7: gl_ALLOCSA is expanded from... gl/m4/gnulib-comp.m4:30: gl_INIT is expanded from... configure.ac:1012: the top level Running automake --gnu ... configure.ac:1012: warning: gl_AC_TYPE_LONG_LONG is m4_require'd but not m4_defun'd gl/m4/allocsa.m4:7: gl_ALLOCSA is expanded from... gl/m4/gnulib-comp.m4:30: gl_INIT is expanded from... configure.ac:1012: the top level Running autoconf ... configure.ac:1012: warning: gl_AC_TYPE_LONG_LONG is m4_require'd but not m4_defun'd gl/m4/allocsa.m4:7: gl_ALLOCSA is expanded from... gl/m4/gnulib-comp.m4:30: gl_INIT is expanded from... configure.ac:1012: the top level configure:18657: error: possibly undefined macro: gl_AC_TYPE_LONG_LONG If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. You may now run "./configure --sysconfdir=/etc --enable-maintainer-mode && make". => Checking for portability problems in extracted files => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Fixing locale directory references. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... i386-unknown-netbsdelf4.99.26 checking host system type... i386--netbsdelf checking target system type... i386--netbsdelf checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... scripts/install-sh -c -d checking for gawk... /usr/bin/awk checking whether make sets $(MAKE)... yes checking for i386--netbsdelf-strip... no checking for strip... strip configure: autobuild project... gnupg configure: autobuild revision... 2.0.5 configure: autobuild hostname... poblano.ir.bbn.com configure: autobuild timestamp... 20070808-183320 checking whether SELinux support is requested... no checking whether to enable the BZIP2 compression algorithm... yes checking whether to enable external program execution... yes checking whether to enable photo ID viewing... yes checking whether to use a fixed photo ID viewer... no checking whether to enable external keyserver helpers... yes checking whether LDAP keyserver support is requested... yes checking whether HKP keyserver support is requested... yes checking whether finger key fetching support is requested... yes checking whether generic object key fetching support is requested... yes checking whether email keyserver support is requested... no checking whether keyserver exec-path is enabled... yes checking for the size of the key and uid cache... 4096 checking whether use of capabilities is requested... no checking whether to enable maintainer-specific portions of Makefiles... yes configure: checking for programs checking whether make sets $(MAKE)... (cached) yes checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking for i386--netbsdelf-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking whether cc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... yes checking for i386--netbsdelf-ranlib... no checking for ranlib... ranlib checking for i386--netbsdelf-ar... no checking for ar... ar checking for perl... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/perl checking for i386--netbsdelf-windres... no checking for windres... no checking for strerror in -lcposix... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for faqprog.pl... faqprog.pl: not found no checking for tar... /bin/tar checking whether /bin/tar speaks USTAR... tar: Failed write to archive volume: 1 (Broken pipe) tar: Unexpected EOF on archive file yes checking for cc for build... cc configure: checking for libraries checking for gpg-error-config... /usr/pkg/bin/gpg-error-config checking for GPG Error - version >= 1.4... yes (1.4) checking for libgcrypt-config... /usr/pkg/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.2.2... yes (1.2.4) checking LIBGCRYPT API version... okay checking for libassuan-config... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin/libassuan-config checking for LIBASSUAN - version >= 1.0.2... yes (1.0.2) checking LIBASSUAN API version... okay checking for libassuan-config... (cached) /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin/libassuan-config checking for LIBASSUAN pth - version >= 1.0.2... yes (1.0.2) checking LIBASSUAN pth API version... okay checking for libassuan-config... (cached) /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/bin/libassuan-config checking for LIBASSUAN - version >= 1.0.1... yes (1.0.2) checking LIBASSUAN API version... okay checking for ksba-config... /usr/pkg/bin/ksba-config checking for KSBA - version >= 1.0.2... yes (1.0.2) checking KSBA API version... okay checking for usb_bulk_write in -lusb... no checking for usb_create_match... no checking for library containing dlopen... none required checking for openpty in -lutil... yes checking for shred... /usr/bin/shred checking for pth-config... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/bin/pth-config checking for PTH - version >= 1.3.7... yes checking whether PTH installation is sane... (cached) yes configure: checking for networking options checking for gethostbyname... yes checking for setsockopt... yes checking for library containing res_query... none required checking for library containing dn_expand... none required checking for library containing dn_skipname... no checking for library containing __dn_skipname... none required checking whether the resolver is usable... yes checking whether LDAP via "-lldap" is present and sane... yes checking for ldap_get_option... yes checking for ldap_set_option... yes checking for ldap_start_tls_s... yes checking for gawk... (cached) /usr/bin/awk checking for curl-config... /usr/pkg/bin/curl-config checking for the version of libcurl... 7.16.4 checking whether libcurl is usable... yes checking for curl_free... yes configure: checking for gettext checking whether NLS is requested... yes checking for msgfmt... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/msgfmt checking for gmsgfmt... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.tools/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld checking if the linker (/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/.wrapper/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... (cached) yes checking for GNU gettext in libintl... (cached) yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/lib/libintl.so checking for strchr... yes checking for nl_langinfo and CODESET... yes configure: checking for header files checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for inttypes.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes configure: checking for system characteristics checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for size_t... yes checking for mode_t... yes checking return type of signal handlers... void checking whether sys_siglist is declared... yes checking endianess... little checking for byte typedef... no checking for ushort typedef... yes checking for ulong typedef... yes checking for u16 typedef... no checking for u32 typedef... no checking for unsigned short... yes checking size of unsigned short... 2 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for time_t... yes checking size of time_t... 4 checking for UINT64_C... yes checking for uint64_t... yes checking size of uint64_t... 8 configure: checking for library functions checking whether getpagesize is declared... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for vprintf... yes checking for _doprnt... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strerror... yes checking for strlwr... no checking for tcgetattr... yes checking for mmap... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for ctermid... yes checking for times... yes checking for gmtime_r... yes checking for unsetenv... yes checking for getpwnam... yes checking for getpwuid... yes checking for fcntl... yes checking for ftruncate... yes checking for gettimeofday... yes checking for getrusage... yes checking for setrlimit... yes checking for clock_gettime... yes checking for atexit... yes checking for raise... yes checking for getpagesize... yes checking for strftime... yes checking for nl_langinfo... yes checking for setlocale... yes checking for waitpid... yes checking for wait4... yes checking for sigaction... yes checking for sigprocmask... yes checking for pipe... yes checking for stat... yes checking for getaddrinfo... yes checking for ttyname... yes checking for rand... yes checking for ftello... yes checking for struct sigaction... yes checking for sigset_t... yes checking for memicmp... no checking for stpcpy... no checking for strsep... yes checking for strlwr... (cached) no checking for strtoul... yes checking for memmove... yes checking for stricmp... no checking for strtol... yes checking for memrchr... no checking for isascii... yes checking for timegm... yes checking for getrusage... (cached) yes checking for setrlimit... (cached) yes checking for stat... (cached) yes checking for setlocale... (cached) yes checking for flockfile... yes checking for funlockfile... yes checking for fopencookie... no checking for funopen... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes gl_AC_TYPE_LONG_LONG: not found checking for long double... yes checking whether stat file-mode macros are broken... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for long long int... yes checking for unsigned long long int... yes checking for mkdtemp... yes checking for setenv... yes checking for unsetenv... (cached) yes checking for unsetenv() return type... int checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking absolute name of ... ///usr/include/stdint.h checking whether stdint.h conforms to C99... no checking sys/inttypes.h usability... yes checking sys/inttypes.h presence... yes checking for sys/inttypes.h... yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for bit size of ptrdiff_t... 32 checking for bit size of sig_atomic_t... 32 checking for bit size of size_t... 32 checking for bit size of wchar_t... 32 checking for bit size of wint_t... 32 checking whether sig_atomic_t is signed... yes checking whether wchar_t is signed... yes checking whether wint_t is signed... yes checking for ptrdiff_t integer literal suffix... checking for sig_atomic_t integer literal suffix... checking for size_t integer literal suffix... u checking for wchar_t integer literal suffix... checking for wint_t integer literal suffix... checking for strpbrk... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking if mkdir takes one argument... no checking whether regular expression support is requested... yes checking whether the included regex lib is requested... no checking for regcomp... yes checking whether your system's regexp library is broken... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for deflateInit2_ in -lz... yes checking for bzlib.h... yes checking for BZ2_bzCompressInit in -lbz2... yes checking whether readline via "-lreadline" is present and sane... no checking whether readline via "-lreadline -ltermcap" is present and sane... no checking whether readline via "-lreadline -lcurses" is present and sane... no checking whether readline via "-lreadline -lncurses" is present and sane... no configure: checking for cc features checking if gcc supports -Wno-pointer-sign... yes checking if gcc supports -Wpointer-arith... yes configure: checking system features for estream-printf checking for long long int... (cached) yes checking for long double... yes checking for intmax_t... yes checking for uintmax_t... yes checking for ptrdiff_t... yes checking for unsigned long... (cached) yes checking size of unsigned long... (cached) 4 checking for void *... yes checking size of void *... 4 checking for nl_langinfo and THOUSANDS_SEP... no configure: checking system features for estream configure: creating ./config.status config.status: creating m4/Makefile config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating gl/Makefile config.status: creating include/Makefile config.status: creating jnlib/Makefile config.status: creating common/Makefile config.status: creating kbx/Makefile config.status: creating g10/Makefile config.status: creating sm/Makefile config.status: creating agent/Makefile config.status: creating scd/Makefile config.status: creating keyserver/Makefile config.status: creating keyserver/gpg2keys_mailto config.status: creating keyserver/gpg2keys_test config.status: creating tools/gpg-zip config.status: creating tools/Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: creating tests/openpgp/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile GnuPG v2.0.5 has been configured as follows: Platform: NetBSD (i386--netbsdelf) OpenPGP: yes S/MIME: yes Agent: yes Smartcard: yes (without internal CCID driver) Protect tool: (default) Default agent: (default) Default pinentry: (default) Default scdaemon: (default) Default dirmngr: (default) PKITS based tests: no => Modifying libtool scripts to use pkgsrc libtool WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile. WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile. ===> Building for gnupg2-2.0.5 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5' Making all in m4 gmake[2]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/m4' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/m4' Making all in gl gmake[2]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/gl' { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca_.h; \ } > alloca.h-t rm -f stdint.h-t stdint.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_WCHAR_H''@/1/g' \ -e 's/@''HAVE_STDINT_H''@/1/g' \ -e 's|@''ABSOLUTE_STDINT_H''@|"///usr/include/stdint.h"|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/1/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \ -e 's/@''SIZE_T_SUFFIX''@/u/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \ -e 's/@''WCHAR_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_WINT_T''@/32/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \ -e 's/@''WINT_T_SUFFIX''@//g' \ < ./stdint_.h; \ } > stdint.h-t mv -f alloca.h-t alloca.h mv stdint.h-t stdint.h /usr/pkg/bin/gmake all-am gmake[3]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/gl' cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT allocsa.o -MD -MP -MF .deps/allocsa.Tpo -c -o allocsa.o allocsa.c mv -f .deps/allocsa.Tpo .deps/allocsa.Po rm -f libgnu.a ar cru libgnu.a allocsa.o ranlib libgnu.a gmake[3]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/gl' gmake[2]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/gl' Making all in include gmake[2]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/include' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/include' Making all in jnlib gmake[2]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/jnlib' cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT stringhelp.o -MD -MP -MF .deps/stringhelp.Tpo -c -o stringhelp.o stringhelp.c cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT strlist.o -MD -MP -MF .deps/strlist.Tpo -c -o strlist.o strlist.c cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT utf8conv.o -MD -MP -MF .deps/utf8conv.Tpo -c -o utf8conv.o utf8conv.c cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.c stringhelp.c: In function 'strlwr': stringhelp.c:782: warning: array subscript has type 'char' mv -f .deps/argparse.Tpo .deps/argparse.Po cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT logging.o -MD -MP -MF .deps/logging.Tpo -c -o logging.o logging.c logging.c: In function 'set_file_fd': logging.c:284: warning: passing argument 3 of 'funopen' from incompatible pointer type mv -f .deps/stringhelp.Tpo .deps/stringhelp.Po cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT dotlock.o -MD -MP -MF .deps/dotlock.Tpo -c -o dotlock.o dotlock.c dotlock.c: In function 'read_lockfile': dotlock.c:457: warning: 'pid' may be used uninitialized in this function mv -f .deps/logging.Tpo .deps/logging.Po cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT mischelp.o -MD -MP -MF .deps/mischelp.Tpo -c -o mischelp.o mischelp.c mv -f .deps/dotlock.Tpo .deps/dotlock.Po cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT t-stringhelp.o -MD -MP -MF .deps/t-stringhelp.Tpo -c -o t-stringhelp.o t-stringhelp.c mv -f .deps/mischelp.Tpo .deps/mischelp.Po cc -DHAVE_CONFIG_H -I. -I.. -I../intl -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT t-support.o -MD -MP -MF .deps/t-support.Tpo -c -o t-support.o t-support.c utf8conv.c: In function 'jnlib_iconv': utf8conv.c:727: warning: passing argument 2 of 'iconv' from incompatible pointer type mv -f .deps/t-support.Tpo .deps/t-support.Po mv -f .deps/utf8conv.Tpo .deps/utf8conv.Po mv -f .deps/t-stringhelp.Tpo .deps/t-stringhelp.Po mv -f .deps/strlist.Tpo .deps/strlist.Po rm -f libjnlib.a ar cru libjnlib.a stringhelp.o strlist.o utf8conv.o argparse.o logging.o dotlock.o mischelp.o ranlib libjnlib.a cc -I/usr/pkg/include -I/usr/pkg/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o t-stringhelp t-stringhelp.o t-support.o libjnlib.a /usr/lib/libintl.so gmake[2]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/jnlib' Making all in common gmake[2]: Entering directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/common' cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-i18n.o -MD -MP -MF .deps/libcommon_a-i18n.Tpo -c -o libcommon_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 mv -f .deps/libcommon_a-i18n.Tpo .deps/libcommon_a-i18n.Po mv -f .deps/libcommon_a-init.Tpo .deps/libcommon_a-init.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-gettime.o -MD -MP -MF .deps/libcommon_a-gettime.Tpo -c -o libcommon_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c mv -f .deps/libcommon_a-homedir.Tpo .deps/libcommon_a-homedir.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 gettime.c: In function 'isotime2epoch': gettime.c:189: warning: array subscript has type 'char' mv -f .deps/libcommon_a-gettime.Tpo .deps/libcommon_a-gettime.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-b64enc.o -MD -MP -MF .deps/libcommon_a-b64enc.Tpo -c -o libcommon_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.c mv -f .deps/libcommon_a-yesno.Tpo .deps/libcommon_a-yesno.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 convert.c: In function 'hex2bin': convert.c:50: warning: array subscript has type 'char' convert.c: In function 'hexcolon2bin': convert.c:93: warning: array subscript has type 'char' mv -f .deps/libcommon_a-b64enc.Tpo .deps/libcommon_a-b64enc.Po mv -f .deps/libcommon_a-convert.Tpo .deps/libcommon_a-convert.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-miscellaneous.o -MD -MP -MF .deps/libcommon_a-miscellaneous.Tpo -c -o libcommon_a-miscellaneous.o `test -f 'miscellaneous.c' || echo './'`miscellaneous.c cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-xasprintf.o -MD -MP -MF .deps/libcommon_a-xasprintf.Tpo -c -o libcommon_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c mv -f .deps/libcommon_a-xasprintf.Tpo .deps/libcommon_a-xasprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-xreadline.o -MD -MP -MF .deps/libcommon_a-xreadline.Tpo -c -o libcommon_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c mv -f .deps/libcommon_a-miscellaneous.Tpo .deps/libcommon_a-miscellaneous.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-membuf.o -MD -MP -MF .deps/libcommon_a-membuf.Tpo -c -o libcommon_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c mv -f .deps/libcommon_a-xreadline.Tpo .deps/libcommon_a-xreadline.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-iobuf.o -MD -MP -MF .deps/libcommon_a-iobuf.Tpo -c -o libcommon_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.c mv -f .deps/libcommon_a-membuf.Tpo .deps/libcommon_a-membuf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-ttyio.o -MD -MP -MF .deps/libcommon_a-ttyio.Tpo -c -o libcommon_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c mv -f .deps/libcommon_a-sysutils.Tpo .deps/libcommon_a-sysutils.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-asshelp.o -MD -MP -MF .deps/libcommon_a-asshelp.Tpo -c -o libcommon_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c mv -f .deps/libcommon_a-ttyio.Tpo .deps/libcommon_a-ttyio.Po mv -f .deps/libcommon_a-asshelp.Tpo .deps/libcommon_a-asshelp.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-signal.o -MD -MP -MF .deps/libcommon_a-signal.Tpo -c -o libcommon_a-signal.o `test -f 'signal.c' || echo './'`signal.c mv -f .deps/libcommon_a-exechelp.Tpo .deps/libcommon_a-exechelp.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-estream.o -MD -MP -MF .deps/libcommon_a-estream.Tpo -c -o libcommon_a-estream.o `test -f 'estream.c' || echo './'`estream.c mv -f .deps/libcommon_a-signal.Tpo .deps/libcommon_a-signal.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-estream-printf.o -MD -MP -MF .deps/libcommon_a-estream-printf.Tpo -c -o libcommon_a-estream-printf.o `test -f 'estream-printf.c' || echo './'`estream-printf.c mv -f .deps/libcommon_a-iobuf.Tpo .deps/libcommon_a-iobuf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-dns-cert.o -MD -MP -MF .deps/libcommon_a-dns-cert.Tpo -c -o libcommon_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c mv -f .deps/libcommon_a-sexputil.Tpo .deps/libcommon_a-sexputil.Po mv -f .deps/libcommon_a-dns-cert.Tpo .deps/libcommon_a-dns-cert.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-pka.o -MD -MP -MF .deps/libcommon_a-pka.Tpo -c -o libcommon_a-pka.o `test -f 'pka.c' || echo './'`pka.c cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -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 mv -f .deps/libcommon_a-estream-printf.Tpo .deps/libcommon_a-estream-printf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -DWITHOUT_GNU_PTH=1 -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommon_a-srv.o -MD -MP -MF .deps/libcommon_a-srv.Tpo -c -o libcommon_a-srv.o `test -f 'srv.c' || echo './'`srv.c mv -f .deps/libcommon_a-srv.Tpo .deps/libcommon_a-srv.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-i18n.o -MD -MP -MF .deps/libcommonpth_a-i18n.Tpo -c -o libcommonpth_a-i18n.o `test -f 'i18n.c' || echo './'`i18n.c mv -f .deps/libcommonpth_a-i18n.Tpo .deps/libcommonpth_a-i18n.Po mv -f .deps/libcommon_a-http.Tpo .deps/libcommon_a-http.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-init.o -MD -MP -MF .deps/libcommonpth_a-init.Tpo -c -o libcommonpth_a-init.o `test -f 'init.c' || echo './'`init.c mv -f .deps/libcommon_a-pka.Tpo .deps/libcommon_a-pka.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-sexputil.o -MD -MP -MF .deps/libcommonpth_a-sexputil.Tpo -c -o libcommonpth_a-sexputil.o `test -f 'sexputil.c' || echo './'`sexputil.c cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-sysutils.o -MD -MP -MF .deps/libcommonpth_a-sysutils.Tpo -c -o libcommonpth_a-sysutils.o `test -f 'sysutils.c' || echo './'`sysutils.c mv -f .deps/libcommonpth_a-init.Tpo .deps/libcommonpth_a-init.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-homedir.o -MD -MP -MF .deps/libcommonpth_a-homedir.Tpo -c -o libcommonpth_a-homedir.o `test -f 'homedir.c' || echo './'`homedir.c mv -f .deps/libcommonpth_a-sysutils.Tpo .deps/libcommonpth_a-sysutils.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-pointer-sign -Wpointer-arith -MT libcommonpth_a-gettime.o -MD -MP -MF .deps/libcommonpth_a-gettime.Tpo -c -o libcommonpth_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c mv -f .deps/libcommonpth_a-homedir.Tpo .deps/libcommonpth_a-homedir.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/pkg/share/locale\" -DGNUPG_BINDIR="\"/usr/pkg/bin\"" -DGNUPG_LIBEXECDIR="\"/usr/pkg/libexec\"" -DGNUPG_LIBDIR="\"/usr/pkg/lib/gnupg\"" -DGNUPG_DATADIR="\"/usr/pkg/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/usr/pkg/etc/gnupg\"" -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/libassuan/include -I/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/pth/include -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k -Wformat-security -Wno-p