[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build error in guix/scripts/pack.scm: no binding 'zip' to hide
From: |
David Wilson |
Subject: |
Build error in guix/scripts/pack.scm: no binding 'zip' to hide |
Date: |
Sat, 09 Nov 2019 19:47:04 -0800 |
User-agent: |
Cyrus-JMAP/3.1.7-509-ge3ec61c-fmstable-20191030v1 |
Hey Guix,
After syncing to the latest in master today, I've started getting the following
error when I try to rebuild Guix:
--- SNIP ---
[ 11%] LOAD guix/scripts/upgrade.scm
[ 11%] LOAD guix/scripts/search.scm
[ 11%] LOAD guix/scripts/show.scm
[ 11%] LOAD guix/scripts/gc.scm
[ 11%] LOAD guix/scripts/hash.scm
[ 11%] LOAD guix/scripts/pack.scm
error: failed to load 'guix/scripts/pack.scm':
ice-9/eval.scm:293:34: no binding `zip' to hide in module (gnu packages
compression)
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
make[2]: *** [Makefile:5669: make-go] Error 1
make[2]: Leaving directory '/home/daviwil/Projects/Code/guix'
make[1]: *** [Makefile:4743: all-recursive] Error 1
make[1]: Leaving directory '/home/daviwil/Projects/Code/guix'
make: *** [Makefile:3234: all] Error 2
--- SNIP ---
I've tried running 'make clean' and 'make distclean' to see if it's out of date
bits, but neither of those helped. Any idea what could be going wrong here?
Thanks!
David
- Build error in guix/scripts/pack.scm: no binding 'zip' to hide,
David Wilson <=