FS#32232 - Wine needs lib32-libsm and lib32-gcc-libs

Attached to Project: Community Packages
Opened by Lauri Kenttä (LK) - Friday, 26 October 2012, 18:47 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 29 October 2012, 03:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Florian Pritz (bluewind)
Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Wine (1.5.15) requires libsm, lib32-libsm and lib32-gcc-libs to work, but these are not listed as dependencies. The same probably applies to i686 version as well.

Without lib32-libsm:

err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
Application tried to create a window, but no driver could be loaded.

Without lib32-gcc-libs:

libgcc_s.so.1 must be installed for pthread_cancel to work
wine client error:1e: write: Bad file descriptor

Steps to reproduce: Install Wine. Remove the mentioned libraries. Run 32-bit Wine.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 29 October 2012, 03:11 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Monday, 29 October 2012, 03:11 GMT
wine-1.5.16 already depends on libsm and lib32-libsm. gcc-libs and lib32-gcc-libs will be added as explicit deps in next wine update. I'm not pushing a new wine package for this as pretty much everyone will have lib32-gcc-libs installed anyhow at this point.

Loading...