Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 22:40:00 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Jun Kuriyama <kuriyama@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r391147 - head/security/gnupg
Message-ID:  <CAMHz58T%2BhY65OTpwW_TxWh%2BbcThjipybYJ32uLMwz4m5ejRZZA@mail.gmail.com>
In-Reply-To: <201507021410.t62EAWhf068583@repo.freebsd.org>
References:  <201507021410.t62EAWhf068583@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 2, 2015 at 10:10 PM, Jun Kuriyama <kuriyama@freebsd.org> wrote:

> Author: kuriyama
> Date: Thu Jul  2 14:10:31 2015
> New Revision: 391147
> URL: https://svnweb.freebsd.org/changeset/ports/391147
>
> Log:
>   - Upgrade to 2.1.6 (minor bugfixes).
>
>   Announce:
> https://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000370.html
>
> Modified:
>   head/security/gnupg/Makefile
>   head/security/gnupg/distinfo
>
> Modified: head/security/gnupg/Makefile
>
> ==============================================================================
> --- head/security/gnupg/Makefile        Thu Jul  2 13:37:37 2015
> (r391146)
> +++ head/security/gnupg/Makefile        Thu Jul  2 14:10:31 2015
> (r391147)
> @@ -1,7 +1,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      gnupg
> -PORTVERSION=   2.1.5
> +PORTVERSION=   2.1.6
>  #PORTREVISION= 0
>  CATEGORIES=    security
>  MASTER_SITES=  GNUPG
>
> Modified: head/security/gnupg/distinfo
>
> ==============================================================================
> --- head/security/gnupg/distinfo        Thu Jul  2 13:37:37 2015
> (r391146)
> +++ head/security/gnupg/distinfo        Thu Jul  2 14:10:31 2015
> (r391147)
> @@ -1,4 +1,4 @@
> -SHA256 (gnupg-2.1.5.tar.bz2) =
> b5105a7160c39ba6e3aa53789b09f1bfac6e3422d15cc9f3a2f71f82320aa84c
> -SIZE (gnupg-2.1.5.tar.bz2) = 4906435
> -SHA256 (gnupg-2.1.5.tar.bz2.sig) =
> 0717591f1a548cdb871f9e0dd41415999a7859147dd96e96a711e00d5c43700e
> -SIZE (gnupg-2.1.5.tar.bz2.sig) = 287
> +SHA256 (gnupg-2.1.6.tar.bz2) =
> 5e599ad542199f3bd733eed2b88a539d1b4c3beda2dbab0ff69f1896f52e92fd
> +SIZE (gnupg-2.1.6.tar.bz2) = 4917722
> +SHA256 (gnupg-2.1.6.tar.bz2.sig) =
> 44ca68757e7ae6dc8d5c2c1122015b195b366c32e06537b4d29ccdc3e5139c7b
> +SIZE (gnupg-2.1.6.tar.bz2.sig) = 287
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
>

<http://people.FreeBSD.org/~sunpoet/pgpkeys.txt>Hi,

I got NLS-related build failure as follows:

% make showconfig
     DOCS=off: Build and/or install documentation
     GNUTLS=on: SSL/TLS support via GnuTLS
     KDNS=off: Use DNS CERT helper
     LDAP=off: LDAP keyserver interface
     NLS=off: Native Language Support
     SCDAEMON=off: Enable Smartcard daemon (with libusb)
     SUID_GPG=on: Install GPG with suid
% make
...
clang -I/usr/local/include -I/usr/local/include -O2 -pipe -march=core2
 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -Wall
-Wno-pointer-sign -Wpointer-arith  -fstack-protector -L/usr/lib -o
gpg-preset-passphrase preset-passphrase.o ../common/libsimple-pwquery.a
../common/libcommon.a -L/usr/local/lib -lgcrypt -lgpg-error
-L/usr/local/lib -lgpg-error
gpg_agent-command-ssh.o: In function `ssh_handler_add_identity':
command-ssh.c:(.text+0x1f83): undefined reference to `gettext'
command-ssh.c:(.text+0x211f): undefined reference to `gettext'
command-ssh.c:(.text+0x2245): undefined reference to `gettext'
gpg_agent-command-ssh.o: In function `data_sign':
command-ssh.c:(.text+0x4058): undefined reference to `gettext'
command-ssh.c:(.text+0x40c1): undefined reference to `gettext'
gpg_agent-command-ssh.o:command-ssh.c:(.text+0x40d0): more undefined
references to `gettext' follow
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
Makefile:666: recipe for target 'gpg-agent' failed
gmake[3]: *** [gpg-agent] Error 1
gmake[3]: *** Waiting for unfinished jobs....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58T%2BhY65OTpwW_TxWh%2BbcThjipybYJ32uLMwz4m5ejRZZA>