ponyc: documentation: Debian packages on Bintray require public key setup (to avoid GPG or authentication errors)

Doing $ sudo apt-get update (on Ubuntu 14.04), I get:

W: GPG error: https://dl.bintray.com pony-language Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 27 (17 by maintainers)

Commits related to this issue

Most upvoted comments

I have an exam next week, so I won’t play with ponyc until next week. If I get an error for the next update, I will report it. Everything works fine for me with the following settings: (I tried this out just now.)

v@v:~$ sudo apt-key list
/etc/apt/trusted.gpg
--------------------
pub   rsa4096 2015-05-27 [SC] [expires: 2017-05-26]
      419D 0ACF 314E 8E99 3F7F  92E5 63F7 D4AF F6D6 1D45
uid           [ unknown] Opera Software Archive Automatic Signing Key 2015 <packager@opera.com>
sub   rsa4096 2015-05-27 [E] [expires: 2017-05-26]

pub   rsa4096 2015-02-17 [SC]
      8756 C4F7 65C9 AC3C B6B8  5D62 379C E192 D401 AB61
uid           [ unknown] Bintray (by JFrog) <bintray@bintray.com>
sub   rsa4096 2015-02-17 [E]

/etc/apt/trusted.gpg.d/microsoft.gpg
------------------------------------
pub   rsa2048 2015-10-28 [SC]
      BC52 8686 B50D 79E3 39D3  721C EB3E 94AD BE12 29CF
uid           [ unknown] Microsoft (Release signing) <gpgsecurity@microsoft.com>

/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
------------------------------------------------------
pub   rsa4096 2012-05-11 [SC]
      790B C727 7767 219C 42C8  6F93 3B4F E6AC C0B2 1F32
uid           [ unknown] Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>

v@v:~$ sudo apt-get update
Hit:1 http://archive.canonical.com/ubuntu zesty InRelease
Hit:2 http://archive.ubuntu.com/ubuntu zesty InRelease
Get:3 http://archive.ubuntu.com/ubuntu zesty-updates InRelease [89,2 kB]
Get:4 http://archive.ubuntu.com/ubuntu zesty-security InRelease [89,2 kB]
Hit:5 https://deb.opera.com/opera-stable stable InRelease     
Hit:6 https://packages.microsoft.com/repos/vscode stable InRelease
Ign:7 https://dl.bintray.com/pony-language/ponyc-debian pony-language InRelease
Get:8 https://dl.bintray.com/pony-language/ponyc-debian pony-language Release [1.567 B]
Get:9 https://dl.bintray.com/pony-language/ponyc-debian pony-language Release.gpg [821 B]
Get:10 https://dl.bintray.com/pony-language/ponyc-debian pony-language/main amd64 Packages [3.523 B]
Fetched 184 kB in 1s (171 kB/s)    
Reading package lists... Done
v@v:~$ sudo apt-get install ponyc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  ponyc
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 1.297 kB of archives.
After this operation, 4.719 kB of additional disk space will be used.
Get:1 https://dl.bintray.com/pony-language/ponyc-debian pony-language/main amd64 ponyc amd64 0.13.0-3193.af6ef43 [1.297 kB]
Fetched 1.297 kB in 3s (371 kB/s)  
Selecting previously unselected package ponyc.
(Reading database ... 190362 files and directories currently installed.)
Preparing to unpack .../ponyc_0.13.0-3193.af6ef43_amd64.deb ...
Unpacking ponyc (0.13.0-3193.af6ef43) ...
Setting up ponyc (0.13.0-3193.af6ef43) ...
v@v:~$