With a `guix describe` like this, I'm unable to build Guix from a fresh Git
checkout of the master branch.
------
guix 985638a
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 985638aea14720e16ed5fd94a0e1382a57dec7ac
------
------
$ guix shell --pure -D guix
$ ./bootstrap && ./configure --localstatedir=/var && make -j1
[...]
MAKEINFO doc/guix.zh_CN.info
MAKEINFO doc/guix-cookbook.info
MAKEINFO doc/guix-cookbook.de.info
guix-cookbook.de.texi:604: @menu reference to nonexistent node `A ``Hello
World'' package'
guix-cookbook.de.texi:605: @menu reference to nonexistent node `Setup'
guix-cookbook.de.texi:606: @menu reference to nonexistent node `Extended
example'
guix-cookbook.de.texi:607: @menu reference to nonexistent node `Other build
systems'
guix-cookbook.de.texi:608: @menu reference to nonexistent node `Programmable
and automated package definition'
guix-cookbook.de.texi:609: @menu reference to nonexistent node `Getting help'
guix-cookbook.de.texi:610: @menu reference to nonexistent node `Conclusion'
guix-cookbook.de.texi:835: @menu reference to nonexistent node `Local file'
guix-cookbook.de.texi:836: @menu reference to nonexistent node `Channels'
guix-cookbook.de.texi:1544: @menu reference to nonexistent node `Recursive
importers'
guix-cookbook.de.texi:1545: @menu reference to nonexistent node `Automatic
update'
guix-cookbook.de.texi:3469: @menu reference to nonexistent node `A Database
Container'
guix-cookbook.de.texi:3768: @menu reference to nonexistent node `Basic setup
with manifests'
guix-cookbook.de.texi:3769: @menu reference to nonexistent node `Required
packages'
guix-cookbook.de.texi:3770: @menu reference to nonexistent node `Default
profile'
guix-cookbook.de.texi:3771: @menu reference to nonexistent node `The benefits
of manifests'
guix-cookbook.de.texi:116: @detailmenu reference to nonexistent node `A ``Hello
World'' package'
guix-cookbook.de.texi:117: @detailmenu reference to nonexistent node `Setup'
guix-cookbook.de.texi:118: @detailmenu reference to nonexistent node `Extended
example'
guix-cookbook.de.texi:119: @detailmenu reference to nonexistent node `Other
build systems'
guix-cookbook.de.texi:120: @detailmenu reference to nonexistent node
`Programmable and automated package definition'
guix-cookbook.de.texi:121: @detailmenu reference to nonexistent node `Getting
help'
guix-cookbook.de.texi:122: @detailmenu reference to nonexistent node
`Conclusion'
guix-cookbook.de.texi:129: @detailmenu reference to nonexistent node `Local
file'
guix-cookbook.de.texi:130: @detailmenu reference to nonexistent node `Channels'
guix-cookbook.de.texi:137: @detailmenu reference to nonexistent node `Recursive
importers'
guix-cookbook.de.texi:138: @detailmenu reference to nonexistent node `Automatic
update'
guix-cookbook.de.texi:194: @detailmenu reference to nonexistent node `A
Database Container'
guix-cookbook.de.texi:208: @detailmenu reference to nonexistent node `Basic
setup with manifests'
guix-cookbook.de.texi:209: @detailmenu reference to nonexistent node `Required
packages'
guix-cookbook.de.texi:210: @detailmenu reference to nonexistent node `Default
profile'
guix-cookbook.de.texi:211: @detailmenu reference to nonexistent node `The
benefits of manifests'
make[2]: *** [Makefile:5394: doc/guix-cookbook.de.info] Error 1
make[2]: Leaving directory '/tmp/guix'
make[1]: *** [Makefile:6079: all-recursive] Error 1
make[1]: Leaving directory '/tmp/guix'
make: *** [Makefile:4193: all] Error 2
------
I'm not sure what the actual error is. I've attached the full output of
the build process.
+ find po/doc+ sed -type f -name guix-manual*.po
-e s,.*/guix-manual\.,,;s,\.po$,,
+ langs=zh_CN
ru
pt_BR
fr
es
de
+ [ ! -e doc/guix.zh_CN.texi ]
+ echo @setfilename guix.zh_CN.info
+ echo @include version-zh_CN.texi
+ touch po/doc/guix-manual.zh_CN.po
+ [ ! -e doc/guix.ru.texi ]
+ echo @setfilename guix.ru.info
+ echo @include version-ru.texi
+ touch po/doc/guix-manual.ru.po
+ [ ! -e doc/guix.pt_BR.texi ]
+ echo @setfilename guix.pt_BR.info
+ echo @include version-pt_BR.texi
+ touch po/doc/guix-manual.pt_BR.po
+ [ ! -e doc/guix.fr.texi ]
+ echo @setfilename guix.fr.info
+ echo @include version-fr.texi
+ touch po/doc/guix-manual.fr.po
+ [ ! -e doc/guix.es.texi ]
+ echo @setfilename guix.es.info
+ echo @include version-es.texi
+ touch po/doc/guix-manual.es.po
+ [ ! -e doc/guix.de.texi ]
+ echo @setfilename guix.de.info
+ echo @include version-de.texi
+ touch po/doc/guix-manual.de.po
+ find po/doc -type f -name guix-cookbook*.po
+ sed -e s,.*/guix-cookbook\.,,;s,\.po$,,
+ langs=sk
ko
fr
de
+ [ ! -e doc/guix-cookbook.sk.texi ]
+ echo @setfilename guix-cookbook.sk.info
+ touch po/doc/guix-cookbook.sk.po
+ [ ! -e doc/guix-cookbook.ko.texi ]
+ echo @setfilename guix-cookbook.ko.info
+ touch po/doc/guix-cookbook.ko.po
+ [ ! -e doc/guix-cookbook.fr.texi ]
+ echo @setfilename guix-cookbook.fr.info
+ touch po/doc/guix-cookbook.fr.po
+ [ ! -e doc/guix-cookbook.de.texi ]
+ echo @setfilename guix-cookbook.de.info
+ touch po/doc/guix-cookbook.de.po
+ exec autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/guix/Makefile.in.in
Copying file po/packages/Makefile.in.in
Copying file po/guix/Makevars.template
Copying file po/packages/Makevars.template
Copying file po/guix/Rules-quot
Copying file po/packages/Rules-quot
Copying file po/guix/boldquot.sed
Copying file po/packages/boldquot.sed
Copying file po/guix/[email protected]
Copying file po/packages/[email protected]
Copying file po/guix/[email protected]
Copying file po/packages/[email protected]
Copying file po/guix/insert-header.sin
Copying file po/packages/insert-header.sin
Copying file po/guix/quot.sed
Copying file po/packages/quot.sed
Copying file po/guix/remove-potcdate.sin
Copying file po/packages/remove-potcdate.sin
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running:
/gnu/store/kngd1h8b65kdnawd9mfxarwhkaxwq0lz-autoconf-2.69/bin/autoconf --force
autoreconf: running:
/gnu/store/kngd1h8b65kdnawd9mfxarwhkaxwq0lz-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
config-daemon.ac:8: installing 'build-aux/ar-lib'
configure.ac:21: installing 'build-aux/compile'
configure.ac:23: installing 'build-aux/config.guess'
configure.ac:23: installing 'build-aux/config.sub'
configure.ac:11: installing 'build-aux/install-sh'
configure.ac:11: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
Makefile.am:899: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
Makefile.am: installing 'build-aux/depcomp'
doc/local.mk:34: installing 'build-aux/mdate-sh'
Makefile.am:902: 'doc/local.mk' included from here
doc/local.mk:34: installing 'build-aux/texinfo.tex'
Makefile.am:902: 'doc/local.mk' included from here
parallel-tests: installing 'build-aux/test-driver'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/grep
checking for egrep...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/sed
checking whether NLS is requested... yes
checking for msgfmt...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
checking for gmsgfmt...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
checking for xgettext...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
checking for msgmerge...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgmerge
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for ld used by gcc...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/ld
checking if the linker
(/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... (cached)
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/sed
checking for the Guix system type... x86_64-linux
checking for the store directory... /gnu/store
checking the length of the installed socket file name... 30
checking for unit test root directory... /tmp/guix/test-tmp
checking the length of the socket file name used in tests... 50
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 87
checking for pkg-config...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile-3.0... no
checking for guile3.0... no
checking for guile-3... no
checking for guile3... no
checking for guile...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
checking for Guile version >= 3.0... 3.0.9
checking for guild...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guild
checking for guile-config...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile-config
checking for guile-3.0 >= 3.0.3... yes
checking for guile-3.0... yes
checking if (gnutls) is available... yes
checking if (git) is available... yes
checking whether Guile-JSON is available and recent enough... yes
checking whether Guile-Sqlite3 is available and recent enough... yes
checking whether Guile-Gcrypt is available and recent enough... yes
checking whether Guile-Git is available and recent enough... yes
checking if (htmlprag) exports `%strict-tokenizer?'... yes
checking whether Guile-zlib is available and recent enough... yes
checking if (lzlib) is available... yes
checking if (avahi) is available... yes
checking if (newt) is available... no
checking whether /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
provides feature 'regex'... yes
checking whether /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
provides feature 'posix'... yes
checking whether /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
provides feature 'socket'... yes
checking whether /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
provides feature 'net-db'... yes
checking whether /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
provides feature 'threads'... yes
checking for a sed that does not truncate output... (cached)
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/sed
checking for gzip...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/gzip
checking for bzip2...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/bzip2
checking for xz... /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xz
checking for libgcrypt-config...
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/libgcrypt-config
checking libgcrypt's library directory... fgrep: warning: fgrep is obsolescent;
using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
/gnu/store/8y0pwifz8a3d7zbdfzsawa1amf4afx1s-libgcrypt-1.10.1/lib
checking whether Guile-SSH is available and recent enough... yes
checking whether to build daemon... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether g++ supports C++11... yes
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gzdopen in -lz... yes
checking how to run the C++ preprocessor... g++ -E
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZ2_bzWriteOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for sqlite3 >= 3.6.19... yes
checking for gcry_md_open in -lgcrypt... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for chroot... yes
checking for unshare... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for lutimes... yes
checking for lchown... yes
checking for posix_fallocate... yes
checking for sched_setaffinity... yes
checking for statvfs... yes
checking for nanosleep... yes
checking for strsignal... yes
checking for statx... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking sys/personality.h usability... yes
checking sys/personality.h presence... yes
checking for sys/personality.h... yes
checking for default substitute URLs... https://ci.guix.gnu.org
https://bordeaux.guix.gnu.org
checking whether Guile-SSH is available and recent enough... (cached) yes
checking for unit test root directory... (cached) /tmp/guix/test-tmp
checking for guile... (cached)
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/guile
checking the current installation's localstatedir... none
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/guix/Makefile.in
config.status: creating po/packages/Makefile.in
config.status: creating etc/guix-daemon.cil
config.status: creating guix/config.scm
config.status: creating etc/committer.scm
config.status: creating etc/teams.scm
config.status: creating test-env
config.status: creating pre-inst-env
config.status: creating nix/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/guix/POTFILES
config.status: creating po/guix/Makefile
config.status: creating po/packages/POTFILES
config.status: creating po/packages/Makefile
GEN doc/os-config-bare-bones.texi
GEN doc/os-config-desktop.texi
GEN doc/os-config-lightweight-desktop.texi
Compiling Scheme modules...
[ 0%] LOAD guix/build/po.scm
[ 0%] GUILEC guix/build/po.go
PO4A doc/contributing.de.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.de.texi
translated 74 cross-references in 'doc/contributing.de.texi.tmp'
mv "doc/contributing.de.texi.tmp" "doc/contributing.de.texi"
PO4A doc/guix.de.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.de.texi" | sed 's|texi$|info|')|"
"doc/guix.de.texi.tmp"
POXREF doc/guix.de.texi
translated 916 cross-references in 'doc/guix.de.texi.tmp'
mv "doc/guix.de.texi.tmp" "doc/guix.de.texi"
PO4A doc/contributing.es.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.es.texi
translated 74 cross-references in 'doc/contributing.es.texi.tmp'
mv "doc/contributing.es.texi.tmp" "doc/contributing.es.texi"
PO4A doc/guix.es.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.es.texi" | sed 's|texi$|info|')|"
"doc/guix.es.texi.tmp"
POXREF doc/guix.es.texi
translated 918 cross-references in 'doc/guix.es.texi.tmp'
mv "doc/guix.es.texi.tmp" "doc/guix.es.texi"
PO4A doc/contributing.fr.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.fr.texi
translated 74 cross-references in 'doc/contributing.fr.texi.tmp'
mv "doc/contributing.fr.texi.tmp" "doc/contributing.fr.texi"
PO4A doc/guix.fr.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.fr.texi" | sed 's|texi$|info|')|"
"doc/guix.fr.texi.tmp"
POXREF doc/guix.fr.texi
translated 918 cross-references in 'doc/guix.fr.texi.tmp'
mv "doc/guix.fr.texi.tmp" "doc/guix.fr.texi"
PO4A doc/contributing.pt_BR.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.pt_BR.texi
translated 74 cross-references in 'doc/contributing.pt_BR.texi.tmp'
mv "doc/contributing.pt_BR.texi.tmp" "doc/contributing.pt_BR.texi"
PO4A doc/guix.pt_BR.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.pt_BR.texi" | sed 's|texi$|info|')|"
"doc/guix.pt_BR.texi.tmp"
POXREF doc/guix.pt_BR.texi
translated 919 cross-references in 'doc/guix.pt_BR.texi.tmp'
mv "doc/guix.pt_BR.texi.tmp" "doc/guix.pt_BR.texi"
PO4A doc/contributing.ru.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.ru.texi
translated 74 cross-references in 'doc/contributing.ru.texi.tmp'
mv "doc/contributing.ru.texi.tmp" "doc/contributing.ru.texi"
PO4A doc/guix.ru.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.ru.texi" | sed 's|texi$|info|')|"
"doc/guix.ru.texi.tmp"
POXREF doc/guix.ru.texi
translated 917 cross-references in 'doc/guix.ru.texi.tmp'
mv "doc/guix.ru.texi.tmp" "doc/guix.ru.texi"
PO4A doc/contributing.zh_CN.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
POXREF doc/contributing.zh_CN.texi
translated 74 cross-references in 'doc/contributing.zh_CN.texi.tmp'
mv "doc/contributing.zh_CN.texi.tmp" "doc/contributing.zh_CN.texi"
PO4A doc/guix.zh_CN.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix\.info|$(basename "doc/guix.zh_CN.texi" | sed 's|texi$|info|')|"
"doc/guix.zh_CN.texi.tmp"
POXREF doc/guix.zh_CN.texi
translated 919 cross-references in 'doc/guix.zh_CN.texi.tmp'
mv "doc/guix.zh_CN.texi.tmp" "doc/guix.zh_CN.texi"
PO4A doc/guix-cookbook.de.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix-cookbook\.info|$(basename "doc/guix-cookbook.de.texi" | sed
's|texi$|info|')|" "doc/guix-cookbook.de.texi.tmp"
POXREF doc/guix-cookbook.de.texi
translated 2 cross-references in 'doc/guix-cookbook.de.texi.tmp'
mv "doc/guix-cookbook.de.texi.tmp" "doc/guix-cookbook.de.texi"
PO4A doc/guix-cookbook.fr.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix-cookbook\.info|$(basename "doc/guix-cookbook.fr.texi" | sed
's|texi$|info|')|" "doc/guix-cookbook.fr.texi.tmp"
POXREF doc/guix-cookbook.fr.texi
translated 2 cross-references in 'doc/guix-cookbook.fr.texi.tmp'
mv "doc/guix-cookbook.fr.texi.tmp" "doc/guix-cookbook.fr.texi"
PO4A doc/guix-cookbook.ko.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix-cookbook\.info|$(basename "doc/guix-cookbook.ko.texi" | sed
's|texi$|info|')|" "doc/guix-cookbook.ko.texi.tmp"
POXREF doc/guix-cookbook.ko.texi
translated 2 cross-references in 'doc/guix-cookbook.ko.texi.tmp'
mv "doc/guix-cookbook.ko.texi.tmp" "doc/guix-cookbook.ko.texi"
PO4A doc/guix-cookbook.sk.texi
po4a-translate is deprecated. The unified po4a(1) program is more convenient
and less error prone.
sed -i "s|guix-cookbook\.info|$(basename "doc/guix-cookbook.sk.texi" | sed
's|texi$|info|')|" "doc/guix-cookbook.sk.texi.tmp"
POXREF doc/guix-cookbook.sk.texi
translated 2 cross-references in 'doc/guix-cookbook.sk.texi.tmp'
mv "doc/guix-cookbook.sk.texi.tmp" "doc/guix-cookbook.sk.texi"
GEN nix/libstore/schema.sql.hh
GEN .version
make all-recursive
make[1]: Entering directory '/tmp/guix'
Making all in po/guix
make[2]: Entering directory '/tmp/guix/po/guix'
make guix.pot-update
make[3]: Entering directory '/tmp/guix/po/guix'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
package_gnu=""; \
test -n "$package_gnu" || { \
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
LC_ALL=C find -L ../.. -maxdepth 1 -type f \
-size -10000000c -exec grep 'GNU guix' \
/dev/null '{}' ';' 2>/dev/null; \
else \
LC_ALL=C grep 'GNU guix' ../../* 2>/dev/null; \
fi; \
} | grep -v 'libtool:' >/dev/null; then \
package_gnu=yes; \
else \
package_gnu=no; \
fi; \
}; \
if test "$package_gnu" = "yes"; then \
package_prefix='GNU '; \
else \
package_prefix=''; \
fi; \
if test -n '[email protected]' || test '[email protected]' =
'@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address='[email protected]'; \
else \
msgid_bugs_address='[email protected]'; \
fi; \
case `/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--default-domain=guix --directory=../.. \
--add-comments=TRANSLATORS: --from-code=UTF-8 --keyword=G_
--keyword=N_:1,2 --keyword=message --keyword=description --keyword=synopsis
--keyword=n_ \
--files-from=./POTFILES.in \
--copyright-holder='the authors of Guix (msgids)' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
*) \
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--default-domain=guix --directory=../.. \
--add-comments=TRANSLATORS: --from-code=UTF-8 --keyword=G_
--keyword=N_:1,2 --keyword=message --keyword=description --keyword=synopsis
--keyword=n_ \
--files-from=./POTFILES.in \
--copyright-holder='the authors of Guix (msgids)' \
--package-name="${package_prefix}guix" \
--package-version='UNKNOWN' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
esac
guix/diagnostics.scm:159: warning: Empty msgid. It is reserved by GNU gettext:
gettext("") returns the header entry with
meta information, not the empty string.
test ! -f guix.po || { \
if test -f ./guix.pot; then \
sed -f remove-potcdate.sed < ./guix.pot > guix.1po && \
sed -f remove-potcdate.sed < guix.po > guix.2po && \
if cmp guix.1po guix.2po >/dev/null 2>&1; then \
rm -f guix.1po guix.2po guix.po; \
else \
rm -f guix.1po guix.2po ./guix.pot && \
mv guix.po ./guix.pot; \
fi; \
else \
mv guix.po ./guix.pot; \
fi; \
}
make[3]: Leaving directory '/tmp/guix/po/guix'
test ! -f ./guix.pot || \
test -z "bn.gmo cs.gmo da.gmo de.gmo [email protected] [email protected] eo.gmo
es.gmo fa.gmo fi.gmo fr.gmo hu.gmo it.gmo lt.gmo ja.gmo ka.gmo ko.gmo nl.gmo
oc.gmo pl.gmo pt_BR.gmo ru.gmo si.gmo sk.gmo sr.gmo sv.gmo ta.gmo tr.gmo uk.gmo
vi.gmo zh_CN.gmo" || make bn.gmo cs.gmo da.gmo de.gmo [email protected]
[email protected] eo.gmo es.gmo fa.gmo fi.gmo fr.gmo hu.gmo it.gmo lt.gmo ja.gmo
ka.gmo ko.gmo nl.gmo oc.gmo pl.gmo pt_BR.gmo ru.gmo si.gmo sk.gmo sr.gmo sv.gmo
ta.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
make[3]: Entering directory '/tmp/guix/po/guix'
rm -f bn.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o bn.gmo bn.po
bn.po: 26 translated messages, 4 fuzzy translations, 1810 untranslated messages.
rm -f cs.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o cs.gmo cs.po
cs.po: 232 translated messages, 214 fuzzy translations, 1394 untranslated
messages.
rm -f da.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o da.gmo da.po
da.po: 789 translated messages, 501 fuzzy translations, 550 untranslated
messages.
rm -f de.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o de.gmo de.po
de.po: 1840 translated messages.
make[4]: Entering directory '/tmp/guix/po/guix'
make [email protected]
make[5]: Entering directory '/tmp/guix/po/guix'
sed -e '/^#/d' -e 's/HEADER/[email protected]/g' ./insert-header.sin >
[email protected]
en@boldquot:
en@boldquot:
msgmerge --lang=en@boldquot [email protected] guix.pot -o [email protected]
............................................................................................................................................................................................
done.
make[5]: Leaving directory '/tmp/guix/po/guix'
make[4]: Leaving directory '/tmp/guix/po/guix'
rm -f [email protected] &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o [email protected] [email protected]
[email protected]: 1843 translated messages.
make[4]: Entering directory '/tmp/guix/po/guix'
make [email protected]
make[5]: Entering directory '/tmp/guix/po/guix'
sed -e '/^#/d' -e 's/HEADER/[email protected]/g' ./insert-header.sin >
[email protected]
en@quot:
en@quot:
msgmerge --lang=en@quot [email protected] guix.pot -o [email protected]
........................................................................................................................................................................................................................................................
done.
make[5]: Leaving directory '/tmp/guix/po/guix'
make[4]: Leaving directory '/tmp/guix/po/guix'
rm -f [email protected] &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o [email protected] [email protected]
[email protected]: 1843 translated messages.
rm -f eo.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o eo.gmo eo.po
eo.po: 245 translated messages, 489 fuzzy translations, 1106 untranslated
messages.
rm -f es.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o es.gmo es.po
es.po: 1539 translated messages, 140 fuzzy translations, 161 untranslated
messages.
rm -f fa.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fa.gmo fa.po
fa.po: 138 translated messages, 8 fuzzy translations, 1694 untranslated
messages.
rm -f fi.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fi.gmo fi.po
fi.po: 147 translated messages, 7 fuzzy translations, 1686 untranslated
messages.
rm -f fr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fr.gmo fr.po
fr.po: 1793 translated messages, 29 fuzzy translations, 18 untranslated
messages.
rm -f hu.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o hu.gmo hu.po
hu.po: 175 translated messages, 483 fuzzy translations, 1182 untranslated
messages.
rm -f it.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o it.gmo it.po
it.po: 712 translated messages, 79 fuzzy translations, 1049 untranslated
messages.
rm -f lt.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o lt.gmo lt.po
lt.po: 54 translated messages, 1 fuzzy translation, 1785 untranslated messages.
rm -f ja.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ja.gmo ja.po
ja.po: 340 translated messages, 18 fuzzy translations, 1482 untranslated
messages.
rm -f ka.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ka.gmo ka.po
ka.po: 84 translated messages, 1756 untranslated messages.
rm -f ko.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ko.gmo ko.po
ko.po: 132 translated messages, 11 fuzzy translations, 1697 untranslated
messages.
rm -f nl.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o nl.gmo nl.po
nl.po: 1307 translated messages, 250 fuzzy translations, 283 untranslated
messages.
rm -f oc.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o oc.gmo oc.po
oc.po: 1 translated message, 30 fuzzy translations, 1809 untranslated messages.
rm -f pl.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o pl.gmo pl.po
pl.po: 263 translated messages, 158 fuzzy translations, 1419 untranslated
messages.
rm -f pt_BR.gmo &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o pt_BR.gmo pt_BR.po
pt_BR.po: 1403 translated messages, 196 fuzzy translations, 241 untranslated
messages.
rm -f ru.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ru.gmo ru.po
ru.po: 397 translated messages, 80 fuzzy translations, 1363 untranslated
messages.
rm -f si.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o si.gmo si.po
si.po: 2 translated messages, 1838 untranslated messages.
rm -f sk.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o sk.gmo sk.po
sk.po: 1737 translated messages, 54 fuzzy translations, 49 untranslated
messages.
rm -f sr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o sr.gmo sr.po
sr.po: 109 translated messages, 481 fuzzy translations, 1250 untranslated
messages.
rm -f sv.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o sv.gmo sv.po
sv.po: 537 translated messages, 344 fuzzy translations, 959 untranslated
messages.
rm -f ta.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ta.gmo ta.po
ta.po: 580 translated messages, 348 fuzzy translations, 912 untranslated
messages.
rm -f tr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o tr.gmo tr.po
tr.po: 246 translated messages, 27 fuzzy translations, 1567 untranslated
messages.
rm -f uk.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o uk.gmo uk.po
uk.po: 232 translated messages, 28 fuzzy translations, 1580 untranslated
messages.
rm -f vi.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o vi.gmo vi.po
vi.po: 150 translated messages, 520 fuzzy translations, 1170 untranslated
messages.
rm -f zh_CN.gmo &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o zh_CN.gmo zh_CN.po
zh_CN.po: 162 translated messages, 269 fuzzy translations, 1409 untranslated
messages.
make[3]: Leaving directory '/tmp/guix/po/guix'
touch stamp-po
make[2]: Leaving directory '/tmp/guix/po/guix'
Making all in po/packages
make[2]: Entering directory '/tmp/guix/po/packages'
make guix-packages.pot-update
make[3]: Entering directory '/tmp/guix/po/packages'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
package_gnu=""; \
test -n "$package_gnu" || { \
if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
LC_ALL=C find -L ../.. -maxdepth 1 -type f \
-size -10000000c -exec grep 'GNU guix' \
/dev/null '{}' ';' 2>/dev/null; \
else \
LC_ALL=C grep 'GNU guix' ../../* 2>/dev/null; \
fi; \
} | grep -v 'libtool:' >/dev/null; then \
package_gnu=yes; \
else \
package_gnu=no; \
fi; \
}; \
if test "$package_gnu" = "yes"; then \
package_prefix='GNU '; \
else \
package_prefix=''; \
fi; \
if test -n '[email protected]' || test '[email protected]' =
'@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address='[email protected]'; \
else \
msgid_bugs_address='[email protected]'; \
fi; \
case `/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--default-domain=guix-packages --directory=../.. \
--add-comments=TRANSLATORS: --language=Scheme --from-code=UTF-8
--keyword=synopsis --keyword=description --keyword=output-synopsis:2 \
--files-from=./POTFILES.in \
--copyright-holder='the authors of Guix (msgids)' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
*) \
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/xgettext
--default-domain=guix-packages --directory=../.. \
--add-comments=TRANSLATORS: --language=Scheme --from-code=UTF-8
--keyword=synopsis --keyword=description --keyword=output-synopsis:2 \
--files-from=./POTFILES.in \
--copyright-holder='the authors of Guix (msgids)' \
--package-name="${package_prefix}guix" \
--package-version='UNKNOWN' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
esac
test ! -f guix-packages.po || { \
if test -f ./guix-packages.pot; then \
sed -f remove-potcdate.sed < ./guix-packages.pot > guix-packages.1po && \
sed -f remove-potcdate.sed < guix-packages.po > guix-packages.2po && \
if cmp guix-packages.1po guix-packages.2po >/dev/null 2>&1; then \
rm -f guix-packages.1po guix-packages.2po guix-packages.po; \
else \
rm -f guix-packages.1po guix-packages.2po ./guix-packages.pot && \
mv guix-packages.po ./guix-packages.pot; \
fi; \
else \
mv guix-packages.po ./guix-packages.pot; \
fi; \
}
make[3]: Leaving directory '/tmp/guix/po/packages'
test ! -f ./guix-packages.pot || \
test -z "da.gmo de.gmo [email protected] [email protected] eo.gmo es.gmo fa.gmo
fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nl.gmo oc.gmo pl.gmo pt_BR.gmo sk.gmo
sr.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo" || make da.gmo de.gmo [email protected]
[email protected] eo.gmo es.gmo fa.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo
nl.gmo oc.gmo pl.gmo pt_BR.gmo sk.gmo sr.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo
make[3]: Entering directory '/tmp/guix/po/packages'
rm -f da.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o da.gmo da.po
da.po: 596 translated messages, 603 fuzzy translations, 4511 untranslated
messages.
rm -f de.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o de.gmo de.po
de.po: 126 translated messages, 181 fuzzy translations, 5403 untranslated
messages.
make[4]: Entering directory '/tmp/guix/po/packages'
make [email protected]
make[5]: Entering directory '/tmp/guix/po/packages'
sed -e '/^#/d' -e 's/HEADER/[email protected]/g' ./insert-header.sin >
[email protected]
en@boldquot:
en@boldquot:
msgmerge --lang=en@boldquot [email protected] guix-packages.pot -o
[email protected]
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
done.
make[5]: Leaving directory '/tmp/guix/po/packages'
make[4]: Leaving directory '/tmp/guix/po/packages'
rm -f [email protected] &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o [email protected] [email protected]
[email protected]: 10845 translated messages.
make[4]: Entering directory '/tmp/guix/po/packages'
make [email protected]
make[5]: Entering directory '/tmp/guix/po/packages'
sed -e '/^#/d' -e 's/HEADER/[email protected]/g' ./insert-header.sin >
[email protected]
en@quot:
en@quot:
msgmerge --lang=en@quot [email protected] guix-packages.pot -o [email protected]
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
done.
make[5]: Leaving directory '/tmp/guix/po/packages'
make[4]: Leaving directory '/tmp/guix/po/packages'
rm -f [email protected] &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o [email protected] [email protected]
[email protected]: 10845 translated messages.
rm -f eo.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o eo.gmo eo.po
eo.po: 159 translated messages, 686 fuzzy translations, 4865 untranslated
messages.
rm -f es.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o es.gmo es.po
es.po: 986 translated messages, 914 fuzzy translations, 3810 untranslated
messages.
rm -f fa.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fa.gmo fa.po
fa.po: 8 translated messages, 20 fuzzy translations, 5682 untranslated messages.
rm -f fi.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fi.gmo fi.po
fi.po: 5 translated messages, 6 fuzzy translations, 5699 untranslated messages.
rm -f fr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o fr.gmo fr.po
fr.po: 1038 translated messages, 412 fuzzy translations, 4260 untranslated
messages.
rm -f hu.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o hu.gmo hu.po
hu.po: 259 translated messages, 269 fuzzy translations, 5182 untranslated
messages.
rm -f it.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o it.gmo it.po
it.po: 4 translated messages, 35 fuzzy translations, 5671 untranslated messages.
rm -f ja.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ja.gmo ja.po
ja.po: 8 translated messages, 5702 untranslated messages.
rm -f ko.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o ko.gmo ko.po
ko.po: 56 translated messages, 2 fuzzy translations, 5652 untranslated messages.
rm -f nl.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o nl.gmo nl.po
nl.po: 21 translated messages, 31 fuzzy translations, 5658 untranslated
messages.
rm -f oc.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o oc.gmo oc.po
oc.po: 1 translated message, 34 fuzzy translations, 5675 untranslated messages.
rm -f pl.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o pl.gmo pl.po
pl.po: 42 translated messages, 129 fuzzy translations, 5539 untranslated
messages.
rm -f pt_BR.gmo &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o pt_BR.gmo pt_BR.po
pt_BR.po: 17 translated messages, 26 fuzzy translations, 5667 untranslated
messages.
rm -f sk.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o sk.gmo sk.po
sk.po: 16 translated messages, 33 fuzzy translations, 5661 untranslated
messages.
rm -f sr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o sr.gmo sr.po
sr.po: 25 translated messages, 33 fuzzy translations, 5652 untranslated
messages.
rm -f tr.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o tr.gmo tr.po
tr.po: 60 translated messages, 9 fuzzy translations, 5641 untranslated messages.
rm -f uk.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o uk.gmo uk.po
uk.po: 5 translated messages, 1 fuzzy translation, 5704 untranslated messages.
rm -f vi.gmo && /gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt
-c --statistics --verbose -o vi.gmo vi.po
vi.po: 15 translated messages, 25 fuzzy translations, 5670 untranslated
messages.
rm -f zh_CN.gmo &&
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/msgfmt -c --statistics
--verbose -o zh_CN.gmo zh_CN.po
zh_CN.po: 31 translated messages, 132 fuzzy translations, 5547 untranslated
messages.
make[3]: Leaving directory '/tmp/guix/po/packages'
touch stamp-po
make[2]: Leaving directory '/tmp/guix/po/packages'
make[2]: Entering directory '/tmp/guix'
make[3]: Entering directory '/tmp/guix'
make[3]: Leaving directory '/tmp/guix'
Updating ./doc/version.texi
MAKEINFO doc/guix.info
Updating ./doc/version-de.texi
MAKEINFO doc/guix.de.info
Updating ./doc/version-es.texi
MAKEINFO doc/guix.es.info
guix.es.texi:19949: warning: `.' or `,' must follow @xref, not p
guix.es.texi:46736: warning: `.' or `,' must follow @xref, not p
Updating ./doc/version-fr.texi
MAKEINFO doc/guix.fr.info
guix.fr.texi:15501: warning: `.' or `,' must follow @xref, not p
Updating ./doc/version-pt_BR.texi
MAKEINFO doc/guix.pt_BR.info
Updating ./doc/version-ru.texi
MAKEINFO doc/guix.ru.info
Wide character in warn at
/gnu/store/y7assmsdr0b65va5vy775nh10288k760-profile/bin/makeinfo line 637.
guix.ru.texi:13125: warning: `.' or `,' must follow @xref, not ะด
Updating ./doc/version-zh_CN.texi
MAKEINFO doc/guix.zh_CN.info
MAKEINFO doc/guix-cookbook.info
MAKEINFO doc/guix-cookbook.de.info
guix-cookbook.de.texi:604: @menu reference to nonexistent node `A ``Hello
World'' package'
guix-cookbook.de.texi:605: @menu reference to nonexistent node `Setup'
guix-cookbook.de.texi:606: @menu reference to nonexistent node `Extended
example'
guix-cookbook.de.texi:607: @menu reference to nonexistent node `Other build
systems'
guix-cookbook.de.texi:608: @menu reference to nonexistent node `Programmable
and automated package definition'
guix-cookbook.de.texi:609: @menu reference to nonexistent node `Getting help'
guix-cookbook.de.texi:610: @menu reference to nonexistent node `Conclusion'
guix-cookbook.de.texi:835: @menu reference to nonexistent node `Local file'
guix-cookbook.de.texi:836: @menu reference to nonexistent node `Channels'
guix-cookbook.de.texi:1544: @menu reference to nonexistent node `Recursive
importers'
guix-cookbook.de.texi:1545: @menu reference to nonexistent node `Automatic
update'
guix-cookbook.de.texi:3469: @menu reference to nonexistent node `A Database
Container'
guix-cookbook.de.texi:3768: @menu reference to nonexistent node `Basic setup
with manifests'
guix-cookbook.de.texi:3769: @menu reference to nonexistent node `Required
packages'
guix-cookbook.de.texi:3770: @menu reference to nonexistent node `Default
profile'
guix-cookbook.de.texi:3771: @menu reference to nonexistent node `The benefits
of manifests'
guix-cookbook.de.texi:116: @detailmenu reference to nonexistent node `A ``Hello
World'' package'
guix-cookbook.de.texi:117: @detailmenu reference to nonexistent node `Setup'
guix-cookbook.de.texi:118: @detailmenu reference to nonexistent node `Extended
example'
guix-cookbook.de.texi:119: @detailmenu reference to nonexistent node `Other
build systems'
guix-cookbook.de.texi:120: @detailmenu reference to nonexistent node
`Programmable and automated package definition'
guix-cookbook.de.texi:121: @detailmenu reference to nonexistent node `Getting
help'
guix-cookbook.de.texi:122: @detailmenu reference to nonexistent node
`Conclusion'
guix-cookbook.de.texi:129: @detailmenu reference to nonexistent node `Local
file'
guix-cookbook.de.texi:130: @detailmenu reference to nonexistent node `Channels'
guix-cookbook.de.texi:137: @detailmenu reference to nonexistent node `Recursive
importers'
guix-cookbook.de.texi:138: @detailmenu reference to nonexistent node `Automatic
update'
guix-cookbook.de.texi:194: @detailmenu reference to nonexistent node `A
Database Container'
guix-cookbook.de.texi:208: @detailmenu reference to nonexistent node `Basic
setup with manifests'
guix-cookbook.de.texi:209: @detailmenu reference to nonexistent node `Required
packages'
guix-cookbook.de.texi:210: @detailmenu reference to nonexistent node `Default
profile'
guix-cookbook.de.texi:211: @detailmenu reference to nonexistent node `The
benefits of manifests'
make[2]: *** [Makefile:5394: doc/guix-cookbook.de.info] Error 1
make[2]: Leaving directory '/tmp/guix'
make[1]: *** [Makefile:6079: all-recursive] Error 1
make[1]: Leaving directory '/tmp/guix'
make: *** [Makefile:4193: all] Error 2