Bug 444857 - QtCoremod.sip:23: syntax error
Summary: QtCoremod.sip:23: syntax error
Status: RESOLVED UPSTREAM
Alias: None
Product: frameworks-ki18n
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Chusslove Illich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-02 21:26 UTC by Bernhard Landauer
Modified: 2021-11-02 21:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
build log (6.06 KB, text/x-log)
2021-11-02 21:26 UTC, Bernhard Landauer
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ...