Package Details: kconfig-git 6.0.0_r1291.gdba356d6-1

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: 28
Popularity: 0.173317
First Submitted: 2014-01-04 11:36 (UTC)
Last Updated: 2024-03-01 06:39 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-08-05 22:26 (UTC)

Please remove the obsolete sip4 make dependency.

Rustmilian commented on 2023-03-13 04:53 (UTC) (edited on 2023-03-13 04:53 (UTC) by Rustmilian)

@IslandC0der oops, yeah your right. qt6-declarative not qt6-multimedia, my mistake.

IslandC0der commented on 2023-03-13 03:17 (UTC)

@Rustmilian do you mean qt6-declarative? It builds fine without qt6-multimedia

davispuh commented on 2023-02-05 04:02 (UTC)

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.

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:


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)

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