From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Knut Petersen Newsgroups: gmane.comp.gnu.lilypond.devel,gmane.lisp.guile.bugs Subject: [PATCH] fix broken building of guile branch "branch_release-1-8" Date: Sun, 21 Mar 2021 18:05:40 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------A0E566126108FA55B62DCA30" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23158"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 Cc: bug-guile@gnu.org, lilypond-devel To: Thien-Thi Nguyen Original-X-From: lilypond-devel-bounces+gnu-lilypond-devel=m.gmane-mx.org@gnu.org Sun Mar 21 18:06:16 2021 Return-path: Envelope-to: gnu-lilypond-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lO1Wp-0005u0-Bk for gnu-lilypond-devel@m.gmane-mx.org; Sun, 21 Mar 2021 18:06:15 +0100 Original-Received: from localhost ([::1]:33646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lO1Wo-0004Ko-B4 for gnu-lilypond-devel@m.gmane-mx.org; Sun, 21 Mar 2021 13:06:14 -0400 Original-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 Original-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 Original-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) Original-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 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-BeenThere: lilypond-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions on LilyPond development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lilypond-devel-bounces+gnu-lilypond-devel=m.gmane-mx.org@gnu.org Original-Sender: "lilypond-devel" Xref: news.gmane.io gmane.comp.gnu.lilypond.devel:77686 gmane.lisp.guile.bugs:9998 Archived-At: 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--