On Fri, Feb 20, 2026 at 04:31:32PM +0900, Marc Dequènes (duck) wrote:
> Quack,
>
> On 2026-02-16 17:34, Chris Hofstaedtler wrote:
> > Not the maintainer, but I remember the NEWS said that the binaries
> > have been relocated to support multi-arch installs for wine 10.x.
> >
> > /usr/lib/x86_64-linux-gnu/wine/wineserver appears to exist.
>
> Thanks Chris, I did not realize this was moved.
>
> Now with this I would need to find the triplet. Seems like using `gcc
> -dumpmachine` is the easiest way to find it
On i386 this returns i686...
> and I can make sure gcc is
> installed for the autopkgtest but if you need it in a script like my wine
> launcher then gcc might not be installed. It would be nice to have a
> wrapper/symlink/alternative for the native arch.
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
> \_o<
cu
Adrian