Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117173 - app-crypt/gpg-agent: gpgconf --list-options fails for components gpgsm, scdaemon and dirmngr
Summary: app-crypt/gpg-agent: gpgconf --list-options fails for components gpgsm, scdae...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-30 02:51 UTC by Albert Holm
Modified: 2006-04-10 08:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Holm 2005-12-30 02:51:11 UTC
Running kleopatra, from kde-base/certmanager-3.5.0, first prompts about an unknown protocol error and when trying to configure it these messages are written:

libkleopatra: WARNING: Running 'gpgconf --list-options scdaemon' failed. Operation not permitted, but try that command to see the real output
libkleopatra: WARNING: Running 'gpgconf --list-options gpgsm' failed. Operation not permitted, but try that command to see the real output
libkleopatra: WARNING: Running 'gpgconf --list-options dirmngr' failed. Operation not permitted, but try that command to see the real output

Running
gpgconf --list-options scdaemon
gpgconf --list-options gpgsm
gpgconf --list-options dirmngr
fails with output

sh: scdaemon: command not found
gpgconf: Option gpgconf-scdaemon.conf, needed by backend SCDaemon, was not initialized
gpgconf: fatal error (exit status 1)

sh: gpgsm: command not found
gpgconf: Option gpgconf-gpgsm.conf, needed by backend GPGSM, was not initialized
gpgconf: fatal error (exit status 1)

sh: dirmngr: command not found
gpgconf: Option gpgconf-dirmngr.conf, needed by backend DirMngr, was not initialized
gpgconf: fatal error (exit status 1)

Keyword ~x86 gives me these versions:
app-crypt/gnupg-1.4.2-r3
app-crypt/gpg-agent-1.9.19

emerge --info:
Portage 2.1_pre2 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r3, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.12.0_pre12
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon-xp -Os -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache collision-protect distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo http://mirror.pudas.net/gentoo ftp://mirror.pudas.net/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="sv en-gb"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X Xaw3d alsa apm audiofile avi bash-completion berkdb bitmap-fonts bzip2 cddb cdr crypt css curl dvd dvdr eds emacs emboss encode exif expat fam ffmpeg flac gdbm gif glut gmp gpm gstreamer hal idn imagemagick imlib ipv6 ithreads jpeg kde lcms libg++ libwww mad mikmod mmx mmxext mng mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl pam pcre pdflib perl png python qt quicktime readline sdl spell sse ssl svg tcpd tetex tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales vorbis win32codecs xine xml2 xv xvid zlib elibc_glibc kernel_linux linguas_sv linguas_en-gb userland_GNU video_cards_radeon"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Albert Holm 2006-04-10 08:49:57 UTC
I can no longer duplicate this at home. Might be related to newer versions of gpgme or s/mime support in gnupg as I followed the summary in bug #120587.