From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 11:53:32 2021 Received: (at submit) by debbugs.gnu.org; 20 Oct 2021 15:53:33 +0000 Received: from localhost ([127.0.0.1]:55248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdDuD-0003b9-0N for submit@debbugs.gnu.org; Wed, 20 Oct 2021 11:53:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:34072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdDu9-0003au-PH for submit@debbugs.gnu.org; Wed, 20 Oct 2021 11:53:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdDu5-0000b8-Ra for bug-guix@gnu.org; Wed, 20 Oct 2021 11:53:23 -0400 Received: from lepiller.eu ([89.234.186.109]:34142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdDu0-0005ny-4n for bug-guix@gnu.org; Wed, 20 Oct 2021 11:53:20 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 2d6d307e; Wed, 20 Oct 2021 15:53:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=1f9r1VwH7SdC WS1eqaXNHjpNXKV+eHo0jA+YHMfyLuk=; b=O+oY7qxTBcFHR5LJmp8/KEQxIfyP KkU6iWeAFgkoujuGaYokRqCl2CHEm+Wvvml18rc59Q93s9ZT6y6KkZRcSx8Q3EA6 hSNF/AUQFSm3onotOLQv+LEdMmwziA4RYedOUlsmPKwyvqAvdYPIqriUlzliXPL1 AqURwu0tAOT/W0yC4L1hqzQQYk7uA8kaawJ6WIyIKhA7uOz7zQcbRXj//MJ1cpyn C6OdxrLWvmzw8pZSJJ/B2rzXEmFH9jZhu0gaExwPM3EOKfwm9iPljO7SZwBxT2Xe Wqi3Fwp8sZj4r/zTCnlF+yqUDELrVSGHOwGSaRpATOihZ7CINhxtz+th6Q== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id bcdec3ab (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 20 Oct 2021 15:53:10 +0000 (UTC) Date: Wed, 20 Oct 2021 11:52:54 -0400 From: Julien Lepiller To: bug-guix@gnu.org, Denis 'GNUtoo' Carikli , 51259@debbugs.gnu.org Subject: =?US-ASCII?Q?Re=3A_bug=2351259=3A_Cannot_build_Guix_from_sour?= =?US-ASCII?Q?ce_=28error_messages_about_the_translations=29?= User-Agent: K-9 Mail for Android In-Reply-To: <20211020174438.3cef8ecc@primarylaptop.localdomain> References: <20211020174438.3cef8ecc@primarylaptop.localdomain> Message-ID: <267DB191-1D85-4ADE-8FD6-741C7F8EF154@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----0RQ3BWCOIPZBKMUU1CX2FQ3XXN9WLT Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=89.234.186.109; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) ------0RQ3BWCOIPZBKMUU1CX2FQ3XXN9WLT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable You might be running with modified files, or the container is doing somethi= ng unexpected=2E Can you try again from a clean checkout, or after cleaning= with "git clean -fdx"? This should put the repo back to the last commit, a= nd remove any additional files, as if you just pulled it=2E Le 20 octobre 2021 11:44:38 GMT-04:00, Denis 'GNUtoo' Carikli a =C3=A9crit=C2=A0: >Hi, > >I'm on i686, and I've tried all the approaches mentioned: >- export LC_ALL=3Den_US=2Eutf8 >- rm doc/contributing=2E*=2Etexi >- the patch in doc/local=2Emk > >on top of the following commit: >19d3cfec72 gnu: python-arrow: Move python-pytz to native-inputs=2E > >I tried building Guix with both: >- guix environment guix -C guix >- guix environment --pure guix > >And for building I use >export LC_ALL=3Den_US=2Eutf8 >rm -f doc/contributing=2E*=2Etexi && \ >=2E/bootstrap && \ >=2E/configure --localstatedir=3D/var && \ >make clean && \ >make -j2 > >And that gives the following compilation error (with guix environment >guix -C guix): >> )=2E Please consider running po4a-updatepo to refresh it=2E >> sed -i "s|guix\=2Einfo|$(basename "doc/guix=2Ezh_CN=2Etexi" | sed 's|te= xi$|info|')|" "doc/guix=2Ezh_CN=2Etexi=2Etmp" >> POXREF doc/guix=2Ezh_CN=2Etexi >> translated 914 cross-references in 'doc/guix=2Esk=2Etexi=2Etmp' >> mv "doc/guix=2Esk=2Etexi=2Etmp" "doc/guix=2Esk=2Etexi" >> translated 914 cross-references in 'doc/guix=2Ezh_CN=2Etexi=2Etmp' >> mv "doc/guix=2Ezh_CN=2Etexi=2Etmp" "doc/guix=2Ezh_CN=2Etexi" >> make all-recursive >> make[1]: Entering directory '/home/gnutoo/work/projects/guix/guix' >> Making all in po/guix >> make[2]: Entering directory '/home/gnutoo/work/projects/guix/guix/po/gu= ix' >> make[2]: Nothing to be done for 'all'=2E >> make[2]: Leaving directory '/home/gnutoo/work/projects/guix/guix/po/gui= x' >> Making all in po/packages >> make[2]: Entering directory '/home/gnutoo/work/projects/guix/guix/po/pa= ckages' >> make[2]: Nothing to be done for 'all'=2E >> make[2]: Leaving directory '/home/gnutoo/work/projects/guix/guix/po/pac= kages' >> make[2]: Entering directory '/home/gnutoo/work/projects/guix/guix' >> MAKEINFO doc/guix-cookbook=2Eko=2Einfo >> MAKEINFO doc/guix-cookbook=2Ezh_Hans=2Einfo >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2892: @node `????????????' previ= ously defined >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:1385: here is the previous defin= ition as @node >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:1385: warning: node next `??????= ??????' in menu `Acknowledgments' and in sectioning `Advanced package manag= ement' differ >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:1385: warning: node prev `??????= ??????' in menu `Advanced package management' and in sectioning `??????' di= ffer >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2483: warning: node next `Advanc= ed package management' in menu `????????????' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2902: warning: node `' is up for= `Guix environment via direnv' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2892: node `' lacks menu item fo= r `Guix environment via direnv' despite being its Up target >> =2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:3014: warning: node prev `Acknow= ledgments' in menu `????????????' and in sectioning `' differ >> make[2]: *** [Makefile:5627: doc/guix-cookbook=2Ezh_Hans=2Einfo] Error = 1 >> make[2]: *** Waiting for unfinished jobs=2E=2E=2E=2E >> Use of uninitialized value in hash element at /gnu/store/0n07srrsfkh6mp= zq9m78p18674bci39r-texinfo-6=2E7/share/texinfo/Texinfo/Structuring=2Epm lin= e 639=2E >> =2E/doc/guix-cookbook=2Eko=2Etexi:565: @node `??????' previously define= d >> =2E/doc/guix-cookbook=2Eko=2Etexi:319: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:781: @node `????????? ??????' previou= sly defined >> =2E/doc/guix-cookbook=2Eko=2Etexi:333: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:1332: @node `?????? ??????' previousl= y defined >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:1368: @node `??????' previously defin= ed >> =2E/doc/guix-cookbook=2Eko=2Etexi:319: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: @node `????????? ??????' previo= usly defined >> =2E/doc/guix-cookbook=2Eko=2Etexi:333: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:2895: @node `?????? ??????' previousl= y defined >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:3048: @node `?????? ??????' previousl= y defined >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: here is the previous definition = as @node >> =2E/doc/guix-cookbook=2Eko=2Etexi:319: warning: node next `??????' in m= enu `????????? ??????' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Eko=2Etexi:333: warning: node `????????? ???????= ?? ??????' is next for `????????? ??????' in menu but not in sectioning >> =2E/doc/guix-cookbook=2Eko=2Etexi:333: warning: node `??????' is prev f= or `????????? ??????' in menu but not in sectioning >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: node next `?????? ?????= ?' in menu `????????? ???' and in sectioning `@samp{GUIX_PACKAGE_PATH}' dif= fer >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: node `GNU ?????? ??????= ?????????' is prev for `?????? ??????' in menu but not in sectioning >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: node up `?????? ??????'= in menu `Top' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: for `?????? ??????', up= in menu `Top' and up `' don't match >> =2E/doc/guix-cookbook=2Eko=2Etexi:1417: warning: node `????????? ??????= ?????????' is next for `????????? TTY??? ??????-?????????' in sectioning bu= t not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1417: warning: node `' is up for `???= ?????? TTY??? ??????-?????????' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `??= ??????? TTY??? ??????-?????????' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `Guix System Imag= e API' is next for `????????? ???????????????' in sectioning but not in men= u >> =2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `????????? TTY???= ??????-?????????' is prev for `????????? ???????????????' in sectioning bu= t not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `' is up for `???= ?????? ???????????????' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `??= ??????? ???????????????' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:1701: warning: node `Connecting to Wi= reguard VPN' is next for `Guix System Image API' in sectioning but not in m= enu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1701: warning: node `????????? ??????= ?????????' is prev for `Guix System Image API' in sectioning but not in men= u >> =2E/doc/guix-cookbook=2Eko=2Etexi:1701: warning: node `' is up for `Gui= x System Image API' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Gu= ix System Image API' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `Customizing a Wi= ndow Manager' is next for `Connecting to Wireguard VPN' in sectioning but n= ot in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `Guix System Imag= e API' is prev for `Connecting to Wireguard VPN' in sectioning but not in m= enu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `' is up for `Con= necting to Wireguard VPN' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Co= nnecting to Wireguard VPN' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:1987: warning: node `Running Guix on = a Linode Server' is next for `Customizing a Window Manager' in sectioning b= ut not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1987: warning: node `Connecting to Wi= reguard VPN' is prev for `Customizing a Window Manager' in sectioning but n= ot in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1987: warning: node `' is up for `Cus= tomizing a Window Manager' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Cu= stomizing a Window Manager' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:2081: warning: node `Setting up a bin= d mount' is next for `Running Guix on a Linode Server' in sectioning but no= t in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2081: warning: node `Customizing a Wi= ndow Manager' is prev for `Running Guix on a Linode Server' in sectioning b= ut not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2081: warning: node `' is up for `Run= ning Guix on a Linode Server' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Ru= nning Guix on a Linode Server' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:2320: warning: node `Getting substitu= tes from Tor' is next for `Setting up a bind mount' in sectioning but not i= n menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2320: warning: node `Running Guix on = a Linode Server' is prev for `Setting up a bind mount' in sectioning but no= t in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2320: warning: node `' is up for `Set= ting up a bind mount' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Se= tting up a bind mount' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `Setting up NGINX= with Lua' is next for `Getting substitutes from Tor' in sectioning but not= in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `Setting up a bin= d mount' is prev for `Getting substitutes from Tor' in sectioning but not i= n menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `' is up for `Get= ting substitutes from Tor' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Ge= tting substitutes from Tor' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:2428: warning: node `Getting substitu= tes from Tor' is prev for `Setting up NGINX with Lua' in sectioning but not= in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2428: warning: node `' is up for `Set= ting up NGINX with Lua' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Se= tting up NGINX with Lua' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:2486: warning: node next `????????? ?= ???????? ??????' in menu `?????? ??????' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Eko=2Etexi:2486: warning: node prev `????????? ?= ???????? ??????' in menu `????????? ??????' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Eko=2Etexi:2905: warning: node `' is up for `Gui= x environment via direnv' in sectioning but not in menu >> =2E/doc/guix-cookbook=2Eko=2Etexi:2895: node `' lacks menu item for `Gu= ix environment via direnv' despite being its Up target >> =2E/doc/guix-cookbook=2Eko=2Etexi:3017: warning: node prev `????????? ?= ??' in menu `?????? ??????' and in sectioning `' differ >> =2E/doc/guix-cookbook=2Eko=2Etexi:3042: warning: node next `GNU ?????? = ?????? ?????????' in menu `?????? ??????' and in sectioning `' differ >> make[2]: *** [Makefile:5495: doc/guix-cookbook=2Eko=2Einfo] Error 1 >> make[2]: Leaving directory '/home/gnutoo/work/projects/guix/guix' >> make[1]: *** [Makefile:6207: all-recursive] Error 1 >> make[1]: Leaving directory '/home/gnutoo/work/projects/guix/guix' >> make: *** [Makefile:3904: all] Error 2 > >I'll then try 'make make-go' instead in order to be able to test >patches before sending them=2E > >Denis=2E ------0RQ3BWCOIPZBKMUU1CX2FQ3XXN9WLT Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable You might be running with modified files, or the c= ontainer is doing something unexpected=2E Can you try again from a clean ch= eckout, or after cleaning with "git clean -fdx"? This should put the repo b= ack to the last commit, and remove any additional files, as if you just pul= led it=2E

Le 20 octobre 2021 11:44:38 GMT= -04:00, Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension=2Eorg> a =C3=A9= crit=C2=A0:
Hi,

I'm on i686, and I've tried = all the approaches mentioned:
- export LC_ALL=3Den_US=2Eutf8
- rm doc= /contributing=2E*=2Etexi
- the patch in doc/local=2Emk

on top of = the following commit:
19d3cfec72 gnu: python-arrow: Move python-pytz to = native-inputs=2E

I tried building Guix with both:
- guix environm= ent guix -C guix
- guix environment --pure guix

And for building = I use
export LC_ALL=3Den_US=2Eutf8
rm -f doc/contributing=2E*=2Etexi = && \
=2E/bootstrap && \
=2E/configure --localstatedir= =3D/var && \
make clean && \
make -j2

And that= gives the following compilation error (with guix environment
guix -C gu= ix):
)=2E Please consid= er running po4a-updatepo to refresh it=2E
sed -i "s|guix\=2Einfo|$(basen= ame "doc/guix=2Ezh_CN=2Etexi" | sed 's|texi$|info|')|" "doc/guix=2Ezh_CN=2E= texi=2Etmp"
POXREF doc/guix=2Ezh_CN=2Etexi
translated 914 cross-ref= erences in 'doc/guix=2Esk=2Etexi=2Etmp'
mv "doc/guix=2Esk=2Etexi=2Etmp" = "doc/guix=2Esk=2Etexi"
translated 914 cross-references in 'doc/guix=2Ezh= _CN=2Etexi=2Etmp'
mv "doc/guix=2Ezh_CN=2Etexi=2Etmp" "doc/guix=2Ezh_CN= =2Etexi"
make all-recursive
make[1]: Entering directory '/home/gnuto= o/work/projects/guix/guix'
Making all in po/guix
make[2]: Entering di= rectory '/home/gnutoo/work/projects/guix/guix/po/guix'
make[2]: Nothing = to be done for 'all'=2E
make[2]: Leaving directory '/home/gnutoo/work/pr= ojects/guix/guix/po/guix'
Making all in po/packages
make[2]: Entering= directory '/home/gnutoo/work/projects/guix/guix/po/packages'
make[2]: N= othing to be done for 'all'=2E
make[2]: Leaving directory '/home/gnutoo/= work/projects/guix/guix/po/packages'
make[2]: Entering directory '/home/= gnutoo/work/projects/guix/guix'
MAKEINFO doc/guix-cookbook=2Eko=2Einfo=
MAKEINFO doc/guix-cookbook=2Ezh_Hans=2Einfo
=2E/doc/guix-cookbook= =2Ezh_Hans=2Etexi:2892: @node `????????????' previously defined
=2E/doc/= guix-cookbook=2Ezh_Hans=2Etexi:1385: here is the previous definition as @no= de
=2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:1385: warning: node next `????= ????????' in menu `Acknowledgments' and in sectioning `Advanced package man= agement' differ
=2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:1385: warning: no= de prev `????????????' in menu `Advanced package management' and in section= ing `??????' differ
=2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2483: warning= : node next `Advanced package management' in menu `????????????' and in sec= tioning `' differ
=2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2902: warning: = node `' is up for `Guix environment via direnv' in sectioning but not in me= nu
=2E/doc/guix-cookbook=2Ezh_Hans=2Etexi:2892: node `' lacks menu item = for `Guix environment via direnv' despite being its Up target
=2E/doc/gu= ix-cookbook=2Ezh_Hans=2Etexi:3014: warning: node prev `Acknowledgments' in = menu `????????????' and in sectioning `' differ
make[2]: *** [Makefile:5= 627: doc/guix-cookbook=2Ezh_Hans=2Einfo] Error 1
make[2]: *** Waiting fo= r unfinished jobs=2E=2E=2E=2E
Use of uninitialized value in hash element= at /gnu/store/0n07srrsfkh6mpzq9m78p18674bci39r-texinfo-6=2E7/share/texinfo= /Texinfo/Structuring=2Epm line 639=2E
=2E/doc/guix-cookbook=2Eko=2Etexi:= 565: @node `??????' previously defined
=2E/doc/guix-cookbook=2Eko=2Etexi= :319: here is the previous definition as @node
=2E/doc/guix-cookbook=2Ek= o=2Etexi:781: @node `????????? ??????' previously defined
=2E/doc/guix-c= ookbook=2Eko=2Etexi:333: here is the previous definition as @node
=2E/do= c/guix-cookbook=2Eko=2Etexi:1332: @node `?????? ??????' previously defined<= br>=2E/doc/guix-cookbook=2Eko=2Etexi:579: here is the previous definition a= s @node
=2E/doc/guix-cookbook=2Eko=2Etexi:1368: @node `??????' previousl= y defined
=2E/doc/guix-cookbook=2Eko=2Etexi:319: here is the previous de= finition as @node
=2E/doc/guix-cookbook=2Eko=2Etexi:1387: @node `???????= ?? ??????' previously defined
=2E/doc/guix-cookbook=2Eko=2Etexi:333: her= e is the previous definition as @node
=2E/doc/guix-cookbook=2Eko=2Etexi:= 2895: @node `?????? ??????' previously defined
=2E/doc/guix-cookbook=2Ek= o=2Etexi:579: here is the previous definition as @node
=2E/doc/guix-cook= book=2Eko=2Etexi:3048: @node `?????? ??????' previously defined
=2E/doc/= guix-cookbook=2Eko=2Etexi:579: here is the previous definition as @node
= =2E/doc/guix-cookbook=2Eko=2Etexi:319: warning: node next `??????' in menu = `????????? ??????' and in sectioning `' differ
=2E/doc/guix-cookbook=2Ek= o=2Etexi:333: warning: node `????????? ????????? ??????' is next for `?????= ???? ??????' in menu but not in sectioning
=2E/doc/guix-cookbook=2Eko=2E= texi:333: warning: node `??????' is prev for `????????? ??????' in menu but= not in sectioning
=2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: node = next `?????? ??????' in menu `????????? ???' and in sectioning `@samp{GUIX_= PACKAGE_PATH}' differ
=2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: no= de `GNU ?????? ?????? ?????????' is prev for `?????? ??????' in menu but no= t in sectioning
=2E/doc/guix-cookbook=2Eko=2Etexi:579: warning: node up = `?????? ??????' in menu `Top' and in sectioning `' differ
=2E/doc/guix-c= ookbook=2Eko=2Etexi:579: warning: for `?????? ??????', up in menu `Top' and= up `' don't match
=2E/doc/guix-cookbook=2Eko=2Etexi:1417: warning: node= `????????? ???????????????' is next for `????????? TTY??? ??????-?????????= ' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1417: = warning: node `' is up for `????????? TTY??? ??????-?????????' in sectionin= g but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks = menu item for `????????? TTY??? ??????-?????????' despite being its Up targ= et
=2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `Guix System Im= age API' is next for `????????? ???????????????' in sectioning but not in m= enu
=2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `????????? TTY= ??? ??????-?????????' is prev for `????????? ???????????????' in sectioning= but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1460: warning: node `= ' is up for `????????? ???????????????' in sectioning but not in menu
= =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `??????= ??? ???????????????' despite being its Up target
=2E/doc/guix-cookbook= =2Eko=2Etexi:1701: warning: node `Connecting to Wireguard VPN' is next for = `Guix System Image API' in sectioning but not in menu
=2E/doc/guix-cookb= ook=2Eko=2Etexi:1701: warning: node `????????? ???????????????' is prev for= `Guix System Image API' in sectioning but not in menu
=2E/doc/guix-cook= book=2Eko=2Etexi:1701: warning: node `' is up for `Guix System Image API' i= n sectioning but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1387: nod= e `' lacks menu item for `Guix System Image API' despite being its Up targe= t
=2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `Customizing a W= indow Manager' is next for `Connecting to Wireguard VPN' in sectioning but = not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `Guix = System Image API' is prev for `Connecting to Wireguard VPN' in sectioning b= ut not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1911: warning: node `' = is up for `Connecting to Wireguard VPN' in sectioning but not in menu
= =2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Connec= ting to Wireguard VPN' despite being its Up target
=2E/doc/guix-cookbook= =2Eko=2Etexi:1987: warning: node `Running Guix on a Linode Server' is next = for `Customizing a Window Manager' in sectioning but not in menu
=2E/doc= /guix-cookbook=2Eko=2Etexi:1987: warning: node `Connecting to Wireguard VPN= ' is prev for `Customizing a Window Manager' in sectioning but not in menu<= br>=2E/doc/guix-cookbook=2Eko=2Etexi:1987: warning: node `' is up for `Cust= omizing a Window Manager' in sectioning but not in menu
=2E/doc/guix-coo= kbook=2Eko=2Etexi:1387: node `' lacks menu item for `Customizing a Window M= anager' despite being its Up target
=2E/doc/guix-cookbook=2Eko=2Etexi:20= 81: warning: node `Setting up a bind mount' is next for `Running Guix on a = Linode Server' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko= =2Etexi:2081: warning: node `Customizing a Window Manager' is prev for `Run= ning Guix on a Linode Server' in sectioning but not in menu
=2E/doc/guix= -cookbook=2Eko=2Etexi:2081: warning: node `' is up for `Running Guix on a L= inode Server' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko= =2Etexi:1387: node `' lacks menu item for `Running Guix on a Linode Server'= despite being its Up target
=2E/doc/guix-cookbook=2Eko=2Etexi:2320: war= ning: node `Getting substitutes from Tor' is next for `Setting up a bind mo= unt' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:232= 0: warning: node `Running Guix on a Linode Server' is prev for `Setting up = a bind mount' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko= =2Etexi:2320: warning: node `' is up for `Setting up a bind mount' in secti= oning but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1387: node `' la= cks menu item for `Setting up a bind mount' despite being its Up target
= =2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `Setting up NGINX wit= h Lua' is next for `Getting substitutes from Tor' in sectioning but not in = menu
=2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `Setting up a= bind mount' is prev for `Getting substitutes from Tor' in sectioning but n= ot in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:2369: warning: node `' is u= p for `Getting substitutes from Tor' in sectioning but not in menu
=2E/d= oc/guix-cookbook=2Eko=2Etexi:1387: node `' lacks menu item for `Getting sub= stitutes from Tor' despite being its Up target
=2E/doc/guix-cookbook=2Ek= o=2Etexi:2428: warning: node `Getting substitutes from Tor' is prev for `Se= tting up NGINX with Lua' in sectioning but not in menu
=2E/doc/guix-cook= book=2Eko=2Etexi:2428: warning: node `' is up for `Setting up NGINX with Lu= a' in sectioning but not in menu
=2E/doc/guix-cookbook=2Eko=2Etexi:1387:= node `' lacks menu item for `Setting up NGINX with Lua' despite being its = Up target
=2E/doc/guix-cookbook=2Eko=2Etexi:2486: warning: node next `??= ??????? ????????? ??????' in menu `?????? ??????' and in sectioning `' diff= er
=2E/doc/guix-cookbook=2Eko=2Etexi:2486: warning: node prev `?????????= ????????? ??????' in menu `????????? ??????' and in sectioning `' differ=2E/doc/guix-cookbook=2Eko=2Etexi:2905: warning: node `' is up for `Guix = environment via direnv' in sectioning but not in menu
=2E/doc/guix-cookb= ook=2Eko=2Etexi:2895: node `' lacks menu item for `Guix environment via dir= env' despite being its Up target
=2E/doc/guix-cookbook=2Eko=2Etexi:3017:= warning: node prev `????????? ???' in menu `?????? ??????' and in sectioni= ng `' differ
=2E/doc/guix-cookbook=2Eko=2Etexi:3042: warning: node next = `GNU ?????? ?????? ?????????' in menu `?????? ??????' and in sectioning `' = differ
make[2]: *** [Makefile:5495: doc/guix-cookbook=2Eko=2Einfo] Error= 1
make[2]: Leaving directory '/home/gnutoo/work/projects/guix/guix'
= make[1]: *** [Makefile:6207: all-recursive] Error 1
make[1]: Leaving dir= ectory '/home/gnutoo/work/projects/guix/guix'
make: *** [Makefile:3904: = all] Error 2

I'll then try 'make make-go' instead in or= der to be able to test
patches before sending them=2E

Denis=2E
------0RQ3BWCOIPZBKMUU1CX2FQ3XXN9WLT--