GNU bug report logs - #70042
[PATCH] gnu: Replace deprecated po4a-* calls with po4a

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Thu, 28 Mar 2024 01:04:02 UTC

Severity: normal

Tags: patch

Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

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: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70042: closed ([PATCH] gnu: Replace deprecated po4a-* calls
 with po4a)
Date: Mon, 03 Jun 2024 06:13:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 03 Jun 2024 08:12:20 +0200
with message-id <875xuqeerf.fsf <at> pelzflorian.de>
and subject line Re: [bug#70042] [PATCH] gnu: Replace deprecated po4a-* calls with po4a
has caused the debbugs.gnu.org bug report #70042,
regarding [PATCH] gnu: Replace deprecated po4a-* calls with po4a
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70042: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70042
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: Replace deprecated po4a-* calls with po4a
Date: Wed, 27 Mar 2024 21:02:19 -0400
* configure.ac: updates deprecated po4a-translate and po4a-updatepo
* guix/self.scm: updates deprecated po4a-translate

Change-Id: I938afb217c732715cf877aeb7891081bf87b2e0a
---
 configure.ac  | 3 +--
 guix/self.scm | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ecbd596a34..ad148f33b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,8 +262,7 @@ dnl Manual pages.
 AM_MISSING_PROG([HELP2MAN], [help2man])
 
 dnl Documentation translation.
-AM_MISSING_PROG([PO4A_TRANSLATE], [po4a-translate])
-AM_MISSING_PROG([PO4A_UPDATEPO], [po4a-updatepo])
+AM_MISSING_PROG([PO4A], [po4a])
 
 case "$storedir" in
   /gnu/store)
diff --git a/guix/self.scm b/guix/self.scm
index 19c6d08e01..e47f82e02f 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -317,7 +317,7 @@ (define build
           (define (translate-tmp-texi po source output)
             "Translate Texinfo file SOURCE using messages from PO, and write
 the result to OUTPUT."
-            (invoke #+(file-append po4a "/bin/po4a-translate")
+            (invoke #+(file-append po4a "/bin/po4a")
               "-M" "UTF-8" "-L" "UTF-8" "-k" "0" "-f" "texinfo"
               "-m" source "-p" po "-l" output))
 

base-commit: 28bc0e870b4d48b8e3e773382bb0e999df2e3611
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Cc: 70042-done <at> debbugs.gnu.org
Subject: Re: [bug#70042] [PATCH] gnu: Replace deprecated po4a-* calls with po4a
Date: Mon, 03 Jun 2024 08:12:20 +0200
Closing; a similar change that takes into account po4a’s new po4a.cfg
system has been pushed in patch bug#63483.

Even though the po4a maintainers are planning to add cases to continue
using the old tools, apparently:

"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:
> [0] https://github.com/mquinson/po4a/issues/490

Regards,
Florian


This bug report was last modified 357 days ago.

Previous Next


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