Skip to content

3.10 bullseye build fails: "gpg: Can't check signature: No public key" #913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ddhuyvetter-godaddy opened this issue Mar 21, 2024 · 1 comment · Fixed by #914
Closed

Comments

@ddhuyvetter-godaddy
Copy link

When I try to build 3.10/bullseye, the docker build fails with:

$ docker build .
1.032 + mktemp -d
1.034 + GNUPGHOME=/tmp/tmp.gTMrYgtVQ2
1.034 + export GNUPGHOME
1.034 + gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568
1.037 gpg: keybox '/tmp/tmp.gTMrYgtVQ2/pubring.kbx' created
2.782 gpg: /tmp/tmp.gTMrYgtVQ2/trustdb.gpg: trustdb created
2.782 gpg: key B26995E310250568: public key "Łukasz Langa (GPG langa.pl) <lukasz@langa.pl>" imported
2.784 gpg: Total number processed: 1
2.784 gpg:               imported: 1
2.789 + gpg --batch --verify python.tar.xz.asc python.tar.xz
2.892 gpg: Signature made Thu Mar 21 07:55:53 2024 UTC
2.892 gpg:                using RSA key CFDCA245B1043CF2A5F97865FFE87404168BD847
2.892 gpg: Can't check signature: No public key

gpg --batch --verify python.tar.xz.asc python.tar.xz; \

@tianon
Copy link
Member

tianon commented Mar 21, 2024

Yep, this is expected; see #912 👍

Looks like it's time to go back the other direction. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants