FS#40047 - [wxpython] Missing dependency: libsm

Attached to Project: Arch Linux
Opened by Dominik Heidler (asdil12) - Tuesday, 22 April 2014, 22:31 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 23 April 2014, 15:47 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Using wxpython 3.0.0.0-2.

Steps to reproduce:
python2
>>> import wx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
from wx._core import *
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
import _core_
ImportError: libSM.so.6: cannot open shared object file: No such file or directory

pacman -Ql wxpython | grep "\.so$" | awk '{print $2}' | while read line ; do ldd $line ; done | grep libSM
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 23 April 2014, 15:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  wxgtk-3.0.0-3
Comment by Dominik Heidler (asdil12) - Wednesday, 23 April 2014, 14:38 GMT
Seems to be actually related to wxgtk:

namcap /var/cache/pacman/pkg/wxgtk-3.0.0-2-x86_64.pkg.tar.xz
wxgtk W: Referenced library 'libwebkitgtk-1.0.so.0' is an uninstalled dependency
wxgtk E: Dependency libsm detected and not included (libraries ['usr/lib/libSM.so.6'] needed in files ['usr/lib/libwx_gtk2u_core-3.0.so.0.0.0'])

Loading...