[GH-ISSUE #435] Installation Issue #219

Open
opened 2026-03-02 12:04:31 +03:00 by kerem · 2 comments
Owner

Originally created by @Pavel-M-Mihalik on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/435

I got all the way to "cmake .." but then I received this error:

CMake Error at CMakeLists.txt:7 (find_package):
Found package configuration file:

/usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake

but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:

Failed to find required Qt component "LinguistTools".

Expected Config file at
"/usr/lib/x86_64-linux-gnu/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake"
does NOT exist

Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why
the package was not found.

Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
of the path variables that find_package uses to try and find the package.

I'm new to Linux (I've only been testing it for a few days), so I have no idea what to do. Can anyone help me, please?

Originally created by @Pavel-M-Mihalik on GitHub (Jan 21, 2026). Original GitHub issue: https://github.com/kavishdevar/librepods/issues/435 I got all the way to "cmake .." but then I received this error: CMake Error at CMakeLists.txt:7 (find_package): Found package configuration file: /usr/lib/x86_64-linux-gnu/cmake/Qt6/Qt6Config.cmake but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package: Failed to find required Qt component "LinguistTools". Expected Config file at "/usr/lib/x86_64-linux-gnu/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT exist Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why the package was not found. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package. I'm new to Linux (I've only been testing it for a few days), so I have no idea what to do. Can anyone help me, please?
Author
Owner

@Brinsleym commented on GitHub (Jan 22, 2026):

This is very likely an issue with your machine not having the correct qt6 dev tools library, rather than an issue with librepods.

Install the qt6-qttools-devel package, and try to run cmake .. again. This package is:
For fedora: sudo dnf in qt6-qttools-devel,
for ubuntu: sudo apt-get install qt6-tools-dev.
For debian: sudo apt-get install qt6-tools-dev-tools

Hopefully this fixes your problem!

<!-- gh-comment-id:3783805588 --> @Brinsleym commented on GitHub (Jan 22, 2026): This is very likely an issue with your machine not having the correct qt6 dev tools library, rather than an issue with librepods. Install the `qt6-qttools-devel` package, and try to run `cmake ..` again. This package is: For fedora: `sudo dnf in qt6-qttools-devel`, for ubuntu: `sudo apt-get install qt6-tools-dev`. For debian: `sudo apt-get install qt6-tools-dev-tools` Hopefully this fixes your problem!
Author
Owner

@Bamoyski commented on GitHub (Feb 10, 2026):

I am facing the same issue, did you ever find a fix?

<!-- gh-comment-id:3881132775 --> @Bamoyski commented on GitHub (Feb 10, 2026): I am facing the same issue, did you ever find a fix?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#219
No description provided.