From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: qttools missing CMake version info Date: Fri, 20 Oct 2017 17:07:01 +0200 (CEST) Message-ID: <20171020.170701.2123251291791641029.post@thomasdanckaert.be> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5YtG-0000p5-HX for guix-devel@gnu.org; Fri, 20 Oct 2017 11:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5YtB-0000Tv-0X for guix-devel@gnu.org; Fri, 20 Oct 2017 11:07:14 -0400 Received: from s02-out3.spamexperts.axc.nl ([185.175.203.26]:59207) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e5YtA-0000TD-Op for guix-devel@gnu.org; Fri, 20 Oct 2017 11:07:08 -0400 Received: from vserver42.axc.nl ([185.182.56.92]) by s02.spamexperts.axc.nl with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1e5Yt7-0003Jk-HP for guix-devel@gnu.org; Fri, 20 Oct 2017 17:07:06 +0200 Received: from mail.axc.nl ([185.182.56.42]:52256) by vserver42.axc.nl with esmtp (Exim 4.89) (envelope-from ) id 1e5Yt7-0004gv-0K for guix-devel@gnu.org; Fri, 20 Oct 2017 17:07:05 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi, qttools no long has a file Qt5LinguistToolsConfigVersion.cmake in /gnu/store/.../ /lib/cmake/Qt5LinguistTools, which breaks the build for (among others?) keepassxc. During the build of qttools, I see a warning WARNING: Cannot open substitute for input '/gnu/store/...-qttools-5.9.2/lib/qt5/mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in' Does this ring a bell for any of the local qt experts? Thomas