From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#22677: guix lint fails with -dc switch missing Date: Mon, 15 Feb 2016 12:48:33 +0100 Message-ID: <20160215114833.GA27061@thebird.nl> References: <20160215105953.GA26816@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNOW-0002W9-Pk for bug-guix@gnu.org; Mon, 15 Feb 2016 12:57:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVNOR-00007p-WC for bug-guix@gnu.org; Mon, 15 Feb 2016 12:57:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVNOR-00007l-T8 for bug-guix@gnu.org; Mon, 15 Feb 2016 12:57:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aVNOR-0005ic-NW for bug-guix@gnu.org; Mon, 15 Feb 2016 12:57:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: 22677@debbugs.gnu.org On Mon, Feb 15, 2016 at 12:28:14PM +0100, Ricardo Wurmus wrote: > 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. Nice error message ;) > Do you have config.scm in the root directory of the repository? Did you > run ./configure? I rebuilt the thing and now it works again (!) using https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org#other-installation-routes-building-guix-from-source There is, however, no config.scm in my tree. Pj.