Please remove the obsolete sip4 make dependency.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/kconfig-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kconfig-git |
| Description: | Configuration system |
| Upstream URL: | https://community.kde.org/Frameworks |
| Licenses: | LGPL-3.0-only, LGPL-2.0-only |
| Groups: | kf6-git |
| Conflicts: | kconfig |
| Provides: | kconfig |
| Submitter: | ilpianista |
| Maintainer: | IslandC0der (chaotic-aur) |
| Last Packager: | IslandC0der |
| Votes: | 26 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-01-04 11:36 (UTC) |
| Last Updated: | 2024-03-01 06:39 (UTC) |
Please remove the obsolete sip4 make dependency.
@IslandC0der oops, yeah your right. qt6-declarative not qt6-multimedia, my mistake.
@Rustmilian do you mean qt6-declarative? It builds fine without qt6-multimedia
Doesn't build anymore.
CMake Error at /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:2271 (message):
qt_generate_foreign_qml_types() is only available in Qt 6.
Call Stack (most recent call first):
/usr/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:127 (include)
/usr/lib/cmake/Qt6/Qt6Config.cmake:167 (find_package)
CMakeLists.txt:38 (find_package)
The reason is that now it supports building only on Qt6.
Adding -DQT_MAJOR_VERSION=6 CMake option fixes it.
@dinckelman Please check my comment here :)
If only the extra-cmake-modules-git maintainer would accept my patches...
5.88.0_r879.g605383b-1 (newest at the time of the comment) fails to build with the following error:
error: failed to commit transaction (conflicting files)
kconfig-git: /usr/lib/python2.7/site-packages/PyKF5/__init__.py exists in filesystem (owned by ki18n-git)
kconfig-git: /usr/lib/python3.9/site-packages/PyKF5/__init__.py exists in filesystem (owned by ki18n-git)
It is indeed because of sip4, changing to sip fixes it :)
@desaparecido yeah, it seems like when compiling with python-pyqt5, it generates that "init.py" file, which also happens with other KF5 packages. It does look like an upstream issue, but I'll see if I can make a patch in the meantime. For now, the temporary workaround would be to uninstall python-pyqt5 when compiling, if you don't need it.
Does this also happen for you with other KF5 packages? It might indeed be related to sip4, I'll see if I can reproduce it with sip.
Anyways, thanks for your testing and your time :)
hi, I have python-pyqt5 installed, in fact, I use KF5 and Plasma git version since a while, so is not the first time than I build it, my last build was one or two week ago, and today I take the time and I discover this problem. I can imagine that is in upstream side, last version of sip is from January and support PyQt6 too, so could be the reason, all prepares code to future transition, if I found more information I'll post it. And if somebody have the same issue to confirm,
thanks