Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#55855 - [openshot] needs llvm39-libs as dependency

Attached to Project: Community Packages
Opened by Eric Fontaine (ericfont) - Tuesday, 03 October 2017, 23:06 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 06 October 2017, 02:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In order to successfully run this program, I had to install llvm39-libs, which was apparently not a dependency in the package. Without it I would get:

[e@V12 ~]$ openshot-qt
Loaded modules from installed directory: /usr/lib/python3.6/site-packages/openshot_qt
logger:ERROR Traceback (most recent call last):
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot.py", line 14, in swig_import_helper
logger:ERROR return importlib.import_module(mname)
logger:ERROR File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
logger:ERROR return _bootstrap._gcd_import(name[level:], package, level)
logger:ERROR File "<frozen importlib._bootstrap>", line 978, in _gcd_import
logger:ERROR File "<frozen importlib._bootstrap>", line 961, in _find_and_load
logger:ERROR File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
logger:ERROR File "<frozen importlib._bootstrap>", line 648, in _load_unlocked
logger:ERROR File "<frozen importlib._bootstrap>", line 560, in module_from_spec
logger:ERROR File "<frozen importlib._bootstrap_external>", line 922, in create_module
logger:ERROR File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
logger:ERROR ImportError
logger:ERROR :
logger:ERROR libLLVM-3.9.so: cannot open shared object file: No such file or directory
logger:ERROR
logger:ERROR During handling of the above exception, another exception occurred:
logger:ERROR Traceback (most recent call last):
logger:ERROR File "/usr/bin/openshot-qt", line 11, in <module>
logger:ERROR load_entry_point('openshot-qt==2.4.0', 'gui_scripts', 'openshot-qt')()
logger:ERROR File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point
logger:ERROR return get_distribution(dist).load_entry_point(group, name)
logger:ERROR File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point
logger:ERROR return ep.load()
logger:ERROR File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load
logger:ERROR return self.resolve()
logger:ERROR File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolve
logger:ERROR module = __import__(self.module_name, fromlist=['__name__'], level=0)
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot_qt/launch.py", line 53, in <module>
logger:ERROR from classes.app import OpenShotApp
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot_qt/classes/app.py", line 41, in <module>
logger:ERROR from classes import info, settings, project_data, updates, language, ui_util, logger_libopenshot
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot_qt/classes/logger_libopenshot.py", line 31, in <module>
logger:ERROR import openshot
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot.py", line 17, in <module>
logger:ERROR _openshot = swig_import_helper()
logger:ERROR File "/usr/lib/python3.6/site-packages/openshot.py", line 16, in swig_import_helper
logger:ERROR return importlib.import_module('_openshot')
logger:ERROR File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
logger:ERROR return _bootstrap._gcd_import(name[level:], package, level)
logger:ERROR ImportError
logger:ERROR :
logger:ERROR libLLVM-3.9.so: cannot open shared object file: No such file or directory

Additional info:
* package versions 2.4.0-1

I only experience this on x86-64, but I presume also happens on i686 and maybe even arm.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 06 October 2017, 02:28 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Tuesday, 03 October 2017, 23:37 GMT
There's very little chance that this is trying to use libLLVM-3.9 directly. Make sure your entire system is up to date and check all foreign packages as well as anything you've installed outside of pacman.

Loading...