Bug 1741845

Summary: ImportError: /lib64/libQt5WebEngineCore.so.5: undefined symbol: _ZN3re23RE23Arg9parse_intEPKciPv
Product: [Fedora] Fedora Reporter: td452t qe6n4f <td452tqe6n4f>
Component: ankiAssignee: Thomas Drake-Brockman <thomas>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: chkr, hkario, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-30 11:11:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description td452t qe6n4f 2019-08-16 08:55:20 UTC
Description of problem:

'''
$ anki
Traceback (most recent call last):
  File "/usr/bin/anki", line 6, in <module>
    import aqt
  File "/usr/share/anki/aqt/__init__.py", line 14, in <module>
    from aqt.qt import *
  File "/usr/share/anki/aqt/qt.py", line 17, in <module>
    from PyQt5.QtWebEngineWidgets import *
ImportError: /lib64/libQt5WebEngineCore.so.5: undefined symbol: _ZN3re23RE23Arg9parse_intEPKciPv
'''


Version-Release number of selected component (if applicable):
anki.noarch 2.1.14-1.fc29

Comment 1 Alicja Kario 2019-08-16 10:28:40 UTC
seems to be caused by bug 1672014

Comment 2 Christian Krause 2019-10-29 21:46:15 UTC
As Hubert write, that may have been an intermediate problem with some of anki's dependencies (python3-qt5-webengine / re2) some while ago. Please test again with a fully updated system and provide some feedback whether the issue is still present. Thanks!

Comment 3 td452t qe6n4f 2019-10-30 11:11:02 UTC
As requested.
I'm currently up to date with "anki.noarch 2.1.15-1.fc29", "re2.x86_64 20160401-11.fc29" and "python3-qt5-webengine.x86_64 5.11.3-1.fc29".
The issue is not present anymore. I didn't track exactly at which version(s) the issue was resolved, though.
I suppose I should close this (?). Thanks!