Bugzilla – Bug 1228223
The systemd-devel-32bit package is missing
Last modified: 2024-07-22 19:32:42 UTC
The systemd-devel-32bit package is missing on openSUSE Leap 15.6: # zypper install systemd-devel-32bit Loading repository data... Reading installed packages... Package 'systemd-devel-32bit' not found. Resolving package dependencies... Nothing to do. More specifically Wine uses the libudev library to provide plug and play support to 32-bit Windows applications: https://gitlab.winehq.org/wine/wine/-/blob/master/configure.ac?ref_type=heads#L1684 The libudev.so library used to be provided by the libudev-devel* package but nowadays its 64-bit version is provided by the systemd-devel package. Unfortunately there is no corresponding 32-bit package hence this issue.