[Bug 993048] Re: adding a PPA key in pbuilder fails
Daniel Leidert
daniel.leidert.spam at gmx.net
Wed May 2 15:15:04 UTC 2012
About your first attempt: Please use a key server that holds the key you
want to add. keyserver.ubuntu.com appearently does not have it.
About the second attempt: The $HOME variable in your environment is
preserved running sudo and the directory appearently does not exist in
your pbuilder CHROOT. You either want to read the sudo manual page or
the gpg manual page (--homedir /dev/null).
Your gut is wrong. Please read the error messages carefully next time.
Closing as invalid.
** Changed in: gnupg (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gnupg in Ubuntu.
https://bugs.launchpad.net/bugs/993048
Title:
adding a PPA key in pbuilder fails
Status in “gnupg” package in Ubuntu:
Invalid
Bug description:
I am trying to add the GPG key for one of my PPA to one of my
pbuilders. Both the host and the pbuilder chroot are lucid. Here's
what I do.
$ sudo pbuilder --login --save-after-login
[...] #pbuilder starts up
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 15331454B72FD7EC
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 15331454B72FD7EC
gpg: requesting key B72FD7EC from hkp server keyserver.ubuntu.com
gpgkeys: key 15331454B72FD7EC not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
# gpg import --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg /tmp/gpg.txt
gpg: fatal: can't create directory `/home/rolf/.gnupg': No such file or directory
secmem usage: 0/0 bytes in 0/0 blocks of pool 0/32768
# aptitude search ~i\!~M
i apt - Advanced front-end for dpkg
i aptitude - terminal-based package manager
i build-essential - Informational list of build-essential packages
i debhelper - helper programs for debian/rules
i dpkg-dev - Debian package development tools
i less - pager program similar to more
i libcapi20-3 - ISDN utilities - CAPI support libraries
i libcapi20-dev - ISDN utilities - CAPI development libraries
i nano - small, friendly text editor inspired by Pico
i sudo - Provide limited super user privileges to specific users
The second command was a desperate attempt to install the gpg key
directly. The last command shows which packages are explicitly
installed. My gut tells me there is a package missing in a normal
pbuilder installation for this to work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnupg/+bug/993048/+subscriptions
More information about the foundations-bugs
mailing list