Bug#1041162: bogus test triggers with unused compilers

2023-07-17 Thread Paul Gevers
Hi, On 17-07-2023 09:26, Paul Gevers wrote: apt-cache showsrc gcc-12 | awk '/^Package-List:/ { show=1; next } (/^ / && show==1) { print $1; next } { show=0 }' |sort -u | tr '\n' ' ' This comes from lib/adt_testbed.py (around line 1305). I had a tiny discussion with julian on IRC, he suggests

Bug#1041162: bogus test triggers with unused compilers

2023-07-17 Thread Paul Gevers
Control: reassign -1 autopkgtest Control: affects -1 src:dkms Hi, On Sun, 16 Jul 2023 01:15:04 +0200 Andreas Beckmann 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

Bug#1041162: bogus test triggers with unused compilers

2023-07-15 Thread Andreas Beckmann
On 15/07/2023 12.11, Matthias Klose wrote: Package: src:dkms Version: 3.0.11-3 seen with https://ci.debian.net/data/autopkgtest/testing/amd64/d/dkms/35776414/log.gz That's an autopkgtest pinning problem: autopkgtest uses this command to build the list of binary packages to pin for these

Bug#1041162: bogus test triggers with unused compilers

2023-07-15 Thread Matthias Klose
Package: src:dkms Version: 3.0.11-3 Severity: serious Tags: sid trixie seen with https://ci.debian.net/data/autopkgtest/testing/amd64/d/dkms/35776414/log.gz triggered by gcc-11, gcc-12, gcc-9 dkms's dependencies are a bit bogus, make | build-essential can be reduced to just make, because