GNU bug report logs - #54622
[PATCH] Find unidata_to_charset.awk in $(srcdir)

Previous Next

Package: guile;

Reported by: Andreas Schwab <schwab <at> suse.de>

Date: Tue, 29 Mar 2022 08:51:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54622 in the body.
You can then email your comments to 54622 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#54622; Package guile. (Tue, 29 Mar 2022 08:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> suse.de>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Tue, 29 Mar 2022 08:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: bug-guile <at> gnu.org
Subject: [PATCH] Find unidata_to_charset.awk in $(srcdir)
Date: Tue, 29 Mar 2022 10:50:39 +0200
* libguile/Makefile.am (srfi-14.i.c): Prepend $(srcdir).
---
 libguile/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index bb1ba3613..e3e5f8ed8 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -463,7 +463,7 @@ vm-operations.h: vm-engine.c
 	@echo '' >> $@
 
 srfi-14.i.c: UnicodeData.txt unidata_to_charset.awk
-	$(AM_V_GEN)$(AWK) -f unidata_to_charset.awk < "$<" > "$@"
+	$(AM_V_GEN)$(AWK) -f $(srcdir)/unidata_to_charset.awk < "$<" > "$@"
 
 BUILT_INCLUDES = vm-operations.h scmconfig.h libpath.h srfi-14.i.c
 BUILT_SOURCES = cpp-E.c cpp-SIG.c $(BUILT_INCLUDES) \
-- 
2.35.0


-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 16 Jun 2022 07:44:01 GMT) Full text and rfc822 format available.

Notification sent to Andreas Schwab <schwab <at> suse.de>:
bug acknowledged by developer. (Thu, 16 Jun 2022 07:44:01 GMT) Full text and rfc822 format available.

Message #10 received at 54622-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andreas Schwab <schwab <at> suse.de>
Cc: 54622-done <at> debbugs.gnu.org
Subject: Re: bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)
Date: Thu, 16 Jun 2022 09:43:51 +0200
Hi Andreas,

Andreas Schwab <schwab <at> suse.de> skribis:

> * libguile/Makefile.am (srfi-14.i.c): Prepend $(srcdir).

A similar fix was committed in the meantime as
cc455976813ab94de121395982435430874cbf58.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Jul 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.