public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gpg2 version string
@ 2019-05-10 18:24 Ken Brown
  0 siblings, 0 replies; only message in thread
From: Ken Brown @ 2019-05-10 18:24 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1040 bytes --]

This is mostly a cosmetic issue, but it has led to an emacs bug report:

   https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35629

The issue is that "gpg2 --version" has an extra "-unknown" in the output:

$ gpg2 --version
gpg (GnuPG) 2.2.15-unknown
[...]

I looked at the source, and it turns out that this is a consequence of running 
autoreconf.  You can fix it by building without autoreconf or, alternatively, by 
applying the following patch:

--- origsrc/gnupg-2.2.15/autogen.sh     2018-06-12 07:25:39.000000000 -0400
+++ src/gnupg-2.2.15/autogen.sh 2019-05-10 13:51:48.027196200 -0400
@@ -246,7 +246,7 @@ if [ "$myhost" = "find-version" ]; then
      else
        ingit=no
        beta=yes
-      tmp="-unknown"
+      tmp=""
        rev="0000000"
        rvd="0"
      fi

Ken
\x03B‹KCB”\x1c›Ø›\x19[H\x1c™\^[ܝ\x1cΈ\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÜ\x1c›Ø›\x19[\Ëš\x1d^[[\x03B‘TNˆ\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÙ˜\KÃB‘^[ØÝ[Y[\x18]\x1a[ÛŽˆ\b\b\b\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÙ^[ØÜËš\x1d^[[\x03B•[œÝXœØÜšX™H\x1a[™›Îˆ\b\b\b\b\b\x1a\x1d\x1d\x1c\x0e‹ËØÞYÝÚ[‹˜ÛÛKÛ[\vÈÝ[œÝXœØÜšX™K\Ú[\^[\x19CBƒB

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-10 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10 18:24 gpg2 version string Ken Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).