Bug 395218

Summary: Can't install due to CMake error with Qt5
Product: [Unmaintained] lattedock Reporter: Nick DV <noodles524>
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED NOT A BUG    
Severity: crash    
Priority: NOR    
Version First Reported In: git (master)   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nick DV 2018-06-10 16:36:08 UTC
Tried to install the software, cloning directly from git. When running install.sh, the following error is returned:

CMake Error at CMakeLists.txt:20 (find_package):
  Could not find a configuration file for package "Qt5" that is compatible
  with requested version "5.9.0".

  The following configuration files were considered but not accepted:

    /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake, version: 5.7.1


Tried reinstalling CMake, to no effect. Reinstalled qt5-default, also no effect. Added CMake-extra-modules, no effect.
Comment 1 Michail Vourlakos 2018-06-10 18:39:19 UTC
Latte in master requires qt>=5.9 but cmake finds qt 5.7.1 in your system