Quack,
On 2026-02-22 06:01, Adrian Bunk wrote:
On i386 this returns i686...
That is… unfortunate.
I was looking at my wrapper script in Python and it seems that would do
the trick:
sysconfig.get_config_var('MULTIARCH')
but now I wonder if that's not going to hit the same problem although I
have no way to test.
Would you happen to be able to test it for me please?
Since this is only for a test, you could add a test dependency on
dpkg-dev and then do something like
DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
/usr/lib/${DEB_HOST_MULTIARCH}/wine/wineserver --kill --wait
I would prefer to keep runtime tests reflecting the real situation but
I'm fine adding this as a *temporary* solution to unblock wine in
testing.
Thanks Adrian.
--
Marc Dequènes