From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 21 09:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC90A106568B for ; Sat, 21 Nov 2009 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAFB8FC19 for ; Sat, 21 Nov 2009 09:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAL9K1xK097683 for ; Sat, 21 Nov 2009 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAL9K1ct097682; Sat, 21 Nov 2009 09:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Nov 2009 09:20:01 GMT Resent-Message-Id: <200911210920.nAL9K1ct097682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D2E8106568F for ; Sat, 21 Nov 2009 09:10:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3CF8FC0C for ; Sat, 21 Nov 2009 09:10:33 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAL9AXhP012673 for ; Sat, 21 Nov 2009 09:10:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nAL9AXj1012655; Sat, 21 Nov 2009 09:10:33 GMT (envelope-from nobody) Message-Id: <200911210910.nAL9AXj1012655@www.freebsd.org> Date: Sat, 21 Nov 2009 09:10:33 GMT From: Max To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140741: security/gpa fails to find keyserver helpers during configure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 09:20:01 -0000 >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: