all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50144] [PATCH] doc: Work around po4a doc generation hangup.
@ 2021-08-21 11:29 Sergei Trofimovich
       [not found] ` <handler.50144.B.162954540318311.ack@debbugs.gnu.org>
  2021-08-21 12:01 ` bug#50144: [PATCH] doc: Work around po4a doc generation hangup Julien Lepiller
  0 siblings, 2 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2021-08-21 11:29 UTC (permalink / raw)
  To: 50144; +Cc: Sergei Trofimovich

Multiple people are affected by 'guix pull' hangup.
The reproducer is:

    $ po4a-translate -d -M UTF-8 -L UTF-8 -k 0 -f texinfo \
      -m "doc/guix.texi" -p "po/doc/guix-manual.de.po" -l "doc/guix.de.texi.tmp"

The regression is bisected down to commit fc29c80b9
("guix: opam: More flexibility in the importer").

The workaround is to avoid multiline @code{...} directive.

* doc/guix.texi: Avoid multiline @code{...} directive.
---
 doc/guix.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 5155e67481..2b8448c856 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11668,9 +11668,10 @@ which will be searched for packages.  It accepts as valid arguments:
 @item the name of a known repository - can be one of @code{opam},
       @code{coq} (equivalent to @code{coq-released}),
 	  @code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}.
-@item the URL of a repository as expected by the @code{opam repository
-      add} command (for instance, the URL equivalent of the above
-	  @code{opam} name would be @uref{https://opam.ocaml.org}).
+@item the URL of a repository as expected by the
+      @code{opam repository add} command (for instance, the URL equivalent
+	  of the above @code{opam} name would be
+	  @uref{https://opam.ocaml.org}).
 @item the path to a local copy of a repository (a directory containing a
       @file{packages/} sub-directory).
 @end itemize
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#50144] Acknowledgement ([PATCH] doc: Work around po4a doc generation hangup.)
       [not found] ` <handler.50144.B.162954540318311.ack@debbugs.gnu.org>
@ 2021-08-21 11:51   ` Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2021-08-21 11:51 UTC (permalink / raw)
  Cc: 50144

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

Also filed https://github.com/mquinson/po4a/issues/313 upstream in
hopes to get better at handling of such files.

-- 

  Sergei

[-- Attachment #2: Цифровая подпись OpenPGP --]
[-- Type: application/pgp-signature, Size: 981 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#50144: [PATCH] doc: Work around po4a doc generation hangup.
  2021-08-21 11:29 [bug#50144] [PATCH] doc: Work around po4a doc generation hangup Sergei Trofimovich
       [not found] ` <handler.50144.B.162954540318311.ack@debbugs.gnu.org>
@ 2021-08-21 12:01 ` Julien Lepiller
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2021-08-21 12:01 UTC (permalink / raw)
  To: Sergei Trofimovich; +Cc: 50144-done

Thanks for the patch, pushed to master as
79c07db3d52fb97f38de13d409264c5194e132fe. Sorry for all the trouble I
caused by pushing the incriminated patch, I wasn't expecting it to
break po4a!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-21 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-21 11:29 [bug#50144] [PATCH] doc: Work around po4a doc generation hangup Sergei Trofimovich
     [not found] ` <handler.50144.B.162954540318311.ack@debbugs.gnu.org>
2021-08-21 11:51   ` [bug#50144] Acknowledgement ([PATCH] doc: Work around po4a doc generation hangup.) Sergei Trofimovich
2021-08-21 12:01 ` bug#50144: [PATCH] doc: Work around po4a doc generation hangup Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.