From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: bug#29774: Compilation error on git master: `gzip: unbound variable` Date: Tue, 19 Dec 2017 20:10:07 +0000 (GMT) Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----------=_1513714207-5322-22" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eROgI-0003BA-KQ for bug-guix@gnu.org; Tue, 19 Dec 2017 15:40:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eROgF-0007vh-Bz for bug-guix@gnu.org; Tue, 19 Dec 2017 15:40:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eROgE-0007vU-US for bug-guix@gnu.org; Tue, 19 Dec 2017 15:40:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eROgE-0006Yx-F3 for bug-guix@gnu.org; Tue, 19 Dec 2017 15:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRODR-0007Sc-GC for bug-guix@gnu.org; Tue, 19 Dec 2017 15:10:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRODN-0000D6-ML for bug-guix@gnu.org; Tue, 19 Dec 2017 15:10:17 -0500 Received: from aibo.runbox.com ([91.220.196.211]:48734) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRODN-0000Az-6e for bug-guix@gnu.org; Tue, 19 Dec 2017 15:10:13 -0500 Received: from [10.9.9.129] (helo=rmmprod07.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eRODH-0006Zx-RH for bug-guix@gnu.org; Tue, 19 Dec 2017 21:10:07 +0100 Received: from mail by rmmprod07.runbox with local (Exim 4.86_2) (envelope-from ) id 1eRODH-0006TY-Pl for bug-guix@gnu.org; Tue, 19 Dec 2017 21:10:07 +0100 Received: from [Authenticated user (850733)] by runbox.com with http (RMM6); for ; Tue, 19 Dec 2017 20:10:07 GMT 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" To: 29774@debbugs.gnu.org This is a multi-part message in MIME format... ------------=_1513714207-5322-22 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Architecture: x86_64 RAM: 4GB Filesystem: EXT4 Guile version: 2.0.11 Guile-Git (Guile module) was manually compiled and installed by me from https://gitlab.com/guile-git/guile-git Operating system: Slackware 14.2 `uname -a` output: Linux slack 4.4.88 #2 SMP Thu Sep 14 14:21:06 CDT 2017 x86_64 Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz GenuineIntel GNU/Linux Compilation failure when running `make` (after running `./bootstrap` and `./configure`) in latest git master and in latest source release tarball: 'In procedure memoize-variable-access!: gzip: unbound variable' Full output (error is at line 172): http://paste.debian.net/1001510 My IRC username on freenode is pkill9, I am often in the #guix room on freenode. IRC chatlog for reference: 2017-12-19 16:39:05 pkill9 I'm getting an error while compiling Guix, It says 'In procedure memoize-variable-access!: gzip: unbound variable'. Full output here: https://pastebin.com/wiNSZvXT 2017-12-19 16:39:15 pkill9 anyone know what this means? 2017-12-19 16:40:15 civodul pkill9: this was reported a couple of times before and i think it's been fixed (?) 2017-12-19 16:40:26 pkill9 oh interesting 2017-12-19 16:40:38 civodul can you paste to another site BTW, like paste.debian.net, which allows Tor users to access it 2017-12-19 16:40:42 pkill9 ok 2017-12-19 16:42:37 pkill9 http://paste.debian.net/1001510/ 2017-12-19 16:43:09 pkill9 I downloaded the source from the Guix downlaod page 2017-12-19 16:46:24 pkill9 civodul: has the fix been added to the source downloadable from the download page? 2017-12-19 16:46:51 pkill9 as in on this page https://www.gnu.org/software/guix/download/ 2017-12-19 16:47:03 pkill9 under 'GNU Guix 0.14.0 Source' 2017-12-19 16:47:09 pkill9 in the tarball 2017-12-19 16:47:28 pkill9 or is it very new and not yet been added to that? 2017-12-19 16:51:18 bavier pkill9: iirc it was a more recent fix 2017-12-19 17:02:20 civodul yes, it's in master i think 2017-12-19 17:02:47 civodul though i still can't remember what that was, which is kinda annoying 2017-12-19 18:57:21 lfam pkill9: From commit 9a56cf2b5b4970843c215091ea9823a67e077310, the error is not reproduced. 2017-12-19 19:08:54 pkill9 hmm i tried compiling with that commit (downloaded the tar.gz from https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D9a56cf2b5b4970843= c215091ea9823a67e077310) and i still get that error 2017-12-19 19:14:24 lfam pkill9: What is `guix --version`? 2017-12-19 19:14:51 pkill9 i don't have it installed, that's why i'm compiling it 2017-12-19 19:15:19 lfam How are you providing the dependencies? 2017-12-19 19:15:39 pkill9 oh, slackware 2017-12-19 19:16:03 lfam Okay, and what is the CPU architecture, how much RAM is there, what filesystem are you compiling on, any other details that might be relevant? 2017-12-19 19:16:11 lfam Also the kernel version 2017-12-19 19:17:18 pkill9 x86_64, about 4GB ram, EXT4 filesystem, kernel 4.4.88 2017-12-19 19:18:28 lfam pkill9: Okay, that all sounds good. What version of Guile are you using? 2017-12-19 19:18:42 pkill9 2.0.11 2017-12-19 19:20:05 lfam Okay, sounds like this should all work. If you don't get any other answer here, please compile all this information into a bug report and send it to , first searching for previous reports of this issue ------------=_1513714207-5322-22 Content-Type: text/html; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable

Architecture: x86_64

RAM: 4GB

Filesystem: EXT4

Guile version: 2.0.11

Guile-Git (Guile module) was manually compiled and installed by me f= rom https://gitlab.com/guile-git/guile-git

Operating system: Slackware 14.2

`uname -a` output: Linux slack 4.4.88 #2 SMP Thu Sep 14 14= :21:06 CDT 2017 x86_64 Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz GenuineInte= l GNU/Linux


Compilation failure when running `make` (after running `./bootstrap` and= `./configure`) in latest git master and in latest source release tarball:&= nbsp;'In procedure memoize-variable-access!: gzip: unbound variable'

Full output (error is at line 172): http://paste.debian.net/1001510=

My IRC username on freenode is pkill9, I am often in the #guix room on f= reenode.

 

IRC chatlog for reference:

2017-12-19 16:39:05 pkill9 I'm getting an error while compiling Guix, It=
says 'In procedure memoize-variable-access!: gzip: unbound variable'= .
Full output here: https://pastebin.com/wiNSZvXT
2017-12-19 16= :39:15 pkill9 anyone know what this means?
2017-12-19 16:40:15 civodu= l pkill9: this was reported a couple of times
before and i think it's= been fixed (?)
2017-12-19 16:40:26 pkill9 oh interesting
2017-= 12-19 16:40:38 civodul can you paste to another site BTW, like
paste.= debian.net, which allows Tor users to access it
2017-12-19 16:40:42 p= kill9 ok
2017-12-19 16:42:37 pkill9 http://paste.debian.net/1001510/ =
2017-12-19 16:43:09 pkill9 I downloaded the source from the Guix down= laod
page
2017-12-19 16:46:24 pkill9 civodul: has the fix been = added to the source
downloadable from the download page?
2017-1= 2-19 16:46:51 pkill9 as in on this page
https://www.gnu.org/software/= guix/download/
2017-12-19 16:47:03 pkill9 under 'GNU Guix 0.14.0 Sour= ce'
2017-12-19 16:47:09 pkill9 in the tarball
2017-12-19 16:47:= 28 pkill9 or is it very new and not yet been added to
that?
201= 7-12-19 16:51:18 bavier pkill9: iirc it was a more recent fix
2017-12= -19 17:02:20 civodul yes, it's in master i think
2017-12-19 17:02:47 = civodul though i still can't remember what that was,
which is kinda a= nnoying
2017-12-19 18:57:21 lfam pkill9: From commit
9a56cf2b5b= 4970843c215091ea9823a67e077310, the error is not reproduced.
2017-12-= 19 19:08:54 pkill9 hmm i tried compiling with that commit
(downloaded= the tar.gz from
https://git.savannah.gnu.org/cgit/guix.git/commit/?i= d=3D9a56cf2b5b4970843c215091ea9823a67e077310)
and i still get that er= ror
2017-12-19 19:14:24 lfam pkill9: What is `guix --version`?
= 2017-12-19 19:14:51 pkill9 i don't have it installed, that's why i'm
= compiling it
2017-12-19 19:15:19 lfam How are you providing the depen= dencies?
2017-12-19 19:15:39 pkill9 oh, slackware
2017-12-19 19= :16:03 lfam Okay, and what is the CPU architecture, how much
RAM is t= here, what filesystem are you compiling on, any other details
that mi= ght be relevant?
2017-12-19 19:16:11 lfam Also the kernel version
2017-12-19 19:17:18 pkill9 x86_64, about 4GB ram, EXT4 filesystem, kernel=
4.4.88
2017-12-19 19:18:28 lfam pkill9: Okay, that all sounds = good. What version
of Guile are you using?
2017-12-19 19:18:42 = pkill9 2.0.11
2017-12-19 19:20:05 lfam Okay, sounds like this should = all work. If you
don't get any other answer here, please compile all = this information into
a bug report and send it to <bug-guix@gnu.or= g>, first searching for previous reports of
this issue

= ------------=_1513714207-5322-22--