From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kH/QKbV7n2KhXQEAbAwnHQ (envelope-from ) for ; Tue, 07 Jun 2022 18:24:21 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 2FMFKbV7n2KGZwEAG6o9tA (envelope-from ) for ; Tue, 07 Jun 2022 18:24:21 +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 1E7202BA60 for ; Tue, 7 Jun 2022 18:24:21 +0200 (CEST) Received: from localhost ([::1]:37094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyc0C-00073z-4Y for larch@yhetil.org; Tue, 07 Jun 2022 12:24:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nybzz-00073H-48 for guix-patches@gnu.org; Tue, 07 Jun 2022 12:24:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47334) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nybzu-0007PG-LP for guix-patches@gnu.org; Tue, 07 Jun 2022 12:24:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nybzu-0006J3-FU for guix-patches@gnu.org; Tue, 07 Jun 2022 12:24:02 -0400 Subject: bug#55763: [PATCH] Upgrade nyacc to 1.07.0 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 07 Jun 2022 16:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55763 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Felix Lechner Cc: 55763-done@debbugs.gnu.org Mail-Followup-To: 55763@debbugs.gnu.org, ludo@gnu.org, felix.lechner@gmail.com Received: via spool by 55763-done@debbugs.gnu.org id=D55763.165461898424142 (code D ref 55763); Tue, 07 Jun 2022 16:24:02 +0000 Received: (at 55763-done) by debbugs.gnu.org; 7 Jun 2022 16:23:04 +0000 Received: from localhost ([127.0.0.1]:41230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nybyy-0006HK-G6 for submit@debbugs.gnu.org; Tue, 07 Jun 2022 12:23:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42182) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nybyt-0006GS-8u for 55763-done@debbugs.gnu.org; Tue, 07 Jun 2022 12:23:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nybyo-0007JJ-1v; Tue, 07 Jun 2022 12:22:54 -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=mv3sezl8cHTr6Vh2NeiO+AmxiTjslnfqHrbchUjA9Sc=; b=FFADyF6tGrwbCpyTCpqv Sn6y/YyQqsp5vP26CDYziXnXqd6Itz7iJ8zNcdaV/Luhs8Drb3CIPKI9dY6zhp0ujsTd4x1Dg6VKQ cQevEWKFpyDdDegLtyBR38D/BzA/WdjfyXcoR37xvOlF3PpOCO1id8oR/LSQBrOljA3KnZD9gmecZ hg6izfQQu2/qB17a+P9Ti2JEmGY8l2sIycQXNz1//OsSAGnYRph7poCM1G73gf3Jq3N8iqZRAMPbZ QIN53NZvYJJznN2/KUC3MAQucz6vTZJDgWxfQBhKhc6f2t5cMFUKSW99NVm460QwefM2yc1bIrG1U GHrpAaT4lH4Drg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=56262 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nybyn-0003yZ-Id; Tue, 07 Jun 2022 12:22:53 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Tue, 07 Jun 2022 18:22:51 +0200 In-Reply-To: (Felix Lechner's message of "Thu, 2 Jun 2022 05:14:53 -0700") Message-ID: <878rq8a1es.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: 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=1654619061; 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=mv3sezl8cHTr6Vh2NeiO+AmxiTjslnfqHrbchUjA9Sc=; b=R9O323xJW1niAR2L3raCjfXMLfn5i53lSeBz9pXvneB1mBrIZaJQ4F6nHqODQ1N+6J5zwi +KjmetW3pUvRXy7tngGBcaX9C5QjSMBa9yr0QJxRMouRTVkk7DIDNhRpVwC7fClz9V3M4I gdGP0/cG4Fx0/xIZAkR84JEfjdXwLKltK3tF3fJ53GTUVSJAV0yz1zHWYAmyCf3K2+jBKi Zg71WMXaMJP+sA1M/yj/PRbENM4nvmDhbwxAyuWOQWXzuCFK0K2aM7e/PznEEqJSZ2ugPV vvNk1r8Wm2cpLH6bfD1CmrzJ6zk4DNEueykEM4HCnKYxj0U+o3bpHbTlqxTFBg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654619061; a=rsa-sha256; cv=none; b=dgvGVJGpff0F09XJSxgyTzc691E+l9DpbwZsiUt8rScCc2rUvmwuc97YCi9kq+4KByiFmF 1Xw1kzIunorOFcMIUIxm77OYsJkMsH3Mbyh7qmysXPY+3f1Fp6ksSv6eEx13z8S1/tGsco l5L95KKsaD7vh8eGZ2MShOFRTQu6IM5G1SFOsD9Jgq3aoNjB0nlx3vLr++tTJqvLpszROk ICLwFxiB8HPX9KiZ55Nyv824uL3U5Oyc2HQeW+N3AJ1gp1GGfyHg4CD+Ki4TDfBfbDSncx H3hr9eyrqONL+uWgnoHtF3MZX6CKxhB2tCgSVXFjNQABrtBrTN8WbjYGTgZy/Q== 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=FFADyF6t; dmarc=pass (policy=none) header.from=gnu.org; 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: -5.01 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=FFADyF6t; dmarc=pass (policy=none) header.from=gnu.org; 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: 1E7202BA60 X-Spam-Score: -5.01 X-Migadu-Scanner: scn0.migadu.com X-TUID: HvVS4rQwrcZa Hello, Felix Lechner skribis: > For my work in making PAM configurable in Guile, I rely on the foreign > function interface (FFI). The automatic generation of that interface > requires the compile-ffi script in nyacc. Unfortunately, the highest > version we ship suffers from a bug that prevents the script from > running on the pam_client.h header in linux-pam. This patch upgrades > nyacc to the version Matt Wette released after committing the fix. > > The changes are further documented in the commit message. > > I am new to Guix and already use the new version of linux-pam locally > (via Guix System) but I was unable to test the patch according to the > requirements and recommendations listed for this submission. [1] > > This email was sent to -devel in lieu of -mentors, which does not > exist. Any guidance is much appreciated. Thanks for taking a look! The patch is perfect; I only adjusted the commit log so that it follows the ChangeLog convention, as Josselin pointed out: https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html I also check that dependents, as reported by =E2=80=98guix refresh -l nyacc= =E2=80=99, all build fine with the new version. Thanks, Ludo=E2=80=99. PS: guix-mentors now exists!