Ludovic Courtès <ludo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 64302) by debbugs.gnu.org; 10 Jul 2023 21:38:58 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jul 10 17:38:58 2023 Received: from localhost ([127.0.0.1]:49299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qIyav-0007NA-Q9 for submit <at> debbugs.gnu.org; Mon, 10 Jul 2023 17:38:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1qIyau-0007My-1W for 64302 <at> debbugs.gnu.org; Mon, 10 Jul 2023 17:38:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1qIyao-00058j-62; Mon, 10 Jul 2023 17:38:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=AboTWeEBsuB93Kf88aHnHwpWxdm1fzJGYO4eEBoYqNA=; b=BfAKc/Mrsr1Hq3yTbGJ+ ng6L4rGAN7/KVK4rn85Gm8m+LVs1g4zMHnuuBCsRubiFZp3J++08YJxs5OaZ8HzzvJ7ZbB1v0Rg4y 28SnApord8NtnwXIngyQ9hIZT/Tx2lev8XpvsIhZ6DmYGCMeniLX8WHTNZ4D3tZVQ0I+dfIzBUXCJ 4WqhO9pHCv6zUc9DBiKRLSmUBSVpXXpPlaYTWA+rQjNipHhf6hN6mN0ccPqxjFP48R4CnR8Z7PvW0 qwxcBWsYNfQidNmnf1fVT0VFvqTPYEfVDL7Wm3Ibx5ohigKWDs2D1MbPRAvAqfyNuMeE+NDviIvLx 92VeN5ljo8fkUQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1qIyan-0002MF-PH; Mon, 10 Jul 2023 17:38:49 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: Andreas Enge <andreas@HIDDEN> Subject: Re: bug#64302: Guix derivation cannot be computed during pull References: <ZJmrdDO_15CMYRRL@jurong> <87cz13ke46.fsf@HIDDEN> <ZKglCkeImMmbMcoQ@jurong> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 22 Messidor an 231 de la =?utf-8?Q?R=C3=A9volu?= =?utf-8?Q?tion=2C?= jour du Cumin X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 10 Jul 2023 23:38:47 +0200 In-Reply-To: <ZKglCkeImMmbMcoQ@jurong> (Andreas Enge's message of "Fri, 7 Jul 2023 16:45:30 +0200") Message-ID: <87edlf78go.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64302 Cc: 64302 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hi, Andreas Enge <andreas@HIDDEN> skribis: > Am Fri, Jul 07, 2023 at 04:09:13PM +0200 schrieb Ludovic Court=C3=A8s: >> Is it reproducible for you? Could it be a transient failure? > > It is not transient, it happens consistently. > Can I do anything myself to trick it into working? Is there any more data you can grab? Perhaps in /var/log/guix-daemon.log or similar if that=E2=80=99s on a foreign distro? And as a last resort, =E2=80=98strace -f -o /tmp/log -s 500 guix pull=E2=80= =99, so we can get an idea of what happens. TIA! Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#64302
; Package guix
.
Full text available.Received: (at 64302) by debbugs.gnu.org; 7 Jul 2023 14:45:40 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 07 10:45:40 2023 Received: from localhost ([127.0.0.1]:43608 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qHmiK-0000nU-Go for submit <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:45:40 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:60302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andreas@HIDDEN>) id 1qHmiH-0000nG-UI for 64302 <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:45:39 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 1EE9BD1F; Fri, 7 Jul 2023 16:45:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hNFNvqhzcAdi; Fri, 7 Jul 2023 16:45:31 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7BF45CB8; Fri, 7 Jul 2023 16:45:31 +0200 (CEST) Date: Fri, 7 Jul 2023 16:45:30 +0200 From: Andreas Enge <andreas@HIDDEN> To: Ludovic =?iso-8859-15?Q?Court=E8s?= <ludo@HIDDEN> Subject: Re: bug#64302: Guix derivation cannot be computed during pull Message-ID: <ZKglCkeImMmbMcoQ@jurong> References: <ZJmrdDO_15CMYRRL@jurong> <87cz13ke46.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87cz13ke46.fsf@HIDDEN> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64302 Cc: 64302 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Am Fri, Jul 07, 2023 at 04:09:13PM +0200 schrieb Ludovic Courtès: > Is it reproducible for you? Could it be a transient failure? It is not transient, it happens consistently. Can I do anything myself to trick it into working? Andreas
bug-guix@HIDDEN
:bug#64302
; Package guix
.
Full text available.Received: (at 64302) by debbugs.gnu.org; 7 Jul 2023 14:09:40 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Jul 07 10:09:39 2023 Received: from localhost ([127.0.0.1]:43543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qHm9T-0005oh-8u for submit <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:09:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1qHm9O-0005oN-VW for 64302 <at> debbugs.gnu.org; Fri, 07 Jul 2023 10:09:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1qHm9I-0002LA-PE; Fri, 07 Jul 2023 10:09:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=90BNWBVYrnzYO60m8XVl1qqUwhJE6Mf2kCJwXrOgyf0=; b=pbPZrq67VTFd1DiIeEIK 2NZLl93/5UELixH54ZjSXG4CITHKgq+bmi82WuR2ivgvjHhHFqeZ7JYmtp9Ymo92DMEfQk+HmzMgW WMv6AQ+4GIP6lGvrIXXcbhj3NVZtC70ugKeareTuL9XPVUuJrRV6T3ju61wThbfBo3KDmGDZqCRr2 IzJfYSfBHJ02jI/WMbiTmVMsr68GZV9tZzm4KHdb7HyAhaR1s2+x4Vh1U/IppgqQ/pHUMSRdy+CMM TOMdMy2gfn5SKzYqEzEzX/5p7tkCi+UJTqfX8Kvq/w3yyiS3g3y7tSGI2LFX9FppVnFTavVhDb8IH lYnibZbbD7JRAQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1qHm95-0006jR-Th; Fri, 07 Jul 2023 10:09:28 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: Andreas Enge <andreas@HIDDEN> Subject: Re: bug#64302: Guix derivation cannot be computed during pull References: <ZJmrdDO_15CMYRRL@jurong> Date: Fri, 07 Jul 2023 16:09:13 +0200 In-Reply-To: <ZJmrdDO_15CMYRRL@jurong> (Andreas Enge's message of "Mon, 26 Jun 2023 17:15:00 +0200") Message-ID: <87cz13ke46.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64302 Cc: 64302 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hello, Andreas Enge <andreas@HIDDEN> skribis: > here is what happens on a server I do not manage to update for about a ye= ar now: > > $ guix pull > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git'... > Authenticating channel 'guix', commits 9edb3f6 to 1bc878d (1,055 new comm= its)... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 1bc878d > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... = 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... = 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... = 100.0% > building /gnu/store/a2zzynwqii5j84gg9zn2brkh0hiqrh6n-module-import.drv... > building /gnu/store/s8bj7c9nd85ng871h4440w7jw6p0hxpq-module-import.drv... > building /gnu/store/3m2pndmnxj91s80ad1kvjw7kjsgpf733-module-import-compil= ed.drv... > building /gnu/store/fg3r0s0r1sbljjdvgsnjkkziskn3fagp-module-import-compil= ed.drv... > building /gnu/store/a2lgmyr95d3nr0snp31662rygf5g7cz7-compute-guix-derivat= ion.drv... > Computing Guix derivation for 'x86_64-linux'... /guix pull: error: You fo= und a bug: the program '/gnu/store/wvni7k3g4wnf0k782zgfv4gya9bnw8gg-compute= -guix-derivation' > failed to compute the derivation for Guix (version: "1bc878ded2ea349384da= 6a72d4b8326c63c794b4"; system: "x86_64-linux"; > host version: "35b176daf1a466f136f0b77c03de78f482a30702"; pull-version: 1= ). > Please report the COMPLETE output above by email to <bug-guix@HIDDEN>. Weird. I tried the same time travel and it went well: --8<---------------cut here---------------start------------->8--- $ guix time-machine --commit=3D35b176daf1a466f136f0b77c03de78f482a30702 -- = time-machine -- describe Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.or= g/git/guix.git'... [=E2=80=A6] building /gnu/store/pa38h9kqq05s77k0vq62amc99sv3xm2g-config.scm.drv... building /gnu/store/ywbkw3m7dbk5g071v746p2q23v0x9ib0-git.scm.drv... building /gnu/store/k4kidxvjp5bghrjk8n9y1n4k52lwrcmh-hash.scm.drv... building /gnu/store/a2zzynwqii5j84gg9zn2brkh0hiqrh6n-module-import.drv... building /gnu/store/s8bj7c9nd85ng871h4440w7jw6p0hxpq-module-import.drv... building /gnu/store/3m2pndmnxj91s80ad1kvjw7kjsgpf733-module-import-compiled= .drv... building /gnu/store/fg3r0s0r1sbljjdvgsnjkkziskn3fagp-module-import-compiled= .drv... building /gnu/store/4kg185vfqw5c33kr5d35gzqyn6i1pjn7-compute-guix-derivatio= n.drv... Computing Guix derivation for 'x86_64-linux'... / substitute: updating substitutes from 'http://192.168.1.48:8123'... 100.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% substitute: updating substitutes from 'https://guix.bordeaux.inria.fr'... 1= 00.0% The following derivations will be built: /gnu/store/cgi7c05l797glr7siqwv02b83q7wyw9w-profile.drv /gnu/store/3pvbhrpp7vab9fm1x3pjwx4w6g5wx5w0-guix-849f31d57.drv /gnu/store/3mjlbc8g0lhv933yzdbsk813vv87pbf2-guix-daemon.drv /gnu/store/4bxlkz3nmvx7hgrfk6p1y9pvvkb23xw6-guix-command.drv /gnu/store/9n6mkg3xnlxx3i7gycf8azmwksh6vixl-guix-module-union.drv /gnu/store/p4jg8ci223h5wrqc5iy2ncl77vq3lsk5-guix-849f31d57-modules.drv /gnu/store/r8x4lb04j0w8ysvz83kxhcxdj1gzf66p-guix-config-modules.drv /gnu/store/41y56mzckgfwki39b0x7d32dzi59j9gj-guix-config.drv /gnu/store/k394a79aq2v11yj6f88z5r6cq1b4f2zh-guix-config-source.drv /gnu/store/9ns9frgaxy21nmhml1ixmbkymbl36xx4-config.scm.drv /gnu/store/al2fpclasimp7wsgph2v51my9ckn9far-inferior-script.scm.drv /gnu/store/k0581jd5ss6207p2q99mn2yhsh2y0czj-profile.drv [=E2=80=A6] building /gnu/store/3pvbhrpp7vab9fm1x3pjwx4w6g5wx5w0-guix-849f31d57.drv... building CA certificate bundle... listing Emacs sub-directories... building fonts directory... building directory of Info manuals... building profile with 1 package... building /gnu/store/al2fpclasimp7wsgph2v51my9ckn9far-inferior-script.scm.dr= v... building package cache... building profile with 1 package... guix 849f31d repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 849f31d5746f5633f9f2a768b76739afc257ae99 --8<---------------cut here---------------end--------------->8--- Is it reproducible for you? Could it be a transient failure? Annoying there aren=E2=80=99t more details in the output. Thanks, Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#64302
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 26 Jun 2023 15:15:11 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jun 26 11:15:11 2023 Received: from localhost ([127.0.0.1]:46852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qDnvq-00031o-QB for submit <at> debbugs.gnu.org; Mon, 26 Jun 2023 11:15:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:55556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <andreas@HIDDEN>) id 1qDnvn-00031b-Sd for submit <at> debbugs.gnu.org; Mon, 26 Jun 2023 11:15:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andreas@HIDDEN>) id 1qDnvn-0004YK-DP for bug-guix@HIDDEN; Mon, 26 Jun 2023 11:15:07 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <andreas@HIDDEN>) id 1qDnvl-0006LQ-8m for bug-guix@HIDDEN; Mon, 26 Jun 2023 11:15:07 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7E3BE241; Mon, 26 Jun 2023 17:15:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0p9Ky_raUUVc; Mon, 26 Jun 2023 17:15:01 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A97BC18E; Mon, 26 Jun 2023 17:15:01 +0200 (CEST) Date: Mon, 26 Jun 2023 17:15:00 +0200 From: Andreas Enge <andreas@HIDDEN> To: bug-guix@HIDDEN Subject: Guix derivation cannot be computed during pull Message-ID: <ZJmrdDO_15CMYRRL@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.233.100.1; envelope-from=andreas@HIDDEN; helo=hera.aquilenet.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hello, here is what happens on a server I do not manage to update for about a year= now: $ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.or= g/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 1bc878d (1,055 new commit= s)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 1bc878d substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% building /gnu/store/a2zzynwqii5j84gg9zn2brkh0hiqrh6n-module-import.drv... building /gnu/store/s8bj7c9nd85ng871h4440w7jw6p0hxpq-module-import.drv... building /gnu/store/3m2pndmnxj91s80ad1kvjw7kjsgpf733-module-import-compiled= =2Edrv... building /gnu/store/fg3r0s0r1sbljjdvgsnjkkziskn3fagp-module-import-compiled= =2Edrv... building /gnu/store/a2lgmyr95d3nr0snp31662rygf5g7cz7-compute-guix-derivatio= n.drv... Computing Guix derivation for 'x86_64-linux'... /guix pull: error: You foun= d a bug: the program '/gnu/store/wvni7k3g4wnf0k782zgfv4gya9bnw8gg-compute-g= uix-derivation' failed to compute the derivation for Guix (version: "1bc878ded2ea349384da6a= 72d4b8326c63c794b4"; system: "x86_64-linux"; host version: "35b176daf1a466f136f0b77c03de78f482a30702"; pull-version: 1). Please report the COMPLETE output above by email to <bug-guix@HIDDEN>. Here is the content of the compute-guix-derivation script: #!/gnu/store/1kws5vkl0glvpxg7arabsv6q9vazp0hx-guile-3.0.7/bin/guile --no-au= to-compile !# (eval-when (expand load eval) (set! %load-path (cons "/gnu/store/ic6dz76n6k= ax93q32b3356dvpl19iv5w-module-import" %load-path)) (set! %load-compiled-pat= h (cons "/gnu/store/hkmx7wwwzdycj5q76j08ffn479vmvdax-module-import-compiled= " %load-compiled-path)))(begin (use-modules (ice-9 match)) (eval-when (expa= nd load eval) (match (command-line) ((_ source _ ...) (match %load-path ((f= ront _ ...) (unless (string=3D? front source) (set! %load-path (list source= (string-append "/gnu/store/60jl4xry9c93j9l0rr7nkvbw7dihjz4k-guile-gcrypt-0= =2E3.0" "/share/guile/site/" (effective-version)) front))))))) (set! %load-= compiled-path (cons (string-append "/gnu/store/60jl4xry9c93j9l0rr7nkvbw7dih= jz4k-guile-gcrypt-0.3.0" "/lib/guile/" (effective-version) "/site-ccache") = %load-compiled-path)) (read-disable (quote positions))) (use-modules (guix = store) (guix self) (guix derivations) (srfi srfi-1)) (match (command-line) = ((_ source system version protocol-version build-output) (let* ((proto (str= ing->number protocol-version)) (store (if (integer? proto) (port->connectio= n (duplicate-port (current-input-port) "w+0") #:version proto) (open-connec= tion))) (sock (socket AF_UNIX SOCK_STREAM 0))) (connect sock AF_UNIX build-= output) (display (and=3D> (parameterize ((current-warning-port (%make-void-= port "w")) (current-build-output-port sock)) (run-with-store store (guix-de= rivation source version "3.0" #:channel-metadata (quote (repository (versio= n 0) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (c= ommit "1bc878ded2ea349384da6a72d4b8326c63c794b4") (name guix) (introduction= (channel-introduction (version 0) (commit "9edb3f66fd807b096b48283debdcddc= cfea34bad") (signer "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))= )) #:pull-version 1) #:system system)) derivation-file-name)))))) If I remember well, in the past I tried to update with a guix from guix (obtained with "guix install guix") and also with one from git ("./pre-inst-env guix pull"), and the result was always the same. So here is the sad outdated state: $ guix describe Generation 10 Aug 26 2022 15:29:35 (current) guix 35b176d repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 35b176daf1a466f136f0b77c03de78f482a30702 Andreas
Andreas Enge <andreas@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#64302
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.