autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Knut Petersen] [PATCH] fix broken building of guile branch "branch_rele


From: Thien-Thi Nguyen
Subject: [Knut Petersen] [PATCH] fix broken building of guile branch "branch_release-1-8"
Date: Sun, 21 Mar 2021 14:32:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

I inadvertantly introduced a bug (actually, two) by following
autoupdate(1)'s suggestion (w/o testing -- that's my fault).

Please see below for details.

My question is: Could this problem be resolved in a more
idiomatic way by using printf(1)?  Something like:

 AC_INIT(m4_esyscmd(. ./GUILE-VERSION && printf %s ${PACKAGE}), ...)

This would avoid echo(1) deficiencies and ‘patsubst’, but would
require printf(1).  I think that's acceptable since i see printf
elsewhere in the generated configure script.  However, i'm not
sure whether or not ‘AC_INIT’ is a special case (being first)...

-------------------- Start of forwarded message --------------------
From: Knut Petersen <Knut_Petersen@t-online.de>
Subject: [PATCH] fix broken building of guile branch "branch_release-1-8"
To: Thien-Thi Nguyen <ttn@gnu.org>
Cc: bug-guile@gnu.org, lilypond-devel <lilypond-devel@gnu.org>
Date: Sun, 21 Mar 2021 18:05:40 +0100

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

Attachment: 0001-Fix-broken-building-of-branch_release-1-8.patch
Description: Text Data

-------------------- End of forwarded message --------------------

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2021) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]