Missing libunwind runtime dependency
Task Info (Flyspray) | |
---|---|
Opened By | Krzysztof Bogacki (Saancreed) |
Task ID | 77413 |
Type | Bug Report |
Project | Community Packages |
Category | Packages: Multilib |
Version | None |
OS | All |
Opened | 2023-02-06 21:02:32 UTC |
Status | Assigned |
Assignee | Felix Yan (felixonmars) |
Details
Description:
Wine cannot run even the simplest programs unless libunwind, which is not in wine's depends (not even transitively), is installed manually by the user.
Additional info:
- package version: wine=8.1-1
Steps to reproduce (in a clean chroot/container):
pacman -S wine mingw-w64-gcc
$ echo 'int main() { return 0; }' > ./true.c $ x86_64-w64-mingw32-gcc -o ./true.exe ./true.c $ wine ./true.exe wine: could not load ntdll.so: libunwind.so.8: cannot open shared object file: No such file or directory 0024:err:environ:run_wineboot failed to start wineboot c00000e5 wine: could not load kernel32.dll, status c0000135