piuparts image fails with perl due to version differences
Piuparts image reports this error and job fails while installing package dependencies:
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.32.1-4) but 5.32.1-4+deb11u1 is to be installed
E: Unable to correct problems, you have held broken packages.
The package doesn't require a specific version of perl-base.
Depends: perl:any, libb2-1 (>= 0.98.1), libbrotli1 (>= 0.6.0), libc6 (>= 2.30), libdouble-conversion3 (>= 2.0.0), libfreetype6 (>= 2.6), libgcc-s1 (>= 3.4), libjpeg62-turbo (>= 1.3.1), libmd4c0 (>= 0.2.7), libpcre2-16-0 (>= 10.22), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 10), zlib1g (>= 1:1.1.4)
At the time I created this issue:
- 5.32.1-4 is the version in stable
- 5.32.1-4+deb11u1 is in stable-proposed-updates & stable-sec
Example job: https://salsa.debian.org/bastif/qt-android/-/jobs/2042190
I have seen similar issue #123 (closed) but the problem is not the same.
Here I use "bullseye" as Release, and piuparts wants to install the version in security-updates (which it references in sources.list).
Edited by bastif