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

Install fails with "bbb-install: Unable to setup PPA for ppa:rmescandon/yq" #303

Closed
heinrichrebehn opened this issue Nov 22, 2020 · 4 comments

Comments

@heinrichrebehn
Copy link

gpg: keyring /tmp/tmpee6ko_4r/secring.gpg' created gpg: keyring /tmp/tmpee6ko_4r/pubring.gpg' created
gpg: requesting key CC86BB64 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpee6ko_4r/trustdb.gpg: trustdb created
gpg: key CC86BB64: public key "Launchpad PPA for Roberto Mier Escand?n \xee\x83\xbf" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
'ascii' codec can't decode byte 0xc3 in position 108: ordinal not in range(128)
gpg: keyring /tmp/tmpqifdb3o5/secring.gpg' created gpg: keyring /tmp/tmpqifdb3o5/pubring.gpg' created
gpg: requesting key CC86BB64 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpqifdb3o5/trustdb.gpg: trustdb created
gpg: key CC86BB64: public key "Launchpad PPA for Roberto Mier Escand?n \xee\x83\xbf" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
'ascii' codec can't decode byte 0xc3 in position 108: ordinal not in range(128)
bbb-install: Unable to setup PPA for ppa:rmescandon/yq

@ffdixon
Copy link
Member

ffdixon commented Jan 1, 2021

Did you get this error running bbb-install.sh?

@heinrichrebehn
Copy link
Author

Hi Fred,
thanks for replying. The error happens regardless wether I use bbb-install.sh or execute the commands by hand.
Meanwhile, I found a workaround at

mikefarah/yq#217

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6657DBE0CC86BB64 sudo apt update sudo apt install -y yq

After that, bbb-install.sh runs successfully.

-Heinrich

@ffdixon
Copy link
Member

ffdixon commented Jan 1, 2021

Thanks for sharing your solution.

@ffdixon ffdixon closed this as completed Jan 1, 2021
@braisarias
Copy link

braisarias commented Aug 9, 2021

Its seems to fail again.
The key for PPA is not found at keyserver:
https://keyserver.ubuntu.com/pks/lookup?search=6657DBE0CC86BB64&fingerprint=on&op=index

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

3 participants