[From nobody Wed Apr  1 12:07:08 2026
Received: (at submit) by bugs.debian.org; 23 Mar 2026 12:26:06 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-121.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 USER_IN_DKIM_WELCOMELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 8; hammy, 150; neutral, 44; spammy, 0.
 spammytokens: hammytokens:0.000-+--cmake, 0.000-+--H*F:U*sanvila,
 0.000-+--H*rp:U*sanvila, 0.000-+--forky, 0.000-+--HTo:N*Debian
Return-path: &lt;sanvila@debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:48766)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1w4eMA-00D9fm-1t
 for submit@bugs.debian.org; Mon, 23 Mar 2026 12:26:06 +0000
Received: via submission
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by muffat.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;sanvila@debian.org&gt;) id 1w4eMB-00DIQw-1r
 for submit@bugs.debian.org; Mon, 23 Mar 2026 12:26:06 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.paradis;
 h=Date:Message-Id:Subject:To:From:Reply-To:Cc:
 MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=jafjZ9SE16wzmLvp7j30ubhDdVS1FFVCQca6jkvKqF8=; b=iAp319UMFK4Pgr4ThtySnLQT/Y
 +adaChAPo0JMhK1ZiJIcG7sM9Go01WGi5hd2Yv9UQU54Y8dkWSwJ8yPQKehpGmXltuuoW91EnifZ/
 farCuS6vzOlthRVLoJUsYu3S1t4HNS9QTwXtYzQXK2PL69n6ZMb9o+JSnJMpDd86cPBApt3uyfci7
 uf0cMsuiEfjUiMAuKyUewAsmWya6rf88zrTPgOpEnugC1241BWGqf655cjA2c6APdDLmUQOnpKILt
 D44BRqy9tHqP3Koyft16LRWwjADKi9TeB5OXCIniLMc70+9WErRSXIrSkvSN4+Sk38+dsrduB2y6j
 d+EYToSg==;
Received: from sanvila by paradis.debian.org with local (Exim 4.96)
 (envelope-from &lt;sanvila@debian.org&gt;) id 1w4eMA-00GhTx-0y
 for submit@bugs.debian.org; Mon, 23 Mar 2026 12:26:06 +0000
From: Santiago Vila &lt;sanvila@debian.org&gt;
To: Debian BTS &lt;submit@bugs.debian.org&gt;
Subject: qtalicevision: FTBFS with Qt 6.10
X-Debbugs-Cc: sanvila@debian.org
Message-Id: &lt;E1w4eMA-00GhTx-0y@paradis.debian.org&gt;
Date: Mon, 23 Mar 2026 12:26:06 +0000
Delivered-To: submit@bugs.debian.org

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 &quot;qtAliceVisionPlugin&quot; 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.
]