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-pointer-sign -Wpointer-arith -MT libcommonpth_a-yesno.o -MD -MP -MF .deps/libcommonpth_a-yesno.Tpo -c -o libcommonpth_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c mv -f .deps/libcommonpth_a-yesno.Tpo .deps/libcommonpth_a-yesno.Po mv -f .deps/libcommonpth_a-sexputil.Tpo .deps/libcommonpth_a-sexputil.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-b64enc.o -MD -MP -MF .deps/libcommonpth_a-b64enc.Tpo -c -o libcommonpth_a-b64enc.o `test -f 'b64enc.c' || echo './'`b64enc.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-convert.o -MD -MP -MF .deps/libcommonpth_a-convert.Tpo -c -o libcommonpth_a-convert.o `test -f 'convert.c' || echo './'`convert.c mv -f .deps/libcommonpth_a-b64enc.Tpo .deps/libcommonpth_a-b64enc.Po 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/libcommonpth_a-convert.Tpo .deps/libcommonpth_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 -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-miscellaneous.o -MD -MP -MF .deps/libcommonpth_a-miscellaneous.Tpo -c -o libcommonpth_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 -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-xasprintf.o -MD -MP -MF .deps/libcommonpth_a-xasprintf.Tpo -c -o libcommonpth_a-xasprintf.o `test -f 'xasprintf.c' || echo './'`xasprintf.c gettime.c: In function 'isotime2epoch': gettime.c:189: warning: array subscript has type 'char' mv -f .deps/libcommonpth_a-gettime.Tpo .deps/libcommonpth_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 -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-xreadline.o -MD -MP -MF .deps/libcommonpth_a-xreadline.Tpo -c -o libcommonpth_a-xreadline.o `test -f 'xreadline.c' || echo './'`xreadline.c mv -f .deps/libcommonpth_a-xasprintf.Tpo .deps/libcommonpth_a-xasprintf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/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-membuf.o -MD -MP -MF .deps/libcommonpth_a-membuf.Tpo -c -o libcommonpth_a-membuf.o `test -f 'membuf.c' || echo './'`membuf.c mv -f .deps/libcommonpth_a-membuf.Tpo .deps/libcommonpth_a-membuf.Po mv -f .deps/libcommonpth_a-xreadline.Tpo .deps/libcommonpth_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 -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-iobuf.o -MD -MP -MF .deps/libcommonpth_a-iobuf.Tpo -c -o libcommonpth_a-iobuf.o `test -f 'iobuf.c' || echo './'`iobuf.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-ttyio.o -MD -MP -MF .deps/libcommonpth_a-ttyio.Tpo -c -o libcommonpth_a-ttyio.o `test -f 'ttyio.c' || echo './'`ttyio.c mv -f .deps/libcommonpth_a-miscellaneous.Tpo .deps/libcommonpth_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 -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-asshelp.o -MD -MP -MF .deps/libcommonpth_a-asshelp.Tpo -c -o libcommonpth_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c mv -f .deps/libcommonpth_a-ttyio.Tpo .deps/libcommonpth_a-ttyio.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-exechelp.o -MD -MP -MF .deps/libcommonpth_a-exechelp.Tpo -c -o libcommonpth_a-exechelp.o `test -f 'exechelp.c' || echo './'`exechelp.c mv -f .deps/libcommonpth_a-iobuf.Tpo .deps/libcommonpth_a-iobuf.Po mv -f .deps/libcommonpth_a-exechelp.Tpo .deps/libcommonpth_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 -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-signal.o -MD -MP -MF .deps/libcommonpth_a-signal.Tpo -c -o libcommonpth_a-signal.o `test -f 'signal.c' || echo './'`signal.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-estream.o -MD -MP -MF .deps/libcommonpth_a-estream.Tpo -c -o libcommonpth_a-estream.o `test -f 'estream.c' || echo './'`estream.c mv -f .deps/libcommonpth_a-asshelp.Tpo .deps/libcommonpth_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 -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-estream-printf.o -MD -MP -MF .deps/libcommonpth_a-estream-printf.Tpo -c -o libcommonpth_a-estream-printf.o `test -f 'estream-printf.c' || echo './'`estream-printf.c mv -f .deps/libcommon_a-estream.Tpo .deps/libcommon_a-estream.Po mv -f .deps/libcommonpth_a-signal.Tpo .deps/libcommonpth_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 -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-dns-cert.o -MD -MP -MF .deps/libcommonpth_a-dns-cert.Tpo -c -o libcommonpth_a-dns-cert.o `test -f 'dns-cert.c' || echo './'`dns-cert.c 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-pka.o -MD -MP -MF .deps/libcommonpth_a-pka.Tpo -c -o libcommonpth_a-pka.o `test -f 'pka.c' || echo './'`pka.c mv -f .deps/libcommonpth_a-estream.Tpo .deps/libcommonpth_a-estream.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-http.o -MD -MP -MF .deps/libcommonpth_a-http.Tpo -c -o libcommonpth_a-http.o `test -f 'http.c' || echo './'`http.c mv -f .deps/libcommonpth_a-pka.Tpo .deps/libcommonpth_a-pka.Po mv -f .deps/libcommonpth_a-http.Tpo .deps/libcommonpth_a-http.Po mv -f .deps/libcommonpth_a-estream-printf.Tpo .deps/libcommonpth_a-estream-printf.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/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-srv.o -MD -MP -MF .deps/libcommonpth_a-srv.Tpo -c -o libcommonpth_a-srv.o `test -f 'srv.c' || echo './'`srv.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 -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 libsimple_pwquery_a-simple-pwquery.o -MD -MP -MF .deps/libsimple_pwquery_a-simple-pwquery.Tpo -c -o libsimple_pwquery_a-simple-pwquery.o `test -f 'simple-pwquery.c' || echo './'`simple-pwquery.c 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 -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 libsimple_pwquery_a-asshelp.o -MD -MP -MF .deps/libsimple_pwquery_a-asshelp.Tpo -c -o libsimple_pwquery_a-asshelp.o `test -f 'asshelp.c' || echo './'`asshelp.c mv -f .deps/libsimple_pwquery_a-asshelp.Tpo .deps/libsimple_pwquery_a-asshelp.Po mv -f .deps/libsimple_pwquery_a-simple-pwquery.Tpo .deps/libsimple_pwquery_a-simple-pwquery.Po cc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../intl -DLOCALEDIR=\"/usr/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 -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 gpgrlhelp.o -MD -MP -MF .deps/gpgrlhelp.Tpo -c -o gpgrlhelp.o gpgrlhelp.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 -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-convert.o -MD -MP -MF .deps/t-convert.Tpo -c -o t-convert.o t-convert.c gmake[2]: *** No rule to make target `../common/libcommon.a', needed by `t-convert'. Stop. gmake[2]: *** Waiting for unfinished jobs.... mv -f .deps/gpgrlhelp.Tpo .deps/gpgrlhelp.Po mv -f .deps/t-convert.Tpo .deps/t-convert.Po mv -f .deps/libcommonpth_a-dns-cert.Tpo .deps/libcommonpth_a-dns-cert.Po mv -f .deps/libcommonpth_a-srv.Tpo .deps/libcommonpth_a-srv.Po gmake[2]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5/common' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2/work/gnupg-2.0.5' gmake: *** [all] Error 2 *** Error code 2 Stop. make: stopped in /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2 *** Error code 1 Stop. make: stopped in /usr/home/gdt/NetBSD-current/pkgsrc/security/gnupg2 *** 'make replace' failed for package gnupg2. *** Please read the errors listed above, fix the problem, *** then re-run pkg_rolling-replace to continue. From wk at gnupg.org Fri Aug 10 15:31:38 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 10 Aug 2007 15:31:38 +0200 Subject: GNU Pth support In-Reply-To: <46BC55FC.6060004@gmail.com> (Andrew Shcheglov's message of "Fri, 10 Aug 2007 16:11:40 +0400") References: <46BBC2F9.1060807@gmail.com> <87ir7n8y6z.fsf@wheatstone.g10code.de> <46BC55FC.6060004@gmail.com> Message-ID: <874pj77byd.fsf@wheatstone.g10code.de> On Fri, 10 Aug 2007 14:11, andrewbass at gmail.com said: > this is just a security concern, > and Pth was a safe choice because performance is not of big essence, right? Yes. Actually the performance of Pth applications is really good for all kinds of I/O bounded servers. Obviously it does only use one CPU while not in kernel model. That is in many cases not a problem as there is not much computation to do. For RSA and other crypto computations this might be different but there is also a tradeoff between distributing such task between CPUs and the advantages of cache locality. Salam-Shalom, Werner From wk at gnupg.org Fri Aug 10 15:38:35 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 10 Aug 2007 15:38:35 +0200 Subject: make -j4 safety? In-Reply-To: (Greg Troxel's message of "Wed, 08 Aug 2007 20:39:18 -0400") References: Message-ID: <87zm0z5x2c.fsf@wheatstone.g10code.de> On Thu, 9 Aug 2007 02:39, gdt at ir.bbn.com said: > The offending line was > > gmake[2]: *** No rule to make target `../common/libcommon.a', needed by `t-convert'. Stop. > This has already been fixed. Frankly I noted that problem too late during the release process and was too lazy to start from scratch. I am using a dual CPU machine only since a short time and thus I am not yet very used to -j ;-) Shalom-Salam, Werner From gnupg-devel at mlists.thewrittenword.com Fri Aug 10 16:01:18 2007 From: gnupg-devel at mlists.thewrittenword.com (Albert Chin) Date: Fri, 10 Aug 2007 09:01:18 -0500 Subject: (L)GPLv3 licensing dilemma: gpg stack In-Reply-To: <87myx0a9sw.fsf@wheatstone.g10code.de> References: <87myx0a9sw.fsf@wheatstone.g10code.de> Message-ID: <20070810140117.GA9753@mail1.thewrittenword.com> On Thu, Aug 09, 2007 at 07:37:35PM +0200, Werner Koch wrote: > 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. gpgme-1.1.5/assuan/*.c is LGPLv2+. -- albert chin (china at thewrittenword.com) From gdt at ir.bbn.com Fri Aug 10 17:47:18 2007 From: gdt at ir.bbn.com (Greg Troxel) Date: Fri, 10 Aug 2007 11:47:18 -0400 Subject: make -j4 safety? References: <87zm0z5x2c.fsf@wheatstone.g10code.de> Message-ID: Werner Koch writes: > On Thu, 9 Aug 2007 02:39, gdt at ir.bbn.com said: > >> gmake[2]: *** No rule to make target `../common/libcommon.a', needed by `t-convert'. Stop. >> > > This has already been fixed. Frankly I noted that problem too late > during the release process and was too lazy to start from scratch. OK; I added MAKE_JOBS_SAFE=no to avoid -j, and noted that this should be removed for 2.0.6. > I am using a dual CPU machine only since a short time and thus I am not > yet very used to -j ;-) I would recommend -j2 on a uniprocessor and -j4 on dual; that overlaps computation with file reading. Plus all maintainers should use -j8 to look for parallel make bugs. From swalker at bynari.net Sat Aug 11 20:08:39 2007 From: swalker at bynari.net (Shawn Walker) Date: Sat, 11 Aug 2007 13:08:39 -0500 Subject: gpgme dll for windows Message-ID: <46BDFB27.8050309@bynari.net> I'm trying to create a gpgme dll for windows. I'm just having some trouble getting all of the packages to compile on linux to create the dll. I do run autogen.sh with "--build-w32", but I'm stuck with the issue of glib 2.0. I keep getting a hard coded include and lib path to c:/devel/target/glib-2.12.7 which isn't correct. Does anybody have a definitive HOWTO on downloading and build all of the packages to create a gpgme dll for windows? Regards, Shawn From dshaw at jabberwocky.com Sun Aug 12 01:57:58 2007 From: dshaw at jabberwocky.com (David Shaw) Date: Sat, 11 Aug 2007 19:57:58 -0400 Subject: gpg locks up with certain key servers In-Reply-To: <20070810042904.GA25849@jabberwocky.com> References: <20070809125643.3f8b75af@zap.ozerki.lan> <20070810042904.GA25849@jabberwocky.com> Message-ID: <20070811235758.GF10411@jabberwocky.com> On Fri, Aug 10, 2007 at 12:29:05AM -0400, David Shaw wrote: > 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. Try this patch. It can import the corrupt key in around 5 seconds on my machine. David -------------- next part -------------- Index: import.c =================================================================== --- import.c (revision 4557) +++ import.c (working copy) @@ -1644,11 +1644,108 @@ * It may happen that the imported keyblock has duplicated user IDs. * We check this here and collapse those user IDs together with their * sigs into one. - * Returns: True if the keyblock hash changed. + * Returns: True if the keyblock has changed. */ int collapse_uids( KBNODE *keyblock ) { + KBNODE uid1; + int any=0; + + for(uid1=*keyblock;uid1;uid1=uid1->next) + { + KBNODE uid2; + + if(uid1->pkt->pkttype!=PKT_USER_ID) + continue; + + for(uid2=uid1->next;uid2;uid2=uid2->next) + { + if(uid2->pkt->pkttype!=PKT_USER_ID) + continue; + + if(cmp_user_ids(uid1->pkt->pkt.user_id, + uid2->pkt->pkt.user_id)==0) + { + /* We have a duplicated uid */ + KBNODE sig1,last; + + any=1; + + /* Now take uid2's signatures, and attach them to + uid1 */ + for(last=uid2;last->next;last=last->next) + { + if(last->next->pkt->pkttype==PKT_USER_ID + || last->next->pkt->pkttype==PKT_PUBLIC_SUBKEY + || last->next->pkt->pkttype==PKT_SECRET_SUBKEY) + break; + } + + /* Snip out uid2 */ + (find_prev_kbnode(*keyblock,uid2,0))->next=last->next; + + /* Now put uid2 in place as part of uid1 */ + last->next=uid1->next; + uid1->next=uid2; + remove_kbnode(keyblock,uid2); + + /* Now dedupe uid1 */ + for(sig1=uid1->next;sig1;sig1=sig1->next) + { + KBNODE sig2; + + if(sig1->pkt->pkttype==PKT_USER_ID + || sig1->pkt->pkttype==PKT_PUBLIC_SUBKEY + || sig1->pkt->pkttype==PKT_SECRET_SUBKEY) + break; + + if(sig1->pkt->pkttype!=PKT_SIGNATURE) + continue; + + for(sig2=sig1->next,last=sig1;sig2;last=sig2,sig2=sig2->next) + { + if(sig2->pkt->pkttype==PKT_USER_ID + || sig2->pkt->pkttype==PKT_PUBLIC_SUBKEY + || sig2->pkt->pkttype==PKT_SECRET_SUBKEY) + break; + + if(sig2->pkt->pkttype!=PKT_SIGNATURE) + continue; + + if(cmp_signatures(sig1->pkt->pkt.signature, + sig2->pkt->pkt.signature)==0) + { + /* We have a match, so delete the second + signature */ + remove_kbnode(&uid1,sig2); + sig2=last; + } + } + } + } + } + } + + if(any && !opt.quiet) + { + const char *key="???"; + + if( (uid1=find_kbnode( *keyblock, PKT_PUBLIC_KEY )) ) + key=keystr_from_pk(uid1->pkt->pkt.public_key); + else if( (uid1 = find_kbnode( *keyblock, PKT_SECRET_KEY )) ) + key=keystr_from_sk(uid1->pkt->pkt.secret_key); + + log_info(_("key %s: duplicated user ID detected - merged\n"),key); + } + + return any; +} + +#if 0 +int +collapse_uids( KBNODE *keyblock ) +{ KBNODE n, n2; int in_uid; int any=0; @@ -1729,6 +1826,7 @@ return 1; } +#endif /* Check for a 0x20 revocation from a revocation key that is not present. This may be called without the benefit of merge_xxxx so From wk at gnupg.org Sun Aug 12 14:33:58 2007 From: wk at gnupg.org (Werner Koch) Date: Sun, 12 Aug 2007 14:33:58 +0200 Subject: gpgme dll for windows In-Reply-To: <46BDFB27.8050309@bynari.net> (Shawn Walker's message of "Sat, 11 Aug 2007 13:08:39 -0500") References: <46BDFB27.8050309@bynari.net> Message-ID: <871we96ifd.fsf@wheatstone.g10code.de> On Sat, 11 Aug 2007 20:08, swalker at bynari.net said: > I do run autogen.sh with "--build-w32", but I'm stuck with the issue of > glib 2.0. I keep getting a hard coded include and lib path to You need glib2 only if you want to build the glib version of libgpgme. > Does anybody have a definitive HOWTO on downloading and build all of the > packages to create a gpgme dll for windows? The way I build these package is by putting everything into a ~/w32root/ tree. Putting glib there might is a little bit complicated as you need to twiddle with the pkg-config files. Thus the easiest way is to get the gpg4win package which builds everything you need. Note that you don't need to download all package and that even if the final installer won't build you end up with a gpgme dll below src/playground/install/pkgs/gpgme-1.1.4/ Shalom-Salam, Werner From swalker at bynari.net Sun Aug 12 23:05:16 2007 From: swalker at bynari.net (Shawn Walker) Date: Sun, 12 Aug 2007 16:05:16 -0500 Subject: How to set the public key? Message-ID: <46BF760C.7090703@bynari.net> I'm trying to get my PGP signed data verified that retrieve the signed message. I'm getting GPG_ERR_NO_PUBKEY for the signature status and the bit for the signature summary is GPGME_SIGSUM_KEY_MISSING. I have the public key, it's a binary data, but I haven't been able to find what steps I need to do to set the public key. code: gpgme_ctx_t ctx; gpgme_error_t err; gpgme_data_t sig; gpgme_data_t text; gpgme_verify_result_t result; gpgme_new_ptr(&ctx); gpgme_data_new_from_mem_ptr(&text, cert, certlen, 0); gpgme_data_new_from_mem_ptr(&sig, cert, certlen, 0); result = gpgme_op_verify_ptr(ctx, sig, NULL, text); output: summary: 0x00000080 status: 0x07000009, gpg_err_code 0x00000009 Regards, Shawn From marcus.brinkmann at ruhr-uni-bochum.de Mon Aug 13 13:05:40 2007 From: marcus.brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: Mon, 13 Aug 2007 13:05:40 +0200 Subject: How to set the public key? In-Reply-To: <46BF760C.7090703@bynari.net> References: <46BF760C.7090703@bynari.net> Message-ID: <877inz66ez.wl%marcus.brinkmann@ruhr-uni-bochum.de> At Sun, 12 Aug 2007 16:05:16 -0500, Shawn Walker wrote: > > I'm trying to get my PGP signed data verified that retrieve the signed > message. I'm getting GPG_ERR_NO_PUBKEY for the signature status and the > bit for the signature summary is GPGME_SIGSUM_KEY_MISSING. > > I have the public key, it's a binary data, but I haven't been able to > find what steps I need to do to set the public key. Maybe you need to import it? Thanks, Marcus From swalker at bynari.net Mon Aug 13 16:13:35 2007 From: swalker at bynari.net (Shawn Walker) Date: Mon, 13 Aug 2007 09:13:35 -0500 Subject: How to set the public key? In-Reply-To: <877inz66ez.wl%marcus.brinkmann@ruhr-uni-bochum.de> References: <46BF760C.7090703@bynari.net> <877inz66ez.wl%marcus.brinkmann@ruhr-uni-bochum.de> Message-ID: <46C0670F.3010809@bynari.net> Thanks! I think I know what I need to call now. gpgme_op_import Regards, Shawn Marcus Brinkmann wrote: > At Sun, 12 Aug 2007 16:05:16 -0500, > Shawn Walker wrote: >> I'm trying to get my PGP signed data verified that retrieve the signed >> message. I'm getting GPG_ERR_NO_PUBKEY for the signature status and the >> bit for the signature summary is GPGME_SIGSUM_KEY_MISSING. >> >> I have the public key, it's a binary data, but I haven't been able to >> find what steps I need to do to set the public key. > > Maybe you need to import it? > > Thanks, > Marcus > From swalker at bynari.net Mon Aug 13 22:02:53 2007 From: swalker at bynari.net (Shawn Walker) Date: Mon, 13 Aug 2007 15:02:53 -0500 Subject: What function to get the data out of the signed pgp data? Message-ID: <46C0B8ED.4060701@bynari.net> What function do I call to get the actual data from the signed pgp data? As an example below, I want to get "some data, blah blah". -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 some data, blah blah -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8QXTxQ+fdFULKgg4OIsURAnIUDBQFGwLDtWFAKCn2cd6ifLgYA/7tHUgCdHJ2A 5ghcH3O7v7DUQONsQaY0apA= =NATb -----END PGP SIGNATURE----- Regards, Shawn From wk at gnupg.org Tue Aug 14 09:44:10 2007 From: wk at gnupg.org (Werner Koch) Date: Tue, 14 Aug 2007 09:44:10 +0200 Subject: What function to get the data out of the signed pgp data? In-Reply-To: <46C0B8ED.4060701@bynari.net> (Shawn Walker's message of "Mon, 13 Aug 2007 15:02:53 -0500") References: <46C0B8ED.4060701@bynari.net> Message-ID: <871we6zhkl.fsf@wheatstone.g10code.de> On Mon, 13 Aug 2007 22:02, swalker at bynari.net said: > What function do I call to get the actual data from the signed pgp data? > As an example below, I want to get "some data, blah blah". gpg data or gpg -o text data Salam-Shalom, Werner From swalker at bynari.net Tue Aug 14 17:49:15 2007 From: swalker at bynari.net (Shawn Walker) Date: Tue, 14 Aug 2007 10:49:15 -0500 Subject: What function to get the data out of the signed pgp data? In-Reply-To: <871we6zhkl.fsf@wheatstone.g10code.de> References: <46C0B8ED.4060701@bynari.net> <871we6zhkl.fsf@wheatstone.g10code.de> Message-ID: <46C1CEFB.9010808@bynari.net> Werner Koch wrote: > On Mon, 13 Aug 2007 22:02, swalker at bynari.net said: >> What function do I call to get the actual data from the signed pgp data? >> As an example below, I want to get "some data, blah blah". > > gpg data > > or > > gpg -o text data > I meant using the pgpme functions. Regards, Shawn From wk at gnupg.org Tue Aug 14 19:03:33 2007 From: wk at gnupg.org (Werner Koch) Date: Tue, 14 Aug 2007 19:03:33 +0200 Subject: What function to get the data out of the signed pgp data? In-Reply-To: <46C1CEFB.9010808@bynari.net> (Shawn Walker's message of "Tue, 14 Aug 2007 10:49:15 -0500") References: <46C0B8ED.4060701@bynari.net> <871we6zhkl.fsf@wheatstone.g10code.de> <46C1CEFB.9010808@bynari.net> Message-ID: <87fy2mujyy.fsf@wheatstone.g10code.de> On Tue, 14 Aug 2007 17:49, swalker at bynari.net said: > I meant using the pgpme functions. -- Function: gpgme_error_t gpgme_op_verify (gpgme_ctx_t CTX, gpgme_data_t SIG, gpgme_data_t SIGNED_TEXT, gpgme_data_t PLAIN) The function `gpgme_op_verify' verifies that the signature in the data object SIG is a valid signature. If SIG is a detached signature, then the signed text should be provided in SIGNED_TEXT and PLAIN should be a null pointer. Otherwise, if SIG is a normal (or cleartext) signature, SIGNED_TEXT should be a null pointer and PLAIN should be a writable data object that will contain the plaintext after successful verification. The results of the individual signature verifications can be retrieved with `gpgme_op_verify_result'. The function returns the error code `GPG_ERR_NO_ERROR' if the operation could be completed successfully, `GPG_ERR_INV_VALUE' if CTX, SIG or PLAIN is not a valid pointer, `GPG_ERR_NO_DATA' if SIG does not contain any data to verify, and passes through any errors that are reported by the crypto engine support routines. Thus in case of a cleartext signature you do something like this: gpgme_data_t in, out; gpgme_data_new (&in); write_stuff_to (in); gpgme_data_new (&out); gpgme_op_verify (ctx, in, NULL, out); gpgme_data_seek (out, 0, SEEK_SET); print_signed_stuff (out); Shalom-Salam, Werner From jan-oliver.wagner at intevation.de Wed Aug 15 15:04:39 2007 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Wed, 15 Aug 2007 15:04:39 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack In-Reply-To: <87myx0a9sw.fsf@wheatstone.g10code.de> References: <87myx0a9sw.fsf@wheatstone.g10code.de> Message-ID: <200708151504.40385.jan-oliver.wagner@intevation.de> On Donnerstag, 9. August 2007, Werner Koch wrote: > > (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. Qt has not a big as some of the others. For Qt there is only a single copyright holder who can change the license in one go. Many other tools lack "legal maintainability" and are virtually unable to switch the license ever. -- Dr. Jan-Oliver Wagner Intevation GmbH, Osnabr?ck Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From wk at gnupg.org Thu Aug 16 08:59:14 2007 From: wk at gnupg.org (Werner Koch) Date: Thu, 16 Aug 2007 08:59:14 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack In-Reply-To: <87myx0a9sw.fsf@wheatstone.g10code.de> (Werner Koch's message of "Thu, 09 Aug 2007 19:37:35 +0200") References: <87myx0a9sw.fsf@wheatstone.g10code.de> Message-ID: <873aykrmm5.fsf@wheatstone.g10code.de> On Thu, 9 Aug 2007 19:37, wk at gnupg.org said: > 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 The actual problem is that the GPLv2(only) does not allow the extra conditions set forth by the LGPLv3. Thus an exception clause in LGPLv3 software is not possible. I am still trying to convince RMS that we need to do something about it but until now without any success. I just checked the changes since the switch to LGPLv3 on 2007-07-05. They are all done by us (g10 Code) and thus we are able to release a version based on that last LGPLv2 release with all our changes under the LGPLv2. I will do that in case I can't convince the FSF within the next week. Salam-Shalom, Werner -- Die Gedanken sind frei. Auschnahmen regelt ein Bundeschgesetz. From wk at gnupg.org Thu Aug 16 16:10:30 2007 From: wk at gnupg.org (Werner Koch) Date: Thu, 16 Aug 2007 16:10:30 +0200 Subject: [Announce] GnuPG 2.0.6 released Message-ID: <871we3po2x.fsf@wheatstone.g10code.de> Hello! We are pleased to announce the availability of a new stable GnuPG-2 release: Version 2.0.6 This is maintenance release with a few minor enhancements. The GNU Privacy Guard (GnuPG) is GNU's tool for secure communication and data storage. It can be used to encrypt data, create digital signatures, help authenticating using Secure Shell and to provide a framework for public key cryptography. It includes an advanced key management facility and is compliant with the OpenPGP and S/MIME standards. GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.6) in that it splits up functionality into several modules. However, both versions may be installed alongside without any conflict. In fact, the gpg version from GnuPG-1 is able to make use of the gpg-agent as included in GnuPG-2 and allows for seamless passphrase caching. The advantage of GnuPG-1 is its smaller size and the lack of dependency on other modules at run and build time. We will keep maintaining GnuPG-1 versions because they are very useful for small systems and for server based applications requiring only OpenPGP support. GnuPG is distributed under the terms of the GNU General Public License (GPL). GnuPG-2 works best on GNU/Linux or *BSD systems. What's New =========== * GPGSM does now grok --default-key. * GPGCONF is now aware of --default-key and --encrypt-to. * GPGSM does again correctly print the serial number as well the the various keyids. This was broken since 2.0.4. * New option --validation-model and support for the chain-model. * Improved Windows support. Getting the Software ==================== Please follow the instructions found at http://www.gnupg.org/download/ or read on: GnuPG 2.0.6 may be downloaded from one of the GnuPG mirror sites or direct from ftp://ftp.gnupg.org/gcrypt/gnupg/ . The list of mirrors can be found at http://www.gnupg.org/mirrors.html . Note, that GnuPG is not available at ftp.gnu.org. On the FTP server and ist mirrors you should find the following files in the gnupg/ directory: gnupg-2.0.6.tar.bz2 (3482k) gnupg-2.0.6.tar.bz2.sig GnuPG source compressed using BZIP2 and OpenPGP signature. gnupg-2.0.5-2.0.6.diff.bz2 (46k) A patch file to upgrade a 2.0.5 GnuPG source tree. This patch does not include updates of the language files. Note, that we don't distribute gzip compressed tarballs. Checking the Integrity ====================== In order to check that the version of GnuPG which you are going to install is an original and unmodified one, you can do it in one of the following ways: * If you already have a trusted version of GnuPG installed, you can simply check the supplied signature. For example to check the signature of the file gnupg-2.0.6.tar.bz2 you would use this command: gpg --verify gnupg-2.0.6.tar.bz2.sig This checks whether the signature file matches the source file. You should see a message indicating that the signature is good and made by that signing key. Make sure that you have the right key, either by checking the fingerprint of that key with other sources or by checking that the key has been signed by a trustworthy other key. Note, that you can retrieve the signing key using the command finger wk ,at' g10code.com or using a keyserver like gpg --recv-key 1CE0C630 The distribution key 1CE0C630 is signed by the well known key 5B0358A2. If you get an key expired message, you should retrieve a fresh copy as the expiration date might have been prolonged. NEVER USE A GNUPG VERSION YOU JUST DOWNLOADED TO CHECK THE INTEGRITY OF THE SOURCE - USE AN EXISTING GNUPG INSTALLATION! * If you are not able to use an old version of GnuPG, you have to verify the SHA-1 checksum. Assuming you downloaded the file gnupg-2.0.6.tar.bz2, you would run the sha1sum command like this: sha1sum gnupg-2.0.6.tar.bz2 and check that the output matches the first line from the following list: 4aa9a3ecc954126cfc0a30bef94ec6e1fbbc7009 gnupg-2.0.6.tar.bz2 20ea4caaf8f2ff6c5432221f48601ba9162871ea gnupg-2.0.5-2.0.6.diff.bz2 Internationalization ==================== GnuPG comes with support for 27 languages. Due to a lot of new and changed strings most translations are not entirely complete. The Swedish, Turkish, German and Russian translations close to be complete. Documentation ============= We are currently working on an installation guide to explain in more detail how to configure the new features. As of now the chapters on gpg-agent and gpgsm include brief information on how to set up the whole thing. Please watch the GnuPG website for updates of the documentation. In the meantime you may search the GnuPG mailing list archives or ask on the gnupg-users mailing lists for advise on how to solve problems. Many of the new features are around for several years and thus enough public knowledge is already available. KDE's KMail is the most prominent user of GnuPG. In fact it has been developed along with the Kmail folks. Mutt users might want to use the configure option "--enable-gpgme" and "set use_crypt_gpgme" in ~/.muttrc to make use of GnuPG-2 to enable S/MIME in addition to a reworked OpenPGP support. The manual is also available online in HTML format at http://www.gnupg.org/documentation/manuals/gnupg/ and in Portable Document Format at http://www.gnupg.org/documentation/manuals/gnupg.pdf . Support ======= Improving GnuPG is costly, but you can help! We are looking for organizations that find GnuPG useful and wish to contribute back. You can contribute by reporting bugs, improve the software, or by donating money. Commercial support contracts for GnuPG are available, and they help finance continued maintenance. g10 Code GmbH, a Duesseldorf based company owned and headed by GnuPG's principal author, is currently funding GnuPG development. We are always looking for interesting development projects. The GnuPG service directory is available at: http://www.gnupg.org/service.html Thanks ====== We have to thank all the people who helped with this release, be it testing, coding, translating, suggesting, auditing, administering the servers, spreading the word or answering questions on the mailing lists. Happy Hacking, The GnuPG Team (David, Marcus, Werner and all other contributors) -- Die Gedanken sind frei. Auschnahmen regelt ein Bundeschgesetz. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : /pipermail/attachments/20070816/359fca2f/attachment.pgp -------------- next part -------------- _______________________________________________ Gnupg-announce mailing list Gnupg-announce at gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From wk at gnupg.org Fri Aug 24 08:13:01 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 24 Aug 2007 08:13:01 +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: <87abshwjde.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. libassuan 1.0.3. is now available at the usual place; this should fix all your license problems. Noteworthy changes in version 1.0.3 (2007-08-24) ------------------------------------------------ * New type assuan_fd_t and constant ASSUAN_INVALID_FD for better W32 support. It does not change the semantics under Unix. Under W32 all file descriptors are now guaranteed to be system handles. * New functions assuan_process_done and assuan_inquire_ext to support external event loops. * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. Note that this is only a temporary change and authors of GPLv2(only) software are asked to switch to GPLv3 or to add an exception which allow the use of LPGLv3 software. Salam-Shalom, Werner -- Die Gedanken sind frei. Auschnahmen regelt ein Bundeschgesetz. From rdieter at math.unl.edu Fri Aug 24 14:07:43 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Fri, 24 Aug 2007 07:07:43 -0500 Subject: (L)GPLv3 licensing dilemma: gpg stack References: Message-ID: Rex Dieter wrote: > gpgme-1.1.5 is LGPLv2. Not sure what I was smokin when I originally wrote this, but on double-checking, I see now that gpgme doesn't link against libassuan(1) or libksba. No harm, no foul. > dirmngr-1.0.0 is GPLv2. This looks like a problem too. still an outstanding issue... -- Rex (1) it includes its own copy From ametzler at downhill.at.eu.org Fri Aug 24 18:52:02 2007 From: ametzler at downhill.at.eu.org (Andreas Metzler) Date: Fri, 24 Aug 2007 18:52:02 +0200 Subject: (L)GPLv3 licensing dilemma: gpg stack References: Message-ID: Rex Dieter wrote: [...] >> dirmngr-1.0.0 is GPLv2. This looks like a problem too. > still an outstanding issue... Nope. http://news.gmane.org/find-root.php?message_id=%3cuvuro4%2ddc4.ln1%40argenau.downhill.at.eu.org%3e http://news.gmane.org/find-root.php?message_id=%3c87ejib8y1z.fsf%40wheatstone.g10code.de%3e From rdieter at math.unl.edu Fri Aug 24 20:12:13 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Fri, 24 Aug 2007 13:12:13 -0500 Subject: (L)GPLv3 licensing dilemma: gpg stack References: Message-ID: Andreas Metzler wrote: > Rex Dieter wrote: > [...] >>> dirmngr-1.0.0 is GPLv2. This looks like a problem too. > >> still an outstanding issue... > > Nope. > http://news.gmane.org/find-root.php?message_id=%3cuvuro4%2ddc4.ln1%40argenau.downhill.at.eu.org%3e > http://news.gmane.org/find-root.php?message_id=%3c87ejib8y1z.fsf%40wheatstone.g10code.de%3e oops, sorry. Move on, nothing to see here... :) -- Rex From immanuel.scholz at tu-dresden.de Thu Aug 30 14:08:32 2007 From: immanuel.scholz at tu-dresden.de (Immanuel Scholz) Date: Thu, 30 Aug 2007 14:08:32 +0200 Subject: Query the default key via command line? Message-ID: <46D6B340.2020803@tu-dresden.de> Hi, I am writing an application that accesses the "gpg" executable. How do I retrieve the current default key id via the command line? I looked through the manpage and doc/DETAILS and looked up everything I found by googling, but the only nasty way seem to parse some ~/.gnupg/gpg.conf file by hand and filter out the line ^default-key (.*) This is nasty and does not work under non-linux ;). So is there an option I didn't recognized to display the default key id (preferable the full-id)? Ciao, Imi. -- DF0E A04F 7063 69C5 A76B 7557 0A77 608F 9172 3535 From wk at gnupg.org Fri Aug 31 10:03:07 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 31 Aug 2007 10:03:07 +0200 Subject: Query the default key via command line? In-Reply-To: <46D6B340.2020803@tu-dresden.de> (Immanuel Scholz's message of "Thu, 30 Aug 2007 14:08:32 +0200") References: <46D6B340.2020803@tu-dresden.de> Message-ID: <871wdk6shw.fsf@wheatstone.g10code.de> On Thu, 30 Aug 2007 14:08, immanuel.scholz at tu-dresden.de said: > I am writing an application that accesses the "gpg" executable. How do I > retrieve the current default key id via the command line? No explicit way. You may run a test encrytiopn, though. > This is nasty and does not work under non-linux ;). So is there an > option I didn't recognized to display the default key id (preferable the > full-id)? Use gpgconf from the gnupg package: $ gpgconf --list-options gpg Monitor:1:0:Options controlling the diagnostic output:0:0:::: verbose:4:0:verbose:0:0:::: quiet:0:0:be somewhat more quiet:0:0:::: Configuration:1:2:Options controlling the configuration:0:0:::: default-key:0:0:use NAME as default secret key:1:1:NAME:::"5B0358A2 encrypt-to:0:0:encrypt to user ID NAME as well:1:1:NAME:::"5B0358A2 Keyserver:1:0:Configuration for Keyservers:0:0:::: keyserver:0:0:use keyserver at URL:1:1:URL:::"hkp%3a//minsky.surfnet.nl This is the suggested way to read out and change options in the gnupg system. The format of the output is described in detail in the manual and the gpgconf man page. Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. From immanuel.scholz at tu-dresden.de Fri Aug 31 11:32:34 2007 From: immanuel.scholz at tu-dresden.de (Immanuel Scholz) Date: Fri, 31 Aug 2007 11:32:34 +0200 Subject: Query the default key via command line? In-Reply-To: <871wdk6shw.fsf@wheatstone.g10code.de> References: <46D6B340.2020803@tu-dresden.de> <871wdk6shw.fsf@wheatstone.g10code.de> Message-ID: <46D7E032.5030309@tu-dresden.de> Hi, >> I am writing an application that accesses the "gpg" executable. How do I >> retrieve the current default key id via the command line? > > No explicit way. You may run a test encrytiopn, though. This triggers any password agent, doesn't it? Hm, maybe using something like "--password-fd 0" but isn't this nasty? So unless some more direct approach, I can use something like this: echo "" | gpg --passphrase-fd 0 --batch -s --status-fd 1 \ 2> /dev/null | grep USERID_HINT | cut -d " " -f 3 Really ugly, though... (and of course, the greps and cuts have to be done within the program to be usable under windows ;) >> This is nasty and does not work under non-linux ;). So is there an >> option I didn't recognized to display the default key id (preferable the >> full-id)? > > Use gpgconf from the gnupg package: > > $ gpgconf --list-options gpg > Monitor:1:0:Options controlling the diagnostic output:0:0:::: > verbose:4:0:verbose:0:0:::: > quiet:0:0:be somewhat more quiet:0:0:::: > Configuration:1:2:Options controlling the configuration:0:0:::: > default-key:0:0:use NAME as default secret key:1:1:NAME:::"5B0358A2 > encrypt-to:0:0:encrypt to user ID NAME as well:1:1:NAME:::"5B0358A2 > Keyserver:1:0:Configuration for Keyservers:0:0:::: > keyserver:0:0:use keyserver at URL:1:1:URL:::"hkp%3a//minsky.surfnet.nl Doesn't work for me: ~$ cat .gnupg/gpg.conf | grep ^default default-key 91723535 ~$ gpgconf --list-options gpg Monitor:1:0:Options controlling the diagnostic output:0:0:::: verbose:4:0:verbose:0:0:::: quiet:0:0:be somewhat more quiet:0:0:::: Keyserver:1:0:Configuration for Keyservers:0:0:::: keyserver:0:0:use keyserver at URL:1:1:URL:::"hkp%3a//subkeys.pgp.net ~$ Ciao, Imi. -- DF0E A04F 7063 69C5 A76B 7557 0A77 608F 9172 3535 From wk at gnupg.org Fri Aug 31 16:35:19 2007 From: wk at gnupg.org (Werner Koch) Date: Fri, 31 Aug 2007 16:35:19 +0200 Subject: Query the default key via command line? In-Reply-To: <46D7E032.5030309@tu-dresden.de> (Immanuel Scholz's message of "Fri, 31 Aug 2007 11:32:34 +0200") References: <46D6B340.2020803@tu-dresden.de> <871wdk6shw.fsf@wheatstone.g10code.de> <46D7E032.5030309@tu-dresden.de> Message-ID: <87lkbr4vrs.fsf@wheatstone.g10code.de> On Fri, 31 Aug 2007 11:32, immanuel.scholz at tu-dresden.de said: > This triggers any password agent, doesn't it? For encryption you don't need the secret key and ghus there won't be a passphrase prompt. With gpgsm it is a bit different as it will ask the gpg-agent for the list of trusted root certifciates and that may - depending on the configurration - trigger a Pinentry prompt. > Really ugly, though... (and of course, the greps and cuts have to be > done within the program to be usable under windows ;) It is not that hard if you already have spawn and pipe functions ready. gpgconf-comp.c has some code you could reuse. > ~$ cat .gnupg/gpg.conf | grep ^default > default-key 91723535 Ah right, my current gpg2 has this feature, whereas gpg 1.4.7 is missing it. BTW, the supported options can be listed using gpg --gpgconf-list (gpgconf will only print options the backend programs announces) Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. From gtbui at yahoo.com Fri Aug 31 17:04:27 2007 From: gtbui at yahoo.com (alan_b) Date: Fri, 31 Aug 2007 08:04:27 -0700 (PDT) Subject: GPGME callback function problem Message-ID: <12428139.post@talk.nabble.com> I am having this problem with the GPGME library. I ran the t-decrypt.c test program that comes with the test suite for GPGME. When GPGME invoked the callback function passphrase_cb function in the t_support.h file, I got this error: --------------------------- Debug Assertion Failed! File: write.c Line 71 Expression: (fh >= 0 && (unsigned)fd < (unsigned)_nhandle) ---------------------------- The code that gave the error is in this callback function: passphrase_cb(void* opaque, ...., int fd) { _write(fd, "abc\n", 4); } I found out that the assertion error happened because the file descriptor was too large. When I ran the test program in Visual Studio 2005, the file descriptor value was something like 1916 (non debug mode) or 6012 (debug mode). The max file descriptor for Windows is 512 by default. I tried to use _setmaxstdio to increase the max fd to 2048, but still got the same error. Now the question is why GPGME created a file descriptor with large value like this? How do I get around the problem? My environment: Windows XP Professional with Visual Studio 2005. I used GPG4Win 1.1.2 to install GPG 1.4.7, GPGME 1.1.5. For the test program, I use the libgpgme_11.dll binary which comes with this installation. All the front-end applications like GPA, GPGee, WinPT worked fine. Any help/suggestions would be greatly appreciated. Alan -- View this message in context: http://www.nabble.com/GPGME-callback-function-problem-tf4360675.html#a12428139 Sent from the GnuPG - Dev mailing list archive at Nabble.com. From marcus.brinkmann at ruhr-uni-bochum.de Fri Aug 31 19:00:15 2007 From: marcus.brinkmann at ruhr-uni-bochum.de (Marcus Brinkmann) Date: Fri, 31 Aug 2007 19:00:15 +0200 Subject: GPGME callback function problem In-Reply-To: <12428139.post@talk.nabble.com> References: <12428139.post@talk.nabble.com> Message-ID: <87d4x31vxc.wl%marcus.brinkmann@ruhr-uni-bochum.de> At Fri, 31 Aug 2007 08:04:27 -0700 (PDT), alan_b wrote: > When I ran the test program in Visual Studio 2005, the file descriptor > value was something like 1916 (non debug mode) or 6012 (debug mode). The > max file descriptor for Windows is 512 by default. I tried to use > _setmaxstdio to increase the max fd to 2048, but still got the same error. > > Now the question is why GPGME created a file descriptor with large value > like this? How do I get around the problem? On W32, "file descriptors" are regular system handles, not POSIX libc fds. Thanks, Marcus From gtbui at yahoo.com Fri Aug 31 21:44:47 2007 From: gtbui at yahoo.com (alan_b) Date: Fri, 31 Aug 2007 12:44:47 -0700 (PDT) Subject: GPGME callback function problem In-Reply-To: <87d4x31vxc.wl%marcus.brinkmann@ruhr-uni-bochum.de> References: <12428139.post@talk.nabble.com> <87d4x31vxc.wl%marcus.brinkmann@ruhr-uni-bochum.de> Message-ID: <12432859.post@talk.nabble.com> So, in that callback function, what W32 function call should I use to write the password to the fd ? The original code is write( ), which did not compile in Windows. I replaced it with _write( ), which gave the assertion error on the fd. Thanks, Alan Marcus Brinkmann wrote: > > At Fri, 31 Aug 2007 08:04:27 -0700 (PDT), > alan_b wrote: >> When I ran the test program in Visual Studio 2005, the file descriptor >> value was something like 1916 (non debug mode) or 6012 (debug mode). The >> max file descriptor for Windows is 512 by default. I tried to use >> _setmaxstdio to increase the max fd to 2048, but still got the same >> error. >> >> Now the question is why GPGME created a file descriptor with large value >> like this? How do I get around the problem? > > On W32, "file descriptors" are regular system handles, not POSIX libc fds. > > Thanks, > Marcus > > > _______________________________________________ > Gnupg-devel mailing list > Gnupg-devel at gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-devel > > -- View this message in context: http://www.nabble.com/GPGME-callback-function-problem-tf4360675.html#a12432859 Sent from the GnuPG - Dev mailing list archive at Nabble.com.