Bug#1041161: dkms autopkg test fails on arm64

2023-07-15 Thread Andreas Beckmann

On 15/07/2023 12.00, Matthias Klose wrote:

179s The following packages have unmet dependencies:
179s  libhwasan0 : Depends: gcc-13-base (= 13.1.0-8) but 13.1.0-6 is to 
be installed

179s E: Unable to correct problems, you have held broken packages.
179s E: Linux headers failed to install.

there seems to be something wrong with the setup of the test. why isn't 
the same version taken for the two packages?


My guess is that is on the autopkgtest side ...

This is a test in testing with --pin-packages=unstable=src:gcc-11
dkms-autopkgtest does
  apt-get install linux-headers-6.3.0-1-arm64 \
linux-headers-6.3.0-1-cloud-arm64 \
linux-headers-6.3.0-1-rt-arm64
(these are from testing) - why does that want to install libhwasan0 from 
sid?


Andreas



Bug#1041161: dkms autopkg test fails on arm64

2023-07-15 Thread Matthias Klose

Package: src:dkms
Version: 3.0.11-3
Severity: serious
Tags: sid trixie

see
https://ci.debian.net/data/autopkgtest/testing/arm64/d/dkms/35791560/log.gz

triggered by gcc-11

[...]
179s Building dependency tree...
179s Reading state information...
179s Some packages could not be installed. This may mean that you have
179s requested an impossible situation or if you are using the unstable
179s distribution that some required packages have not yet been created
179s or been moved out of Incoming.
179s The following information may help to resolve the situation:
179s
179s The following packages have unmet dependencies:
179s  libhwasan0 : Depends: gcc-13-base (= 13.1.0-8) but 13.1.0-6 is to be 
installed
179s E: Unable to correct problems, you have held broken packages.
179s E: Linux headers failed to install.

there seems to be something wrong with the setup of the test. why isn't the same 
version taken for the two packages?