[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Nuisance message from 'wine'
From: |
Greg Chicares |
Subject: |
[lmi] Nuisance message from 'wine' |
Date: |
Sun, 5 Jun 2022 22:28:33 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
In a chroot built from scratch just now...
/opt/lmi/bin[0]$echo $SCHROOT_CHROOT_NAME
lmi_bookworm_5
...with an msw x86-64 binary...
/opt/lmi/bin[0]$file ./lmi_wx_shared.exe
./lmi_wx_shared.exe: PE32+ executable (GUI) x86-64, for MS Windows
...this command tells me that wine32 is missing, although
the command works just fine (I can see and interact as
expected with the msw GUI):
/opt/lmi/bin[0]$wine ./lmi_wx_shared.exe --ash_nazg --data_path=/opt/lmi/data
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
Yes, that's deliberate: the chroot-creating scripts have been
modified to remove multi-arch, to produce a 64-bit-only chroot.
Here's a similar report from someone who's trying to do the
same thing:
https://discourse.ubuntu.com/t/results-of-testing-3rd-party-applications-on-64-bit-only-eoan-19-10/11353
This seems to be nothing more than a nuisance. When I find
the time, I'll try installing debian's 'wine64' package
instead of the 'wine' package.
- [lmi] Nuisance message from 'wine',
Greg Chicares <=