From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <7633b93a-f50b-4b37-9b94-bc1e8c7b6af2@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55895) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTeCJ-0006Hb-EL for help-guix@gnu.org; Sat, 09 Nov 2019 22:47:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTeCI-0003el-Cf for help-guix@gnu.org; Sat, 09 Nov 2019 22:47:31 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:54101) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTeCH-0003eV-V0 for help-guix@gnu.org; Sat, 09 Nov 2019 22:47:30 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id DDB752151C for ; Sat, 9 Nov 2019 22:47:27 -0500 (EST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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