Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2009 09:10:33 GMT
From:      Max <dioksin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140741: security/gpa fails to find keyserver helpers during configure
Message-ID:  <200911210910.nAL9AXj1012655@www.freebsd.org>
Resent-Message-ID: <200911210920.nAL9K1ct097682@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911210910.nAL9AXj1012655>