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, 22 Feb 2016 09:15:42 +0100 Message-ID: <20160222081542.GB597@thebird.nl> References: <20160215105953.GA26816@thebird.nl> <20160215114833.GA27061@thebird.nl> <87y4adr8ql.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXlg3-0002lg-BZ for bug-guix@gnu.org; Mon, 22 Feb 2016 03:17:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXlfy-0002XU-CD for bug-guix@gnu.org; Mon, 22 Feb 2016 03:17:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXlfy-0002XQ-8L for bug-guix@gnu.org; Mon, 22 Feb 2016 03:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aXlfy-0006NY-2P for bug-guix@gnu.org; Mon, 22 Feb 2016 03:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87y4adr8ql.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22677@debbugs.gnu.org On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote: > Running ‘configure’ creates guix/config.scm. Could you check that this > is the case? Got it: (define %gzip "/home/wrk/.guix-profile/bin/gzip") (define %bzip2 "/home/wrk/opt/guix-build-system/bin/bzip2") (define %xz "/home/wrk/opt/guix-build-system/bin/xz") --