ports/140741: security/gpa fails to find keyserver helpers during configure
Max
dioksin at gmail.com
Sat Nov 21 09:20:01 UTC 2009
>Number: 140741
>Category: ports
>Synopsis: security/gpa fails to find keyserver helpers during configure
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 21 09:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Max
>Release: FreeBSD 8.0-RC1 amd64
>Organization:
>Environment:
gpg (GnuPG) 2.0.13
libgcrypt 1.4.4
>Description:
configure script fails to find gpg2keys_* keyserver helpers
>How-To-Repeat:
install security/gpa from ports;
try to upload/retrieve key;
get "There is no plugin available for the keyserver protocol you specified." error
>Fix:
set GPGKEYS_LDAP for configure args
(not sure, whether it's a right solution)
Patch attached with submission follows:
*** Makefile.orig Sat Nov 21 13:27:29 2009
--- Makefile Sat Nov 21 13:26:52 2009
***************
*** 23,28 ****
--- 23,29 ----
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \
LIBS="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list