Daiki Ueno <[email protected]> skribis: > However, I indeed see some differences between two files: line wrapping. > According to the log, after 648453e8, Guix supplies --no-wrap to > msgmerge, but the option is ignored when calling $(MSGINIT) and that is > causing the difference. > > Probably gettext should provide MSGINIT_OPTIONS, but if the Guix release > is imminent, there are a couple of workarounds I can think of: (1) > revert the --no-wrap change or (2) add "DIST_DEPENDS_ON_UPDATE_PO = no" > to Makevars. The latter prevents automatic update of *.po files at > "make dist".
Thanks for the analysis. For now I’ve just reverted the --no-wrap change. When MSGINIT_OPTIONS is supported, we can reinstate it. Thank you, Ludo’.
