From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36363: let's encrypt hash mismatch Date: Mon, 24 Jun 2019 22:09:23 +0200 Message-ID: <874l4e4ufg.fsf@gnu.org> References: <20190624192302.0eccdd72@tachikoma.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57914) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfVHw-0002yQ-1v for bug-guix@gnu.org; Mon, 24 Jun 2019 16:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfVHv-0003d6-0j for bug-guix@gnu.org; Mon, 24 Jun 2019 16:10:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44533) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfVHu-0003cT-TF for bug-guix@gnu.org; Mon, 24 Jun 2019 16:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfVHu-00010e-EF for bug-guix@gnu.org; Mon, 24 Jun 2019 16:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190624192302.0eccdd72@tachikoma.lepiller.eu> (Julien Lepiller's message of "Mon, 24 Jun 2019 19:23:02 +0200") 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: Julien Lepiller Cc: 36363@debbugs.gnu.org Hi Julien, Julien Lepiller skribis: > expected hash: 0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y > actual hash: 0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac > hash mismatch for store item > '/gnu/store/1drx7dy1zakc0xs60nb0im1jbvxp11dj-isrgrootx1.pem' build I believe you=E2=80=99d be fine if substitutes were enabled, but they=E2=80= =99re not. In the meantime, you can fetch those files with something like: wget -O /tmp/isrgrootx1.pem \ http://berlin.guix.gnu.org/file/isrgrootx1.pem/sha256/0zhd1ps7sz4w1x52x= k3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y guix download file:///tmp/isrgrootx1.pem But yeah, like Tobias writes, it=E2=80=99s a bit of a problem. Should we m= irror them somewhere? Does Let=E2=80=99s Encrypt have them under a versioned URL elsewhere? HTH, Ludo=E2=80=99.