Skip to content
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

stack-2.7.1-linux-aarch64.tar.gz.asc appears invalid #5658

Closed
AlistairB opened this issue Dec 27, 2021 · 1 comment
Closed

stack-2.7.1-linux-aarch64.tar.gz.asc appears invalid #5658

AlistairB opened this issue Dec 27, 2021 · 1 comment

Comments

@AlistairB
Copy link

AlistairB commented Dec 27, 2021

General summary/comments (optional)

stack-2.7.1-linux-aarch64.tar.gz.asc does not appear to verify stack-2.7.1-linux-aarch64.tar.gz with the standard signing key. Alternatively doing the stack-2.7.3-linux-aarch64.tar.gz release would also solve my problem. (I am trying to add aarch64 support to the Haskell docker images).

Steps to reproduce

  1. Install gpg.
  2. gpg --batch --keyserver keyserver.ubuntu.com --receive-keys C5705533DA4F78D8664B5DC0575159689BEFB442
  3. curl -sSLO https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-aarch64.tar.gz
  4. curl -sSLO https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-aarch64.tar.gz.asc
  5. gpg --batch --verify stack-2.7.1-linux-aarch64.tar.gz.asc stack-2.7.1-linux-aarch64.tar.gz

Expected

It verifies. 2.7.1 (and 2.7.3) x86_64 releases work fine with this method.

Actual

gpg: Signature made Mon 31 May 2021 03:18:12 AEST
gpg:                using RSA key 2E15FEF6ACB230D64C56D19A907EAE2F42B52046
gpg: Can't check signature: No public key

Stack version

N/A

Method of installation

N/A

@AlistairB
Copy link
Author

AlistairB commented Dec 28, 2021

I'm just going to close this as the binary itself does not actually work for me. So the signing issue is moot. I am hitting this error #2103 (comment) Cheers

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

No branches or pull requests

1 participant