From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Wilson" Subject: Re: Build error in guix/scripts/pack.scm: no binding 'zip' to hide Date: Tue, 12 Nov 2019 06:37:33 -0800 Message-ID: References: <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]:58162) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iUXIr-0008Kf-9j for help-guix@gnu.org; Tue, 12 Nov 2019 09:37:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iUXIq-0003tQ-D1 for help-guix@gnu.org; Tue, 12 Nov 2019 09:37:57 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35159) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iUXIq-0003tF-9e for help-guix@gnu.org; Tue, 12 Nov 2019 09:37:56 -0500 In-Reply-To: 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: zimoun Cc: help-guix Hi Simon, Thanks for the reply! The commit where I see this error is 6623999c51788db9107142ea899de81ff751b0a4, though I'm sure that it must have started at an earlier commit. Interestingly, when I make a fresh new clone of the Guix repo I do not encounter this error, so I think I must have broken something in my initial clone. After sending the first email in this thread, I found and ran the `make maintainer-clean` target but that didn't seem to clear up the issue either. At any rate, I'm able to write package definitions in my new clone at the moment so I'm not blocked anymore! Thanks, David On Tue, Nov 12, 2019, at 4:04 AM, zimoun wrote: > Hi David, > > Could you provide the Git commit you are using? > Do you "guix environment guix" when building Guix? > > All the best, > simon >