Bug 444857

Summary: QtCoremod.sip:23: syntax error
Product: [Frameworks and Libraries] frameworks-ki18n Reporter: Bernhard Landauer <bernhard>
Component: generalAssignee: Chusslove Illich <caslav.ilic>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kdelibs-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: build log

Description Bernhard Landauer 2021-11-02 21:26:14 UTC
Created attachment 143151 [details]
build log

Latest commit of ki18n aswell as of the following frameworks packages fail to build on Manjaro's kde-unstable branch:
kconfig, kcompletion, kguiaddons, kdbusaddons, kitemviews, kjobwidgets, kitemmodels
Following error is shown:
```
sip: /usr/lib/python3.9/site-packages/PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error
```
Neither sip4 nor python packages have recently changed on manjaro. In fact it appears the only relevant difference in packages is qt5-base itself... ?
Build log for ki18n is attached.
Comment 1 Antonio Rojas 2021-11-02 21:39:06 UTC
That file comes from PyQt5
Comment 2 Bernhard Landauer 2021-11-02 21:57:14 UTC
Hm. so apparently newest pyqt5 5.15.6 is incompatible with sip 4 ... That's a problem.
Comment 3 Bernhard Landauer 2021-11-02 21:59:03 UTC
problem being that kde doesn't support latest sip 6 ...