jeroen@debian:~$ sudo pbuilder create --debootstrapopts --variant=buildd --keyring /usr/share/keyrings/debian-ports-archive-keyring.gpg [sudo] password for jeroen: W: /root/.pbuilderrc does not exist I: Distribution is sid. I: Current time: Fri Oct 4 20:47:30 CEST 2019 I: pbuilder-time-stamp: 1570214850 I: Building the build environment I: running debootstrap /usr/sbin/debootstrap I: Target architecture can be executed I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DA1B2CEA81DCBC61) The specified keyring /usr/share/keyrings/debian-archive-keyring.gpg may be incorrect or out of date. You can find the latest Debian release key at https://ftp-master.debian.org/keys.html E: debootstrap failed E: Tail of debootstrap.log: ppc64: ok 2019-10-04 20:47:31 URL:http://ftp.ports.debian.org/debian-ports/dists/sid/InRelease [55268/55268] -> "/var/cache/pbuilder/build/1091/var/lib/apt/lists/partial/ftp.ports.debian.org_debian-ports_dists_sid_InRelease" [1] gpgv: Signature made Fri Oct 4 15:58:57 2019 CEST gpgv: using RSA key 66571731B5A71F91C501F3FDDA1B2CEA81DCBC61 gpgv: Can't check signature: No public key E: End of debootstrap.log W: Aborting with an error jeroen@debian:~$
On Fri, 4 Oct 2019 11:00:50 +0200 John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> wrote: > On 10/4/19 10:39 AM, jjhdiederen wrote: > > E: Release signed by unknown key (key id DA1B2CEA81DCBC61) > > The specified keyring > > /usr/share/keyrings/debian-archive-keyring.gpg may be incorrect or > > out of date. You can find the latest Debian release key at > > https://ftp-master.debian.org/keys.html E: debootstrap failed E: > > Tail of debootstrap.log: ppc64: ok > > 2019-10-03 22:00:51 > > URL:http://ftp.ports.debian.org/debian-ports/dists/sid/InRelease > > [55268/55268] -> > > "/var/cache/pbuilder/build/17438/var/lib/apt/lists/partial/ftp.ports.debian.org_debian-ports_dists_sid_InRelease" > > [1] gpgv: Signature made Thu Oct 3 16:05:53 2019 CEST gpgv: > > using RSA key 66571731B5A71F91C501F3FDDA1B2CEA81DCBC61 gpgv: > > Can't check signature: No public key E: End of debootstrap.log W: > > Aborting with an error > Add --debootstrapopts --variant=buildd --keyring > /usr/share/keyrings/debian-ports-archive-keyring.gpg when running > pbuilder create. > > Adrian >