From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Baines Subject: Re: Build fails on 'doc/guix.de.texi': @ref reference to nonexistent node... Date: Fri, 17 Apr 2020 21:37:38 +0100 Message-ID: <87ftd16e7h.fsf@cbaines.net> References: <1Y6WY2ON1K2YJ.29Y5951A7ICSN@wilsonb.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPXkD-0004CN-3w for guix-devel@gnu.org; Fri, 17 Apr 2020 16:37:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPXk9-0006v8-Ni for guix-devel@gnu.org; Fri, 17 Apr 2020 16:37:48 -0400 Received: from mira.cbaines.net ([212.71.252.8]:56594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPXk9-0006ro-Am for guix-devel@gnu.org; Fri, 17 Apr 2020 16:37:45 -0400 Received: from localhost (unknown [46.237.173.52]) by mira.cbaines.net (Postfix) with ESMTPSA id 4570527BBE1 for ; Fri, 17 Apr 2020 21:37:43 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f750ad2d for ; Fri, 17 Apr 2020 20:37:40 +0000 (UTC) In-reply-to: <1Y6WY2ON1K2YJ.29Y5951A7ICSN@wilsonb.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain elaexuotee@wilsonb.com writes: > Attempting to define and build my own package for the first time, I am havi= > ng trouble > simply setting up the basic environment. In particular, make is failing wit= > h a > plethora of "@ref reference to nonexistent node" errors on doc/*.de.texi fi= > les. > > It looks like issues #35913 and #35786 may be related; however, at the mome= > nt > issues.guix.gnu.org is returning 500 when I attempt to open them. > > Attached is the output of make, and below is how I am getting to that point= > : > > $ guix environment --pure guix --ad-hoc coreutils findutils which > $ ./bootstrap > $ ./configure --localstatedir=3D/var > $ make > > Am I just flubbing up something simple? For clarity, this is happening on a= > freshly > pulled master: > > $ git rev-parse HEAD > f6145358c7d33e73c0708bbe400e6e8e65512ef3 Hey, Sorry you're having problems. I've tried cloning the same commit you did, and running through the same commands, but unfortunately I couldn't reproduce the issue. I've attached the log output I get, starting at a similar point to the log you provided. Are you still having issues? Unfortunately I'm no expert on the translated documentation, so I don't have any specific advice to offer at the moment. Chris --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=make.log Content-Transfer-Encoding: quoted-printable Content-Description: make.log 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 if LC_ALL=3DC grep 'GNU guix' ../../* 2>/dev/null | grep -v 'libtool:' >/de= v/null; then \ package_gnu=3D'GNU '; \ else \ package_gnu=3D''; \ fi; \ if test -n 'ludo@gnu.org' || test 'bug-guix@gnu.org' =3D '@'PACKAGE_BUGREPO= RT'@'; then \ msgid_bugs_address=3D'ludo@gnu.org'; \ else \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ fi; \ case `/gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --ve= rsion | 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/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --defa= ult-domain=3Dguix --directory=3D../.. \ --add-comments=3DTRANSLATORS: --from-code=3DUTF-8 --keyword=3DG_ --ke= yword=3DN_:1,2 --keyword=3Dmessage --keyword=3Ddescription --keyword=3Dn_ \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'Ludovic Court=C3=A8s' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ *) \ /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --defa= ult-domain=3Dguix --directory=3D../.. \ --add-comments=3DTRANSLATORS: --from-code=3DUTF-8 --keyword=3DG_ --ke= yword=3DN_:1,2 --keyword=3Dmessage --keyword=3Ddescription --keyword=3Dn_ \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'Ludovic Court=C3=A8s' \ --package-name=3D"${package_gnu}guix" \ --package-version=3D'UNKNOWN' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ esac 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 "cs.gmo da.gmo de.gmo en@boldquot.gmo en@quot.gmo eo.gmo es.gmo f= r.gmo hu.gmo pl.gmo pt_BR.gmo sr.gmo sv.gmo ta.gmo vi.gmo zh_CN.gmo" || mak= e cs.gmo da.gmo de.gmo en@boldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo hu.= gmo pl.gmo pt_BR.gmo sr.gmo sv.gmo ta.gmo vi.gmo zh_CN.gmo make[3]: Entering directory '/tmp/guix/po/guix' /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dcs cs.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ........................................................... done. rm -f cs.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o cs.gmo cs.po cs.po: 58 translated messages, 128 fuzzy translations, 760 untranslated mes= sages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dda da.po guix.pot ...........................................................................= .................................................. done. rm -f da.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o da.gmo da.po da.po: 852 translated messages, 41 fuzzy translations, 53 untranslated mess= ages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dde de.po guix.pot ...........................................................................= ................................... done. rm -f de.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o de.gmo de.po de.po: 943 translated messages, 3 fuzzy translations. make[4]: Entering directory '/tmp/guix/po/guix' make en@boldquot.po-update make[5]: Entering directory '/tmp/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > en@= boldquot.insert-header en@boldquot: en@boldquot: msgmerge --lang=3Den@boldquot en@boldquot.po guix.pot -o en@boldquot.new.po ...........................................................................= .................................... done. make[5]: Leaving directory '/tmp/guix/po/guix' make[4]: Leaving directory '/tmp/guix/po/guix' rm -f en@boldquot.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profil= e/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@boldquot.po: 946 translated messages. make[4]: Entering directory '/tmp/guix/po/guix' make en@quot.po-update make[5]: Entering directory '/tmp/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' ./insert-header.sin > en@quot= .insert-header en@quot: en@quot: msgmerge --lang=3Den@quot en@quot.po guix.pot -o en@quot.new.po ...........................................................................= ............................... done. make[5]: Leaving directory '/tmp/guix/po/guix' make[4]: Leaving directory '/tmp/guix/po/guix' rm -f en@quot.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bi= n/msgfmt -c --statistics --verbose -o en@quot.gmo en@quot.po en@quot.po: 946 translated messages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Deo eo.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ................................................... done. eo.po:837: warning: internationalized messages should not contain the '\r' = escape sequence eo.po:837: warning: internationalized messages should not contain the '\r' = escape sequence rm -f eo.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o eo.gmo eo.po eo.po: 191 translated messages, 216 fuzzy translations, 539 untranslated me= ssages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Des es.po guix.pot ...........................................................................= .................................................................. done. rm -f es.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o es.gmo es.po es.po: 943 translated messages, 3 fuzzy translations. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dfr fr.po guix.pot ...........................................................................= ...........................................................................= ................................... done. rm -f fr.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 943 translated messages, 3 fuzzy translations. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dhu hu.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............................................. done. rm -f hu.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o hu.gmo hu.po hu.po: 139 translated messages, 215 fuzzy translations, 592 untranslated me= ssages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dpl pl.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ............ done. rm -f pl.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 66 translated messages, 68 fuzzy translations, 812 untranslated mess= ages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dpt_BR pt_BR.po guix.pot ...........................................................................= ..................................... done. rm -f pt_BR.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/= msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po pt_BR.po: 943 translated messages, 3 fuzzy translations. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dsr sr.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ....................... done. rm -f sr.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o sr.gmo sr.po sr.po: 120 translated messages, 213 fuzzy translations, 613 untranslated me= ssages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dsv sv.po guix.pot ...........................................................................= ...........................................................................= .................... done. rm -f sv.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o sv.gmo sv.po sv.po: 464 translated messages, 39 fuzzy translations, 443 untranslated mes= sages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dta ta.po guix.pot ...........................................................................= ................................................. done. rm -f ta.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o ta.gmo ta.po ta.po: 226 translated messages, 7 fuzzy translations, 713 untranslated mess= ages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dvi vi.po guix.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .............................................. done. rm -f vi.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o vi.gmo vi.po vi.po: 168 translated messages, 220 fuzzy translations, 558 untranslated me= ssages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dzh_CN zh_CN.po guix.pot ...........................................................................= ...........................................................................= .................................................................... done. rm -f zh_CN.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/= msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po zh_CN.po: 77 translated messages, 88 fuzzy translations, 781 untranslated m= essages. 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 if LC_ALL=3DC grep 'GNU guix' ../../* 2>/dev/null | grep -v 'libtool:' >/de= v/null; then \ package_gnu=3D'GNU '; \ else \ package_gnu=3D''; \ fi; \ if test -n 'ludo@gnu.org' || test 'bug-guix@gnu.org' =3D '@'PACKAGE_BUGREPO= RT'@'; then \ msgid_bugs_address=3D'ludo@gnu.org'; \ else \ msgid_bugs_address=3D'bug-guix@gnu.org'; \ fi; \ case `/gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --ve= rsion | 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/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --defa= ult-domain=3Dguix-packages --directory=3D../.. \ --add-comments=3DTRANSLATORS: --language=3DScheme --from-code=3DUTF-8= --keyword=3Dsynopsis --keyword=3Ddescription \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'Ludovic Court=C3=A8s' \ --msgid-bugs-address=3D"$msgid_bugs_address" \ ;; \ *) \ /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/xgettext --defa= ult-domain=3Dguix-packages --directory=3D../.. \ --add-comments=3DTRANSLATORS: --language=3DScheme --from-code=3DUTF-8= --keyword=3Dsynopsis --keyword=3Ddescription \ --files-from=3D./POTFILES.in \ --copyright-holder=3D'Ludovic Court=C3=A8s' \ --package-name=3D"${package_gnu}guix" \ --package-version=3D'UNKNOWN' \ --msgid-bugs-address=3D"$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 en@boldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo h= u.gmo pl.gmo pt_BR.gmo sr.gmo vi.gmo zh_CN.gmo" || make da.gmo de.gmo en@bo= ldquot.gmo en@quot.gmo eo.gmo es.gmo fr.gmo hu.gmo pl.gmo pt_BR.gmo sr.gmo = vi.gmo zh_CN.gmo make[3]: Entering directory '/tmp/guix/po/packages' /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dda da.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .................................... done. rm -f da.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o da.gmo da.po da.po: 647 translated messages, 161 fuzzy translations, 3577 untranslated m= essages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dde de.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ........................................................... done. rm -f de.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o de.gmo de.po de.po: 124 translated messages, 4261 untranslated messages. make[4]: Entering directory '/tmp/guix/po/packages' make en@boldquot.po-update make[5]: Entering directory '/tmp/guix/po/packages' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > en@= boldquot.insert-header en@boldquot: en@boldquot: msgmerge --lang=3Den@boldquot en@boldquot.po guix-packages.pot -o en@boldq= uot.new.po ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ................................................. done. make[5]: Leaving directory '/tmp/guix/po/packages' make[4]: Leaving directory '/tmp/guix/po/packages' rm -f en@boldquot.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profil= e/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@boldquot.po: 4385 translated messages. make[4]: Entering directory '/tmp/guix/po/packages' make en@quot.po-update make[5]: Entering directory '/tmp/guix/po/packages' sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' ./insert-header.sin > en@quot= .insert-header en@quot: en@quot: msgmerge --lang=3Den@quot en@quot.po guix-packages.pot -o en@quot.new.po ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............. done. make[5]: Leaving directory '/tmp/guix/po/packages' make[4]: Leaving directory '/tmp/guix/po/packages' rm -f en@quot.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bi= n/msgfmt -c --statistics --verbose -o en@quot.gmo en@quot.po en@quot.po: 4385 translated messages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Deo eo.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .......... done. rm -f eo.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o eo.gmo eo.po eo.po: 172 translated messages, 251 fuzzy translations, 3962 untranslated m= essages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Des es.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ................................. done. rm -f es.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o es.gmo es.po es.po: 891 translated messages, 245 fuzzy translations, 3249 untranslated m= essages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dfr fr.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ............. done. rm -f fr.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o fr.gmo fr.po fr.po: 617 translated messages, 3768 untranslated messages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dhu hu.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ....... done. rm -f hu.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o hu.gmo hu.po hu.po: 242 translated messages, 74 fuzzy translations, 4069 untranslated me= ssages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dpl pl.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .......................................................................... = done. rm -f pl.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o pl.gmo pl.po pl.po: 41 translated messages, 74 fuzzy translations, 4270 untranslated mes= sages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dpt_BR pt_BR.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .... done. rm -f pt_BR.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/= msgfmt -c --statistics --verbose -o pt_BR.gmo pt_BR.po pt_BR.po: 16 translated messages, 22 fuzzy translations, 4347 untranslated = messages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dsr sr.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ................................................. done. rm -f sr.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o sr.gmo sr.po sr.po: 25 translated messages, 28 fuzzy translations, 4332 untranslated mes= sages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dvi vi.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .............................................. done. rm -f vi.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msg= fmt -c --statistics --verbose -o vi.gmo vi.po vi.po: 15 translated messages, 20 fuzzy translations, 4350 untranslated mes= sages. /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/msgmerge --update = --lang=3Dzh_CN zh_CN.po guix-packages.pot ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .............................. done. rm -f zh_CN.gmo && /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profile/bin/= msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po zh_CN.po: 30 translated messages, 15 fuzzy translations, 4340 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 Updating ./doc/version-fr.texi MAKEINFO doc/guix.fr.info Updating ./doc/version-ru.texi MAKEINFO doc/guix.ru.info ./doc/guix.ru.texi:946: warning: accent command `@,' must not be followed b= y whitespace Wide character in warn at /gnu/store/0z8lnklkplk0q700p9md7vrakik61a54-profi= le/bin/makeinfo line 656. ./doc/guix.ru.texi:4016: warning: `.' or `,' must follow @xref, not =D0=B4 Updating ./doc/version-zh_CN.texi MAKEINFO doc/guix.zh_CN.info MAKEINFO doc/guix-cookbook.info MAKEINFO doc/guix-cookbook.de.info ./doc/guix-cookbook.de.texi: warning: document without nodes CXX nix/nix-daemon/guix_daemon-nix-daemon.o CXX nix/nix-daemon/guix_daemon-guix-daemon.o CXX nix/libstore/libstore_a-gc.o CXX nix/libstore/libstore_a-globals.o CXX nix/libstore/libstore_a-misc.o CXX nix/libstore/libstore_a-references.o CXX nix/libstore/libstore_a-store-api.o CXX nix/libstore/libstore_a-optimise-store.o CXX nix/libstore/libstore_a-local-store.o CXX nix/libstore/libstore_a-build.o CXX nix/libstore/libstore_a-pathlocks.o CXX nix/libstore/libstore_a-derivations.o CXX nix/libstore/libstore_a-builtins.o CXX nix/libstore/libstore_a-sqlite.o AR libstore.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/libutil/libutil_a-archive.o CXX nix/libutil/libutil_a-affinity.o CXX nix/libutil/libutil_a-serialise.o CXX nix/libutil/libutil_a-util.o CXX nix/libutil/libutil_a-hash.o CXX nix/libutil/libutil_a-gcrypt-hash.o AR libutil.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/boost/format/libformat_a-free_funcs.o CXX nix/boost/format/libformat_a-parsing.o CXX nix/boost/format/libformat_a-format_implementation.o AR libformat.a ar: `u' modifier ignored since `D' is the default (see `U') CXXLD guix-daemon GEN scripts/guix Compiling Scheme modules... [ 0%] LOAD guix/base16.scm [ 0%] LOAD guix/base32.scm [ 0%] LOAD guix/base64.scm [ 0%] LOAD guix/ci.scm [ 0%] LOAD guix/cpio.scm [ 0%] LOAD guix/deprecation.scm [ 0%] LOAD guix/docker.scm [ 0%] LOAD guix/json.scm [ 1%] LOAD guix/records.scm [ 1%] LOAD guix/pki.scm [ 1%] LOAD guix/progress.scm [ 1%] LOAD guix/combinators.scm [ 1%] LOAD guix/memoization.scm [ 1%] LOAD guix/utils.scm [ 1%] LOAD guix/sets.scm [ 1%] LOAD guix/modules.scm [ 1%] LOAD guix/download.scm --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl6aE5JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcACQ/+Jlbg14aabY5gA6fbBuMfacyLP4UaWgewVWtEOB1JA8ERND3YSfBxrYxh 5ig/r6fLN+p73gBL+0YQ6LbS2Z2aa4tOn95vLnH+coFjTLYsHZIQlztY2+ML3J2Z zSW/pspXo+wx2ajnWBFPq31QGqx7YjwOo71Z7oFX3BucBR+4hTGxlps03L4D0iBj GQ70ixmpJhxD65+lydIeqniUJ53Jf2Kb6MzYQw9VaQnFKVkoewHiPGuYRSBM/MTg fqvguxg7DXj838Hd5THClyptfNaNJBB71b1re4WdGQheofmhDOqQJn38Kon4dQaV V1sNkgPV4mqjxZQ88kQcg5/isd4LUYhR4KpAsEQDGW9cOp4bJV4QgH7kvdQ8zkXq yatD+52nIVK/TUpWzCC6H/migHR0POPHXbwQe4RZYHtkiCUB0dUODszGIIUM+t5Y sQVp6s1FwYiHKZUP8juY2Uv0dBTyh2qjQvyz5PO3zAX/k9tal3OTAqwrsdEoojdj 6enb4D/X0SFOM5685vcz1s+7DnI3LUwMK/xNtoVFRVLXSOxpNWR5qn83XFB75MF8 hL5LkdZWOIaUO+SlWm7mu9PA1h/ZGoupSJp7tB8Dmwb34uoHUEfl9/Aht0cpKFqs 4Xw1mn47SzgnlR6xHo0/aaG+6Xj/v+FfsiPSZjCrj4WMbec1+vw= =qfGP -----END PGP SIGNATURE----- --==-=-=--