From owner-freebsd-questions@FreeBSD.ORG Sun Feb 17 04:47:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A8E4D5E9 for ; Sun, 17 Feb 2013 04:47:28 +0000 (UTC) (envelope-from andre@drenet.info) Received: from mail-gg0-x235.google.com (gg-in-x0235.1e100.net [IPv6:2607:f8b0:4002:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 28306998 for ; Sun, 17 Feb 2013 04:47:27 +0000 (UTC) Received: by mail-gg0-f181.google.com with SMTP id e5so376301ggh.26 for ; Sat, 16 Feb 2013 20:47:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=drenet.info; s=google; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; bh=daeIlPcfnwXgCxIjwUDZrLGIDWngle7u2v5KSRM4on0=; b=K+nAmH4bfLiDq0yjPLlkKxgkkfgH1r5mk0iObc+fhArcNm3swv9BB94G3ixdsokM8N s+dRUCoQzAmJAZKyyK2T48GZ2GrZN2gLkYVTk74gY35NPmNNXY1MxuNIx2RY0umfCDDj 9lZNFOjumVIxR1pok66vkuZMVDNAJXQLF9f1c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:x-gm-message-state; bh=daeIlPcfnwXgCxIjwUDZrLGIDWngle7u2v5KSRM4on0=; b=L3gsDqp4fVGBHTOq+d8gnadnl9k/yzptyIb6nI4RrqaDguFsNBxr+cTbgGm+rKruVE cJ4EJxbR/1NlYnW8HoKRrhmohvPoUnmLdhrBXr8/YvqrDuzSsPkWrCJ68OCpU4qSf4Ce HD25DmBcbGzP6RUxw4qlhG46hsNbfUTHVK/VbyLbm1Pz4/eF76AFNqdfCr05YZR3ga0D FBP5KCCIBV6gWd3PY7kLcBKHlmTKlOt3HhG/ibsGl/tqDcOFNB6stOAI5YwOXMJaUfvz cGvkGzhpnlh+Qz0Ge2KFQAQBV0v8NtVNyhcug4QZLWrzF7JqAcJjhsceefsP3ZLRgn64 NbYw== X-Received: by 10.236.190.98 with SMTP id d62mr12627921yhn.8.1361075972332; Sat, 16 Feb 2013 20:39:32 -0800 (PST) Received: from desktop.drenet.local ([97.100.190.35]) by mx.google.com with ESMTPS id u2sm12043530yhl.8.2013.02.16.20.39.31 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Feb 2013 20:39:31 -0800 (PST) Message-ID: <51205F01.5060105@drenet.info> Date: Sat, 16 Feb 2013 23:39:29 -0500 From: Andre Goree User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130202 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, kde@freebsd.org Subject: Trouble with kleopatra X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9F69BD7B9BCEC63067AB67DA" X-Gm-Message-State: ALoCoQnGMNO0HYoM2KNUNCG+SqDSgg1X1SBddWdA2ZAl39CWGkfloy7TMhzYbqgt/3GIrNTkxyED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 04:47:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9F69BD7B9BCEC63067AB67DA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Also posting this to questions as it's regarding the building of a port and possibly modifying a makefile. So I'm having trouble getting Kleopatra to work correctly on my 8.3-STABLE/kde4.9.5 system. There are a three errors posted, the first of which is my main concern. Please see this [1] screenshot. Now, I've built gpgme w/GNUPG2 support, which -- as far as I can tell -- should also enable gpgsm by the looks of this section of the Makefile: =2Eif ${PORT_OPTIONS:MGNUPG2} BUILD_DEPENDS+=3D gpg2:${PORTSDIR}/security/gnupg RUN_DEPENDS+=3D gpg2:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=3D--with-gpg=3D${LOCALBASE}/bin/gpg2 \ --with-gpgconf=3D${LOCALBASE}/bin/gpgconf =2Eif exists(${LOCALBASE}/bin/gpgsm) CONFIGURE_ARGS+=3D--with-gpgsm=3D${LOCALBASE}/bin/gpgsm =2Eelse CONFIGURE_ARGS+=3D--with-gpgsm=3Dno =2Eendif =2Eendif So I can't understand why I'm receiving the error "A problem was detected with the gpgsm backend. It seems that the gpgme library was compiled without support for this backend...Replace the gpgme library with a version compiled with gpgsm support." Can/should I explicitly enable gpgsm by editing the Makefile? The binary doesn't appear to be generated after compiling the port: [agoree@desktop agoree]$ ll /usr/local/bin/gpgsm ls: /usr/local/bin/gpgsm: No such file or directory Though, there is "/usr/local/bin/gpgsm-gencert.sh" Just looking to be pointed in the right direction here, thanks everyone. The other errors we'll deal with if I cannot figure it out on my own :) [1]http://drenet.net/images/snapshot2.png EDIT: Just realized that section of the Makefile does NOT install gpgsm, it only enables gpgsm support if it already currently exists. Should I [somehow] build gpgsm from source (if possible), then retry building gpgme? Toeing a 'psearch gpgsm' returns no results, even with '-s' option, so I'm assuming this is my only recourse to get gpgsm installed... --=20 Andre Goree andre@drenet.info --------------enig9F69BD7B9BCEC63067AB67DA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBAgAGBQJRIF8CAAoJEJQrkaCSFIoRRU0H/1xPaAiZf8HgvnFlBLTGXIeK z7DxEWbNmjUYJATleDy3Ftj4yPUYO+Y4PHMrHbRWXl60DAUFAjgwB1CI+Cokq9tp NFyiLdTrIL6qL9ecsB3AYiLCbBA+S8h+7LEsIIYOxnjkc5kox21WqGnY+wsf5/rU Ud0baVGnfTn5nMppx+ImI+iIZqgAjxPk+COErVHdid/hI9Wr2OjSYpkQQDG51nrc TbeLBVqawuKC09nlSd0zw83hkIbMA8gk93rYtp+77EXTWoELxSzOBTuCCU+pJupT FKg70+hiv4Jm22BZABrXOf+qd6vjJvTHO1wJe8+nTn+3yzCU+UJ7K66M4CmIsgQ= =Z5EX -----END PGP SIGNATURE----- --------------enig9F69BD7B9BCEC63067AB67DA--