GNU bug report logs -
#70042
[PATCH] gnu: Replace deprecated po4a-* calls with po4a
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70042 in the body.
You can then email your comments to 70042 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org
:
bug#70042
; Package
guix-patches
.
(Thu, 28 Mar 2024 01:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Aaron Covrig <aaron.covrig.us <at> ieee.org>
:
New bug report received and forwarded. Copy sent to
guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org
.
(Thu, 28 Mar 2024 01:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70042
; Package
guix-patches
.
(Thu, 28 Mar 2024 01:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 70042 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This patch addresses warnings about po4a-translate being deprecated
during the build process. Details on the deprecation can be found in
the po4a FAQ section found here: https://po4a.org/man/man7/po4a.7.php
v/r,
Aaron Covrig
[Message part 2 (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70042
; Package
guix-patches
.
(Fri, 05 Apr 2024 16:42:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 70042 <at> debbugs.gnu.org (full text, mbox):
Hello Aaron. Because PO4A uses different command-line options and we
apparently need to provide a config file, IMHO this patch should wait
until [0] is settled.
Regards,
Florian
[0] https://github.com/mquinson/po4a/issues/490
Reply sent
to
"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
:
You have taken responsibility.
(Mon, 03 Jun 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Aaron Covrig <aaron.covrig.us <at> ieee.org>
:
bug acknowledged by developer.
(Mon, 03 Jun 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 70042-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Jul 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.