From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id AM0aMe/ieGJxQAAAbAwnHQ (envelope-from ) for ; Mon, 09 May 2022 11:46:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id mDTVMO/ieGKu9gAAauVa8A (envelope-from ) for ; Mon, 09 May 2022 11:46:23 +0200 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 794F63D9E7 for ; Mon, 9 May 2022 11:46:23 +0200 (CEST) Received: from localhost ([::1]:51834 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnzxw-00021z-QN for larch@yhetil.org; Mon, 09 May 2022 05:46:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnzwt-0001z3-7y for guix-patches@gnu.org; Mon, 09 May 2022 05:45:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34003) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nnzws-0003cy-Oo for guix-patches@gnu.org; Mon, 09 May 2022 05:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nnzws-0002uk-MO for guix-patches@gnu.org; Mon, 09 May 2022 05:45:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55248] [PATCH 0/7] gnu: Update Racket to 8.5 and Chez Scheme to 9.5.8. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 09 May 2022 09:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55248 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Philip McGrath Cc: Liliana Marie Prikler , Maxime Devos , Liliana Marie Prikler , 55248@debbugs.gnu.org Received: via spool by 55248-submit@debbugs.gnu.org id=B55248.165208945411076 (code B ref 55248); Mon, 09 May 2022 09:45:02 +0000 Received: (at 55248) by debbugs.gnu.org; 9 May 2022 09:44:14 +0000 Received: from localhost ([127.0.0.1]:56132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnzw5-0002sa-UX for submit@debbugs.gnu.org; Mon, 09 May 2022 05:44:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnzw5-0002sH-8D for 55248@debbugs.gnu.org; Mon, 09 May 2022 05:44:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47966) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnzvy-0003XO-AW; Mon, 09 May 2022 05:44:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=+QKEC4qNqsnvchena1luV1/f5luEuVHzgWGAKpyyM80=; b=J99to1YAXkwT5vLvkh8z L/j2i3YdQYbmh5mH5e7ivCcgmHAWC4rJTOZVjJ0zgWW35ocEyjgHSgWvOxGKTSxO0rl3A8ji4lxc0 b4CboqG2WM71xk1hwgDRRcnA9PJkRLOaJYIgwAwt75U9x/UU8V6aClu6s1WajKdzvBULSP1jcQ7ZX Arw5eIpyQojTWBXV4JptOrL47zF7HNOwxLAwagtco1VX/iSwAuzxkC7c4tVsJHBf+soC76TDP4BaY esNBwsGriUJMABOP73brPCINqRx9CVcSxFz1HIl62eeLdfP1yG2j5ODDPtv8XfgjU7uJsvuWxHsPJ Kfe4YeDY/gYE4w==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44916 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnzvx-0008Db-Ks; Mon, 09 May 2022 05:44:05 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 09 May 2022 11:44:02 +0200 In-Reply-To: (Philip McGrath's message of "Mon, 9 May 2022 02:02:41 -0400") Message-ID: <878rrbrqfx.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1652089583; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=+QKEC4qNqsnvchena1luV1/f5luEuVHzgWGAKpyyM80=; b=idpWfHVfA8CakQH+8BF67pYofqy8XxaCUFYS6AyBEnilHs4dSiB+2E6r61i0NrsLybjcX2 qSxbZ1xT5U329QuZZ0WfdE67AdDQQ8c1ImUtaTWX0vtYg3PGnWcBV9v6lWBsULrViZocHF B+txqgsPpgtbDwryw+69gk+yomuPvtizNVICOQpRTZajQBrVI1+33LDOEopIAWxlecyreO oDbn9PoV/DMG/CuOu3xm4oKdMWj5KwrZK/yKiRcZZSltVgbOrVQartmDjk7tVvif33rK8a 1k8NE1XWFzYVF7x+6HdutV3oHB18n0VbomnmBN4bUYFX/LCo3vj3dm6hxo3LGg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652089583; a=rsa-sha256; cv=none; b=rhtCcT3P1XTQVdnL+LKqxXawQ46LSmLRtonZTnSTQYCeJK6lOpnpiUSK852ocek7/nMMfn 7wUXrw8fQ1fvV52884lUZqTWX+9k922XL4F9uCXilF1bpHSUO306UsTnpERvZr/K3t3+sK MbeKd4YFIktcsF6P2wu7vqe2eXvf6CbjzomSecDLVzJKwD9dDpbd7rIlxwoTiFeI+Fuxav +pdSq80zYpucY7tj1I8MA4wHbQtcKJLmBUfQ3ZkWy2PT77/2gyoMAwexPjsUNo3ndQOBkP mqrnkV9Nb9nAJGBbdhVvOKPmWQZ6yxlPq9Uw1GBuCkjASHRl7/zpzV3NqPG4hQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=J99to1YA; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.40 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=J99to1YA; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 794F63D9E7 X-Spam-Score: -2.40 X-Migadu-Scanner: scn1.migadu.com X-TUID: M7jqlbLkLqrS Hi Philip, Philip McGrath skribis: > gnu: racket: Update to 8.5. > gnu: racket: Fix out-of-source build. > gnu: chez-scheme: Update to 9.5.8. > gnu: chez-scheme: Refactor documentation phases. > gnu: chez-scheme: Refactor configure phase and fix '--threads'. > gnu: stex: Get machine type dynamically. > gnu: chez-upstream-features-for-system: Improve implementation. > gnu: chez-scheme-for-racket: Fix supported systems. > gnu: chez-scheme-for-system: Adjust for bytecode backend. I applied the whole series (great work!), but stumbled upon this: --8<---------------cut here---------------start------------->8--- r:sha256 hash mismatch for /gnu/store/mipblqr29m18gvcmqp5j5s3aj5jknchy-rack= et-gui-8.5-checkout: expected hash: 0hqryw3md67j5z4d6bv5qx75w8z1vjxfixabf2xq9bj6k43yzzmi actual hash: 0r3ck4gxdhnzr1a1fi0f1i7gwfip7akq10qgcxza66pp57hnl0wx hash mismatch for store item '/gnu/store/mipblqr29m18gvcmqp5j5s3aj5jknchy-r= acket-gui-8.5-checkout' build of /gnu/store/xsbp1m2bh5wn4h0pxc7rr5pz4w88jfns-racket-gui-8.5-checkou= t.drv failed --8<---------------cut here---------------end--------------->8--- Could it be that the v8.5 tag on that repo was modified in place? You can resent just this one patch if you want, if it=E2=80=99s just a matt= er of changing the hash. Thanks, Ludo=E2=80=99.