From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 19 18:45:48 2021 Received: (at submit) by debbugs.gnu.org; 19 Oct 2021 22:45:48 +0000 Received: from localhost ([127.0.0.1]:52218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcxre-0006rS-QM for submit@debbugs.gnu.org; Tue, 19 Oct 2021 18:45:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:49562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mcxrb-0006rJ-On for submit@debbugs.gnu.org; Tue, 19 Oct 2021 18:45:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcxrb-0005w3-HB for bug-guix@gnu.org; Tue, 19 Oct 2021 18:45:43 -0400 Received: from mx1.dismail.de ([78.46.223.134]:2841) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcxrW-00012U-Kv for bug-guix@gnu.org; Tue, 19 Oct 2021 18:45:43 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 96b40431 for ; Wed, 20 Oct 2021 00:45:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:subject:references:mime-version:content-type :content-transfer-encoding; s=20190914; bh=aObImsAXdLfq6bWj/c0ek ubHAMjdKoY4tuzcXVHCDtU=; b=fjHddaLDVmNe0Kd9RARIley66b5momShQtMCG 1fZzq+rHdq/azbF6KFeGA+wC/Ff9WnTxgwFux5lPKlsjJIjRNR3PDJsWRGcqt23k haaInB5lZzfMfThKxelflxYUUKGo6sG91zVTM0x1qIqpKAEPKir8hX+sIFiI3Nl5 V3gH6pIZnY+soLgYGSROlhYIK2xHiD0dQmV4Is/HvW/68dKfnpeqFNgTMHdllgRy zQIC2cD8xyKy/s6Xzi52VyxxcvLbfuF3YGqIAHOBDjQ2viwzsw18EvV76IZjJYtP /HGJdC7ZfdIlUGNLmMdjttANoImbhwjTHYjUI2zrzdg1tNNCA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 955d1831 for ; Wed, 20 Oct 2021 00:45:34 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id e7f03481 for ; Wed, 20 Oct 2021 00:45:34 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 44b1bead (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Wed, 20 Oct 2021 00:45:33 +0200 (CEST) Date: Tue, 19 Oct 2021 18:45:31 -0400 Message-ID: <20211019184531.GD19231@gac.attlocal.net> From: jgart To: bug-guix@gnu.org Subject: Error/bug: bootstrapping a new guix source tree References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) Hi I'm getting the following error when running the following in a new guix source tree: ``` ./bootstrap ./configure --localstatedir=/var make ``` ~/guix-reproduce-bug [env]$ make GEN nix/libstore/schema.sql.hh GEN .version make all-recursive make[1]: Entering directory '/home/jgart/guix-reproduce-bug' Making all in po/guix make[2]: Entering directory '/home/jgart/guix-reproduce-bug/po/guix' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jgart/guix-reproduce-bug/po/guix' Making all in po/packages make[2]: Entering directory '/home/jgart/guix-reproduce-bug/po/packages' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jgart/guix-reproduce-bug/po/packages' make[2]: Entering directory '/home/jgart/guix-reproduce-bug' MAKEINFO doc/guix.ko.info Use of uninitialized value in hash element at /gnu/store/w8k9hcigvhzrlrblv8lgqj77sm3833rs-texinfo-6.7/share/texinfo/Texinfo/Structuring.pm line 639. Use of uninitialized value in hash element at /gnu/store/w8k9hcigvhzrlrblv8lgqj77sm3833rs-texinfo-6.7/share/texinfo/Texinfo/Structuring.pm line 639. Use of uninitialized value in hash element at /gnu/store/w8k9hcigvhzrlrblv8lgqj77sm3833rs-texinfo-6.7/share/texinfo/Texinfo/Structuring.pm line 639. ./doc/guix.ko.texi:604: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:2065: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:2538: @node `?????? ??????' previously defined ./doc/guix.ko.texi:2262: here is the previous definition as @node ./doc/guix.ko.texi:2739: @node `????????????' previously defined ./doc/guix.ko.texi:884: here is the previous definition as @node ./doc/guix.ko.texi:2940: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node ./doc/guix.ko.texi:2973: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:4933: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:5459: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:10011: @node `????????????' previously defined ./doc/guix.ko.texi:884: here is the previous definition as @node ./doc/guix.ko.texi:13272: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node ./doc/guix.ko.texi:14606: @node `????????????' previously defined ./doc/guix.ko.texi:884: here is the previous definition as @node ./doc/guix.ko.texi:31230: @node `?????? ?????????' previously defined ./doc/guix.ko.texi:13804: here is the previous definition as @node ./doc/guix.ko.texi:35444: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node ./doc/guix.ko.texi:35642: @node `?????? ?????????' previously defined ./doc/guix.ko.texi:13804: here is the previous definition as @node doc/contributing.ko.texi:1: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node doc/contributing.ko.texi:31: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node doc/contributing.ko.texi:229: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node doc/contributing.ko.texi:318: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node doc/contributing.ko.texi:423: @node `????????? ?????? ?????????' previously defined ./doc/guix.ko.texi:2623: here is the previous definition as @node doc/contributing.ko.texi:690: @node `????????? ??????' previously defined ./doc/guix.ko.texi:2029: here is the previous definition as @node doc/contributing.ko.texi:777: @node `?????? ?????????' previously defined ./doc/guix.ko.texi:13804: here is the previous definition as @node doc/contributing.ko.texi:796: @node `??? ??????' previously defined doc/contributing.ko.texi:762: here is the previous definition as @node doc/contributing.ko.texi:833: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node doc/contributing.ko.texi:869: @node `?????? ??????' previously defined ./doc/guix.ko.texi:2262: here is the previous definition as @node doc/contributing.ko.texi:883: @node `??????????????? ????????????' previously defined ./doc/guix.ko.texi:6295: here is the previous definition as @node doc/contributing.ko.texi:890: @node `??????' previously defined ./doc/guix.ko.texi:431: here is the previous definition as @node doc/contributing.ko.texi:967: @node `?????? ??????' previously defined ./doc/guix.ko.texi:2262: here is the previous definition as @node doc/contributing.ko.texi:1347: @node `?????? ??????' previously defined ./doc/guix.ko.texi:2262: here is the previous definition as @node doc/contributing.ko.texi:1605: @node `Guix ????????????' previously defined ./doc/guix.ko.texi:1993: here is the previous definition as @node ./doc/guix.ko.texi:36119: @node `?????? ??????' previously defined ./doc/guix.ko.texi:2262: here is the previous definition as @node ./doc/guix.ko.texi:36123: @node `??????????????? ??????' previously defined doc/contributing.ko.texi:396: here is the previous definition as @node ./doc/guix.ko.texi:431: warning: node next `??????' in menu `???????????? ????????????' and in sectioning `' differ ./doc/guix.ko.texi:431: warning: node up `??????' in menu `????????? ??????' and in sectioning `Top' differ ./doc/guix.ko.texi:647: warning: node `????????????' is next for `???????????? ??????' in sectioning but not in menu ./doc/guix.ko.texi:647: warning: node `' is up for `???????????? ??????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `???????????? ??????' despite being its Up target ./doc/guix.ko.texi:884: warning: node next `????????????' in menu `????????? ??????' and in sectioning `????????? ????????? ????????????' differ ./doc/guix.ko.texi:884: warning: node prev `????????????' in menu `??????????????? ????????????' and in sectioning `???????????? ??????' differ ./doc/guix.ko.texi:884: warning: node up `????????????' in menu `Top' and in sectioning `' differ ./doc/guix.ko.texi:604: node `' lacks menu item for `????????????' despite being its Up target ./doc/guix.ko.texi:970: warning: node `?????? ????????????' is next for `????????? ????????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:970: warning: node `????????????' is prev for `????????? ????????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:970: warning: node `' is up for `????????? ????????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `????????? ????????? ????????????' despite being its Up target ./doc/guix.ko.texi:1065: warning: node `guix-?????? ????????????' is next for `?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:1065: warning: node `????????? ????????? ????????????' is prev for `?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:1065: warning: node `' is up for `?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `?????? ????????????' despite being its Up target ./doc/guix.ko.texi:1524: warning: node `?????????????????? ??????' is next for `guix-?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:1524: warning: node `?????? ????????????' is prev for `guix-?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:1524: warning: node `' is up for `guix-?????? ????????????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `guix-?????? ????????????' despite being its Up target ./doc/guix.ko.texi:1814: warning: node `Guix ????????????' is next for `?????????????????? ??????' in sectioning but not in menu ./doc/guix.ko.texi:1814: warning: node `guix-?????? ????????????' is prev for `?????????????????? ??????' in sectioning but not in menu ./doc/guix.ko.texi:1814: warning: node `' is up for `?????????????????? ??????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `?????????????????? ??????' despite being its Up target ./doc/guix.ko.texi:1993: warning: node `?????????????????? ??????' is prev for `Guix ????????????' in sectioning but not in menu ./doc/guix.ko.texi:1993: warning: node `' is up for `Guix ????????????' in sectioning but not in menu ./doc/guix.ko.texi:604: node `' lacks menu item for `Guix ????????????' despite being its Up target ./doc/guix.ko.texi:2029: warning: node next `????????? ??????' in menu `Home Configuration' and in sectioning `' differ ./doc/guix.ko.texi:2029: warning: node prev `????????? ??????' in menu `????????????' and in sectioning `' differ ./doc/guix.ko.texi:2090: warning: node prev `???????????? ????????????' in menu `??????' and in sectioning `' differ ./doc/guix.ko.texi:2262: warning: node prev `?????? ??????' in menu `????????? ????????? ??????????????? ?????????' and in sectioning `????????? ????????? ??????' differ ./doc/guix.ko.texi:2262: warning: node up `?????? ??????' in menu `?????? ??????' and in sectioning `????????? ??????' differ ./doc/guix.ko.texi:2281: warning: node next `????????? ????????? ??????????????? ?????????' in menu `?????? ??????' and in sectioning `' differ ./doc/guix.ko.texi:3059: warning: node `Substitutes' is next for `Invoking guix package' in sectioning but not in menu ./doc/guix.ko.texi:3059: warning: node `' is prev for `Invoking guix package' in sectioning but not in menu ./doc/guix.ko.texi:3059: warning: node `' is up for `Invoking guix package' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix package' despite being its Up target ./doc/guix.ko.texi:3655: warning: node `Packages with Multiple Outputs' is next for `Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:3655: warning: node `Invoking guix package' is prev for `Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:3655: warning: node `' is up for `Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Substitutes' despite being its Up target ./doc/guix.ko.texi:3978: warning: node `Invoking guix gc' is next for `Packages with Multiple Outputs' in sectioning but not in menu ./doc/guix.ko.texi:3978: warning: node `Substitutes' is prev for `Packages with Multiple Outputs' in sectioning but not in menu ./doc/guix.ko.texi:3978: warning: node `' is up for `Packages with Multiple Outputs' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Packages with Multiple Outputs' despite being its Up target ./doc/guix.ko.texi:4030: warning: node `Invoking guix pull' is next for `Invoking guix gc' in sectioning but not in menu ./doc/guix.ko.texi:4030: warning: node `Packages with Multiple Outputs' is prev for `Invoking guix gc' in sectioning but not in menu ./doc/guix.ko.texi:4030: warning: node `' is up for `Invoking guix gc' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix gc' despite being its Up target ./doc/guix.ko.texi:4234: warning: node `Invoking guix time-machine' is next for `Invoking guix pull' in sectioning but not in menu ./doc/guix.ko.texi:4234: warning: node `Invoking guix gc' is prev for `Invoking guix pull' in sectioning but not in menu ./doc/guix.ko.texi:4234: warning: node `' is up for `Invoking guix pull' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix pull' despite being its Up target ./doc/guix.ko.texi:4476: warning: node `Inferiors' is next for `Invoking guix time-machine' in sectioning but not in menu ./doc/guix.ko.texi:4476: warning: node `Invoking guix pull' is prev for `Invoking guix time-machine' in sectioning but not in menu ./doc/guix.ko.texi:4476: warning: node `' is up for `Invoking guix time-machine' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix time-machine' despite being its Up target ./doc/guix.ko.texi:4531: warning: node `Invoking guix describe' is next for `Inferiors' in sectioning but not in menu ./doc/guix.ko.texi:4531: warning: node `Invoking guix time-machine' is prev for `Inferiors' in sectioning but not in menu ./doc/guix.ko.texi:4531: warning: node `' is up for `Inferiors' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Inferiors' despite being its Up target ./doc/guix.ko.texi:4658: warning: node `Invoking guix archive' is next for `Invoking guix describe' in sectioning but not in menu ./doc/guix.ko.texi:4658: warning: node `Inferiors' is prev for `Invoking guix describe' in sectioning but not in menu ./doc/guix.ko.texi:4658: warning: node `' is up for `Invoking guix describe' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix describe' despite being its Up target ./doc/guix.ko.texi:4753: warning: node `Invoking guix describe' is prev for `Invoking guix archive' in sectioning but not in menu ./doc/guix.ko.texi:4753: warning: node `' is up for `Invoking guix archive' in sectioning but not in menu ./doc/guix.ko.texi:2940: node `' lacks menu item for `Invoking guix archive' despite being its Up target ./doc/guix.ko.texi:4968: warning: node `Using a Custom Guix Channel' is next for `Specifying Additional Channels' in sectioning but not in menu ./doc/guix.ko.texi:4968: warning: node `' is up for `Specifying Additional Channels' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Specifying Additional Channels' despite being its Up target ./doc/guix.ko.texi:5019: warning: node `Replicating Guix' is next for `Using a Custom Guix Channel' in sectioning but not in menu ./doc/guix.ko.texi:5019: warning: node `Specifying Additional Channels' is prev for `Using a Custom Guix Channel' in sectioning but not in menu ./doc/guix.ko.texi:5019: warning: node `' is up for `Using a Custom Guix Channel' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Using a Custom Guix Channel' despite being its Up target ./doc/guix.ko.texi:5042: warning: node `Channel Authentication' is next for `Replicating Guix' in sectioning but not in menu ./doc/guix.ko.texi:5042: warning: node `Using a Custom Guix Channel' is prev for `Replicating Guix' in sectioning but not in menu ./doc/guix.ko.texi:5042: warning: node `' is up for `Replicating Guix' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Replicating Guix' despite being its Up target ./doc/guix.ko.texi:5081: warning: node `Channels with Substitutes' is next for `Channel Authentication' in sectioning but not in menu ./doc/guix.ko.texi:5081: warning: node `Replicating Guix' is prev for `Channel Authentication' in sectioning but not in menu ./doc/guix.ko.texi:5081: warning: node `' is up for `Channel Authentication' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Channel Authentication' despite being its Up target ./doc/guix.ko.texi:5121: warning: node `Creating a Channel' is next for `Channels with Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:5121: warning: node `Channel Authentication' is prev for `Channels with Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:5121: warning: node `' is up for `Channels with Substitutes' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Channels with Substitutes' despite being its Up target ./doc/guix.ko.texi:5146: warning: node `Package Modules in a Sub-directory' is next for `Creating a Channel' in sectioning but not in menu ./doc/guix.ko.texi:5146: warning: node `Channels with Substitutes' is prev for `Creating a Channel' in sectioning but not in menu ./doc/guix.ko.texi:5146: warning: node `' is up for `Creating a Channel' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Creating a Channel' despite being its Up target ./doc/guix.ko.texi:5212: warning: node `Declaring Channel Dependencies' is next for `Package Modules in a Sub-directory' in sectioning but not in menu ./doc/guix.ko.texi:5212: warning: node `Creating a Channel' is prev for `Package Modules in a Sub-directory' in sectioning but not in menu ./doc/guix.ko.texi:5212: warning: node `' is up for `Package Modules in a Sub-directory' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Package Modules in a Sub-directory' despite being its Up target ./doc/guix.ko.texi:5226: warning: node `Specifying Channel Authorizations' is next for `Declaring Channel Dependencies' in sectioning but not in menu ./doc/guix.ko.texi:5226: warning: node `Package Modules in a Sub-directory' is prev for `Declaring Channel Dependencies' in sectioning but not in menu ./doc/guix.ko.texi:5226: warning: node `' is up for `Declaring Channel Dependencies' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Declaring Channel Dependencies' despite being its Up target ./doc/guix.ko.texi:5268: warning: node `Primary URL' is next for `Specifying Channel Authorizations' in sectioning but not in menu ./doc/guix.ko.texi:5268: warning: node `Declaring Channel Dependencies' is prev for `Specifying Channel Authorizations' in sectioning but not in menu ./doc/guix.ko.texi:5268: warning: node `' is up for `Specifying Channel Authorizations' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Specifying Channel Authorizations' despite being its Up target ./doc/guix.ko.texi:5367: warning: node `Writing Channel News' is next for `Primary URL' in sectioning but not in menu ./doc/guix.ko.texi:5367: warning: node `Specifying Channel Authorizations' is prev for `Primary URL' in sectioning but not in menu ./doc/guix.ko.texi:5367: warning: node `' is up for `Primary URL' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Primary URL' despite being its Up target ./doc/guix.ko.texi:5390: warning: node `Primary URL' is prev for `Writing Channel News' in sectioning but not in menu ./doc/guix.ko.texi:5390: warning: node `' is up for `Writing Channel News' in sectioning but not in menu ./doc/guix.ko.texi:4933: node `' lacks menu item for `Writing Channel News' despite being its Up target ./doc/guix.ko.texi:5480: warning: node `Invoking guix pack' is next for `Invoking guix environment' in sectioning but not in menu ./doc/guix.ko.texi:5480: warning: node `' is up for `Invoking guix environment' in sectioning but not in menu ./doc/guix.ko.texi:5459: node `' lacks menu item for `Invoking guix environment' despite being its Up target ./doc/guix.ko.texi:5830: warning: node `The GCC toolchain' is next for `Invoking guix pack' in sectioning but not in menu ./doc/guix.ko.texi:5830: warning: node `Invoking guix environment' is prev for `Invoking guix pack' in sectioning but not in menu ./doc/guix.ko.texi:5830: warning: node `' is up for `Invoking guix pack' in sectioning but not in menu ./doc/guix.ko.texi:5459: node `' lacks menu item for `Invoking guix pack' despite being its Up target ./doc/guix.ko.texi:6210: warning: node `Invoking guix git authenticate' is next for `The GCC toolchain' in sectioning but not in menu ./doc/guix.ko.texi:6210: warning: node `Invoking guix pack' is prev for `The GCC toolchain' in sectioning but not in menu ./doc/guix.ko.texi:6210: warning: node `' is up for `The GCC toolchain' in sectioning but not in menu ./doc/guix.ko.texi:5459: node `' lacks menu item for `The GCC toolchain' despite being its Up target ./doc/guix.ko.texi:6236: warning: node `The GCC toolchain' is prev for `Invoking guix git authenticate' in sectioning but not in menu ./doc/guix.ko.texi:6236: warning: node `' is up for `Invoking guix git authenticate' in sectioning but not in menu ./doc/guix.ko.texi:5459: node `' lacks menu item for `Invoking guix git authenticate' despite being its Up target ./doc/guix.ko.texi:6295: warning: node next `??????????????? ????????????' in menu `????????????' and in sectioning `' differ ./doc/guix.ko.texi:6295: warning: node prev `??????????????? ????????????' in menu `??????' and in sectioning `' differ ./doc/guix.ko.texi:10037: warning: node `Invoking guix edit' is next for `Invoking guix build' in sectioning but not in menu ./doc/guix.ko.texi:10037: warning: node `' is up for `Invoking guix build' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix build' despite being its Up target ./doc/guix.ko.texi:10851: warning: node `Invoking guix download' is next for `Invoking guix edit' in sectioning but not in menu ./doc/guix.ko.texi:10851: warning: node `Invoking guix build' is prev for `Invoking guix edit' in sectioning but not in menu ./doc/guix.ko.texi:10851: warning: node `' is up for `Invoking guix edit' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix edit' despite being its Up target ./doc/guix.ko.texi:10879: warning: node `Invoking guix hash' is next for `Invoking guix download' in sectioning but not in menu ./doc/guix.ko.texi:10879: warning: node `Invoking guix edit' is prev for `Invoking guix download' in sectioning but not in menu ./doc/guix.ko.texi:10879: warning: node `' is up for `Invoking guix download' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix download' despite being its Up target ./doc/guix.ko.texi:10933: warning: node `Invoking guix import' is next for `Invoking guix hash' in sectioning but not in menu ./doc/guix.ko.texi:10933: warning: node `Invoking guix download' is prev for `Invoking guix hash' in sectioning but not in menu ./doc/guix.ko.texi:10933: warning: node `' is up for `Invoking guix hash' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix hash' despite being its Up target ./doc/guix.ko.texi:11003: warning: node `Invoking guix refresh' is next for `Invoking guix import' in sectioning but not in menu ./doc/guix.ko.texi:11003: warning: node `Invoking guix hash' is prev for `Invoking guix import' in sectioning but not in menu ./doc/guix.ko.texi:11003: warning: node `' is up for `Invoking guix import' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix import' despite being its Up target ./doc/guix.ko.texi:11525: warning: node `Invoking guix lint' is next for `Invoking guix refresh' in sectioning but not in menu ./doc/guix.ko.texi:11525: warning: node `Invoking guix import' is prev for `Invoking guix refresh' in sectioning but not in menu ./doc/guix.ko.texi:11525: warning: node `' is up for `Invoking guix refresh' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix refresh' despite being its Up target ./doc/guix.ko.texi:11897: warning: node `Invoking guix size' is next for `Invoking guix lint' in sectioning but not in menu ./doc/guix.ko.texi:11897: warning: node `Invoking guix refresh' is prev for `Invoking guix lint' in sectioning but not in menu ./doc/guix.ko.texi:11897: warning: node `' is up for `Invoking guix lint' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix lint' despite being its Up target ./doc/guix.ko.texi:12065: warning: node `Invoking guix graph' is next for `Invoking guix size' in sectioning but not in menu ./doc/guix.ko.texi:12065: warning: node `Invoking guix lint' is prev for `Invoking guix size' in sectioning but not in menu ./doc/guix.ko.texi:12065: warning: node `' is up for `Invoking guix size' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix size' despite being its Up target ./doc/guix.ko.texi:12205: warning: node `Invoking guix publish' is next for `Invoking guix graph' in sectioning but not in menu ./doc/guix.ko.texi:12205: warning: node `Invoking guix size' is prev for `Invoking guix graph' in sectioning but not in menu ./doc/guix.ko.texi:12205: warning: node `' is up for `Invoking guix graph' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix graph' despite being its Up target ./doc/guix.ko.texi:12487: warning: node `Invoking guix challenge' is next for `Invoking guix publish' in sectioning but not in menu ./doc/guix.ko.texi:12487: warning: node `Invoking guix graph' is prev for `Invoking guix publish' in sectioning but not in menu ./doc/guix.ko.texi:12487: warning: node `' is up for `Invoking guix publish' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix publish' despite being its Up target ./doc/guix.ko.texi:12751: warning: node `Invoking guix copy' is next for `Invoking guix challenge' in sectioning but not in menu ./doc/guix.ko.texi:12751: warning: node `Invoking guix publish' is prev for `Invoking guix challenge' in sectioning but not in menu ./doc/guix.ko.texi:12751: warning: node `' is up for `Invoking guix challenge' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix challenge' despite being its Up target ./doc/guix.ko.texi:12928: warning: node `Invoking guix container' is next for `Invoking guix copy' in sectioning but not in menu ./doc/guix.ko.texi:12928: warning: node `Invoking guix challenge' is prev for `Invoking guix copy' in sectioning but not in menu ./doc/guix.ko.texi:12928: warning: node `' is up for `Invoking guix copy' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix copy' despite being its Up target ./doc/guix.ko.texi:12991: warning: node `Invoking guix weather' is next for `Invoking guix container' in sectioning but not in menu ./doc/guix.ko.texi:12991: warning: node `Invoking guix copy' is prev for `Invoking guix container' in sectioning but not in menu ./doc/guix.ko.texi:12991: warning: node `' is up for `Invoking guix container' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix container' despite being its Up target ./doc/guix.ko.texi:13043: warning: node `Invoking guix processes' is next for `Invoking guix weather' in sectioning but not in menu ./doc/guix.ko.texi:13043: warning: node `Invoking guix container' is prev for `Invoking guix weather' in sectioning but not in menu ./doc/guix.ko.texi:13043: warning: node `' is up for `Invoking guix weather' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix weather' despite being its Up target ./doc/guix.ko.texi:13172: warning: node `Invoking guix weather' is prev for `Invoking guix processes' in sectioning but not in menu ./doc/guix.ko.texi:13172: warning: node `' is up for `Invoking guix processes' in sectioning but not in menu ./doc/guix.ko.texi:10011: node `' lacks menu item for `Invoking guix processes' despite being its Up target ./doc/guix.ko.texi:13318: warning: node `operating-system Reference' is next for `Using the Configuration System' in sectioning but not in menu ./doc/guix.ko.texi:13318: warning: node `' is up for `Using the Configuration System' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Using the Configuration System' despite being its Up target ./doc/guix.ko.texi:13558: warning: node `?????? ?????????' is next for `operating-system Reference' in sectioning but not in menu ./doc/guix.ko.texi:13558: warning: node `Using the Configuration System' is prev for `operating-system Reference' in sectioning but not in menu ./doc/guix.ko.texi:13558: warning: node `' is up for `operating-system Reference' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `operating-system Reference' despite being its Up target ./doc/guix.ko.texi:13804: warning: node next `?????? ?????????' in menu `PAM Mount Service' and in sectioning `Mapped Devices' differ ./doc/guix.ko.texi:13804: warning: node prev `?????? ?????????' in menu `Version Control Services' and in sectioning `operating-system Reference' differ ./doc/guix.ko.texi:13804: warning: node up `?????? ?????????' in menu `?????????' and in sectioning `' differ ./doc/guix.ko.texi:13272: node `' lacks menu item for `?????? ?????????' despite being its Up target ./doc/guix.ko.texi:14143: warning: node `User Accounts' is next for `Mapped Devices' in sectioning but not in menu ./doc/guix.ko.texi:14143: warning: node `?????? ?????????' is prev for `Mapped Devices' in sectioning but not in menu ./doc/guix.ko.texi:14143: warning: node `' is up for `Mapped Devices' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Mapped Devices' despite being its Up target ./doc/guix.ko.texi:14285: warning: node `Keyboard Layout' is next for `User Accounts' in sectioning but not in menu ./doc/guix.ko.texi:14285: warning: node `Mapped Devices' is prev for `User Accounts' in sectioning but not in menu ./doc/guix.ko.texi:14285: warning: node `' is up for `User Accounts' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `User Accounts' despite being its Up target ./doc/guix.ko.texi:14459: warning: node `' is next for `Keyboard Layout' in sectioning but not in menu ./doc/guix.ko.texi:14459: warning: node `User Accounts' is prev for `Keyboard Layout' in sectioning but not in menu ./doc/guix.ko.texi:14459: warning: node `' is up for `Keyboard Layout' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Keyboard Layout' despite being its Up target ./doc/guix.ko.texi:14740: warning: node `Setuid Programs' is next for `?????????' in sectioning but not in menu ./doc/guix.ko.texi:14740: warning: node `' is prev for `?????????' in sectioning but not in menu ./doc/guix.ko.texi:14740: warning: node `' is up for `?????????' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `?????????' despite being its Up target ./doc/guix.ko.texi:29907: warning: node next `Version Control Services' in menu `?????? ?????????' and in sectioning `' differ ./doc/guix.ko.texi:31262: warning: node prev `PAM Mount Service' in menu `?????? ?????????' and in sectioning `' differ ./doc/guix.ko.texi:32375: warning: node `X.509 Certificates' is next for `Setuid Programs' in sectioning but not in menu ./doc/guix.ko.texi:32375: warning: node `?????????' is prev for `Setuid Programs' in sectioning but not in menu ./doc/guix.ko.texi:32375: warning: node `' is up for `Setuid Programs' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Setuid Programs' despite being its Up target ./doc/guix.ko.texi:32445: warning: node `Name Service Switch' is next for `X.509 Certificates' in sectioning but not in menu ./doc/guix.ko.texi:32445: warning: node `Setuid Programs' is prev for `X.509 Certificates' in sectioning but not in menu ./doc/guix.ko.texi:32445: warning: node `' is up for `X.509 Certificates' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `X.509 Certificates' despite being its Up target ./doc/guix.ko.texi:32507: warning: node `Initial RAM Disk' is next for `Name Service Switch' in sectioning but not in menu ./doc/guix.ko.texi:32507: warning: node `X.509 Certificates' is prev for `Name Service Switch' in sectioning but not in menu ./doc/guix.ko.texi:32507: warning: node `' is up for `Name Service Switch' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Name Service Switch' despite being its Up target ./doc/guix.ko.texi:32639: warning: node `Bootloader Configuration' is next for `Initial RAM Disk' in sectioning but not in menu ./doc/guix.ko.texi:32639: warning: node `Name Service Switch' is prev for `Initial RAM Disk' in sectioning but not in menu ./doc/guix.ko.texi:32639: warning: node `' is up for `Initial RAM Disk' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Initial RAM Disk' despite being its Up target ./doc/guix.ko.texi:32830: warning: node `Invoking guix system' is next for `Bootloader Configuration' in sectioning but not in menu ./doc/guix.ko.texi:32830: warning: node `Initial RAM Disk' is prev for `Bootloader Configuration' in sectioning but not in menu ./doc/guix.ko.texi:32830: warning: node `' is up for `Bootloader Configuration' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Bootloader Configuration' despite being its Up target ./doc/guix.ko.texi:33121: warning: node `Invoking guix deploy' is next for `Invoking guix system' in sectioning but not in menu ./doc/guix.ko.texi:33121: warning: node `Bootloader Configuration' is prev for `Invoking guix system' in sectioning but not in menu ./doc/guix.ko.texi:33121: warning: node `' is up for `Invoking guix system' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Invoking guix system' despite being its Up target ./doc/guix.ko.texi:33680: warning: node `Running Guix in a VM' is next for `Invoking guix deploy' in sectioning but not in menu ./doc/guix.ko.texi:33680: warning: node `Invoking guix system' is prev for `Invoking guix deploy' in sectioning but not in menu ./doc/guix.ko.texi:33680: warning: node `' is up for `Invoking guix deploy' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Invoking guix deploy' despite being its Up target ./doc/guix.ko.texi:33886: warning: node `Defining Services' is next for `Running Guix in a VM' in sectioning but not in menu ./doc/guix.ko.texi:33886: warning: node `Invoking guix deploy' is prev for `Running Guix in a VM' in sectioning but not in menu ./doc/guix.ko.texi:33886: warning: node `' is up for `Running Guix in a VM' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Running Guix in a VM' despite being its Up target ./doc/guix.ko.texi:34019: warning: node `Running Guix in a VM' is prev for `Defining Services' in sectioning but not in menu ./doc/guix.ko.texi:34019: warning: node `' is up for `Defining Services' in sectioning but not in menu ./doc/guix.ko.texi:13272: node `' lacks menu item for `Defining Services' despite being its Up target ./doc/guix.ko.texi:34735: warning: node next `Home Configuration' in menu `??????' and in sectioning `' differ ./doc/guix.ko.texi:34735: warning: node prev `Home Configuration' in menu `????????? ??????' and in sectioning `' differ ./doc/guix.ko.texi:35506: warning: node next `????????? ?????? ????????????' in menu `?????? ?????????' and in sectioning `' differ ./doc/guix.ko.texi:35506: warning: node prev `????????? ?????? ????????????' in menu `??????' and in sectioning `' differ ./doc/guix.ko.texi:35756: warning: node prev `Bootstrapping' in menu `?????? ?????????' and in sectioning `' differ ./doc/guix.ko.texi:36046: warning: node next `Porting' in menu `??????' and in sectioning `' differ doc/contributing.ko.texi:156: warning: node `' is next for `???????????? ?????? Guix ????????????' in sectioning but not in menu doc/contributing.ko.texi:156: warning: node `' is prev for `???????????? ?????? Guix ????????????' in sectioning but not in menu doc/contributing.ko.texi:156: warning: node `' is up for `???????????? ?????? Guix ????????????' in sectioning but not in menu doc/contributing.ko.texi:1: node `' lacks menu item for `???????????? ?????? Guix ????????????' despite being its Up target doc/contributing.ko.texi:396: warning: node `' is next for `??????????????? ??????' in sectioning but not in menu doc/contributing.ko.texi:396: warning: node `?????? ??????' is prev for `??????????????? ??????' in menu but not in sectioning doc/contributing.ko.texi:396: warning: node up `??????????????? ??????' in menu `Top' and in sectioning `' differ doc/contributing.ko.texi:318: node `' lacks menu item for `??????????????? ??????' despite being its Up target doc/contributing.ko.texi:455: warning: node `?????? ??? ??????' is next for `?????? ???' in sectioning but not in menu doc/contributing.ko.texi:455: warning: node `' is prev for `?????? ???' in sectioning but not in menu doc/contributing.ko.texi:455: warning: node `' is up for `?????? ???' in sectioning but not in menu doc/contributing.ko.texi:318: node `' lacks menu item for `?????? ???' despite being its Up target doc/contributing.ko.texi:562: warning: node `Snippets versus Phases' is next for `?????? ??? ??????' in sectioning but not in menu doc/contributing.ko.texi:562: warning: node `?????? ???' is prev for `?????? ??? ??????' in sectioning but not in menu doc/contributing.ko.texi:562: warning: node `' is up for `?????? ??? ??????' in sectioning but not in menu doc/contributing.ko.texi:318: node `' lacks menu item for `?????? ??? ??????' despite being its Up target doc/contributing.ko.texi:637: warning: node `????????? ?????????' is next for `Snippets versus Phases' in sectioning but not in menu doc/contributing.ko.texi:637: warning: node `?????? ??? ??????' is prev for `Snippets versus Phases' in sectioning but not in menu doc/contributing.ko.texi:637: warning: node `' is up for `Snippets versus Phases' in sectioning but not in menu doc/contributing.ko.texi:318: node `' lacks menu item for `Snippets versus Phases' despite being its Up target doc/contributing.ko.texi:651: warning: node `' is next for `????????? ?????????' in sectioning but not in menu doc/contributing.ko.texi:651: warning: node `Snippets versus Phases' is prev for `????????? ?????????' in sectioning but not in menu doc/contributing.ko.texi:651: warning: node `' is up for `????????? ?????????' in sectioning but not in menu doc/contributing.ko.texi:318: node `' lacks menu item for `????????? ?????????' despite being its Up target doc/contributing.ko.texi:762: warning: node `' is next for `??? ??????' in sectioning but not in menu doc/contributing.ko.texi:762: warning: node `' is prev for `??? ??????' in sectioning but not in menu doc/contributing.ko.texi:762: warning: node `' is up for `??? ??????' in sectioning but not in menu doc/contributing.ko.texi:318: node `' lacks menu item for `??? ??????' despite being its Up target doc/contributing.ko.texi:901: warning: node `?????????(formatting) ??????' is next for `?????? ????????? ?????? ??????(pattern matching)' in sectioning but not in menu doc/contributing.ko.texi:901: warning: node `' is prev for `?????? ????????? ?????? ??????(pattern matching)' in sectioning but not in menu doc/contributing.ko.texi:901: warning: node `' is up for `?????? ????????? ?????? ??????(pattern matching)' in sectioning but not in menu doc/contributing.ko.texi:869: node `' lacks menu item for `?????? ????????? ?????? ??????(pattern matching)' despite being its Up target doc/contributing.ko.texi:916: warning: node `?????? ????????? ?????? ??????(pattern matching)' is prev for `?????????(formatting) ??????' in sectioning but not in menu doc/contributing.ko.texi:916: warning: node `' is up for `?????????(formatting) ??????' in sectioning but not in menu doc/contributing.ko.texi:869: node `' lacks menu item for `?????????(formatting) ??????' despite being its Up target doc/contributing.ko.texi:1235: warning: node `' is next for `?????? ????????? ??????' in sectioning but not in menu doc/contributing.ko.texi:1235: warning: node `' is prev for `?????? ????????? ??????' in sectioning but not in menu doc/contributing.ko.texi:1235: warning: node `' is up for `?????? ????????? ??????' in sectioning but not in menu doc/contributing.ko.texi:1: node `' lacks menu item for `?????? ????????? ??????' despite being its Up target doc/contributing.ko.texi:1564: warning: node `' is next for `Guix ????????? ???????????????' in sectioning but not in menu doc/contributing.ko.texi:1564: warning: node `' is prev for `Guix ????????? ???????????????' in sectioning but not in menu doc/contributing.ko.texi:1564: warning: node `' is up for `Guix ????????? ???????????????' in sectioning but not in menu doc/contributing.ko.texi:1: node `' lacks menu item for `Guix ????????? ???????????????' despite being its Up target ./doc/guix.ko.texi:36091: warning: node prev `????????? ???' in menu `??????' and in sectioning `' differ ./doc/guix.ko.texi:36113: warning: node next `GNU ?????? ?????? ?????????' in menu `?????? ??????' and in sectioning `' differ make[2]: *** [Makefile:4994: doc/guix.ko.info] Error 1 make[2]: Leaving directory '/home/jgart/guix-reproduce-bug' make[1]: *** [Makefile:6207: all-recursive] Error 1 make[1]: Leaving directory '/home/jgart/guix-reproduce-bug' make: *** [Makefile:3904: all] Error 2 Any ideas what might be causing this? From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 19 22:04:36 2021 Received: (at submit) by debbugs.gnu.org; 20 Oct 2021 02:04:36 +0000 Received: from localhost ([127.0.0.1]:52363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md0y3-0001i2-NU for submit@debbugs.gnu.org; Tue, 19 Oct 2021 22:04:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:40996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md0y1-0001hv-Rq for submit@debbugs.gnu.org; Tue, 19 Oct 2021 22:04:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35122) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md0y1-0008Fd-Gz for bug-guix@gnu.org; Tue, 19 Oct 2021 22:04:33 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:53512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md0xz-0000De-5u for bug-guix@gnu.org; Tue, 19 Oct 2021 22:04:33 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id f553a767; Wed, 20 Oct 2021 02:04:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=EdLWyOrH8eGE VqjxU2SjwiP2+YgW/j5Mb8Hi1UEdHhg=; b=AATk9+56PHMuCifECc/mu28aqNcS IR9qREFREBGAIRrHpjJbl7bvSo2nAECL+zeIN4qSsk9JBICBz276cC7bVxT/OqAI J3Ghg11M9V4eRjuCpqExtClqBqiyXbLqwXhv7lLy+SivK+mDaj+tuAuDFnQYB54A ZzQnyj43oD+peX/MQcxNZ4HeX68n+FLVLkwPNfOyYnlmhBBxkYX/AxD2QGmrlJt1 sfxHJ9vWW8PSkKYzLC572ECCklJBYtTudtc7VTEAW7wY7cHkZk1UIJNpYTPxpBdb m1y7Vx56jTj7tcpBvOQSLMYQet7qTQ5uYNhmYUiDRfd1whvKQ6w4LNz0CQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 709aee09 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 20 Oct 2021 02:04:24 +0000 (UTC) Date: Wed, 20 Oct 2021 04:04:19 +0200 From: Julien Lepiller To: jgart via Bug reports for GNU Guix Subject: Re: bug#51294: Error/bug: bootstrapping a new guix source tree Message-ID: <20211020040419.05f3c59d@tachikoma.lepiller.eu> In-Reply-To: <20211019184531.GD19231@gac.attlocal.net> References: <20211019184531.GD19231@gac.attlocal.net> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2a00:5884:8208::1; 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, 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 Cc: 51294@debbugs.gnu.org, jgart 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 (--) I think this is the same as #35519? From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 19 22:07:34 2021 Received: (at 51294) by debbugs.gnu.org; 20 Oct 2021 02:07:34 +0000 Received: from localhost ([127.0.0.1]:52372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md10w-0001n0-Lz for submit@debbugs.gnu.org; Tue, 19 Oct 2021 22:07:34 -0400 Received: from lepiller.eu ([89.234.186.109]:36116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md10v-0001ms-0a for 51294@debbugs.gnu.org; Tue, 19 Oct 2021 22:07:33 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 04a9eb36; Wed, 20 Oct 2021 02:07:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=VbwDBqMdTktd rvsg0QbirV/IiEbRLadHcQrD1+VIO08=; b=dEm9EXiJjh0hcZr2s4ZvAtLuNSZO nGWmia78Q/CJ+coYjE6cNRdZQMEK3//q5rOUZfr7ONulZVu3xIuNvI0RkCrl+PXw A7m9hophF78ve67zMnQwiAE0tEkaPOkAUO7z0nlDDKnFDrH9gmFOyeAGmWtR4hcX 5WSZwnIUBXVxbU1iLoAoj0X7bpvDmWpMCQT+dt9GiFxsFWO3PFn5EpDlBH8mOH2X S4I00PG7pgJmjA51FwnHLKfmEqecHGMUaYRt6r95iFUm4ZBxJEj6lzTA0ZOmSZpo YpCp2dfuZo5bM6z0Oe8T03Uruo9A1dEq+salAWoRLyJ4XMitC1lj/etMuw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id fd68396f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 20 Oct 2021 02:07:31 +0000 (UTC) Date: Wed, 20 Oct 2021 04:07:25 +0200 From: Julien Lepiller To: 51294@debbugs.gnu.org Subject: Re: bug#51294: Error/bug: bootstrapping a new guix source tree Message-ID: <20211020040725.799f0c70@tachikoma.lepiller.eu> In-Reply-To: <20211020040419.05f3c59d@tachikoma.lepiller.eu> References: <20211019184531.GD19231@gac.attlocal.net> <20211020040419.05f3c59d@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51294 Cc: jgart@dismail.de 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: -1.0 (-) Le Wed, 20 Oct 2021 04:04:19 +0200, Julien Lepiller a =C3=A9crit : > I think this is the same as #35519? >=20 >=20 >=20 Sorry, I meant #51259 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 19 22:34:41 2021 Received: (at 51294) by debbugs.gnu.org; 20 Oct 2021 02:34:41 +0000 Received: from localhost ([127.0.0.1]:52393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md1RB-0002Rk-Lq for submit@debbugs.gnu.org; Tue, 19 Oct 2021 22:34:41 -0400 Received: from mx1.dismail.de ([78.46.223.134]:26282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md1R8-0002RT-OH for 51294@debbugs.gnu.org; Tue, 19 Oct 2021 22:34:39 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id f90e880a; Wed, 20 Oct 2021 04:34:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=omBINNivBnOZAGQA8yAlMr0UdyERpOyK5eSCAbo1kjY=; b=Jer np6fhlJpQ5N2QHJnLg3tL9RI/GNRYF4n977iemKOEcqeBIjPB0FLAr0eU+aBOoKl ixVXFu5RmPykQ+Niu16ovp9N/H2DGTiKXCSGjvzfJB47K4uwPe0xvFcPn2mwIkEu /40b0WqdcCiT5dMtL+eJelo12dEUBu+uKpsrLh05Hax62L9a4+H7etUbXTrXH5vz Yt4vvB7cokZuGPC2Hbr0GSrcEWNDTRLNeqxoOHgxLj4i+7rqMx9RzBRg2cxT5ozD OWQ3Rb/+yWbVJ34yFcJiMIjiMdSh8s69XAjhxez8K3kaTjfV6mGMgzVtZBxp704i OwUbgkfC/JjF1wappCQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 8acb7055; Wed, 20 Oct 2021 04:34:31 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 8b380b90; Wed, 20 Oct 2021 04:34:31 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 86954433 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 20 Oct 2021 04:34:30 +0200 (CEST) Date: Tue, 19 Oct 2021 22:34:27 -0400 Message-ID: <20211019223427.GB30325@gac.attlocal.net> From: jgart To: Julien Lepiller Subject: Re: bug#51294: Error/bug: bootstrapping a new guix source tree In-Reply-To: <20211020040725.799f0c70@tachikoma.lepiller.eu> References: <20211019184531.GD19231@gac.attlocal.net> <20211020040419.05f3c59d@tachikoma.lepiller.eu> <20211020040725.799f0c70@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51294 Cc: 51294@debbugs.gnu.org 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: -1.7 (-) On Wed, 20 Oct 2021 04:07:25 +0200 Julien Lepiller wrote: > Le Wed, 20 Oct 2021 04:04:19 +0200, > Julien Lepiller a écrit : > > > I think this is the same as #35519? > > > > > > > > Sorry, I meant #51259 Yup, looks like the same error. $ echo $LANG > en_US.UTF-8 I have glibc-utf8-locales installed. From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 20 00:01:50 2021 Received: (at control) by debbugs.gnu.org; 20 Oct 2021 04:01:50 +0000 Received: from localhost ([127.0.0.1]:52443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md2nW-0004dk-69 for submit@debbugs.gnu.org; Wed, 20 Oct 2021 00:01:50 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:37143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md2nU-0004dT-CA for control@debbugs.gnu.org; Wed, 20 Oct 2021 00:01:49 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C3ACA5C0102; Wed, 20 Oct 2021 00:01:42 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 20 Oct 2021 00:01:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=qG6wBZFaRtDIgXs4R9S5GAevoXbBbQ7ugkdVNuLrFNI=; b=1MIM1jZswe50 OymtiFBSzEoZ+jNILJkLwY4oIKGe4tS/yxMz2Pq9Pb36GalVCGuiBBzWglcWERpy oL5U2BzRzMl/3cNaKOaatLHLUePhPmE+k8wgtBOkvgHoJvNKNweqH2zia6uOWyxT neEahpLPFjSXSYxtyi6nmKVUdS8uwyc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=qG6wBZFaRtDIgXs4R9S5GAevoXbBbQ7ugkdVNuLrF NI=; b=E/t9qq49rEoX8HNmBbw146yjPdUIv63WccXA31o+sIuBS7Nz+kgKsOcjK 3ER369z0SyCNseC0e/utFeyw4HQIbXSYUKU3yYFWQQtIpjakhBYo72bZOyX2s46E mtQPPBJqccre2WAeH0uPpcN/WOYeQUbiQcjbajjTllAuOhzZ8Asg43bQrYTGrv3T QrsB4wQgmfRCAQiKGisGCh7seVkS2V5+3Qh4mJOc+mSXHElokX/efT8VsxC1/bXu hSZ/vj32vcQe9V/mMxNtEIbN1LcITHrK0uU9lG14ltXRSp1y1BlwtPDqA73R/kkb kc2MwWdDn3j5Da0Fpdtt1a8mhk+MA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddvfedgjedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucfgmhhpthihuchsuhgsjhgvtghtucdluddtmdenuc fjughrpeffhffvkfggtggusehttdertddttddvnecuhfhrohhmpefnvghoucfhrghmuhhl rghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpe fhjeeigfefvedvfeetheegledtkeevuddtgedtudeiteehteegvdefffduffefffenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrg hmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Wed, 20 Oct 2021 00:01:42 -0400 (EDT) Date: Wed, 20 Oct 2021 00:01:40 -0400 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 51294 51259 Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.25 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.25 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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: 0.2 (/) merge 51294 51259 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 20:57:44 2021 Received: (at 51294) by debbugs.gnu.org; 22 Oct 2021 00:57:44 +0000 Received: from localhost ([127.0.0.1]:58960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdisR-0000J3-QI for submit@debbugs.gnu.org; Thu, 21 Oct 2021 20:57:43 -0400 Received: from mx1.dismail.de ([78.46.223.134]:1122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdisL-0000IH-NM for 51294@debbugs.gnu.org; Thu, 21 Oct 2021 20:57:42 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 0aae1079; Fri, 22 Oct 2021 02:57:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=zKqGedwVyA+HVSOJX2uddKHCVmXsiXX95a3EeSi5824=; b=GTG rmp8pJXAHQIJUIFPRXOcC/Z3GPrxyDcXdtd0lwkereg8xN6nMBopatbHhI+irUJE ieXJCzBxLoTCl1+r7FIb5xdkZVWTfPWOpX2cG9d+JyWf5ML9UmkWj2ofbe9p/O73 zlV6XkCvjcVw25UIUtm/QmMPHGLSOVZFcsTa+UUgB1KzcG1Bu1cPPlePICXmtcji P1WHRbh+y4zu0alfs0h4St0MRpV6i0h+Pq0vY3umIUr0LaJn6xslTvlR8GtYMAmq HbqhMPwRMP7QOcXNdBVf4UmtsWuBfk40iqlR4IgyMgXZOafhnr8hxeCLc2/LxANA TomqFUaDLjYVLIGCFoA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id fa4ab117; Fri, 22 Oct 2021 02:57:29 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id f3710745; Fri, 22 Oct 2021 02:57:29 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b0455ce5 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 22 Oct 2021 02:57:27 +0200 (CEST) Date: Thu, 21 Oct 2021 20:57:26 -0400 Message-ID: <20211021205726.GB11476@gac.attlocal.net> From: jgart To: 51294@debbugs.gnu.org Subject: Re: bug#51294: closed (Re: bug#51259: Cannot build Guix from source (error messages about the translations)) In-Reply-To: References: <20211022023733.521d4428@tachikoma.lepiller.eu> <20211019184531.GD19231@gac.attlocal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51294 Cc: Julien Lepiller 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: -1.7 (-) On Fri, 22 Oct 2021 00:38:02 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote: Thanks for fixing that! I'll just run this script I've been using again: https://git.sr.ht/~jgart/dotfiles/tree/master/item/bin/executable_guix-prepare-tree From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 22 05:34:03 2021 Received: (at 51294) by debbugs.gnu.org; 22 Oct 2021 09:34:03 +0000 Received: from localhost ([127.0.0.1]:59493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdqw7-0007mc-EQ for submit@debbugs.gnu.org; Fri, 22 Oct 2021 05:34:03 -0400 Received: from mail-wm1-f50.google.com ([209.85.128.50]:37726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdqw2-0007m0-26 for 51294@debbugs.gnu.org; Fri, 22 Oct 2021 05:34:02 -0400 Received: by mail-wm1-f50.google.com with SMTP id g79-20020a1c2052000000b00323023159e1so2689299wmg.2 for <51294@debbugs.gnu.org>; Fri, 22 Oct 2021 02:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=J3ypO9JUcZtqSFkXKOOW3wmf5eWbDxJlVqZJ3o1r1hU=; b=brfckScNR85+N76r8uy5takSlT+w+mylLoAdQb3Kagi7AMC+Eig0KTtA4aHSv4KHx+ KjkiJ3Y8RwDjW9uzB34cW9G7wz5kt8VyVyAWEcR32sATWOYPxPS0rYY+Zwj5NdsKljOh m3tc3fimY+ldQxL21JZ4zeXIkC1iJUmVuIU01nQ6B/ubnMpRdy+YNEqC4YxMlJGWDNts udf4Ug3s9kfHGlRMdPTJpKet1C2OvkNbCnJGdkmjUjAXpAuhz+h0PxZ9KelCroeOccFK wabmAqTSUK5vDjFXlU4sBQSnda38lxWg58fisLfCAccm1g/0twaeBynocWAuzQ+3UZOp vaxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=J3ypO9JUcZtqSFkXKOOW3wmf5eWbDxJlVqZJ3o1r1hU=; b=lXRUbWQ5sqMjjfUt1+v4HIRhHGO53jIqGZqA5jCaEuRuDjSZVTmyGI7AwDvgLQOWMN 6NeRcwUnGwdvE+AW+QyU2t83yUWmWH0lEq8E4vbsEJ/swb2iB2uVpF5b/pt+/gF0dibj HzF+GSN1z1HeUAd2SkgPRdrkFHfTHY5S8JqndXTIWYFitscC9zZTDocFKd3gaLCvEQ8e 4QSztBrR1winplc5MU6Zmp58TmxFcn50zrY/T7XAZde4d8WFQvbbF/IgCZfVlOo9lBVQ N3c0koyo5miHvz8XetcErATmR4bnkURm6/83u/PxPrARr8Pug05nUvrCPszre4/v9eW1 y1AQ== X-Gm-Message-State: AOAM5338FWP0PohRfrAPpqdFxCzERQ/dDj2NeHlII91L5yYF2t4lPSAu K+yjxytJ1OCcf7F7rxC+5F0= X-Google-Smtp-Source: ABdhPJyB+6yg9zPVHQ304ONa7gZNq6VS6jCuAxMY7vWW8cp4Q8BtmkIYymLWzIWWaKUWv54iWWhzzg== X-Received: by 2002:a05:600c:4150:: with SMTP id h16mr27911155wmm.145.1634895232190; Fri, 22 Oct 2021 02:33:52 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id j14sm7218641wrw.12.2021.10.22.02.33.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 22 Oct 2021 02:33:51 -0700 (PDT) From: zimoun To: jgart , 51294@debbugs.gnu.org Subject: Re: bug#51294: closed (Re: bug#51259: Cannot build Guix from source (error messages about the translations)) In-Reply-To: <20211021205726.GB11476@gac.attlocal.net> References: <20211022023733.521d4428@tachikoma.lepiller.eu> <20211019184531.GD19231@gac.attlocal.net> <20211021205726.GB11476@gac.attlocal.net> Date: Fri, 22 Oct 2021 11:23:39 +0200 Message-ID: <86v91pxvj8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51294 Cc: Julien Lepiller 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: -1.0 (-) Hi, On Thu, 21 Oct 2021 at 20:57, jgart via Bug reports for GNU Guix wrote: > https://git.sr.ht/~jgart/dotfiles/tree/master/item/bin/executable_guix-pr= epare-tree --8<---------------cut here---------------start------------->8--- guix environment guix --container -- ./bootstrap \ && guix environment guix --container -- ./configure --localstatedir= =3D/var \ && guix environment guix --container -- make --8<---------------cut here---------------end--------------->8--- Here you invoke 3 times =E2=80=9Cguix environment=E2=80=9D, instead it is p= ossible to run: --8<---------------cut here---------------start------------->8--- guix environment guix --container -- sh -c \ './bootstrap && ./configure --localstatedir=3D/var && make' --8<---------------cut here---------------end--------------->8--- Well, I do not know if it is really better. :-) Cheers, simon From unknown Sat Aug 09 01:26:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 19 Nov 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator