Page MenuHome GnuPG

(An Untitled Masterwork)
ActivePublic

Authored by aheinecke on Jul 4 2024, 10:55 AM.
( set -e; pkg="/home/aheinecke/dev/qt6/src/gpg4win/packages/kconfig-6.3.0.tar.xz"; pkg_version="kconfig-6.3.0"; pkgsdir="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/build/${pkg_version}"; pkgbdir="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/build/${pkg_version}-tools-build"; pkgpdir="/home/aheinecke/dev/qt6/src/gpg4win/src/../patches/${pkg_version}"; pkgpbdir="/home/aheinecke/dev/qt6/src/gpg4win/src/../patches/kconfig"; pkgidir="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/pkgs/${pkg_version}"; pkgidir_dev="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/pkgs/${pkg_version_dev}"; pkgcfg="-DKCONFIG_USE_DBUS=OFF -DKCONFIG_USE_QML=OFF"; pkgextracflags=""; pkgmkargs=""; pkgmkargs_inst=""; pkgmkdir=""; pkgmkdir_inst=""; export PKG_CONFIG_PATH="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/lib/pkgconfig"; export PKG_CONFIG_LIBDIR=""; export PATH="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/bin:/home/aheinecke/bin:/home/aheinecke/dev/qt6/bin:/opt/gnupg/bin:/usr/local/bin:/home/aheinecke/kde/src/kdesrc-build:/home/aheinecke/kde/src/kdesrc-build:/opt/gnupg/bin:/home/aheinecke/bin:/home/aheinecke/arbeit/go/go/bin:/home/aheinecke/go/bin:/home/aheinecke/bin:/home/aheinecke/Android/Sdk/tools/:/home/aheinecke/Android/Sdk/platform-tools/:/home/aheinecke/.cargo/bin:/home/aheinecke/bin:/usr/local/bin:/usr/bin:/bin:/snap/bin"; export SYSROOT="/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools"; mkdir "${pkgbdir}"; cd "${pkgbdir}"; cmake -DCMAKE_INSTALL_PREFIX="${pkgidir}" -DCMAKE_PREFIX_PATH="${pkgidir}" -DQT_MAJOR_VERSION="6" -DKDE_INSTALL_DATADIR="${pkgidir}/share" -DBUILD_TESTING=False ${pkgcfg} ${pkgextracflags} "../${pkg_version}${pkg_conf_subdir}") && touch /home/aheinecke/dev/qt6/src/gpg4win/src/stamps/stamp-kconfig-tools-02-configure
mkdir: cannot create directory ‘/home/aheinecke/dev/qt6/src/gpg4win/src/playground/build/kconfig-6.3.0-tools-build’: File exists
--
Installing in /home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/pkgs/kconfig-6.3.0. Run /home/aheinecke/dev/qt6/src/gpg4win/src/playground/build/kconfig-6.3.0-tools-build/prefix.sh to set the environment for KConfig.
-- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
CMake Warning at /home/aheinecke/dev/qt6/share/ECM/modules/ECMQmlModule6.cmake:9 (find_package):
Found package configuration file:
/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/lib/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:
Failed to find required Qt component "Qml".
Expected Config file at
"/home/aheinecke/dev/qt6/src/gpg4win/src/playground/install-tools/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake"
does NOT exist
Configuring with --debug-find-pkg=Qt6Qml might reveal details why the
package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
of the path variables that find_package uses to try and find the package.
Call Stack (most recent call first):
/home/aheinecke/dev/qt6/share/ECM/modules/ECMQmlModule.cmake:181 (include)
CMakeLists.txt:26 (include)
CMake Warning at /home/aheinecke/dev/qt6/share/ECM/modules/ECMQmlModule6.cmake:13 (message):
Target Qt6::Qml was not found. ECMQmlModule requires the QML module when
building with Qt 6
Call Stack (most recent call first):
/home/aheinecke/dev/qt6/share/ECM/modules/ECMQmlModule.cmake:181 (include)
CMakeLists.txt:26 (include)
CMake Error at /home/aheinecke/dev/qt6/share/ECM/modules/ECMQmlModule.cmake:183 (message):
Failed setting up ECMQmlModule
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
-- Configuring incomplete, errors occurred!