[PR #441] fix: Fixing qt package not found error during cmake step by adding th… #399

Open
opened 2026-03-02 12:41:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/441
Author: @andreiribas
Created: 1/31/2026
Status: 🔄 Open

Base: mainHead: fix-installation-on-linux-ubuntu-25.10-questing


📝 Commits (1)

  • 96da7af fix: Fixing qt package not found error during cmake step by adding the correct package for ubuntu 25.10 questing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 linux/README.md (+1 -1)

📄 Description

…e correct package for ubuntu 25.10 questing<

For Ubuntu 25.10 questing, I got an error saying that it could not find a qt dependency while executing the cmake step:

main ~/apps/librepods/linux/build> cmake ..
-- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR)
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.

-- Configuring incomplete, errors occurred!
exit 1

I fixed it installing the package sudo apt install qt6-tools-dev

Summary by CodeRabbit

  • Documentation
    • Updated Linux Debian installation instructions with an additional Qt6 development package for comprehensive build support.

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/441 **Author:** [@andreiribas](https://github.com/andreiribas) **Created:** 1/31/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-installation-on-linux-ubuntu-25.10-questing` --- ### 📝 Commits (1) - [`96da7af`](https://github.com/kavishdevar/librepods/commit/96da7afadc0e1e34d1f91fb2b1ff7a08bca26ca1) fix: Fixing qt package not found error during cmake step by adding the correct package for ubuntu 25.10 questing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `linux/README.md` (+1 -1) </details> ### 📄 Description …e correct package for ubuntu 25.10 questing< For Ubuntu 25.10 questing, I got an error saying that it could not find a qt dependency while executing the cmake step: main ~/apps/librepods/linux/build> cmake .. -- Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) 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. -- Configuring incomplete, errors occurred! exit 1 I fixed it installing the package sudo apt install qt6-tools-dev <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated Linux Debian installation instructions with an additional Qt6 development package for comprehensive build support. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#399
No description provided.