From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#36363: let's encrypt hash mismatch Date: Mon, 24 Jun 2019 19:23:02 +0200 Message-ID: <20190624192302.0eccdd72@tachikoma.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44879) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfShJ-0004P0-1Y for bug-guix@gnu.org; Mon, 24 Jun 2019 13:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfShG-0004Jj-VS for bug-guix@gnu.org; Mon, 24 Jun 2019 13:24:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44346) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfShG-0004Id-Cu for bug-guix@gnu.org; Mon, 24 Jun 2019 13:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfShG-0006BB-6y for bug-guix@gnu.org; Mon, 24 Jun 2019 13:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44616) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfSgf-0003VZ-ER for bug-guix@gnu.org; Mon, 24 Jun 2019 13:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfSge-0003X6-4f for bug-guix@gnu.org; Mon, 24 Jun 2019 13:23:25 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:52646) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfSgd-0003JP-Qd for bug-guix@gnu.org; Mon, 24 Jun 2019 13:23:24 -0400 Received: from tachikoma.lepiller.eu (89-92-10-229.hfc.dyn.abo.bbox.fr [89.92.10.229]) by lepiller.eu (OpenSMTPD) with ESMTPSA id bd913a00 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 24 Jun 2019 17:23:13 +0000 (UTC) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36363@debbugs.gnu.org Hi! trying to run guix pull on the overdrive at my place to try and fix a bug in openssh which doesn't start at boot, I get this error message: building /gnu/store/qvrwd6v9jy50j121f963v7rps8fc8qsa-isrgrootx1.pem.drv... building /gnu/store/3s8l6bg8gsfxrqallc5w02drl1m021ky-letsencryptauthorityx3= .pem.drv... Starting download of /gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem From https://letsencrypt.org/certs/isrgrootx1.pem... Starting download of /gnu/store/bcq7sqhg18b7b1q87j8z60d5hybsdafm-letsencryptauthorityx3.pem =46rom https://letsencrypt.org/certs/letsencryptauthorityx3.pem... downloading from https://letsencrypt.org/certs/isrgrootx1.pem... downloading from https://letsencrypt.org/certs/letsencryptauthorityx3.pem... letsencryptauthorityx3.pem 2KiB 385KiB/s 00:00 [##################] 100.0% sha256 hash mismatch for /gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem: expected hash: 0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y actual hash: 0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac hash mismatch for store item '/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem' build of /gnu/store/qvrwd6v9jy50j121f963v7rps8fc8qsa-isrgrootx1.pem.drv failed View build log at '/var/log/guix/drvs/qv/rwd6v9jy50j121f963v7rps8fc8qsa-isrgrootx1.pem.drv.b= z2'. cannot build derivation `/gnu/store/03xigpq7w1ll67ydrwhjydmybdj5gd2i-le-certs-0.drv': 1 dependencies couldn't be built guix pull: error: build failed: build of `/gnu/store/03xigpq7w1ll67ydrwhjydmybdj5gd2i-le-certs-0.drv' failed Thanks!