From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 02/14] gnu: Add qtimageformats. Date: Tue, 14 Jun 2016 11:07:03 +0200 Message-ID: <20160614090703.GA2312@solar> References: <20160610121025.6632-1-efraim@flashner.co.il> <20160610121025.6632-3-efraim@flashner.co.il> <20160610163045.GB29669@jasmine> <20160612141221.GA20207@solar> <20160612202024.GA26270@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCkJX-0008UU-3H for guix-devel@gnu.org; Tue, 14 Jun 2016 05:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCkJR-0003p3-Pa for guix-devel@gnu.org; Tue, 14 Jun 2016 05:07:14 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:53532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCkJR-0003ot-CV for guix-devel@gnu.org; Tue, 14 Jun 2016 05:07:09 -0400 Content-Disposition: inline In-Reply-To: <20160612202024.GA26270@debian-netbook> 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: Efraim Flashner Cc: guix-devel@gnu.org On Sun, Jun 12, 2016 at 11:20:24PM +0300, Efraim Flashner wrote: > quite possibly the inputs could be shortened, but since they're all > using qmake for configure I don't really know how to check. You could compile the packages and use "guix gc --references" to check which of the inputs are used. Two basic situations could occur: - Essentially all inputs of qtbase are also needed for the other packages. Then in this special case, I think it does not matter too much to have added a few additional inputs, which in any case will have no effect on the build result or on installations. - Only qtbase is used as an input, and the occasional additional one. Then I would add the inputs one by one by hand, until the package builds. I think that the first case is more likely, and would be happy with you pushing the packages then. Andreas