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

I need help on this Cmake error OS: Linuxmint 20.2 uma Kernel: x86_64 Linux 5.4.0-90-generic #63

Open
JamBlueberry opened this issue Dec 5, 2021 · 1 comment

Comments

@JamBlueberry
Copy link

jam@jams-desktopv7:~/fan/fancontrol-gui/build$ sudo cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on
-- qmlplugindump failed for QtQuick.Controls.
-- Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND)
-- Compiling for Systemd
-- Build the standalone application
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:27 (message):
The imported target "Qt5::Gui" references the file

 "/usr/lib/x86_64-linux-gnu/libEGL.so"

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/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"

but not all the files it references.

Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:45 (_qt5_Gui_check_file_exists)
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:67 (_qt5gui_find_extra_libs)
/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake:186 (include)
/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package)
fancontrol-gui/CMakeLists.txt:14 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/jam/fan/fancontrol-gui/build/CMakeFiles/CMakeOutput.log".
jam@jams-desktopv7:/fan/fancontrol-gui/build$ ^C
jam@jams-desktopv7:
/fan/fancontrol-gui/build$

@Maldela
Copy link
Owner

Maldela commented May 12, 2022

There seems to be a broken dependency on libegl. Try installing libegl or even libegl-dev.

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