From unknown Sat Aug 09 22:41:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61673] [PATCH 0/1] GNULIB_SRCDIR should not allow multiple entries Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Feb 2023 07:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61673 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61673@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167696617028003 (code B ref -1); Tue, 21 Feb 2023 07:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Feb 2023 07:56:10 +0000 Received: from localhost ([127.0.0.1]:54433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNVO-0007HV-Kz for submit@debbugs.gnu.org; Tue, 21 Feb 2023 02:56:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:58970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNVK-0007HG-5O for submit@debbugs.gnu.org; Tue, 21 Feb 2023 02:56:05 -0500 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 1pUNVG-0003iJ-Kd for guix-patches@gnu.org; Tue, 21 Feb 2023 02:56:01 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pUNVE-0001eX-Aq for guix-patches@gnu.org; Tue, 21 Feb 2023 02:55:58 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a8899afe for ; Tue, 21 Feb 2023 07:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:mime-version; s=dkim; bh=L6bPPYN ouQt2SeAvgJTRWxYZDXo=; b=a5v9/6NPFIlawJGrqT7z/oQ0JpoP8YQBaqlZY4D 7MsoNla/Cw+XMi+Qg5LOtu4Cq4ABLZ8dHlqUtpI+CcnXibPp0NuZ4ZKB9wsH4t7V /g3u9vSCk8kLJosrgYZJV1FJEADPdaQuYhfn8ay993qao6jhVIxjIoixC2B0gpES eQ94= Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2cf0dd32 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Tue, 21 Feb 2023 07:55:47 +0000 (UTC) Message-Id: From: Vivien Kraus Date: Tue, 21 Feb 2023 08:51:26 +0100 MIME-Version: 1.0 User-Agent: Evolution 3.46.0 Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PP_MIME_FAKE_ASCII_TEXT=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Dear guix, GNULIB_SRCDIR is an environment that should be set when gnulib is in the profile. To do that, I made it a search path specification, but I did not know that I could prevent multiple entries. I was told in #60358 that I could use (separator #f), so here is the fix. Sorry I’m late! Vivien Vivien Kraus (1): gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR. gnu/packages/build-tools.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 73b5c955ae46af2548625fe31afe60193fb83e2a -- 2.39.1 From unknown Sat Aug 09 22:41:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61673] [PATCH 1/1] gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR. Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Feb 2023 07:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61673 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61673@debbugs.gnu.org Received: via spool by 61673-submit@debbugs.gnu.org id=B61673.167696630028252 (code B ref 61673); Tue, 21 Feb 2023 07:59:02 +0000 Received: (at 61673) by debbugs.gnu.org; 21 Feb 2023 07:58:20 +0000 Received: from localhost ([127.0.0.1]:54438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNXX-0007Lb-LB for submit@debbugs.gnu.org; Tue, 21 Feb 2023 02:58:19 -0500 Received: from planete-kraus.eu ([89.234.140.182]:45038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNXV-0007LS-CV for 61673@debbugs.gnu.org; Tue, 21 Feb 2023 02:58:18 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a4d72218 for <61673@debbugs.gnu.org>; Tue, 21 Feb 2023 07:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to :mime-version; s=dkim; bh=/QrBgkLP+BXJ2NxrRL3F7hdPiCU=; b=fE/02L rbWJULMeeoo9D1aUylXhKwylrAHKPkYi/vfSwFYwFfIHI6XuLR6vOp3ISvl2/kFe 7QnIa/JPWx9de7cQpcp7ObnzEalPB232xk4Mg0/yKDpOXsyCK7zYWrgUJJOwtjea DxwuxLRTOMAlYWBTa5SxgcixmhWwPYmavpIeY= Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 6f6b3666 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <61673@debbugs.gnu.org>; Tue, 21 Feb 2023 07:58:14 +0000 (UTC) Message-Id: <5eeb169325aec5769cd0d2f78c1e78cdf0759a32.1676965886.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 21 Feb 2023 07:49:58 +0100 MIME-Version: 1.0 User-Agent: Evolution 3.46.0 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification GNULIB_SRCDIR]: Set separator to #f. --- gnu/packages/build-tools.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 3d03c37a2c..00b8f8caf3 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -997,7 +997,8 @@ (define (find-ucd-files . names) (native-search-paths (list (search-path-specification (variable "GNULIB_SRCDIR") - (files (list "src/gnulib"))))) + (files (list "src/gnulib")) + (separator #f)))) (license (list license:lgpl2.0+ license:gpl3+)))) (define-public gnulib -- 2.39.1 From unknown Sat Aug 09 22:41:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vivien Kraus Subject: bug#61673: closed (Re: bug#61673: [PATCH 0/1] GNULIB_SRCDIR should not allow multiple entries) Message-ID: References: <87ilfs5rmp.fsf_-_@gnu.org> X-Gnu-PR-Message: they-closed 61673 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61673@debbugs.gnu.org Date: Thu, 23 Feb 2023 15:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1677166082-422-1" This is a multi-part message in MIME format... ------------=_1677166082-422-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61673: [PATCH 0/1] GNULIB_SRCDIR should not allow multiple entries which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 61673@debbugs.gnu.org. --=20 61673: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61673 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1677166082-422-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61673-done) by debbugs.gnu.org; 23 Feb 2023 15:27:36 +0000 Received: from localhost ([127.0.0.1]:34984 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDVQ-00005o-6y for submit@debbugs.gnu.org; Thu, 23 Feb 2023 10:27:36 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58830) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVDVO-00005a-As for 61673-done@debbugs.gnu.org; Thu, 23 Feb 2023 10:27:34 -0500 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 1pVDVI-0002lq-Jz; Thu, 23 Feb 2023 10:27:28 -0500 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=L9TkvN0m4C3ZbnGw+XCLPhudNAHBj6z12RpHkjRrCUI=; b=e/99CYkBAFS47kn1wANi dZkZAiSCJRrXIZHJzL26mVSIYS7SN5sFxyuOVdpuoPtNOHq4ejjGJvW9Iwq12Spe5RjIhDfttubre aBxMjEFBfZBIGasQ7YjW9PNvMWQ0RMdXkYF96vTdnyQwIYOxgt3gp/Tk89O7lAdNZg2eQPVaf7N62 RxlpzOV1wtrx5lCxTRlEe7h/OhxSy3V5uQXf2EvCOF3C9kma9i4v/b7IRXM5764bMdNNUJ2XzfqjJ HUIBfCOlCuSjWSoreOt0M9VzUXXRLXFErAIof/d4kUJwlqce94HVILoxz57TX2wzlDt0Gy1RSR+cG 4XJHf4TEOtM4eg==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVDVI-0006rD-6O; Thu, 23 Feb 2023 10:27:28 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vivien Kraus Subject: Re: bug#61673: [PATCH 0/1] GNULIB_SRCDIR should not allow multiple entries References: <5eeb169325aec5769cd0d2f78c1e78cdf0759a32.1676965886.git.vivien@planete-kraus.eu> Date: Thu, 23 Feb 2023 16:27:26 +0100 In-Reply-To: <5eeb169325aec5769cd0d2f78c1e78cdf0759a32.1676965886.git.vivien@planete-kraus.eu> (Vivien Kraus's message of "Tue, 21 Feb 2023 07:49:58 +0100") Message-ID: <87ilfs5rmp.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61673-done Cc: 61673-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Vivien Kraus skribis: > * gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification > GNULIB_SRCDIR]: Set separator to #f. Applied, thanks! ------------=_1677166082-422-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Feb 2023 07:56:10 +0000 Received: from localhost ([127.0.0.1]:54433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNVO-0007HV-Kz for submit@debbugs.gnu.org; Tue, 21 Feb 2023 02:56:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:58970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUNVK-0007HG-5O for submit@debbugs.gnu.org; Tue, 21 Feb 2023 02:56:05 -0500 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 1pUNVG-0003iJ-Kd for guix-patches@gnu.org; Tue, 21 Feb 2023 02:56:01 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pUNVE-0001eX-Aq for guix-patches@gnu.org; Tue, 21 Feb 2023 02:55:58 -0500 Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a8899afe for ; Tue, 21 Feb 2023 07:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:mime-version; s=dkim; bh=L6bPPYN ouQt2SeAvgJTRWxYZDXo=; b=a5v9/6NPFIlawJGrqT7z/oQ0JpoP8YQBaqlZY4D 7MsoNla/Cw+XMi+Qg5LOtu4Cq4ABLZ8dHlqUtpI+CcnXibPp0NuZ4ZKB9wsH4t7V /g3u9vSCk8kLJosrgYZJV1FJEADPdaQuYhfn8ay993qao6jhVIxjIoixC2B0gpES eQ94= Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2cf0dd32 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Tue, 21 Feb 2023 07:55:47 +0000 (UTC) Message-Id: From: Vivien Kraus Date: Tue, 21 Feb 2023 08:51:26 +0100 Subject: [PATCH 0/1] GNULIB_SRCDIR should not allow multiple entries To: guix-patches@gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.46.0 Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PP_MIME_FAKE_ASCII_TEXT=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Dear guix, GNULIB_SRCDIR is an environment that should be set when gnulib is in the profile. To do that, I made it a search path specification, but I did not know that I could prevent multiple entries. I was told in #60358 that I could use (separator #f), so here is the fix. Sorry I’m late! Vivien Vivien Kraus (1): gnu: gnulib: Allow only one directory name in GNULIB_SRCDIR. gnu/packages/build-tools.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 73b5c955ae46af2548625fe31afe60193fb83e2a -- 2.39.1 ------------=_1677166082-422-1--