From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix pull issue Date: Tue, 04 Sep 2018 10:21:00 +0200 Message-ID: <87a7oxzn9v.fsf@elephly.net> References: <87k1o5cls4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fx6aW-0002xY-De for help-guix@gnu.org; Tue, 04 Sep 2018 04:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fx6aT-0003Uf-JI for help-guix@gnu.org; Tue, 04 Sep 2018 04:21:28 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21006) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fx6aT-0003UI-AX for help-guix@gnu.org; Tue, 04 Sep 2018 04:21:25 -0400 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: vikram sai balaji ulaganathan Cc: help-guix@gnu.org Hi, vikram sai balaji ulaganathan writes: > srfi/srfi-1.scm:592:17: In procedure map1: > Throw to key `srfi-34' with args `(# [message: "error parsing derivation > `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv': > expected string `Derive(['" What are the contents of this derivation file? Mine looks like this: --8<---------------cut here---------------start------------->8--- Derive([("out","/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz","sha256","a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd")],[],["/gnu/store/45895gr0x2ajy61y7v18jikwgsv8arh7-mirrors","/gnu/store/wvbspgpk15aq6kcf2f67xjai1fbkbyqc-content-addressed-mirrors"],"x86_64-linux","builtin:download",[],[("content-addressed-mirrors","/gnu/store/wvbspgpk15aq6kcf2f67xjai1fbkbyqc-content-addressed-mirrors"),("impureEnvVars","http_proxy https_proxy LC_ALL LC_MESSAGES LANG COLUMNS"),("mirrors","/gnu/store/45895gr0x2ajy61y7v18jikwgsv8arh7-mirrors"),("out","/gnu/store/bjpalrv9f49d2k40p7ga0y6dwdys9w5j-bzip2-1.0.6.tar.gz"),("preferLocalBuild","1"),("url","\"https://web.archive.org/web/20180624184806/http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz\"")]) --8<---------------cut here---------------end--------------->8--- Could it be that it is an empty file? If that the case your file system may be corrupt. -- Ricardo