fancontrol-gui icon indicating copy to clipboard operation
fancontrol-gui copied to clipboard

Can't build on Fedora 36

Open FarisZR opened this issue 1 year ago • 1 comments

When running Cmake on Fedora 36 It shows this Error:

cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on

CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:26 (message):
  The imported target "Qt5::Core" references the file

     "/usr/lib64/libQt5Core.so.5.15.6"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:44 (_qt5_Core_check_file_exists)
  /usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake:213 (_populate_Core_target_properties)
  /usr/share/ECM/modules/ECMQueryQt.cmake:49 (find_package)
  /usr/share/ECM/kde-modules/KDEInstallDirs5.cmake:237 (include)
  /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:44 (include)

FarisZR avatar Nov 02 '22 18:11 FarisZR