Bug#1131696: qtalicevision: FTBFS with Qt 6.10
Santiago Vila
sanvila at debian.org
Mon Mar 23 12:26:06 GMT 2026
Package: src:qtalicevision
Version: 2025.1.1-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Since Qt 6.10, linking against private Qt targets requires finding these first via find_package()
when using CMake, see
https://doc-snapshots.qt.io/qt6-dev/whatsnew610.html#build-system-changes
and e.g.
https://doc.qt.io/qt-6/qtguiprivate-module.html#details.
Below you will find the relevant part of the build log.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202603/
Thanks.
--------------------------------------------------------------------------------
[...]
CMake Error at src/qtAliceVision/CMakeLists.txt:87 (target_link_libraries):
Target "qtAliceVisionPlugin" links to:
Qt6::GuiPrivate
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
More information about the debian-science-maintainers
mailing list