From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YL3TJxIB4l+ReAAA0tVLHw (envelope-from ) for ; Tue, 22 Dec 2020 14:22:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CEGTIxIB4l/9MAAAbx9fmQ (envelope-from ) for ; Tue, 22 Dec 2020 14:22:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 659EF9402A9 for ; Tue, 22 Dec 2020 14:22:09 +0000 (UTC) Received: from localhost ([::1]:38718 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kriYC-0001TC-9V for larch@yhetil.org; Tue, 22 Dec 2020 09:22:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kriY6-0001T2-6S for guix-patches@gnu.org; Tue, 22 Dec 2020 09:22:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37733) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kriY5-0005iL-V1 for guix-patches@gnu.org; Tue, 22 Dec 2020 09:22:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kriY5-0005uA-Qa for guix-patches@gnu.org; Tue, 22 Dec 2020 09:22:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 22 Dec 2020 14:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45298 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Received: via spool by 45298-submit@debbugs.gnu.org id=B45298.160864691822689 (code B ref 45298); Tue, 22 Dec 2020 14:22:01 +0000 Received: (at 45298) by debbugs.gnu.org; 22 Dec 2020 14:21:58 +0000 Received: from localhost ([127.0.0.1]:49279 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kriY2-0005tt-AI for submit@debbugs.gnu.org; Tue, 22 Dec 2020 09:21:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kriY0-0005te-AV for 45298@debbugs.gnu.org; Tue, 22 Dec 2020 09:21:57 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58871) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kriXv-0005fc-4H; Tue, 22 Dec 2020 09:21:51 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=44028 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kriXu-0005kb-Og; Tue, 22 Dec 2020 09:21:50 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 22 Dec 2020 15:21:49 +0100 In-Reply-To: (Greg Hogan's message of "Thu, 17 Dec 2020 09:57:34 -0500") Message-ID: <87pn312a6a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45298@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.82 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 659EF9402A9 X-Spam-Score: -2.82 X-Migadu-Scanner: scn0.migadu.com X-TUID: tB1uAq/BQLbC Hi, Greg Hogan skribis: > For the core-updates branch. [...] > + (version "0.3.13") > (source > (origin > (method url-fetch) > @@ -3637,7 +3637,7 @@ parts of it.") > (file-name (string-append name "-" version ".tar.gz")) > (sha256 > (base32 > - "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3")))) > + "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj")))) I get: --8<---------------cut here---------------start------------->8--- sha256 hash mismatch for /gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-openbl= as-0.3.13-checkout: expected hash: 09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj actual hash: 14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj hash mismatch for store item '/gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-o= penblas-0.3.13-checkout' --8<---------------cut here---------------end--------------->8--- Could you take a look and see if this is because the Git tag was changed in place? Also, =E2=80=98core-updates=E2=80=99 is now at 0.3.10 so the patch didn=E2= =80=99t apply out of the box. Thanks, Ludo=E2=80=99.