bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29774: Compilation error on git master: `gzip: unbound variable`


From: pkill9
Subject: bug#29774: Compilation error on git master: `gzip: unbound variable`
Date: Thu, 28 Dec 2017 23:15:34 +0000 (GMT)


On Thu, 28 Dec 2017 18:48:04 +0100, Marius Bakke <address@hidden> wrote:

> address@hidden writes:
> 
> > 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
> 
> This paste has expired.  Can you attach the log here instead?

Here is the log:

> address@hidden:~/guix-0.14.0$ make && make installmake  all-recursive
> make[1]: Entering directory '/home/itsme/guix-0.14.0'
> Making all in po/guix
> make[2]: Entering directory '/home/itsme/guix-0.14.0/po/guix'
> make[2]: Leaving directory '/home/itsme/guix-0.14.0/po/guix'
> Making all in po/packages
> make[2]: Entering directory '/home/itsme/guix-0.14.0/po/packages'
> make[2]: Leaving directory '/home/itsme/guix-0.14.0/po/packages'
> make[2]: Entering directory '/home/itsme/guix-0.14.0'
> Compiling Scheme modules...
>   LOAD     guix/base16.scm
>   LOAD     guix/base32.scm
>   LOAD     guix/base64.scm
>   LOAD     guix/cpio.scm
>   LOAD     guix/records.scm
>   LOAD     guix/gcrypt.scm
>   LOAD     guix/hash.scm
>   LOAD     guix/pk-crypto.scm
>   LOAD     guix/pki.scm
>   LOAD     guix/progress.scm
>   LOAD     guix/combinators.scm
>   LOAD     guix/memoization.scm
>   LOAD     guix/utils.scm
>   LOAD     guix/sets.scm
>   LOAD     guix/modules.scm
>   LOAD     guix/download.scm
>   LOAD     guix/discovery.scm
>   LOAD     guix/git-download.scm
>   LOAD     guix/hg-download.scm
>   LOAD     guix/monads.scm
>   LOAD     guix/monad-repl.scm
>   LOAD     guix/gexp.scm
>   LOAD     guix/profiles.scm
>   LOAD     guix/serialization.scm
>   LOAD     guix/nar.scm
>   LOAD     guix/derivations.scm
>   LOAD     guix/grafts.scm
>   LOAD     guix/gnu-maintenance.scm
>   LOAD     guix/upstream.scm
>   LOAD     guix/licenses.scm
>   LOAD     guix/git.scm
>   LOAD     guix/graph.scm
>   LOAD     guix/cache.scm
>   LOAD     guix/cve.scm
>   LOAD     guix/workers.scm
>   LOAD     guix/zlib.scm
>   LOAD     guix/build-system.scm
>   LOAD     guix/build-system/ant.scm
>   LOAD     guix/build-system/cargo.scm
>   LOAD     guix/build-system/cmake.scm
>   LOAD     guix/build-system/dub.scm
>   LOAD     guix/build-system/emacs.scm
>   LOAD     guix/build-system/font.scm
>   LOAD     guix/build-system/go.scm
>   LOAD     guix/build-system/meson.scm
>   LOAD     guix/build-system/minify.scm
>   LOAD     guix/build-system/asdf.scm
>   LOAD     guix/build-system/glib-or-gtk.scm
>   LOAD     guix/build-system/gnu.scm
>   LOAD     guix/build-system/haskell.scm
>   LOAD     guix/build-system/perl.scm
>   LOAD     guix/build-system/python.scm
>   LOAD     guix/build-system/ocaml.scm
>   LOAD     guix/build-system/waf.scm
>   LOAD     guix/build-system/r.scm
>   LOAD     guix/build-system/ruby.scm
>   LOAD     guix/build-system/scons.scm
>   LOAD     guix/build-system/texlive.scm
>   LOAD     guix/build-system/trivial.scm
>   LOAD     guix/ftp-client.scm
>   LOAD     guix/http-client.scm
>   LOAD     guix/gnupg.scm
>   LOAD     guix/elf.scm
>   LOAD     guix/store.scm
>   LOAD     guix/cvs-download.scm
>   LOAD     guix/svn-download.scm
>   LOAD     guix/i18n.scm
>   LOAD     guix/ui.scm
>   LOAD     guix/build/ant-build-system.scm
>   LOAD     guix/build/download.scm
>   LOAD     guix/build/download-nar.scm
>   LOAD     guix/build/cargo-build-system.scm
>   LOAD     guix/build/cmake-build-system.scm
>   LOAD     guix/build/dub-build-system.scm
>   LOAD     guix/build/emacs-build-system.scm
>   LOAD     guix/build/meson-build-system.scm
>   LOAD     guix/build/minify-build-system.scm
>   LOAD     guix/build/font-build-system.scm
>   LOAD     guix/build/go-build-system.scm
>   LOAD     guix/build/asdf-build-system.scm
>   LOAD     guix/build/git.scm
>   LOAD     guix/build/hg.scm
>   LOAD     guix/build/glib-or-gtk-build-system.scm
>   LOAD     guix/build/gnu-build-system.scm
>   LOAD     guix/build/gnu-dist.scm
>   LOAD     guix/build/perl-build-system.scm
>   LOAD     guix/build/python-build-system.scm
>   LOAD     guix/build/ocaml-build-system.scm
>   LOAD     guix/build/r-build-system.scm
>   LOAD     guix/build/ruby-build-system.scm
>   LOAD     guix/build/scons-build-system.scm
>   LOAD     guix/build/texlive-build-system.scm
>   LOAD     guix/build/waf-build-system.scm
>   LOAD     guix/build/haskell-build-system.scm
>   LOAD     guix/build/store-copy.scm
>   LOAD     guix/build/utils.scm
>   LOAD     guix/build/union.scm
>   LOAD     guix/build/profiles.scm
>   LOAD     guix/build/compile.scm
>   LOAD     guix/build/pull.scm
>   LOAD     guix/build/rpath.scm
>   LOAD     guix/build/cvs.scm
>   LOAD     guix/build/svn.scm
>   LOAD     guix/build/syscalls.scm
>   LOAD     guix/build/gremlin.scm
>   LOAD     guix/build/emacs-utils.scm
>   LOAD     guix/build/java-utils.scm
>   LOAD     guix/build/lisp-utils.scm
>   LOAD     guix/build/graft.scm
>   LOAD     guix/build/bournish.scm
>   LOAD     guix/build/qt-utils.scm
>   LOAD     guix/build/make-bootstrap.scm
>   LOAD     guix/search-paths.scm
>   LOAD     guix/packages.scm
>   LOAD     guix/import/print.scm
>   LOAD     guix/import/utils.scm
>   LOAD     guix/import/gnu.scm
>   LOAD     guix/import/snix.scm
>   LOAD     guix/import/cabal.scm
>   LOAD     guix/import/cran.scm
>   LOAD     guix/import/hackage.scm
>   LOAD     guix/import/elpa.scm
>   LOAD     guix/import/texlive.scm
>   LOAD     guix/scripts.scm
>   LOAD     guix/scripts/download.scm
>   LOAD     guix/scripts/perform-download.scm
>   LOAD     guix/scripts/build.scm
>   LOAD     guix/scripts/archive.scm
>   LOAD     guix/scripts/import.scm
>   LOAD     guix/scripts/package.scm
>   LOAD     guix/scripts/gc.scm
>   LOAD     guix/scripts/hash.scm
>   LOAD     guix/scripts/pack.scm
> Backtrace:
> In ice-9/r4rs.scm:
>   90: 19 [dynamic-wind #<procedure 1744360 at ice-9/eval.scm:416:20 ()> ...]
>   90: 18 [dynamic-wind #<procedure 17442d0 at ice-9/eval.scm:416:20 ()> ...]
> In ice-9/eval.scm:
>  432: 17 [eval # #]
>  432: 16 [eval # #]
>  481: 15 [lp (#<fluid 16>) (#<output: void 11b7a90>)]
> In ice-9/boot-9.scm:
> 2864: 14 [resolve-interface (guix scripts pack) #:select ...]
> 2789: 13 [#<procedure 1381ae0 at ice-9/boot-9.scm:2777:4 (name #:optional 
> autoload version #:key ensure)> # ...]
> 3065: 12 [try-module-autoload (guix scripts pack) #f]
> 2401: 11 [save-module-excursion #<procedure 69daed0 at 
> ice-9/boot-9.scm:3066:17 ()>]
> 3085: 10 [#<procedure 69daed0 at ice-9/boot-9.scm:3066:17 ()>]
> In unknown file:
>    ?: 9 [primitive-load-path "guix/scripts/pack" ...]
> In ice-9/eval.scm:
>  453: 8 [eval # ()]
>  387: 7 [eval # ()]
>  387: 6 [eval # ()]
>  387: 5 [eval # ()]
>  387: 4 [eval # ()]
>  387: 3 [eval # ()]
>  387: 2 [eval # ()]
>  393: 1 [eval #<memoized gzip> ()]
> In unknown file:
>    ?: 0 [memoize-variable-access! #<memoized gzip> #<directory # 6d10bd0>]
>  
> ERROR: In procedure memoize-variable-access!:
> ERROR: gzip: unbound variable
> Makefile:5310: recipe for target 'make-go' failed
> make[2]: *** [make-go] Error 1
> make[2]: Leaving directory '/home/itsme/guix-0.14.0'
> Makefile:4441: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/itsme/guix-0.14.0'
> Makefile:3031: recipe for target 'all' failed
> make: *** [all] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]