Arch Linux

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#79776 - [libopenshot] symbol lookup error

Attached to Project: Arch Linux
Opened by Pingplug Feng (pingplug) - Monday, 25 September 2023, 05:13 GMT
Last edited by Antonio Rojas (arojas) - Monday, 25 September 2023, 07:01 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
David Runge (dvzrv)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

can not start openshot after install, got this in the terminal:
```
% openshot-qt
Loaded modules from: /usr/lib/python3.11/site-packages/openshot_qt
INFO sentry: No sentry_sdk module detected (error reporting is disabled)
INFO app: ------------------------------------------------
INFO app: Mon Sep 25 12:57:24 2023
INFO app: Starting new session
ERROR app: OpenShotApp::Import Error
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/openshot_qt/classes/app.py", line 100, in __init__
from classes import settings, project_data, updates, sentry
File "/usr/lib/python3.11/site-packages/openshot_qt/classes/project_data.py", line 48, in <module>
import openshot
File "/usr/lib/python3.11/site-packages/openshot.py", line 12, in <module>
import _openshot
ImportError: /usr/lib/libopenshot.so.25: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202301259once_flagERKNS0_8MetadataE
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/openshot_qt/launch.py", line 196, in main
app = OpenShotApp(argv)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/openshot_qt/classes/app.py", line 100, in __init__
from classes import settings, project_data, updates, sentry
File "/usr/lib/python3.11/site-packages/openshot_qt/classes/project_data.py", line 48, in <module>
import openshot
File "/usr/lib/python3.11/site-packages/openshot.py", line 12, in <module>
import _openshot
ImportError: /usr/lib/libopenshot.so.25: undefined symbol: _ZN6google8protobuf8internal17AssignDescriptorsEPFPKNS1_15DescriptorTableEvEPN4absl12lts_202301259once_flagERKNS0_8MetadataE

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/openshot-qt", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/openshot_qt/launch.py", line 198, in main
app.show_errors()
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'show_errors'
INFO app: OpenShot's session ended
INFO app: Mon Sep 25 12:57:24 2023
INFO app: ================================================
```

I think it is the same bug:  FS#79749 

Additional info:
* package version(s): libopenshot 0.3.2-4, openshot 3.1.1-1

Steps to reproduce:
install openshot and run openshot-qt in the terminal
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 25 September 2023, 07:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  libopenshot 0.3.2-5

Loading...