Search Criteria
Package Details: kconfig-git 5.83.0_r837.g0d6cdae-1
Package Actions
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 |
Conflicts: | kconfig |
Provides: | kconfig |
Submitter: | ilpianista |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 26 |
Popularity: | 0.000600 |
First Submitted: | 2014-01-04 11:36 (UTC) |
Last Updated: | 2021-05-30 17:41 (UTC) |
Dependencies (9)
- qt5-base (qt5-base-git, qt5-base-headless)
- clang (clang8, llvm-minimal-git, llvm-git, clang-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- extra-cmake-modules-git (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- python-pyqt5 (python-pyqt5-sip4) (make)
- qt5-tools (qt5-tools-git) (make)
- sip4 (make)
- python-pyqt5 (python-pyqt5-sip4) (optional) – for the Python bindings
Required by (93)
- akonadi-decsync-resource-git (requires kconfig)
- alligator (requires kconfig)
- alligator-git (requires kconfig)
- amor (requires kconfig)
- calamares-git (requires kconfig)
- calindori (requires kconfig)
- calindori-git (requires kconfig)
- cutefish-kwin-plugins-git (requires kconfig)
- daykountdown-git (requires kconfig)
- energetik (requires kconfig)
- fancontrol-gui (requires kconfig)
- fancontrol-gui-git (requires kconfig)
- hotspot (requires kconfig)
- hotspot-git (requires kconfig)
- kactivities-git
- kalk (requires kconfig)
- kalk-git (requires kconfig)
- kamerka (requires kconfig)
- kasts (requires kconfig)
- kasts-git (requires kconfig)
Latest Comments
IslandC0der commented on 2021-11-01 21:23 (UTC)
@dinckelman Please check my comment here :)
If only the
extra-cmake-modules-git
maintainer would accept my patches...DinckelMan commented on 2021-10-26 14:53 (UTC)
5.88.0_r879.g605383b-1 (newest at the time of the comment) fails to build with the following error:
IslandC0der commented on 2021-02-05 20:20 (UTC)
It is indeed because of sip4, changing to sip fixes it :)
IslandC0der commented on 2021-02-03 01:34 (UTC)
@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 :)
desaparecido commented on 2021-02-03 00:57 (UTC)
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
IslandC0der commented on 2021-02-02 20:02 (UTC)
Hi @desaparecido,
When compiling, did you have python-pyqt5 installed?
desaparecido commented on 2021-02-02 13:00 (UTC)
hi, thanks for all yours updates to PKGBUILDS. My system is with [mesa-git] and [testing] repos enabled. Updating my packages I had this error message:
after many test, I replace "sip4" by "sip" package, I rebuilded kcodecs-git (and namcap error message about python libs are dissapeared) and kconfig-git package was built successfully, and is the same for the next package, kcoreaddons-git. I'll test build kf5 to verify. Can you build successfully all KF5 ? or is about my system ?
thanks