From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GML6OagiA2UH2gAA9RJhRA:P1 (envelope-from ) for ; Thu, 14 Sep 2023 17:11:37 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GML6OagiA2UH2gAA9RJhRA (envelope-from ) for ; Thu, 14 Sep 2023 17:11:37 +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 3E83B5E4E8 for ; Thu, 14 Sep 2023 16:55:32 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FBe4wQ11; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694703332; 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=BfiC6GB5lnJdk+uVPp3le506qqiPpTiMCV277yI3dWc=; b=X4N5S9nxdXPmdU9wLPJkVwwt8VkuTQvrPU9QSnviICTg8bOOrw0Bn0WogSvlP9tOen+0wA 9MBF9HjvbInjXkEansKoSjh4/L1zdU0ZXBlKYXkEFfrFk8IzlQtE8sbyWQPhn9ibwCOPmm EnkXdq4YrY+vl2H+1ZXDuhAWrxAI86PEpySNnqy0AcgbQIsBZVBuveM6Hej/mrdc5vm+Fl RhoBmGRYZdxMQLH725FUcSoQnRu28/Cbm4Yts2B4UrG4TocN7UI5jQotQ4xEHHR3bGHcHA GBnUV+wJHRERsxBoN1V+7cctqgRytuuLiih1+SAxnUu9zMx0CD733miP57ygow== 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=FBe4wQ11; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694703332; a=rsa-sha256; cv=none; b=IH8cxgZkpsgJLhJwgQ23XcGjuOjZXZdSsiMECw3zxaLxgkhTmsoWbKWrkNcig5KvhTX8Pu hF/f584QuCLC2zq4szFZGg5gzR5SwJlj9jPwGa5oA6hQ1InNGJC5cEAi0ofyBnSFZkrpeq n3HuAFR5PM0TImwc8Je89MCGoWxfJ9Wjkrzz3CWtWol1u+z6LIuUpRDNxfC5Gb45rPnK4u wWg3LXEt5eMm/M0f3fzx+0Va093m9a8ngzn0wDiC5sUTOPjXvXV3XaljK3tZ1rqXASZzNA 1q9G+7dG0ISpWFLLmAAEhCKfAFGUHOiF5m7R6ksKmX23kNn3G5tleRm7nOJZig== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgnkA-0008DC-W9; Thu, 14 Sep 2023 10:54:59 -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 1qgnk9-0008CW-8A for guix-patches@gnu.org; Thu, 14 Sep 2023 10:54:57 -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 1qgnk8-0003gw-Vj for guix-patches@gnu.org; Thu, 14 Sep 2023 10:54:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgnkE-0002uz-Qn for guix-patches@gnu.org; Thu, 14 Sep 2023 10:55:02 -0400 Subject: bug#65792: [PATCH] gnu: rottlog: Add gawk as an input. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 14:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65792 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Skyler Cc: 65792-done@debbugs.gnu.org Mail-Followup-To: 65792@debbugs.gnu.org, ludo@gnu.org, skyvine@protonmail.com Received: via spool by 65792-done@debbugs.gnu.org id=D65792.169470326411141 (code D ref 65792); Thu, 14 Sep 2023 14:55:02 +0000 Received: (at 65792-done) by debbugs.gnu.org; 14 Sep 2023 14:54:24 +0000 Received: from localhost ([127.0.0.1]:40832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgnjb-0002tb-Nl for submit@debbugs.gnu.org; Thu, 14 Sep 2023 10:54:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgnjX-0002tI-Oa for 65792-done@debbugs.gnu.org; Thu, 14 Sep 2023 10:54:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgnjM-0003LC-JQ; Thu, 14 Sep 2023 10:54:08 -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=BfiC6GB5lnJdk+uVPp3le506qqiPpTiMCV277yI3dWc=; b=FBe4wQ11W6c6780wZaFl VFafNGKcPZnrvLI/3FomthVUEuzeB2I33cb72AjZFu4G/IIFTE2ESHbzL9DhyrfD/XFt1ZifR3pbE MLYuJ3uJhPxt95APVCZ9ZE/tTmR2b9/IspG4817mg/RTKIQSLYt92TtR46YqDHaIE7us6al5rpeNH S+GzIn0llOm1hy7rN3B+jPohbjN5ttUyfADNytNOsLOJh8aAFmYl/enoOG02S2OVT1VZc46A9dKIZ 0GMrlliRQFsOGT+Lw9hLTsewdOetqwOfx1tlIoq59bHh+t8psp9GehA8ZmkQ1cx6oX7jC3wQHbXqR g/BCvUJSkBQF3A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3IilDZKPeNEORKD6Akuetp_2bSYOEVBciL75gWUJdaGyfMJd440tbB6yd0DeZBF6yPGQgQnORVb0OPdqJChgRYXJ4oUSdXAO3u7hOOXhyP4=@protonmail.com> Date: Thu, 14 Sep 2023 16:54:06 +0200 In-Reply-To: <3IilDZKPeNEORKD6Akuetp_2bSYOEVBciL75gWUJdaGyfMJd440tbB6yd0DeZBF6yPGQgQnORVb0OPdqJChgRYXJ4oUSdXAO3u7hOOXhyP4=@protonmail.com> (Skyler's message of "Thu, 07 Sep 2023 02:01:51 +0000") Message-ID: <87a5toajqp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -2.11 X-Spam-Score: -2.11 X-Migadu-Queue-Id: 3E83B5E4E8 X-TUID: 2oxrr+PhQnRA Hi, Skyler skribis: > This avoids an issue where rottlog will delete the entire /tmp directory > if gawk is not installed. > > * gnu/packages/admin.scm (rottlog): Add gawk input, also update the > patch-paths build phase for awk invocations. Applied, thank you, and thanks for explaining! Ludo=E2=80=99.