Source: mini-buildd Version: 1.0.14 Severity: normal Hi,
I am not sure whether this is a bug in mini-buildd or in sbuild. Hence, the "normal" severity. Building packages fails starting with the second build of an installation when sbuild 0.70 is used. This is caused by the code starting in line 1217 of /usr/share/perl5/Sbuild/ResolverBase.pm where gpg keys are imported into the sbuild keyring. This fails, because the key is already there, causing an "Failed to import public key" and an aborted build. Either, mini-buildd tries to save the sbuild key ring for some reason and moves it in before invoking sbuild. In this case, this is a bug in mini-buildd. Or, sbuild saves its keyring and just tries to import the key a second time, which renders sbuild completely useless in this situation. If this is the case, the bug should be reassigned to sbuild. Greetings Marc