Bug 1228223 - The systemd-devel-32bit package is missing
Summary: The systemd-devel-32bit package is missing
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Development (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: systemd maintainers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-22 17:31 UTC by Francois Gouget
Modified: 2024-07-22 19:32 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Gouget 2024-07-22 17:31:50 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.