From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 000CD15808B for ; Fri, 27 Sep 2024 08:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E79AFE29EE; Fri, 27 Sep 2024 08:01:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0AC4E29EB for ; Fri, 27 Sep 2024 08:01:37 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2212) id 7E99D3430C4; Fri, 27 Sep 2024 08:01:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7B15C3430BE; Fri, 27 Sep 2024 08:01:35 +0000 (UTC) Date: Fri, 27 Sep 2024 08:01:35 +0000 (UTC) From: Andrey Grozin To: gentoo-dev@lists.gentoo.org cc: qt@gentoo.org Subject: [gentoo-dev] Qt6RemoteObjects Message-ID: <70777dfe-4628-e770-3d9c-9fd8be8e7bd3@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Archives-Salt: fcf55634-1503-4d0f-ae00-c2a4290c615a X-Archives-Hash: b4494739cc42b8e17c861dee6748583b Hi *, I'm trying to compile amnezia client, and immediately get grozin@bilbo ~/amnezia-client/build $ cmake .. -- Could NOT find Qt6RemoteObjects (missing: Qt6RemoteObjects_DIR) CMake Error at client/CMakeLists.txt:41 (find_package): Found package configuration file: /usr/lib64/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 "RemoteObjects". Expected Config file at "/usr/lib64/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake" does NOT exist What is the Qt component RemoteObjects? Does it exist in one of the dev-qt packages? Andrey