From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: missing input and more Date: Thu, 05 Feb 2015 21:54:37 +0100 Message-ID: <87iofgyt82.fsf@gnu.org> References: <20150205070425.GA25300@venom> <20150205103004.GA21848@debian.eduroam.u-bordeaux.fr> <87zj8s62rl.fsf@gmail.com> <87pp9oh8pk.wl-tcech@suse.cz> <20150205160107.GA28749@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJTRk-0004Pv-C3 for guix-devel@gnu.org; Thu, 05 Feb 2015 15:54:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJTRh-00077j-6p for guix-devel@gnu.org; Thu, 05 Feb 2015 15:54:44 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJTRh-00077f-47 for guix-devel@gnu.org; Thu, 05 Feb 2015 15:54:41 -0500 In-Reply-To: <20150205160107.GA28749@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Thu, 5 Feb 2015 17:01:07 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org, Tomas Cech Andreas Enge skribis: > Maybe we could extend "guix lint" so that it compiles the package and per= forms > checks on the output (for instance, looking for .pc files and checking > whether libraries are correctly propagated)? That would be costly and probably difficult to automate: it=E2=80=99s almost doable for .pc files, but hardly so for .h files. Ludo=E2=80=99.