On Tue, Apr 14, 2026 at 10:50:56AM +0200, Aurélien COUDERC wrote:
> Le 14 avril 2026 10:05:54 GMT+02:00, Helmut Grohne <[email protected]> a
> écrit :
>
> >libkpmcore12 and libkpmcore13 are declared Multi-Arch: same, but fail to
> >coinstall.
>
> libkpmcore13 declares breaks/replaces against libkpmcore12 [1] which is
> arch-agnotic as I understand it.
>
> So I fail to see in which case it would be appropriate to coinstall both.
>
> Am I missing something ?
I see how the wording is misleading for this report and appreciate ideas
to better phrase it.
It is not the concurrent installation of libkpmcore12 and libkpmcore13
that is being reported here, but the concurrent installation of either
package for multiple architectures. This is supposedly possible due to
the Multi-Arch: same declaration, but it actually produces an unpack
error from dpkg due to shared files with varying content.
How about:
{% if packages | length > 1 %}
{{ packages | ... }} are declared Multi-Arch: same, but each of them
fails to coinstall with itself.
{% else %}
{{ packages | ... }} is declared Multi-Arch: same, but fails to
coinstall.
{% endif %}
Helmut