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

I got GPG issues on executing scripts/prerequisites.sh #36

Open
JS970 opened this issue Mar 30, 2023 · 1 comment
Open

I got GPG issues on executing scripts/prerequisites.sh #36

JS970 opened this issue Mar 30, 2023 · 1 comment

Comments

@JS970
Copy link

JS970 commented Mar 30, 2023

I tried to build webOS, and i got gpg key issues on executing scripts/prerequisties.sh
following is error image
image
It was ok to pass run prerequisties.sh until 23/03/23,,,
Following is what i tried to solve this error

  • apt-key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE5F80F804B81517

image

  • curl
curl -sS https://download.spotify.com/pubkey_BE5F80F804B81517.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg

image

I guess the public key is deprecated or third party server(requested when prerequisties.sh runs) deleted the public key..
Please check this issue, thank you for reading

@shr-project
Copy link
Contributor

https://github.com/webosose/build-webos/blob/master/scripts/prerequisites.sh only calls "apt update".

It cannot fix deprecated key you've added to your system for spotify which is completely unrelated to build-webos.

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

2 participants