Discussion:
how to get around this mess : GPG error: http://ftp.ports.debian.org/debian-ports unstable InRelease
(too old to reply)
Dennis Clarke
2018-03-14 14:10:02 UTC
Permalink
This has been happening for weeks with a simple apt-get update :

.
.
.
Reading package lists... Done
W: An error occurred during the signature verification. The repository
is not updated and the previous index files will be used. GPG error:
http://ftp.ports.debian.org/debian-ports unstable InRelease: The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 06AED62430CB581C
W: An error occurred during the signature verification. The repository
is not updated and the previous index files will be used. GPG error:
http://ftp.ports.debian.org/debian-ports unreleased InRelease: The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 06AED62430CB581C
W: Failed to fetch
http://ftp.ports.debian.org/debian-ports/dists/unstable/InRelease The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 06AED62430CB581C
W: Failed to fetch
http://ftp.ports.debian.org/debian-ports/dists/unreleased/InRelease The
following signatures couldn't be verified because the public key is not
available: NO_PUBKEY 06AED62430CB581C
W: Some index files failed to download. They have been ignored, or old
ones used instead.
ppc64_l4.15.9# apt-key list
gpg: symbol lookup error: /usr/local/lib/libreadline.so.7: undefined
symbol: PC
ppc64_l4.15.9#


Any thoughts from anybody ?

Dennis
Dennis Clarke
2018-03-14 14:30:02 UTC
Permalink
Post by Dennis Clarke
ppc64_l4.15.9# apt-key list
gpg: symbol lookup error: /usr/local/lib/libreadline.so.7: undefined
symbol: PC
ppc64_l4.15.9#
Any thoughts from anybody ?
Never mind ... I see the issue here. Of course I always see
it *after* I email the maillist ... seems to be always the way.


Had to move my own build of readline out of the way and then ...

ppc64_l4.15.9# apt-key adv --keyserver keys.gnupg.net --recv-keys
06AED62430CB581C
Executing: /tmp/apt-key-gpghome.iKFNKY3QmZ/gpg.1.sh --keyserver
keys.gnupg.net --recv-keys 06AED62430CB581C
gpg: key 06AED62430CB581C: 1 signature not checked due to a missing key
gpg: key 06AED62430CB581C: public key "Debian Ports Archive Automatic
Signing Key (2018) <***@ports-master.debian.org>" imported
gpg: Total number processed: 1
gpg: imported: 1
ppc64_l4.15.9#

Dennis

Loading...