From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 06:01:18 2016 Received: (at submit) by debbugs.gnu.org; 15 Feb 2016 11:01:18 +0000 Received: from localhost ([127.0.0.1]:39404 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVGu6-0000Pp-71 for submit@debbugs.gnu.org; Mon, 15 Feb 2016 06:01:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43889) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVGu4-0000Pe-NH for submit@debbugs.gnu.org; Mon, 15 Feb 2016 06:01:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVGtv-0005nz-Lk for submit@debbugs.gnu.org; Mon, 15 Feb 2016 06:01:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42131) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGtv-0005nv-Io for submit@debbugs.gnu.org; Mon, 15 Feb 2016 06:01:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGtp-0003X4-GV for bug-guix@gnu.org; Mon, 15 Feb 2016 06:01:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVGtk-0005ja-01 for bug-guix@gnu.org; Mon, 15 Feb 2016 06:01:01 -0500 Received: from mail.thebird.nl ([95.154.246.10]:51164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVGtj-0005gN-Py for bug-guix@gnu.org; Mon, 15 Feb 2016 06:00:55 -0500 Received: by mail.thebird.nl (Postfix, from userid 502) id 164DD12870F; Mon, 15 Feb 2016 11:59:53 +0100 (CET) Date: Mon, 15 Feb 2016 11:59:53 +0100 From: Pjotr Prins To: bug-guix@gnu.org Subject: guix lint fails with -dc switch missing Message-ID: <20160215105953.GA26816@thebird.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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 Backtrace: In unknown file: ?: 19 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 17 [eval # #] In ice-9/boot-9.scm: 2401: 16 [save-module-excursion #] 4050: 15 [#] 1724: 14 [%start-stack load-stack ...] 1729: 13 [#] In unknown file: ?: 12 [primitive-load "/export2/izip/git/opensource/scheme/guix/scripts/guix"] In guix/ui.scm: 1177: 11 [run-guix-command lint "python"] In srfi/srfi-1.scm: 619: 10 [for-each # #] 619: 9 [for-each # #] In guix/scripts/lint.scm: 608: 8 [check-vulnerabilities #] 602: 7 [# #] In unknown file: ?: 6 [force #>] In guix/scripts/lint.scm: 592: 5 [#] In ice-9/boot-9.scm: 157: 4 [catch getaddrinfo-error ...] In guix/cve.scm: 67: 3 [call-with-cve-port #] In guix/utils.scm: 255: 2 [call-with-decompressed-port gzip ...] In guix/cve.scm: 143: 1 [# #] 133: 0 [xml->vulnerabilities #] guix/cve.scm:133:11: In procedure xml->vulnerabilities: guix/cve.scm:133:11: Throw to key `parser-error' with args `(# "XML [22], unexpected EOF")'. Backtrace: In ice-9/boot-9.scm: 2401: 19 [save-module-excursion #] 4050: 18 [#] 1724: 17 [%start-stack load-stack ...] 1729: 16 [#] In unknown file: ?: 15 [primitive-load "/export2/izip/git/opensource/scheme/guix/scripts/guix"] In guix/ui.scm: 1177: 14 [run-guix-command lint "python"] In srfi/srfi-1.scm: 619: 13 [for-each # #] 619: 12 [for-each # #] In guix/scripts/lint.scm: 608: 11 [check-vulnerabilities #] 602: 10 [# #] In unknown file: ?: 9 [force #>] In guix/scripts/lint.scm: 592: 8 [#] In ice-9/boot-9.scm: 157: 7 [catch getaddrinfo-error ...] In guix/cve.scm: 67: 6 [call-with-cve-port #] In guix/utils.scm: 255: 5 [call-with-decompressed-port gzip ...] In guix/cve.scm: 143: 4 [# #] 133: 3 [xml->vulnerabilities #] In ice-9/boot-9.scm: 105: 2 [# parser-error ...] 65: 1 [abort-to-prompt catch7 parser-error ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("decompressed-port failure" (24327)) #f] ERROR: In procedure scm-error: ERROR: decompressed-port failure (24327) From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 06:28:24 2016 Received: (at 22677) by debbugs.gnu.org; 15 Feb 2016 11:28:24 +0000 Received: from localhost ([127.0.0.1]:39411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVHKK-00017e-6v for submit@debbugs.gnu.org; Mon, 15 Feb 2016 06:28:24 -0500 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:58381) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVHKI-00017V-9E for 22677@debbugs.gnu.org; Mon, 15 Feb 2016 06:28:22 -0500 Received: from localhost (localhost [127.0.0.1]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP id 11B85280746; Mon, 15 Feb 2016 12:28:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:references:received :received:received; s=mdc; t=1455535694; x=1457350095; bh=rklAwn kHLcKY8iGqMYBWzfuNzQJrwZyYcvKJt4tSRAE=; b=rr6Fh/HzBl1CWaNehedOsQ eqjMFxsDyEEJIgvBy2IOclBjBo9FuGgoT8Lst7QFZs+hFZgkkI4/lbJMLuIRp6gL 2WlZkqR+lIKlXmTy6j+WQp5KL5pu7appVtdSeWimqE5KP7yIQtfHFzlMscGzSkKX Tjf/Jp4fBS2a1U8TIjjmc= X-Virus-Scanned: amavisd-new at mdc-berlin.de Received: from sinope.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T1myq_qH9smv; Mon, 15 Feb 2016 12:28:14 +0100 (CET) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) by sinope.bbbm.mdc-berlin.de (Postfix) with ESMTP; Mon, 15 Feb 2016 12:28:14 +0100 (CET) Received: from localhost (141.80.180.135) by HTCAONE.mdc-berlin.net (141.80.180.125) with Microsoft SMTP Server (TLS) id 14.3.266.1; Mon, 15 Feb 2016 12:28:14 +0100 References: <20160215105953.GA26816@thebird.nl> From: Ricardo Wurmus To: Pjotr Prins Subject: Re: bug#22677: guix lint fails with -dc switch missing In-Reply-To: <20160215105953.GA26816@thebird.nl> Date: Mon, 15 Feb 2016 12:28:14 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [141.80.180.135] X-TM-AS-Product-Ver: SMEX-11.0.0.4255-8.000.1202-22132.006 X-TM-AS-Result: No--3.409400-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22677 Cc: 22677@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 15 12:56:48 2016 Received: (at 22677) by debbugs.gnu.org; 15 Feb 2016 17:56:48 +0000 Received: from localhost ([127.0.0.1]:40407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVNOB-0005hW-LR for submit@debbugs.gnu.org; Mon, 15 Feb 2016 12:56:48 -0500 Received: from mail.thebird.nl ([95.154.246.10]:54673) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVHer-0001dq-EI for 22677@debbugs.gnu.org; Mon, 15 Feb 2016 06:49:38 -0500 Received: by mail.thebird.nl (Postfix, from userid 502) id DDB6E12870F; Mon, 15 Feb 2016 12:48:33 +0100 (CET) Date: Mon, 15 Feb 2016 12:48:33 +0100 From: Pjotr Prins To: Ricardo Wurmus Subject: Re: bug#22677: guix lint fails with -dc switch missing Message-ID: <20160215114833.GA27061@thebird.nl> References: <20160215105953.GA26816@thebird.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 22677 X-Mailman-Approved-At: Mon, 15 Feb 2016 12:56:46 -0500 Cc: Pjotr Prins , 22677@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 21 17:37:04 2016 Received: (at 22677) by debbugs.gnu.org; 21 Feb 2016 22:37:04 +0000 Received: from localhost ([127.0.0.1]:36653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXcci-0007u7-AR for submit@debbugs.gnu.org; Sun, 21 Feb 2016 17:37:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48864) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXccg-0007tc-1K for 22677@debbugs.gnu.org; Sun, 21 Feb 2016 17:37:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXccX-0006qw-ND for 22677@debbugs.gnu.org; Sun, 21 Feb 2016 17:36:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXccX-0006qs-JZ; Sun, 21 Feb 2016 17:36:53 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:52108 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXccW-0004OM-Re; Sun, 21 Feb 2016 17:36:53 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Pjotr Prins Subject: Re: bug#22677: guix lint fails with -dc switch missing References: <20160215105953.GA26816@thebird.nl> <20160215114833.GA27061@thebird.nl> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 =?utf-8?Q?Vent=C3=B4se?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sun, 21 Feb 2016 23:36:50 +0100 In-Reply-To: <20160215114833.GA27061@thebird.nl> (Pjotr Prins's message of "Mon, 15 Feb 2016 12:48:33 +0100") Message-ID: <87y4adr8ql.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22677 Cc: 22677@debbugs.gnu.org, Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Pjotr Prins skribis: > 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 ;) Something is fishy: ./configure cannot leave these variables empty. >> 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-inst= allation-routes-building-guix-from-source > > There is, however, no config.scm in my tree. Running =E2=80=98configure=E2=80=99 creates guix/config.scm. Could you che= ck that this is the case? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 03:16:55 2016 Received: (at 22677) by debbugs.gnu.org; 22 Feb 2016 08:16:55 +0000 Received: from localhost ([127.0.0.1]:36781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXlfr-0006NB-D6 for submit@debbugs.gnu.org; Mon, 22 Feb 2016 03:16:55 -0500 Received: from mail.thebird.nl ([95.154.246.10]:40475) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXlfp-0006Mx-QD for 22677@debbugs.gnu.org; Mon, 22 Feb 2016 03:16:54 -0500 Received: by mail.thebird.nl (Postfix, from userid 502) id 02C7212870F; Mon, 22 Feb 2016 09:15:42 +0100 (CET) Date: Mon, 22 Feb 2016 09:15:42 +0100 From: Pjotr Prins To: Ludovic =?iso-8859-1?Q?Court=E8s?= Subject: Re: bug#22677: guix lint fails with -dc switch missing 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-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87y4adr8ql.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 22677 Cc: 22677@debbugs.gnu.org, Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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") -- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 06:18:34 2016 Received: (at 22677) by debbugs.gnu.org; 22 Feb 2016 11:18:34 +0000 Received: from localhost ([127.0.0.1]:36868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoVe-0002CA-M2 for submit@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37234) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoVd-0002Bx-7h for 22677@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXoVT-0003HR-Qh for 22677@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:27 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXoVT-0003HN-Mz; Mon, 22 Feb 2016 06:18:23 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:52650 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXoVS-0002X8-VP; Mon, 22 Feb 2016 06:18:23 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Pjotr Prins Subject: Re: bug#22677: guix lint fails with -dc switch missing References: <20160215105953.GA26816@thebird.nl> <20160215114833.GA27061@thebird.nl> <87y4adr8ql.fsf@gnu.org> <20160222081542.GB597@thebird.nl> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 =?utf-8?Q?Vent=C3=B4se?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 22 Feb 2016 12:18:19 +0100 In-Reply-To: <20160222081542.GB597@thebird.nl> (Pjotr Prins's message of "Mon, 22 Feb 2016 09:15:42 +0100") Message-ID: <87vb5houx0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22677 Cc: 22677@debbugs.gnu.org, Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Pjotr Prins skribis: > On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Court=C3=A8s wrote: >> Running =E2=80=98configure=E2=80=99 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") OK, looks good. Not sure what happened. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 06:18:55 2016 Received: (at control) by debbugs.gnu.org; 22 Feb 2016 11:18:55 +0000 Received: from localhost ([127.0.0.1]:36871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoVy-0002Ch-TL for submit@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37317) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoVx-0002CU-Hh for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXoVo-0003Lk-FE for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXoVo-0003Lg-Bb for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:44 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:52652 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXoVn-0002q1-M7 for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:44 -0500 Date: Mon, 22 Feb 2016 12:18:41 +0100 Message-Id: <87twl1ouwe.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #22677 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tags 22677 notabug From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 22 06:18:59 2016 Received: (at control) by debbugs.gnu.org; 22 Feb 2016 11:18:59 +0000 Received: from localhost ([127.0.0.1]:36874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoW3-0002Cy-2p for submit@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37368) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aXoW1-0002CZ-KI for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXoVw-0003Np-0A for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:52 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXoVv-0003Nk-TH for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:51 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:52654 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aXoVv-0002w4-8S for control@debbugs.gnu.org; Mon, 22 Feb 2016 06:18:51 -0500 Date: Mon, 22 Feb 2016 12:18:49 +0100 Message-Id: <87si0louw6.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #22677 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) close 22677 0.9.0 From unknown Wed Aug 20 05:16:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 Mar 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator