From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 0PqFLC10rGSNMAAASxT56A (envelope-from ) for ; Mon, 10 Jul 2023 23:12:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id EO1UKy10rGSyNAEAG6o9tA (envelope-from ) for ; Mon, 10 Jul 2023 23:12:13 +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 5FFF04D37A for ; Mon, 10 Jul 2023 23:12:13 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=lfodpIlq; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689023533; 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: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=yHtECWRvYel2Eex7KFhCpc3K+2Tb/VGSctJYkF5vRqE=; b=MnVjOIq3x34hR90a+rWlaaoIPscZtDlWojRdL+lXBek5aut3RH4GXUKu4bm9CC5vPeotB6 /0ClMPgdQJbhkba9H3HvtF33owceHzvjxzuVALI8bxATu1JyT1qxD7gesTbDYfBGrCJZin fgaHg0X83TWMnVm2EmiNO5YdzYRnAxWe3c0tq9pXp3F5IwjFiOi+BS+qAKvQ50pRJneyMA CzmUKiJNdG+4NF3Jvm+W8XTYgzvf9H5PZAqGFBLDXUZjkrRk13J3lyudt9sKokg8hJ7Fgr 8fJEi4BGNDf8jBHb+K7KvKjmO/8wObrtdYxbsd+I5Km/tW306pJ916ThQ9KCpA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689023533; a=rsa-sha256; cv=none; b=j7+HHzvLsPqA2RZxJiaJSuKHUd2X1dD/dcB+/5beLIivhT0e+KUUILQSuV3t1af49zVcpc 1VgElY8NZGpADfuxqv04BMwfQPnNE+Tt2/8Zg6Rn/4sDs1VBZQFzA5verKntDvTWt0MZXP 7Zt52mpmdQvicCUK5aAcaus/sV75mfhfkAiCwOxabfUuI9XNTFYNH5Sk4hbuT0WpciHgga yzafQQ5IXN++ptQUybKwPtz8jV7Vf/y2cbNSX55CK0aCf+85T7sUQwZI7P0JsV2mqA0Mct A6L0HR/AxTNsRNhQT0aC39HcQMIOM6ZAbjDSHmepAfbg7efr0t06+YaXKuh9cA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=lfodpIlq; 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=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qIyAu-0004pI-9p; Mon, 10 Jul 2023 17:12:04 -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 1qIyAs-0004p9-GF for guix-patches@gnu.org; Mon, 10 Jul 2023 17:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qIyAs-0004mb-7v for guix-patches@gnu.org; Mon, 10 Jul 2023 17:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qIyAr-0006gl-MZ for guix-patches@gnu.org; Mon, 10 Jul 2023 17:12:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64201] References: In-Reply-To: Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 10 Jul 2023 21:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64201 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64201@debbugs.gnu.org Cc: Tobias Geerinckx-Rice Received: via spool by 64201-submit@debbugs.gnu.org id=B64201.168902349525676 (code B ref 64201); Mon, 10 Jul 2023 21:12:01 +0000 Received: (at 64201) by debbugs.gnu.org; 10 Jul 2023 21:11:35 +0000 Received: from localhost ([127.0.0.1]:49251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIyAR-0006g4-GQ for submit@debbugs.gnu.org; Mon, 10 Jul 2023 17:11:35 -0400 Received: from mail-lf1-f52.google.com ([209.85.167.52]:48425) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qIyAQ-0006fs-BG for 64201@debbugs.gnu.org; Mon, 10 Jul 2023 17:11:34 -0400 Received: by mail-lf1-f52.google.com with SMTP id 2adb3069b0e04-4f766777605so7785486e87.1 for <64201@debbugs.gnu.org>; Mon, 10 Jul 2023 14:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689023488; x=1691615488; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=yHtECWRvYel2Eex7KFhCpc3K+2Tb/VGSctJYkF5vRqE=; b=lfodpIlqnSk0dfhqGtP86xnLE7Ucq6uUDsnDt1q9Pk3yMHpqicg1kvV52JiKGBPRvW VmKK3ztGoXB8gaUkv5PGpSXFPXjsJraYKoLCO6OT9Be2b+PryWQc9TnnaXhBWH7hBJ3Q I8YprGFNmAiniMSQQSYkYx0s+k9DwMj3dIewvaQ4FvkIAwm/QbUpVdYkV2oDh6ZRlv78 VKoamT4819OxdOX0JgZmsHxY4RIGayxba41qlmIMtfxwC3oftRgUEKOraAqPd/F+7DZj 3dzbJ/rphiXuoeCk/6iyiygwGvOqK/8rp5VLAUqnLLSXdpJI5zdHO5gWR1DxNJrIjGrn qrTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689023488; x=1691615488; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=yHtECWRvYel2Eex7KFhCpc3K+2Tb/VGSctJYkF5vRqE=; b=lqfbKTO3dMxpBxN5cVXj3IhOVU2q1oJqtVdCK0HtEXny5dXv8kzlqhUGz8nLRUFj4P bxesVg6vNkJhI5Pv/kkURnX3QOR8ZtC+Xfc4EC6tmgBKkIE5BeMEPntOU8qr4eDPphh9 Q14+ODScaFEyECE7Kb5LCsKmUM4+dA7sE2jSjpgtDeL+D8Gurx4k8NfZgROX1/I84mnK Br4/yZBuoN3CGTRhgzEwAupB4fw5cDB+LmFB17S5jwo3tru7IZr4T8ESQuIgSQk4khyr f3LrUnaW4/zn7M3+4GRJeXbzAZC0/xwmknRxc65pvQTYv+ZCxoG4YrTju3q32wbLWshO 7LZg== X-Gm-Message-State: ABy/qLaEJesuB9acudkj5C+MYy4Cscgu9btwqJKVbsPQMaWH6PHfTLph jjb12tYBZterrSQZMfNmsMs5yeQyx7OuPc1b6KKbYNKW X-Google-Smtp-Source: APBJJlGnRqyIIxX5LtUAQP20OMJZ/M086RWWegYWJR0cBeS1KpW1mtqPsCEGfBTUQPro68cpyo5NP4HVDp2BqsYzHWA= X-Received: by 2002:a05:6512:2315:b0:4f8:5cde:a44f with SMTP id o21-20020a056512231500b004f85cdea44fmr13589889lfu.10.1689023488003; Mon, 10 Jul 2023 14:11:28 -0700 (PDT) MIME-Version: 1.0 From: Sharlatan Hellseher Date: Mon, 10 Jul 2023 22:11:14 +0100 Message-ID: Content-Type: multipart/alternative; boundary="0000000000000513c50600286d90" 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.16 X-Spam-Score: -3.16 X-Migadu-Queue-Id: 5FFF04D37A X-Migadu-Scanner: mx2.migadu.com X-TUID: vERfTzalw1vL --0000000000000513c50600286d90 Content-Type: text/plain; charset="UTF-8" Hi Guix, A gentle ping on this issue - updates and build fixes. Let me know if I need to rebase or adjust it. Thanks, Okeg --0000000000000513c50600286d90 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Guix,

A g= entle ping on this issue - updates and build fixes.
= Let me know if I need to rebase or adjust it.

Thanks,
Okeg
--0000000000000513c50600286d90--