From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#22677: guix lint fails with -dc switch missing Date: Mon, 15 Feb 2016 12:28:14 +0100 Message-ID: References: <20160215105953.GA26816@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVHL3-0007PX-0v for bug-guix@gnu.org; Mon, 15 Feb 2016 06:29:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVHKx-0004Ck-3E for bug-guix@gnu.org; Mon, 15 Feb 2016 06:29:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVHKw-0004CX-Q3 for bug-guix@gnu.org; Mon, 15 Feb 2016 06:29:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aVHKw-00018c-H1 for bug-guix@gnu.org; Mon, 15 Feb 2016 06:29:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160215105953.GA26816@thebird.nl> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Pjotr Prins Cc: 22677@debbugs.gnu.org Pjotr Prins writes: > When I run lint on a recent ceckout > > ./pre-inst-env guix lint > > or > > ./pre-inst-env guix lint python > > I get > > filtered-port: failed to execute ' -dc ': No such file or directory > This looks like it is a result of an undefined %bzip2, %xz, and/or %gzip value. These values are used by utils.scm to assemble a command. They are defined in config.scm, which is created at configure/build time. Do you have config.scm in the root directory of the repository? Did you run ./configure? ~~ Ricardo