Control: reassign -1 autopkgtest
Control: affects -1 src:dkms

Hi,

On Sun, 16 Jul 2023 01:15:04 +0200 Andreas Beckmann <a...@debian.org> wrote:
That's an autopkgtest pinning problem:

autopkgtest uses this command to build the list of binary packages to pin for these flags:
   --add-apt-release=unstable --pin-packages=unstable=src:gcc-12

apt-cache showsrc gcc-12 | awk '/^Package-List:/ { show=1; next } (/^ / && show==1) { print $1; next } { show=0 }' |sort -u | tr '\n' ' '

Unfortunately that includes obsolete information from Extra-Source-Only packges, e.g.

[...]

So it pins libasan8 to sid because it believes that is built from src:gcc-12, but that is now built from src:gcc-13 and all binary packages built by src:gcc-13 that were never built by src:gcc-12 are pinned to testing ... and that makes some packages uninstallable ...

Nice debugging. Let's reassign to autopkgtest.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to