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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Schwab <schwab <at> suse.de>
Subject: bug#54622: closed (Re: bug#54622: [PATCH] Find unidata_to_charset.awk
 in $(srcdir))
Date: Thu, 16 Jun 2022 07:44:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54622 <at> debbugs.gnu.org.

-- 
54622: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54622
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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’.

[Message part 3 (message/rfc822, inline)]
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."



This bug report was last modified 3 years and 1 day ago.

Previous Next


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