From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gMvkH8bWM2XPbQEAG6o9tA:P1 (envelope-from ) for ; Sat, 21 Oct 2023 15:48:54 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gMvkH8bWM2XPbQEAG6o9tA (envelope-from ) for ; Sat, 21 Oct 2023 15:48:54 +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 45CAA65F41 for ; Sat, 21 Oct 2023 15:48:54 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697896134; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to: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; bh=xHg3RyMcjMs9JZFA84dCQeAN83IHpqZ980UY6pjI4GQ=; b=l2QMUPvpZps68G34yfF8cKW8FaAu0KYw+b9yvHSmpiMJrMys41Ky4Auia0Z9T02jUQEaEm YH9I/C/A6R19Cy8+0CwW1ywON2rrdvhDFZaNIcb5t+j52egqQHp2B9DJW5GUS5TA41M+Z3 uMCPOgwDbg9OFVoZNYjMr5nkuGQDxS4gxDC6fWxxJ2cQChAUrIytlBy1aylSw6hHmx0Lwx FJTt1N1SRik+nIkxHATQqBc+/hKLy7Fl1g5QQytiif5g1qskflkUN5oYASFcytkR7CYL9U z7P6ufVqnMk7VI9/dkj+k7Lj4rshkAeLtNvTpQyTWCWiU4cYHBwdZ4AfGCkS7w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697896134; a=rsa-sha256; cv=none; b=o+CxRF9ErfAphgTDw9QHUFKfM5wr8r0ZOK18CBMPvT4UVhD1Ei2/ndFFpoHKJ6EuyRxIJn K6KwZOOW7zMQ4NWOjuB1uFABzHVFTIcCJJdrmqpmdm7z98L9V6qXz2LvtiFOsHoBzZcmkK 9rL1/4W/GNayh6u0rYEbjbVU6/3oeOUbkT/FSd9pID9BLToGTiMRtSqSfSQiVNmVLMNmlQ bqQ9EsOk598Qts8nk82yHdzJcQUvZ+uYGeahVPDvOBUy3dpxe3QKwu2uQofpjiv7u2kTcG A5zKZIUHCHOMnauHA1u4TiLhNnlkfYwOuAwumx+NiDPdeGKJkjG8+qrIH3TGHw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; 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"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quCKt-0002tU-MT; Sat, 21 Oct 2023 09:48:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtrrX-0000rt-1k for guix-patches@gnu.org; Fri, 20 Oct 2023 11:56:35 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtrrW-0006jv-Pb for guix-patches@gnu.org; Fri, 20 Oct 2023 11:56:34 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtrry-00041V-1B for guix-patches@gnu.org; Fri, 20 Oct 2023 11:57:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53392] Is there a reason this issue is not getting addressed? References: <7223e4b8a73de2ba01fc7a47eb3252587fe91d29.camel@rdmp.org> In-Reply-To: <7223e4b8a73de2ba01fc7a47eb3252587fe91d29.camel@rdmp.org> Resent-From: Dale Mellor Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 20 Oct 2023 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53392 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53392@debbugs.gnu.org Received: via spool by 53392-submit@debbugs.gnu.org id=B53392.169781737715403 (code B ref 53392); Fri, 20 Oct 2023 15:57:02 +0000 Received: (at 53392) by debbugs.gnu.org; 20 Oct 2023 15:56:17 +0000 Received: from localhost ([127.0.0.1]:41271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtrrE-00040M-Fc for submit@debbugs.gnu.org; Fri, 20 Oct 2023 11:56:17 -0400 Received: from rdmp.org ([52.19.174.175]:57688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtpPg-0004ZO-Dh for 53392@debbugs.gnu.org; Fri, 20 Oct 2023 09:19:45 -0400 Received: from [127.0.0.1] (helo=[IPv6:::1]) by rdmp.org with esmtp (Exim 4.94) (envelope-from ) id 1qtpP8-0004gb-Ra for 53392@debbugs.gnu.org; Fri, 20 Oct 2023 13:19:06 +0000 Message-ID: <69ac811d2100fd8d570a22925a66550fbc927a70.camel@rdmp.org> From: Dale Mellor Date: Fri, 20 Oct 2023 14:19:06 +0100 Organization: DM Bespoke Computer Solutions Ltd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 20 Oct 2023 11:56:15 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Sat, 21 Oct 2023 09:48:13 -0400 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: guix-devel-0brg6b@rdmp.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -0.05 X-Migadu-Queue-Id: 45CAA65F41 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -0.05 X-TUID: PiRyn2N6Fr/d I'm sick of fighting against this problem, is anyone going to consider pulling it?