Control: retitle -1 cannot install wine32:i386: Depends: libunwind8:i386 but it
is not going to be installed
Control: notfound -1 1.6.2-3.1
Control: found -1 1.7.2-1
Control: forcemerge 1082282 -1
On Wed, 18 Dec 2024 at 00:25:31 +0300, Debian bug reporter wrote:
> Dear Maintainer, I can't install the wine package because of dependencies.
> ibgstreamer1.0-0:i386 : Depends: libunwind8:i386 but it is not going to
> be installed
> Error: Unable to correct problems, you have held broken packages
This is caused by the version of libunwind in Debian unstable not
compiling successfully on i386. The apt packaging system does not allow
libunwind8:amd64 and libunwind8:i386 to be at different versions.
I'm retitling the issue report to make it more likely that users
experiencing the same problem will find it, and merging it with #1082282
which is the root cause.
A workaround for users of wine and other 32-bit packages on
testing/unstable is to install both amd64 and i386 versions of
libunwind8=1.6.2-3.1, from testing (trixie), instead of attempting to
upgrade to the version from sid.
On Wed, 18 Dec 2024 at 01:36:40 +0100, Andreas Beckmann wrote:
> retitle 1090386 libunwind8: can this be made Multi-Arch: same?
The package is already Multi-Arch: same - that isn't the problem. The
problem is that Multi-Arch: same packages are constrained to be the same
version number, so if a new version of the package successfully builds
on amd64 but fails to build on i386, it is not possible to install the
new version for amd64 and the old version for i386 at the same time.
smcv