Skip to content

Fail to install. #12

@matheusunderline

Description

@matheusunderline

It seems the bug already was reported, but it are persisting yet.

I installed all dependencies needed.


Installation's log

File Content

base:~/.local/share/krunner-sources/krunner-switcher$ chmod +x install.sh
base:~/.local/share/krunner-sources/krunner-switcher$ ./install.sh
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:112 (message):
Your project should require at least CMake 3.16.0 to use FindKF5.cmake
Call Stack (most recent call first):
/usr/share/ECM/find-modules/FindKF5.cmake:30 (ecm_find_package_version_check)
CMakeLists.txt:11 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Installing in the same prefix as Qt, adopting their path scheme.
CMake Deprecation Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:133 (message):
QT_PLUGIN_INSTALL_DIR is deprecated, use KDE_INSTALL_QTPLUGINDIR instead.
Call Stack (most recent call first):
/usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:198 (_define_relative)
/usr/share/ECM/kde-modules/KDEInstallDirs5.cmake:254 (_define_absolute)
/usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
/usr/lib/x86_64-linux-gnu/cmake/KF5Package/KF5PackageMacros.cmake:4 (include)
/usr/lib/x86_64-linux-gnu/cmake/KF5Package/KF5PackageConfig.cmake:85 (include)
/usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
/usr/lib/x86_64-linux-gnu/cmake/KF5Plasma/KF5PlasmaConfig.cmake:53 (find_dependency)
/usr/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
/usr/lib/x86_64-linux-gnu/cmake/KF5Runner/KF5RunnerConfig.cmake:46 (find_dependency)
/usr/share/ECM/find-modules/FindKF5.cmake:52 (find_package)
CMakeLists.txt:11 (find_package)

-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Found KF5Runner: /usr/lib/x86_64-linux-gnu/cmake/KF5Runner/KF5RunnerConfig.cmake (found version "5.92.0")
-- Found Gettext: /usr/bin/msgmerge (found version "0.21")
-- Found KF5I18n: /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.92.0")
-- Found KF5: success (found suitable version "5.92.0", minimum required is "5.42.0") found components: Runner I18n
fatal: not a git repository (or any of the parent directories): .git
-- Looking for GLIBC
-- Looking for GLIBC - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
CMake Warning (dev) at /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:112 (message):
Your project should require at least CMake 3.16.0 to use FindXCB.cmake
Call Stack (most recent call first):
/usr/share/ECM/find-modules/FindXCB.cmake:67 (ecm_find_package_version_check)
src/CMakeLists.txt:5 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Found XCB_XCB: /usr/lib/x86_64-linux-gnu/libxcb.so (found version "")
-- Found XCB_RANDR: /usr/lib/x86_64-linux-gnu/libxcb-randr.so (found version "")
-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so found components: XCB RANDR
-- The following OPTIONAL packages have been found:

  • KF5Package (required version >= 5.92.0)
  • KF5CoreAddons (required version >= 5.92.0)
  • KF5Service (required version >= 5.92.0)

-- The following REQUIRED packages have been found:

  • Qt5X11Extras
  • Qt5 (required version >= 5.15.2)
  • ECM (required version >= 5.83.0)
  • Qt5Gui (required version >= 5.15.2)
  • Qt5Widgets (required version >= 5.15.2)
  • KF5Runner (required version >= 5.42.0)
  • Gettext
  • KF5I18n (required version >= 5.42.0)
  • KF5 (required version >= 5.42.0)
  • Qt5Core
  • XCB, X protocol C-language Binding, https://xcb.freedesktop.org/

-- The following OPTIONAL packages have not been found:

  • PkgConfig

-- Configuring done
-- Generating done
-- Build files have been written to: /home/matheus/.local/share/krunner-sources/krunner-switcher/build
[ 25%] Automatic MOC for target krunner_switcher
[ 25%] Built target krunner_switcher_autogen
[ 50%] Building CXX object src/CMakeFiles/krunner_switcher.dir/krunner_switcher_autogen/mocs_compilation.cpp.o
In file included from /home/matheus/.local/share/krunner-sources/krunner-switcher/build/src/krunner_switcher_autogen/EWIEGA46WW/moc_switcher.cpp:10,
from /home/matheus/.local/share/krunner-sources/krunner-switcher/build/src/krunner_switcher_autogen/mocs_compilation.cpp:2:
/home/matheus/.local/share/krunner-sources/krunner-switcher/build/src/krunner_switcher_autogen/EWIEGA46WW/../../../../src/switcher.h:49:5: error: ‘QMutex’ does not name a type
49 | QMutex m_mutex;
| ^~~~~~
make[2]: *** [src/CMakeFiles/krunner_switcher.dir/build.make:76: src/CMakeFiles/krunner_switcher.dir/krunner_switcher_autogen/mocs_compilation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:369: src/CMakeFiles/krunner_switcher.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
base:~/.local/share/krunner-sources/krunner-switcher$

FailInsSwitRunn.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions