From unknown Sat Jun 14 14:24:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47296 <47296@debbugs.gnu.org> To: bug#47296 <47296@debbugs.gnu.org> Subject: Status: [PATCH] fix broken building of guile branch "branch_release-1-8" Reply-To: bug#47296 <47296@debbugs.gnu.org> Date: Sat, 14 Jun 2025 21:24:46 +0000 retitle 47296 [PATCH] fix broken building of guile branch "branch_release-1= -8" reassign 47296 guile submitter 47296 Knut Petersen severity 47296 normal tag 47296 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 21 13:08:34 2021 Received: (at submit) by debbugs.gnu.org; 21 Mar 2021 17:08:34 +0000 Received: from localhost ([127.0.0.1]:55369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lO1Z3-000090-D7 for submit@debbugs.gnu.org; Sun, 21 Mar 2021 13:08:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:34870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lO1WW-000057-7D for submit@debbugs.gnu.org; Sun, 21 Mar 2021 13:06:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lO1WV-00046x-U8; Sun, 21 Mar 2021 13:05:55 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:48210) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lO1WQ-0008L3-1E; Sun, 21 Mar 2021 13:05:55 -0400 Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout06.t-online.de (Postfix) with SMTP id 15E30AB0AC; Sun, 21 Mar 2021 18:05:46 +0100 (CET) Received: from [192.168.22.15] (bNYHmOZYwhGzN7EEdvuzrx5UrBF5W3Bvq-70c0e0c8DwjMnD4seWO1vzpuWTxepZxV@[84.184.174.188]) by fwd33.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1lO1WG-0kJumu0; Sun, 21 Mar 2021 18:05:40 +0100 From: Knut Petersen Subject: [PATCH] fix broken building of guile branch "branch_release-1-8" To: Thien-Thi Nguyen Message-ID: Date: Sun, 21 Mar 2021 18:05:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------A0E566126108FA55B62DCA30" Content-Language: en-US X-ID: bNYHmOZYwhGzN7EEdvuzrx5UrBF5W3Bvq-70c0e0c8DwjMnD4seWO1vzpuWTxepZxV X-TOI-EXPURGATEID: 150726::1616346340-0000F1CF-4C759DF8/0/0 CLEAN NORMAL X-TOI-MSGID: aa79389f-0aa8-4da7-a64e-96424853898d Received-SPF: none client-ip=194.25.134.19; envelope-from=Knut_Petersen@t-online.de; helo=mailout06.t-online.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 21 Mar 2021 13:08:31 -0400 Cc: bug-guile@gnu.org, lilypond-devel 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 (---) This is a multi-part message in MIME format. --------------A0E566126108FA55B62DCA30 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Thien-Thi Nguy, Two days ago I reported that building of guile branch_release-1-8 failed on my system based on openSuSE Tumbleweed with autoconf 2.71. I had a look into the case and found that it was introduced by your commits 88155da and c43f252. The attached patch fixes the problem. Knut --------------A0E566126108FA55B62DCA30 Content-Type: text/x-patch; charset=UTF-8; name="0001-Fix-broken-building-of-branch_release-1-8.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Fix-broken-building-of-branch_release-1-8.patch" >From 91975e673d179f90eafb0a765968edf27c666961 Mon Sep 17 00:00:00 2001 From: Knut Petersen Date: Sun, 21 Mar 2021 17:38:24 +0100 Subject: [PATCH] Fix broken building of branch_release-1-8 This fixes problems introduced with commits 88155da and c43f252. Signed-off-by: Knut Petersen --- configure.ac | 6 +++--- guile-readline/configure.ac | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 9105a43b0..6845dba75 100644 --- a/configure.ac +++ b/configure.ac @@ -33,9 +33,9 @@ dnl "echo -n" since -n is not portable (see autoconf manual "Limitations of dnl Builtins"), in particular on solaris it results in a literal "-n" in dnl the output. dnl -AC_INIT([patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}), -)],[patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}), -)],[bug-guile@gnu.org]) +AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),[ +]),patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}),[ +]),[bug-guile@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([GUILE-VERSION]) diff --git a/guile-readline/configure.ac b/guile-readline/configure.ac index fdf9518b6..34fb225d4 100644 --- a/guile-readline/configure.ac +++ b/guile-readline/configure.ac @@ -2,9 +2,8 @@ AC_PREREQ([2.71]) dnl Don't use "echo -n", which is not portable (e.g., not available on dnl MacOS X). Instead, use `patsubst' to remove the newline. -AC_INIT([guile-readline],[patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}), -)],[bug-guile@gnu.org]) - +AC_INIT(guile-readline,patsubst(m4_esyscmd(. ../GUILE-VERSION && echo ${GUILE_VERSION}), [ +]),[bug-guile@gnu.org]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR(readline.c) AC_CONFIG_HEADERS([guile-readline-config.h]) -- 2.30.2 --------------A0E566126108FA55B62DCA30--