From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 dLGWA/cRp2IEWgEAbAwnHQ (envelope-from ) for ; Mon, 13 Jun 2022 12:31:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0NJqAfcRp2L+vAAAG6o9tA (envelope-from ) for ; Mon, 13 Jun 2022 12:31:19 +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 9C2F23C9B9 for ; Mon, 13 Jun 2022 12:31:18 +0200 (CEST) Received: from localhost ([::1]:54948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o0hLp-000874-Ed for larch@yhetil.org; Mon, 13 Jun 2022 06:31:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hLa-00085W-Lv for bug-guix@gnu.org; Mon, 13 Jun 2022 06:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35191) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o0hLa-0008Hk-AY for bug-guix@gnu.org; Mon, 13 Jun 2022 06:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o0hLa-0007aM-80 for bug-guix@gnu.org; Mon, 13 Jun 2022 06:31:02 -0400 Subject: bug#54750: (gnu packages racket) assumes that (ice-9 exceptions) exist, breaks pulling from old Guix Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 13 Jun 2022 10:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54750 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos Cc: Giovanni Biscuolo , 54750-done@debbugs.gnu.org, 54546@debbugs.gnu.org Mail-Followup-To: 54750@debbugs.gnu.org, ludo@gnu.org, michael.a.chirillo@gmail.com Received: via spool by 54750-done@debbugs.gnu.org id=D54750.165511622529084 (code D ref 54750); Mon, 13 Jun 2022 10:31:02 +0000 Received: (at 54750-done) by debbugs.gnu.org; 13 Jun 2022 10:30:25 +0000 Received: from localhost ([127.0.0.1]:57317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0hKz-0007Yz-Cm for submit@debbugs.gnu.org; Mon, 13 Jun 2022 06:30:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0hKy-0007Yi-B3; Mon, 13 Jun 2022 06:30:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35728) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hKs-0008Dg-NU; Mon, 13 Jun 2022 06:30:18 -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=xw566YFWZemZHSVXtDOXDitcfQ+yX4CyqFRf7u43oRc=; b=nWthLdQYJqwhfORLj+gJ vIjeQjzb3kxMGgwBjP/ABM2+xq/ubQ+BXZ9dYFc1F16vb64fbp+sbJaWFddUcLNBWOj1+SD7+ZiOb YSLPoWtpv6x1yIYszeeTqbq94Dsc1VZymrjnJD0PtVBptq3fqACGKM6Wy8c0Y/zloPlTXn0koiYeu PFpXIoqmBgbEIU62kYJ1tLywA3SkRUggDP0rstkNLQeOgrsZwtWi6l7xjk88uTlhsgZv32pcM4fk8 /eIdWOOjHfVsXoub4tmonTGNVo+TqrEnEWWgqoSHgk35J7Mk2L0Gs0arr2NtV+UJlmGr1IioN4njB TzhPnSy84X//UA==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=40086 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0hKr-0005UI-Ra; Mon, 13 Jun 2022 06:30:18 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87v8w3iet3.fsf@xelera.eu> <93a60eb79eb33ab89474174ce48ab19e8221ba3c.camel@telenet.be> <87sfr7idco.fsf@xelera.eu> <21c0ce52d10e118957e6e32d895aeb94531050be.camel@telenet.be> Date: Mon, 13 Jun 2022 12:30:15 +0200 In-Reply-To: <21c0ce52d10e118957e6e32d895aeb94531050be.camel@telenet.be> (Maxime Devos's message of "Sat, 26 Mar 2022 19:09:29 +0100") Message-ID: <87leu0svns.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" 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=1655116278; 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-to: 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=xw566YFWZemZHSVXtDOXDitcfQ+yX4CyqFRf7u43oRc=; b=TVxsCuKMHR9s/w7qOmKb0GDFBQbLzNmmvAyyYw2y33GUth78PwaIiVK4LWpwDepCXB0rt4 LAzO1UKB10/PEaYPc2QOwstJr56Gal+H4r9PUoMPrTsom7wRAcKzIvb2BnwnMK457SaCQm SbFbANTNW9FjM+Ov+5BvznrThvqTRyOfMFgfqdri5J6FmoHfbQbkzSmJwGzIp+xAfJonwi HplnrQCx8h3U6uNFORCPdbPAVA4lA4wIax/jzdAS0L7x7Lh70gEteEo5qV/qQ8fEPbuLWi 5yD2sy2BmfoPf4A0t26CDmOnxmFc8UkplV7YKoULaJOYxF8xpxtWZ0DLquWU1Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655116278; a=rsa-sha256; cv=none; b=fYUAok8Apo1AA5jJxqtxftfyH2HxTr6U73Jdu4rE2CDWhFxBp1kP3Bo9zcqd80LUIeZ83r 2zbQzYuY6qJrKhqMTqeuzW0qzNrcj4enGnZx42+ELYQ3Nyzw3onFmjVgaJETCJgOUpILPv VvXrVfuMZrbkw2zUgrA9yJIvKCZuqxC0wv2/rJl9/gsBZubeZe81aQ0FMpWfnzQ/jseVkS 67xt4pObBfWVNpt/3KDj+6T1/W1kmvdKrt95V+hCSU6740FjKhAO1CzStD42RuGhuVKVxg QBdPRXe0gYe0PvZHk0IBB/InrauQZlYWuq70cVXRMxed3OOunRGsjPW+Lz68QA== 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=nWthLdQY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=nWthLdQY; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9C2F23C9B9 X-Spam-Score: -3.89 X-Migadu-Scanner: scn1.migadu.com X-TUID: w+TldM7b4iiZ Hi, For some reason I had not seen this issue earlier; too bad it remained for this long. This is now fixed in 8918ce6d1622303465e716ae491b8e5124c7aece. Thanks, Ludo=E2=80=99.