From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: packaging qt applications Date: Tue, 26 Jul 2016 16:43:05 +0200 Message-ID: References: <20160726141838.GA5250@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS3Zh-0002fQ-LL for guix-devel@gnu.org; Tue, 26 Jul 2016 10:43:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS3Zc-00022h-NS for guix-devel@gnu.org; Tue, 26 Jul 2016 10:43:12 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:34677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS3Zb-00021n-Fs for guix-devel@gnu.org; Tue, 26 Jul 2016 10:43:08 -0400 Received: by mail-yw0-x235.google.com with SMTP id z8so15739854ywa.1 for ; Tue, 26 Jul 2016 07:43:06 -0700 (PDT) In-Reply-To: <20160726141838.GA5250@solar> 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: Andreas Enge Cc: guix-devel The application I'm packaging requires qt >= 5.6. And it's not that the modules aren't packaged. They aren't found. qtbase provides Qt5NetworkConfig.cmake and Qt5Qml.cmake is provided by qtdeclarative. That's why this is weird - I don't know why they aren't found since CMAKE_PREFIX_PATH is set correctly according to the documentation find-package will look for cmake files in CMAKE_PREFIX_PATH/cmake which is exactly where they are... strace doesn't provide any insight into where it's going wrong either :/