Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting build error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion #67

Closed
Coderx7 opened this issue May 11, 2022 · 11 comments

Comments

@Coderx7
Copy link

Coderx7 commented May 11, 2022

Hi, thanks a lot really appreciate your good work here.
I tried building this in ubuntu 20.04 but failed with the following errors:
could you kindly give me a helping hand in solving this?
Thanks a lot in advance

(base) hossein@hossein-pc:~/fancontrol-gui/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on -DKDE_INSTALL_USE_QT_SYS_PATHS=true
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.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
-- Setting build type to 'Debug' as none was specified.
-- 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
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5I18n)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  CMakeLists.txt:55 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5I18n: /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.68.0") 
-- Found KF5: success (found version "5.68.0") found components: I18n 
-- Found QtQuick-QMLModule: TRUE (found version "")  
-- qmlplugindump failed for QtQuick.Controls.
-- Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND) 
-- Found QtQuick.Layouts-QMLModule: TRUE (found version "")  
-- Found QtQuick.Dialogs-QMLModule: TRUE (found version "")  
-- qmlplugindump failed for org.kde.kirigami.
-- Could NOT find org.kde.kirigami-QMLModule (missing: org.kde.kirigami-QMLModule_FOUND) 
-- Compiling for Systemd
-- Build the standalone application
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5CoreAddons) does not match the name of the calling package (KF5).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5CoreAddons: /usr/lib/x86_64-linux-gnu/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5DBusAddons) does not match the name of the calling package (KF5).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5DBusAddons: /usr/lib/x86_64-linux-gnu/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5Package)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Package: /usr/lib/x86_64-linux-gnu/cmake/KF5Package/KF5PackageConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5Declarative) does not match the name of the calling package (KF5).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Declarative: /usr/lib/x86_64-linux-gnu/cmake/KF5Declarative/KF5DeclarativeConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5Config)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Config: /usr/lib/x86_64-linux-gnu/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5Notifications) does not match the name of the calling package (KF5).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  fancontrol-gui/CMakeLists.txt:15 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Notifications: /usr/lib/x86_64-linux-gnu/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.68.0") 
-- Found KF5: success (found version "5.68.0") found components: CoreAddons DBusAddons Package Declarative Config Notifications 
-- Build the KCM
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5CoreAddons) does not match the name of the calling package (KF5).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  kcm/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5Package)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  kcm/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5Declarative) does not match the name of the calling package (KF5).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  kcm/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (KF5KCMUtils) does not match the name of the calling package (KF5).  This
  can lead to problems in calling code that expects `find_package` result
  variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  kcm/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5KCMUtils: /usr/lib/x86_64-linux-gnu/cmake/KF5KCMUtils/KF5KCMUtilsConfig.cmake (found version "5.68.0") 
-- Found KF5: success (found version "5.68.0") found components: CoreAddons Package Declarative KCMUtils 
-- qmlplugindump failed for org.kde.kcm.
-- Could NOT find org.kde.kcm-QMLModule (missing: org.kde.kcm-QMLModule_FOUND) 
-- Build the plasmoid
-- qmlplugindump failed for org.kde.plasma.core.
-- Could NOT find org.kde.plasma.core-QMLModule (missing: org.kde.plasma.core-QMLModule_FOUND) 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5Auth)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  import/CMakeLists.txt:46 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Auth: /usr/lib/x86_64-linux-gnu/cmake/KF5Auth/KF5AuthConfig.cmake (found version "5.68.0") 
CMake Warning (dev) at /usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (KF5Config)
  does not match the name of the calling package (KF5).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:78 (find_package_handle_standard_args)
  import/CMakeLists.txt:46 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5: success (found version "5.68.0") found components: Auth Config 
-- The following RUNTIME packages have been found:

 * QtQuick-QMLModule, QML module 'QtQuick' is a runtime dependency.
 * QtQuick.Layouts-QMLModule, QML module 'QtQuick.Layouts' is a runtime dependency.
 * QtQuick.Dialogs-QMLModule, QML module 'QtQuick.Dialogs' is a runtime dependency.

-- The following OPTIONAL packages have been found:

 * KF5Codecs (required version >= 5.68.0)
 * KF5WidgetsAddons (required version >= 5.68.0)
 * KF5ConfigWidgets (required version >= 5.68.0)

-- The following REQUIRED packages have been found:

 * Gettext
 * KF5I18n
 * KF5DBusAddons
 * KF5Notifications
 * KF5Declarative
 * KF5KCMUtils
 * Qt5Gui (required version >= 5.12.0)
 * KF5Package (required version >= 5.68.0)
 * KF5Service (required version >= 5.68.0)
 * Qt5Widgets (required version >= 5.12.0)
 * KF5WindowSystem (required version >= 5.68.0)
 * ECM (required version >= 1.6.0)
 * KF5Plasma
 * Qt5DBus
 * Qt5Network (required version >= 5.12.8)
 * Qt5Qml
 * Qt5Core (required version >= 5.12.0)
 * KF5CoreAddons (required version >= 5.68.0)
 * KF5Auth
 * KF5Config
 * KF5
 * Qt5Test
 * Qt5

-- The following RUNTIME packages have not been found:

 * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.
 * org.kde.kirigami-QMLModule, QML module 'org.kde.kirigami' is a runtime dependency.
 * org.kde.kcm-QMLModule, QML module 'org.kde.kcm' is a runtime dependency.
 * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.

-- Configuring done
CMake Warning at fancontrol-gui/CMakeLists.txt:20 (add_executable):
  Cannot generate a safe runtime search path for target fancontrol_gui
  because files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Quick.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Xml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.


CMake Warning at kcm/CMakeLists.txt:10 (add_library):
  Cannot generate a safe runtime search path for target kcm_fancontrol
  because files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Quick.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Gui.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Xml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.


CMake Warning at import/CMakeLists.txt:50 (add_library):
  Cannot generate a safe runtime search path for target fancontrol_qml_plugin
  because files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.


CMake Warning at import/tests/CMakeLists.txt:20 (add_library):
  Cannot generate a safe runtime search path for target fancontrol_test_lib
  because files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.


CMake Warning at /usr/share/ECM/modules/ECMAddTests.cmake:110 (add_executable):
  Cannot generate a safe runtime search path for target temptest because
  files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  import/tests/CMakeLists.txt:31 (ecm_add_test)


CMake Warning at /usr/share/ECM/modules/ECMAddTests.cmake:110 (add_executable):
  Cannot generate a safe runtime search path for target fantest because files
  in some directories may conflict with libraries in implicit directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  import/tests/CMakeLists.txt:36 (ecm_add_test)


CMake Warning at /usr/share/ECM/modules/ECMAddTests.cmake:110 (add_executable):
  Cannot generate a safe runtime search path for target pwmfantest because
  files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  import/tests/CMakeLists.txt:41 (ecm_add_test)


CMake Warning at /usr/share/ECM/modules/ECMAddTests.cmake:110 (add_executable):
  Cannot generate a safe runtime search path for target loadertest because
  files in some directories may conflict with libraries in implicit
  directories:

    runtime library [libQt5Qml.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5Network.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib
    runtime library [libQt5DBus.so.5] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
      /home/hossein/anaconda3/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  import/tests/CMakeLists.txt:46 (ecm_add_test)


-- Generating done
-- Build files have been written to: /home/hossein/fancontrol-gui/build
(base) hossein@hossein-pc:~/fancontrol-gui/build$ make -j
[  1%] Automatic MOC for target fancontrol_gui-helper
[  2%] Generating ts...
[  4%] Generating org.kde.fancontrol.gui.helper.policy
[  5%] Generating mo...
[  7%] Automatic MOC for target fancontrol_gui
[  8%] actions for org.kde.fancontrol.gui.helper
[  8%] Built target tsfiles-7b4882e3d85b9938ba2dc80fdb360ad6
[ 10%] Generating org.kde.fancontrol.kcm-kcms-metadata.json
[ 11%] Generating org.kde.fancontrol.gui-genericqml-metadata.json
[ 12%] Generating kcm_fancontrol.json
[ 14%] Generating org.kde.fancontrol.plasmoid-plasmoids-metadata.json
About to parse service type file "/usr/share/kservicetypes5/kcmodule.desktop"
About to parse service type file "/usr/share/kservicetypes5/plasma-generic.desktop"
Found property definition "X-KDE-FactoryName" with type "QString"
[ 14%] Built target org.kde.fancontrol.gui.helper.policy-customtarget
Found property definition "X-KDE-ParentComponents" with type "QStringList"
Found property definition "X-KDE-CfgDlgHierarchy" with type "QString"
Found property definition "X-KDE-System-Settings-Parent-Category" with type "QString"
Found property definition "X-KDE-KInfoCenter-Category" with type "QString"
Found property definition "X-KDE-Weight" with type "int"
Found property definition "X-KDE-PluginKeyword" with type "QString"
Found property definition "X-KDE-OnlyShowOnQtPlatforms" with type "QStringList"
Unknown property type for key "X-KDE-ParentApp" -> falling back to string
Generated  "/home/hossein/fancontrol-gui/build/kcm/kcm_fancontrol.json"
Unknown property type for key "Keywords" -> falling back to string
Unknown property type for key "X-Plasma-API" -> falling back to string
Unknown property type for key "X-Plasma-MainScript" -> falling back to string
Generated  "/home/hossein/fancontrol-gui/build/fancontrol-gui/org.kde.fancontrol.gui-genericqml-metadata.json"
About to parse service type file "/usr/share/kservicetypes5/plasma-generic.desktop"
Unknown property type for key "Keywords" -> falling back to string
Unknown property type for key "X-Plasma-API" -> falling back to string
Unknown property type for key "X-Plasma-MainScript" -> falling back to string
Generated  "/home/hossein/fancontrol-gui/build/kcm/org.kde.fancontrol.kcm-kcms-metadata.json"
[ 15%] Automatic MOC for target fancontrol_qml_plugin
[ 17%] Automatic MOC for target kcm_fancontrol
About to parse service type file "/usr/share/kservicetypes5/plasma-applet.desktop"
[ 17%] Built target org.kde.fancontrol.kcm-kcms-metadata-json
Found property definition "X-Plasma-API" with type "QString"
Found property definition "X-Plasma-RootPath" with type "QString"
Found property definition "X-Plasma-MainScript" with type "QString"
Found property definition "X-Plasma-ContainmentType" with type "QString"
Found property definition "X-Plasma-DropMimeTypes" with type "QStringList"
Found property definition "X-Plasma-DropUrlPatterns" with type "QStringList"
Found property definition "X-Plasma-NotificationArea" with type "QString"
Found property definition "X-Plasma-NotificationAreaCategory" with type "QString"
Found property definition "X-Plasma-DBusActivationService" with type "QString"
Found property definition "X-KDE-ParentApp" with type "QString"
Found property definition "X-Plasma-Provides" with type "QStringList"
Found property definition "X-Plasma-PreloadWeight" with type "int"
Found property definition "X-Plasma-ConfigPlugins" with type "QStringList"
Found property definition "X-Plasma-StandAloneApp" with type "bool"
Found property definition "X-Plasma-RequiredExtensions" with type "QStringList"
Found property definition "NoDisplay" with type "bool"
Generated  "/home/hossein/fancontrol-gui/build/plasmoid/org.kde.fancontrol.plasmoid-plasmoids-metadata.json"
...
[ 45%] Building CXX object import/CMakeFiles/fancontrol_qml_plugin.dir/src/fancontrolqmlextension.cpp.o
[ 47%] Building CXX object import/CMakeFiles/fancontrol_qml_plugin.dir/src/systemdcommunicator.cpp.o
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/pwmfan.cpp:35:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/loader.cpp:35:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/systemdcommunicator.cpp:33:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
[ 47%] Built target fancontrol_test_lib_autogen
...
[ 70%] Building CXX object import/tests/CMakeFiles/fancontrol_test_lib.dir/testpwmfan.cpp.o
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/pwmfan.cpp:35:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/loader.cpp:35:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/QDataStream:1,
                 from /usr/include/KF5/KAuth/kauthactionreply.h:27,
                 from /usr/include/KF5/KAuth/kauthexecutejob.h:28,
                 from /usr/include/KF5/KAuth/KAuthExecuteJob:1,
                 from /home/hossein/fancontrol-gui/import/src/systemdcommunicator.cpp:33:
/home/hossein/anaconda3/include/qt/QtCore/qdatastream.h:100:2: error: #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
  100 | #error Add the datastream version for this Qt version and update Qt_DefaultCompiledVersion
      |  ^~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/qstring.h:49,
                 from /home/hossein/anaconda3/include/qt/QtCore/QString:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:31,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/UVLADIE3JM/../../../../import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/UVLADIE3JM/moc_config.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/mocs_compilation.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:43: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                           ^~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:68: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                                                    ^~~~~~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/qstring.h:49,
                 from /home/hossein/anaconda3/include/qt/QtCore/QString:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:31,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/import/src/config.cpp:23:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:43: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                           ^~~~~~~~~
...
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:100:41: note: previous declaration ‘uint qHash(const QStringRef&, uint)’
  100 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(const QStringRef &key, uint seed = 0) Q_DECL_NOTHROW;
      |                                         ^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:47: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                               ^~~~~~~~~~~
      |                                               QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:69: error: expected primary-expression before ‘seed’
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:49: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                 ^~~~~~~~~~~
      |                                                 QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:71: error: expected primary-expression before ‘chained’
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                       ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:82: error: expression list treated as compound expression in initializer [-fpermissive]
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                                  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:1097,
                 from /home/hossein/anaconda3/include/qt/QtCore/qvariant.h:45,
                 from /home/hossein/anaconda3/include/qt/QtCore/QVariant:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:32,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/import/src/config.cpp:23:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:124:26: error: ‘QStringView’ has not been declared
  124 |     inline bool contains(QStringView str, Qt::CaseSensitivity cs = Qt::CaseSensitive) const;
      |                          ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:170:70: error: ‘QStringView’ has not been declared
  170 |     bool Q_CORE_EXPORT QStringList_contains(const QStringList *that, QStringView str, Qt::CaseSensitivity cs);
      |                                                                      ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:13: error: ‘bool QStringList::contains’ is not a static data member of ‘class QStringList’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |             ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:35: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringList’?
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                   ^~~~~~~~~~~
      |                                   QStringList
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:72: error: expected primary-expression before ‘cs’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                        ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:74: error: expression list treated as compound expression in initializer [-fpermissive]
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                          ^
In file included from /home/hossein/anaconda3/include/qt/QtCore/qstring.h:49,
                 from /home/hossein/anaconda3/include/qt/QtCore/QString:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:31,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/../../../../../import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/moc_config.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:43: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                           ^~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:68: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                                                    ^~~~~~~~~
In file included from /home/hossein/anaconda3/include/qt/QtCore/qstring.h:49,
                 from /home/hossein/anaconda3/include/qt/QtCore/QString:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:31,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/import/src/config.cpp:23:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:43: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                           ^~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h:102:68: error: ‘qsizetype’ has not been declared
  102 | Q_CORE_EXPORT int qstrnicmp(const char *, qsizetype, const char *, qsizetype = -1);
      |                                                                    ^~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
                 from /home/hossein/anaconda3/include/qt/QtCore/qvariant.h:45,
                 from /home/hossein/anaconda3/include/qt/QtCore/QVariant:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:32,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/../../../../../import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/moc_config.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:47: error: ‘uint qHash’ redeclared as different kind of entity
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                               ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:100:41: note: previous declaration ‘uint qHash(const QStringRef&, uint)’
  100 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(const QStringRef &key, uint seed = 0) Q_DECL_NOTHROW;
      |                                         ^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:47: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                               ^~~~~~~~~~~
      |                                               QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:69: error: expected primary-expression before ‘seed’
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:49: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                 ^~~~~~~~~~~
      |                                                 QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:71: error: expected primary-expression before ‘chained’
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                       ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:82: error: expression list treated as compound expression in initializer [-fpermissive]
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                                  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:1097,
                 from /home/hossein/anaconda3/include/qt/QtCore/qvariant.h:45,
                 from /home/hossein/anaconda3/include/qt/QtCore/QVariant:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:32,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/../../../../../import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/moc_config.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:124:26: error: ‘QStringView’ has not been declared
  124 |     inline bool contains(QStringView str, Qt::CaseSensitivity cs = Qt::CaseSensitive) const;
      |                          ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:170:70: error: ‘QStringView’ has not been declared
  170 |     bool Q_CORE_EXPORT QStringList_contains(const QStringList *that, QStringView str, Qt::CaseSensitivity cs);
      |                                                                      ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:13: error: ‘bool QStringList::contains’ is not a static data member of ‘class QStringList’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |             ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:35: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringList’?
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                   ^~~~~~~~~~~
      |                                   QStringList
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:72: error: expected primary-expression before ‘cs’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                        ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:74: error: expression list treated as compound expression in initializer [-fpermissive]
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:47,
                 from /home/hossein/anaconda3/include/qt/QtCore/qvariant.h:45,
                 from /home/hossein/anaconda3/include/qt/QtCore/QVariant:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:32,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/import/src/config.cpp:23:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:47: error: ‘uint qHash’ redeclared as different kind of entity
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                               ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:100:41: note: previous declaration ‘uint qHash(const QStringRef&, uint)’
  100 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(const QStringRef &key, uint seed = 0) Q_DECL_NOTHROW;
      |                                         ^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:47: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                               ^~~~~~~~~~~
      |                                               QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:102:69: error: expected primary-expression before ‘seed’
  102 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qHash(QStringView key, uint seed = 0) Q_DECL_NOTHROW;
      |                                                                     ^~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:49: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringRef’?
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                 ^~~~~~~~~~~
      |                                                 QStringRef
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:71: error: expected primary-expression before ‘chained’
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                       ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h:105:82: error: expression list treated as compound expression in initializer [-fpermissive]
  105 | Q_CORE_EXPORT Q_DECL_PURE_FUNCTION uint qt_hash(QStringView key, uint chained = 0) Q_DECL_NOTHROW;
      |                                                                                  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:1097,
                 from /home/hossein/anaconda3/include/qt/QtCore/qvariant.h:45,
                 from /home/hossein/anaconda3/include/qt/QtCore/QVariant:1,
                 from /usr/include/KF5/KConfigCore/kconfig.h:32,
                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,
                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,
                 from /usr/include/KF5/KConfigCore/KCoreConfigSkeleton:1,
                 from /home/hossein/fancontrol-gui/import/src/config.h:26,
                 from /home/hossein/fancontrol-gui/import/src/config.cpp:23:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:124:26: error: ‘QStringView’ has not been declared
  124 |     inline bool contains(QStringView str, Qt::CaseSensitivity cs = Qt::CaseSensitive) const;
      |                          ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:170:70: error: ‘QStringView’ has not been declared
  170 |     bool Q_CORE_EXPORT QStringList_contains(const QStringList *that, QStringView str, Qt::CaseSensitivity cs);
      |                                                                      ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:13: error: ‘bool QStringList::contains’ is not a static data member of ‘class QStringList’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |             ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:35: error: ‘QStringView’ was not declared in this scope; did you mean ‘QStringList’?
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                   ^~~~~~~~~~~
      |                                   QStringList
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:72: error: expected primary-expression before ‘cs’
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                        ^~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h:234:74: error: expression list treated as compound expression in initializer [-fpermissive]
  234 | inline bool QStringList::contains(QStringView str, Qt::CaseSensitivity cs) const
      |                                                                          ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlistmodel.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QStringListModel:1,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/UVLADIE3JM/../../../../import/src/guibase.h:27,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/UVLADIE3JM/moc_guibase.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/fancontrol_qml_plugin_autogen/mocs_compilation.cpp:5:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:15: error: ‘QStringView’ has not been declared
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |               ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:37: error: non-member function ‘QVector<unsigned int> toUcs4()’ cannot have cv-qualifier
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                     ^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In function ‘QVector<unsigned int> toUcs4()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:63: error: ‘convertToUcs4’ is not a member of ‘QtPrivate’
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                                               ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:78: error: invalid use of ‘this’ in non-member function
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                                                              ^~~~
make[2]: *** [import/CMakeFiles/fancontrol_qml_plugin.dir/build.make:146: import/CMakeFiles/fancontrol_qml_plugin.dir/src/pwmfan.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [import/CMakeFiles/fancontrol_qml_plugin.dir/build.make:188: import/CMakeFiles/fancontrol_qml_plugin.dir/src/config.cpp.o] Error 1
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlistmodel.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QStringListModel:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/../../../../../import/src/guibase.h:27,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/FT7UCZN3PW/moc_guibase.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:5:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:15: error: ‘QStringView’ has not been declared
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |               ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:37: error: non-member function ‘QVector<unsigned int> toUcs4()’ cannot have cv-qualifier
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                     ^~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h: In function ‘QVector<unsigned int> toUcs4()’:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:63: error: ‘convertToUcs4’ is not a member of ‘QtPrivate’
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                                               ^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:1065:78: error: invalid use of ‘this’ in non-member function
 1065 | QVector<uint> QStringView::toUcs4() const { return QtPrivate::convertToUcs4(*this); }
      |                                                                              ^~~~
make[2]: *** [import/tests/CMakeFiles/fancontrol_test_lib.dir/build.make:146: import/tests/CMakeFiles/fancontrol_test_lib.dir/__/src/pwmfan.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QTextStream:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/EWIEGA46WW/../../../../../import/tests/testfan.h:28,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/EWIEGA46WW/moc_testfan.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h: At global scope:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:974:19: error: ‘QStringView’ has not been declared
  974 |     short toShort(QStringView s, bool *ok = nullptr) const;
 
      |                   ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:981:21: error: ‘QStringView’ has not been declared
  981 |     double toDouble(QStringView s, bool *ok = nullptr) const;
      |                     ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:997:41: error: ‘QStringView’ has not been declared
  997 |     QString toString(const QDate &date, QStringView formatStr) const;
      |                                         ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:998:41: error: ‘QStringView’ has not been declared
  998 |     QString toString(const QTime &time, QStringView formatStr) const;
      |                                         ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:999:49: error: ‘QStringView’ has not been declared
  999 |     QString toString(const QDateTime &dateTime, QStringView format) const;
      |                                                 ^~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QTextStream:1,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/EWIEGA46WW/../../../../../import/tests/testfan.h:28,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/EWIEGA46WW/moc_testfan.cpp:9,
                 from /home/hossein/fancontrol-gui/build/import/tests/fancontrol_test_lib_autogen/mocs_compilation.cpp:14:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:187:29: error: declaration of ‘operator<<’ as non-function
  187 |     QTextStream &operator<<(QStringView s);
      |                             ^~~~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:187:26: error: expected ‘;’ at end of member declaration
  187 |     QTextStream &operator<<(QStringView s);
      |                          ^~
      |                            ;
/usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:187:40: error: expected ‘)’ before ‘s’
  187 |     QTextStream &operator<<(QStringView s);
      |                            ~           ^~
      |                                        )
make[2]: *** [import/CMakeFiles/fancontrol_qml_plugin.dir/build.make:244: import/CMakeFiles/fancontrol_qml_plugin.dir/src/systemdcommunicator.cpp.o] Error 1
make[2]: *** [import/CMakeFiles/fancontrol_qml_plugin.dir/build.make:76: import/CMakeFiles/fancontrol_qml_plugin.dir/fancontrol_qml_plugin_autogen/mocs_compilation.cpp.o] Error 1
In file included from /usr/include/x86_64-linux-gnu/qt5/QtQml/QtQml:5,
                 from /usr/include/KF5/KDeclarative/kquickaddons/configmodule.h:34,
                 from /usr/include/KF5/KDeclarative/KQuickAddons/ConfigModule:1,
                 from /home/hossein/fancontrol-gui/build/kcm/kcm_fancontrol_autogen/UVLADIE3JM/../../../../kcm/src/fancontrolkcm.h:25,
                 from /home/hossein/fancontrol-gui/build/kcm/kcm_fancontrol_autogen/UVLADIE3JM/moc_fancontrolkcm.cpp:9,
                 from /home/hossein/fancontrol-gui/build/kcm/kcm_fancontrol_autogen/mocs_compilation.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtQml/qjsengine.h:87:39: error: ‘QJSValue::ErrorType’ has not been declared
   87 |     QJSValue newErrorObject(QJSValue::ErrorType errorType, const QString &message = QString());
      |                                       ^~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtQml/qjsengine.h:119:31: error: ‘QJSValue::ErrorType’ has not been declared
  119 |     void throwError(QJSValue::ErrorType errorType, const QString &message = QString());
      |                               ^~~~~~~~~
make[2]: *** [import/CMakeFiles/fancontrol_qml_plugin.dir/build.make:160: import/CMakeFiles/fancontrol_qml_plugin.dir/src/loader.cpp.o] Error 1
make[2]: *** [import/tests/CMakeFiles/fancontrol_test_lib.dir/build.make:188: import/tests/CMakeFiles/fancontrol_test_lib.dir/__/src/config.cpp.o] Error 1
[ 71%] Linking CXX executable ../bin/fancontrol_gui-helper
In file included from /usr/include/x86_64-linux-gnu/qt5/QtQml/QtQml:5,
                 from /usr/include/KF5/KDeclarative/kquickaddons/configmodule.h:34,
                 from /usr/include/KF5/KDeclarative/KQuickAddons/ConfigModule:1,
                 from /home/hossein/fancontrol-gui/kcm/src/fancontrolkcm.h:25,
                 from /home/hossein/fancontrol-gui/kcm/src/fancontrolkcm.cpp:22:
/usr/include/x86_64-linux-gnu/qt5/QtQml/qjsengine.h:87:39: error: ‘QJSValue::ErrorType’ has not been declared
   87 |     QJSValue newErrorObject(QJSValue::ErrorType errorType, const QString &message = QString());
      |                                       ^~~~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtQml/qjsengine.h:119:31: error: ‘QJSValue::ErrorType’ has not been declared
  119 |     void throwError(QJSValue::ErrorType errorType, const QString &message = QString());
      |                               ^~~~~~~~~
make[2]: *** [import/tests/CMakeFiles/fancontrol_test_lib.dir/build.make:76: import/tests/CMakeFiles/fancontrol_test_lib.dir/fancontrol_test_lib_autogen/mocs_compilation.cpp.o] Error 1
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libKF5I18n.so.5.68.0: undefined reference to `qt_version_tag@Qt_5.12'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5.68.0: undefined reference to `QMetaObject::invokeMethodImpl(QObject*, QtPrivate::QSlotObjectBase*, Qt::ConnectionType, void*)@Qt_5'
collect2: error: ld returned 1 exit status
make[2]: *** [helper/CMakeFiles/fancontrol_gui-helper.dir/build.make:113: bin/fancontrol_gui-helper] Error 1
make[1]: *** [CMakeFiles/Makefile2:442: helper/CMakeFiles/fancontrol_gui-helper.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: *** [import/tests/CMakeFiles/fancontrol_test_lib.dir/build.make:244: import/tests/CMakeFiles/fancontrol_test_lib.dir/__/src/systemdcommunicator.cpp.o] Error 1
make[2]: *** [kcm/CMakeFiles/kcm_fancontrol.dir/build.make:76: kcm/CMakeFiles/kcm_fancontrol.dir/kcm_fancontrol_autogen/mocs_compilation.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 72%] Linking CXX executable ../bin/fancontrol_gui
make[2]: *** [import/tests/CMakeFiles/fancontrol_test_lib.dir/build.make:160: import/tests/CMakeFiles/fancontrol_test_lib.dir/__/src/loader.cpp.o] Error 1
make[2]: *** [kcm/CMakeFiles/kcm_fancontrol.dir/build.make:90: kcm/CMakeFiles/kcm_fancontrol.dir/src/fancontrolkcm.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:858: kcm/CMakeFiles/kcm_fancontrol.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:1014: import/CMakeFiles/fancontrol_qml_plugin.dir/all] Error 2
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8: undefined reference to `qstrnicmp(char const*, long long, char const*, long long)@Qt_5'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8: undefined reference to `qEnvironmentVariable(char const*)@Qt_5'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8: undefined reference to `QRandomGenerator64::system()@Qt_5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5: undefined reference to `QAbstractItemView::eventFilter(QObject*, QEvent*)@Qt_5'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8: undefined reference to `QMetaEnumBuilder::setIsScoped(bool)@Qt_5_PRIVATE_API'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8: undefined reference to `QCryptographicHash::hashLength(QCryptographicHash::Algorithm)@Qt_5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libKF5IconThemes.so.5: undefined reference to `QIcon::setFallbackThemeName(QString const&)@Qt_5'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::setLookup(QV4::Managed*, QV4::Lookup*, QV4::Value const&)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::put(QV4::Managed*, QV4::String*, QV4::Value const&)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::putIndexed(QV4::Managed*, unsigned int, QV4::Value const&)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::defineAccessorProperty(QV4::String*, void (*)(QV4::BuiltinFunction const*, QV4::Scope&, QV4::CallData*), void (*)(QV4::BuiltinFunction const*, QV4::Scope&, QV4::CallData*))@Qt_5_PRIVATE_API'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5.12.8: undefined reference to `QTemporaryFile::rename(QString const&)@Qt_5'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QQmlBoundSignalExpression::QQmlBoundSignalExpression(QObject*, int, QQmlContextData*, QObject*, QV4::Function*)@Qt_5_PRIVATE_API'
...
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::getLength(QV4::Managed const*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::queryIndexed(QV4::Managed const*, unsigned int)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::QObjectWrapper::query(QV4::Managed const*, QV4::String*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /lib/x86_64-linux-gnu/libKF5KIOCore.so.5: undefined reference to `QRegularExpression::wildcardToRegularExpression(QString const&)@Qt_5'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::QObjectWrapper::markObjects(QV4::Heap::Base*, QV4::ExecutionEngine*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::setPrototype(QV4::Object*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /lib/x86_64-linux-gnu/libKF5Completion.so.5: undefined reference to `QGuiApplication::screenAt(QPoint const&)@Qt_5'
/usr/bin/ld: /lib/x86_64-linux-gnu/libKF5Archive.so.5: undefined reference to `QFileInfo::birthTime() const@Qt_5'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::InternalClass::changePrototypeImpl(QV4::Heap::Object*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Value::toNumberImpl() const@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::QObjectWrapper::put(QV4::Managed*, QV4::String*, QV4::Value const&)@Qt_5_PRIVATE_API'
/usr/bin/ld: /home/hossein/anaconda3/lib/libQt5Quick.so.5: undefined reference to `QV4::Object::getLookup(QV4::Managed const*, QV4::Lookup*)@Qt_5_PRIVATE_API'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5.12.8: undefined reference to `QRandomGenerator64::global()@Qt_5'
collect2: error: ld returned 1 exit status
make[2]: *** [fancontrol-gui/CMakeFiles/fancontrol_gui.dir/build.make:129: bin/fancontrol_gui] Error 1
make[1]: *** [CMakeFiles/Makefile2:650: fancontrol-gui/CMakeFiles/fancontrol_gui.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:1118: import/tests/CMakeFiles/fancontrol_test_lib.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

There seem to be conflicts with libraries installed in your /home/hossein/anaconda3 folder. Deactivating or uninstalling the anaconda environment should do the trick.

@Coderx7
Copy link
Author

Coderx7 commented May 12, 2022

@Maldela Thanks, temporarily disabling anaconda did the trick. now how do you run this? I tried running it but it prints out "File name empty!"

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

The "File name empty!" warning is normal. Maybe it started minimized in your taskbar.

@Coderx7
Copy link
Author

Coderx7 commented May 12, 2022

Thanks, I forgot to do the make install, after doing that ran it through the ubuntu dash and it popped up just fine.

@Coderx7 Coderx7 closed this as completed May 12, 2022
@Coderx7
Copy link
Author

Coderx7 commented May 12, 2022

It doesnt detect any fans! I did run sensors_detect several times to no avail.
I just get these messages when I run it :

(base) hossein@hossein-pc:~/fancontrol-gui/build$ ./bin/fancontrol_gui
"New service name: 'fancontrol'"
"Temp has no label: '/sys/devices/virtual/thermal/thermal_zone0/hwmon0/temp1'"
"Temp has no label: '/sys/devices/virtual/thermal/thermal_zone0/hwmon0/temp2'"
"Loading config file: '/etc/fancontrol'"
QFileSystemWatcher::removePaths: list is empty
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ContextDrawer.qml:79: TypeError: Value is null and could not be converted to an object
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/Page.qml:373: TypeError: Type error
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

Maybe lm_sensors doesn't support your motherboard. The fancontrol-gui output looks normal. Does the sensors tab show anything?

@Coderx7
Copy link
Author

Coderx7 commented May 12, 2022

my motherboard is relatively new its an ASUS Z370 a-II. This is how it looks by the way:
image

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

The "asus" sensor group is completely empty which hints at a driver problem. Maybe this can help you.

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

Z370 motherboards seem to be problematic in general. How to from the ubuntu forum.

@Coderx7
Copy link
Author

Coderx7 commented May 12, 2022

Thanks a lot really appreciate your kind help. I had a look, but I'm perplexed as how to use that! do you happen to know how I should consume that page? I mean what command should I set? I copied the contents of the file to a /etc/conf.d/lm_sensor, but notihng changed! I'm sure I'm missing something here!

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

Try following the last post in the ubuntu how to thread. The configuration file with the proper label names is optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants