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 2OXQEdbUIGOzXgEAbAwnHQ (envelope-from ) for ; Tue, 13 Sep 2022 21:07:02 +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 UO77ENbUIGO8wgAAG6o9tA (envelope-from ) for ; Tue, 13 Sep 2022 21:07:02 +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 DE5958E33 for ; Tue, 13 Sep 2022 21:07:01 +0200 (CEST) Received: from localhost ([::1]:48144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYBFM-0001j2-T5 for larch@yhetil.org; Tue, 13 Sep 2022 15:07:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56894) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYBBW-0007BR-TS for guix-patches@gnu.org; Tue, 13 Sep 2022 15:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35992) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oYBBW-0005Rl-Bl for guix-patches@gnu.org; Tue, 13 Sep 2022 15:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oYBBW-0007w1-62 for guix-patches@gnu.org; Tue, 13 Sep 2022 15:03:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56638] [PATCH v3] gnu: Add asli. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 13 Sep 2022 19:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56638 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56638@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 56638-submit@debbugs.gnu.org id=B56638.166309577830491 (code B ref 56638); Tue, 13 Sep 2022 19:03:02 +0000 Received: (at 56638) by debbugs.gnu.org; 13 Sep 2022 19:02:58 +0000 Received: from localhost ([127.0.0.1]:52924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYBBR-0007vj-Px for submit@debbugs.gnu.org; Tue, 13 Sep 2022 15:02:58 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:21525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYBBO-0007vV-Ns for 56638@debbugs.gnu.org; Tue, 13 Sep 2022 15:02:56 -0400 Date: Tue, 13 Sep 2022 19:02:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1663095768; x=1663354968; bh=04XBivTrYqEKhmC1tkbFjWi56lk0PP/R0DSNdoFaKUs=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=WY9S7O5tteXDDY7EPKuUEroCh9mQwMxFgZ2dssOgp0vLfVOwPGRftJ3VxtT98eeKN 9Kk3mEiBR/Ay2k2/nj5NUmiPoBy5dH3X4X3X9p/a4Uy3ssljxyb8ESfFwtdCj35M56 kyMFBoAtbOfeFoBm6EVQ6mmT/ZsNWqM5sTAl0C1RCGJae5dXgUD557ZTKmRZRUitFB 8jJl1EAf8b2AkB2Ht8Mo5lpaOGr+EVY530Wfo09Du/1qobTjp3kBOB7v7gITvyoQWR UaIHMSpA6KGeuRnJW4kqkZ0Ay8KkOJSQEC2SOH/cU7idPYvcWpOC/NLFZkh6LlLShA hC91VWi6/2O9A== From: "Paul A. Patience" Message-ID: <87a673kshd.fsf@apatience.com> In-Reply-To: <20220902203420.17483-1-paul@apatience.com> References: <20220902203420.17483-1-paul@apatience.com> Feedback-ID: 19227857:user:proton 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=1663096022; 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=04XBivTrYqEKhmC1tkbFjWi56lk0PP/R0DSNdoFaKUs=; b=fRm9J5XNkJIHesmKAkJtf+400/2+DnL6GhbTGK6ZVO2MQ0qxoLlORbNm6Dt6APKq/0tJAk LTv4cuJLfrEgpjiKYOjGa3I8pvVJxsIkAQ+PNsJMZTtM+6Ie7CQxixD2IG2wC2HctP1+da JlhYYCuIJATE7Y3YbnoOFJjwb7BzUb76RVVOQuTmhKlImYFwKMDDld5j0T/U0k3FSbvKgH DsMow1qEj3ehgcRaOZWx+3XXMxjKt9m55oL8jGFni481V3k4BuUa8mb6c1hAUV0L8/aLLy nW56qFWwYGujXyDJYF3piGRENLFnsjdiQsw+HdLRJ1BJHVnF0o06PMzAkQPBDg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1663096022; a=rsa-sha256; cv=none; b=dVSZyxoNOZ3YsbOIAW8h2FLnQlNVFDX8Mp0XznazzoIzNhz19uROVZ8jxGrp/WqxxFSd7X LhA1Px+51RT3f/2O3OcWnZHhAICjn/ps8VyuEww2Q7tX4Qpy7hVqqL5+G2cgE6GKLJzCMY 3lhn2uXKfzR8Zy1HfG4Nx7wD8ldFxA8qKqFrcjKiDMIN1V4abAxhLGClWQJ8YsqT7258I/ e5ICLrl9lJpaeh4pvz24kAU7nAwORSMXt9MF5JzM60sEAFA7xfFMRlMQWcacOYHGpLXza6 yIYdAuzj1++SnTIRWkDIzytteFAxavvewNpW1Mmz+LKxray0VpFlgCBCOJbgDw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=WY9S7O5t; dmarc=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" X-Migadu-Spam-Score: 1.19 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail3 header.b=WY9S7O5t; dmarc=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" X-Migadu-Queue-Id: DE5958E33 X-Spam-Score: 1.19 X-Migadu-Scanner: scn1.migadu.com X-TUID: o10xz1LPP3cX Hi Ludo, On 2022-09-02 16:34:29-04:00, Paul A. Patience wrote: > I've added the header line to the patch file as you requested, > but I can't reproduce your failure to build the derivation. > The patch applies cleanly for me. > What command are you running so I can try to reproduce it? Just pinging you, since I forgot to CC you in the v3 patch. Best regards, Paul