From unknown Sat Aug 16 10:50:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27780 <27780@debbugs.gnu.org> To: bug#27780 <27780@debbugs.gnu.org> Subject: Status: guix environment to build guile from git required excessive CPU time Reply-To: bug#27780 <27780@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:50:30 +0000 retitle 27780 guix environment to build guile from git required excessive C= PU time reassign 27780 guix submitter 27780 Mark H Weaver severity 27780 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 20 23:03:16 2017 Received: (at submit) by debbugs.gnu.org; 21 Jul 2017 03:03:16 +0000 Received: from localhost ([127.0.0.1]:50213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYODk-0001Ue-6w for submit@debbugs.gnu.org; Thu, 20 Jul 2017 23:03:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dYODi-0001UF-Fg for submit@debbugs.gnu.org; Thu, 20 Jul 2017 23:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYODc-00076P-1l for submit@debbugs.gnu.org; Thu, 20 Jul 2017 23:03:09 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dYODb-000761-Uu for submit@debbugs.gnu.org; Thu, 20 Jul 2017 23:03:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYODa-0007Fo-Ev for bug-guix@gnu.org; Thu, 20 Jul 2017 23:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYODV-000709-Bv for bug-guix@gnu.org; Thu, 20 Jul 2017 23:03:06 -0400 Received: from world.peace.net ([50.252.239.5]:57472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dYODV-0006zV-7b for bug-guix@gnu.org; Thu, 20 Jul 2017 23:03:01 -0400 Received: from pool-72-93-34-106.bstnma.east.verizon.net ([72.93.34.106] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dYODS-0006Za-Hk; Thu, 20 Jul 2017 23:02:58 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: guix environment to build guile from git required excessive CPU time Date: Thu, 20 Jul 2017 23:02:47 -0400 Message-ID: <87pocucx0o.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) I just ran the following command on my Thinkpad X200 running GuixSD: ./pre-inst-env guix environment guile --ad-hoc autoconf automake libtool flex gettext Using the guix client from a git checkout at v0.13.0-1496-gcfd6a3b1e, and using guix-daemon from guix-0.13.0-3.b547349. This command took approximately 20 minutes of CPU time before downloading anything except possibly some NARINFOs. During this initial 20 minutes of CPU-bound activity, the only output was 4 occurrences of the following message: substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The CPU time was roughly evenly split between the following two processes: --8<---------------cut here---------------start------------->8--- USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 8456 57.0 0.1 37420 7788 ? Rs 22:27 11:31 \_ /gnu/store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/bin/guix-daemon 8450 guixbuild --max-silent-time 0 --timeout 0 --substitute-urls https://mirror.hydra.gnu.org --gc-keep-derivations=yes --gc-keep-outputs=yes root 8457 45.0 0.9 124040 38556 ? Rl 22:27 9:03 \_ /gnu/store/z16li2znnk2pdgrg3ldm34k669pcrdcx-guile-2.2.2/bin/guile --no-auto-compile /gnu/store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/bin/.guix-real substitute --query --8<---------------cut here---------------end--------------->8--- Immediately before this, I had run the same command but without the final "gettext" argument, and it ran quite quickly. I've run a similar command in the last couple of weeks, with the "gettext" argument, and as I recall it ran reasonably quickly as well. Mark From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 24 05:02:27 2017 Received: (at 27780) by debbugs.gnu.org; 24 Jul 2017 09:02:27 +0000 Received: from localhost ([127.0.0.1]:53826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZZFy-0000JN-Qz for submit@debbugs.gnu.org; Mon, 24 Jul 2017 05:02:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dZZFw-0000JB-LB for 27780@debbugs.gnu.org; Mon, 24 Jul 2017 05:02:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZZFn-0004V4-SC for 27780@debbugs.gnu.org; Mon, 24 Jul 2017 05:02:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZZFn-0004Uu-Oo; Mon, 24 Jul 2017 05:02:15 -0400 Received: from [193.50.110.220] (port=44794 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dZZFn-0003h3-AE; Mon, 24 Jul 2017 05:02:15 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#27780: guix environment to build guile from git required excessive CPU time References: <87pocucx0o.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Thermidor an 225 de la =?utf-8?Q?R=C3=A9volution?= 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-unknown-linux-gnu Date: Mon, 24 Jul 2017 11:02:13 +0200 In-Reply-To: <87pocucx0o.fsf@netris.org> (Mark H. Weaver's message of "Thu, 20 Jul 2017 23:02:47 -0400") Message-ID: <87pocqp5re.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.8 (-------) X-Debbugs-Envelope-To: 27780 Cc: 27780@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: -7.8 (-------) Hi Mark, Mark H Weaver skribis: > I just ran the following command on my Thinkpad X200 running GuixSD: > > ./pre-inst-env guix environment guile --ad-hoc autoconf automake libtoo= l flex gettext > > Using the guix client from a git checkout at v0.13.0-1496-gcfd6a3b1e, > and using guix-daemon from guix-0.13.0-3.b547349. > > This command took approximately 20 minutes of CPU time before > downloading anything except possibly some NARINFOs. During this initial > 20 minutes of CPU-bound activity, the only output was 4 occurrences of > the following message: > > substitute: updating list of substitutes from 'https://mirror.hydra.gnu.o= rg'... 100.0% > > The CPU time was roughly evenly split between the following two > processes: > > USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND > root 8456 57.0 0.1 37420 7788 ? Rs 22:27 11:31 \_ /gnu= /store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/bin/guix-daem= on 8450 guixbuild --max-silent-time 0 --timeout 0 --substitu= te-urls https://mirror.hydra.gnu.org --gc-keep-derivations=3Dyes --gc-keep-= outputs=3Dyes > root 8457 45.0 0.9 124040 38556 ? Rl 22:27 9:03 \_ = /gnu/store/z16li2znnk2pdgrg3ldm34k669pcrdcx-guile-2.2.2/bin/guile --no-auto= -compile /gnu/store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/= bin/.guix-real substitute --query Is it reproducible? If/when that happens again, could you =E2=80=98strace= =E2=80=99 the =E2=80=98guix substitute=E2=80=99 process? Any idea whether hydra.gnu.org was loaded at the time and returning 504 (=E2=80=9CGateway Timeout=E2=80=9D)? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 14:14:21 2021 Received: (at 27780) by debbugs.gnu.org; 10 Jan 2021 19:14:21 +0000 Received: from localhost ([127.0.0.1]:54968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kygAO-0001tQ-MX for submit@debbugs.gnu.org; Sun, 10 Jan 2021 14:14:20 -0500 Received: from mail-io1-f50.google.com ([209.85.166.50]:45215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kygAK-0001t3-6C for 27780@debbugs.gnu.org; Sun, 10 Jan 2021 14:14:19 -0500 Received: by mail-io1-f50.google.com with SMTP id n4so15510548iow.12 for <27780@debbugs.gnu.org>; Sun, 10 Jan 2021 11:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=SDuuFqFLoV79aItxYe6akL09rtyMcUoMPKvZQFn0fw8=; b=SaFC53vxioTOx/fi1zIoweX19OImCluTzfu/c24fqw/RUpa3srY6hG+vN73ZRtUes6 J/2z10ViolDDZ2Ml6txGfnr3lOea5dxO7dkfP1IvNUEwgqCZ7Cyl/q07h+TygsKOBH9p rZnuXz2fPrERPHNjFpxZQ8EkiAFDcd6gIcJBsSn1qytlquZyhPDRucm1tf+cNKABHJGJ bb45WtMN6KJJfxx4eSOmZvtd+xm9xdwCwRmfgRpZfVGpPcKLI2u4ZuiPwvKxw4kopv8d m/VQUjxL7GWici3nNdH0Z43RxycxMJBUhbWC50D9PZw6n5wVwVzLPUkVW+k7EyAkce+m 00Rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=SDuuFqFLoV79aItxYe6akL09rtyMcUoMPKvZQFn0fw8=; b=WqZEoZv7fiptfGNCPuinMBlgZy0y6gceE2e+b6uhPc/W6fIHK0UaW3fkyXRIXN1lnl T25PZaZLOhnpZZxp810sOlCbxvMgGQ6xzoEP1xERGmsYygYzm0I+kyjU00yakJ8TXXRK 77nZWE0cYbFx5woUxRQ0yDr8yMvKehLgVEXbl/v8JD4OUpYVszC8HMQotAA2GSv3ON3O N+Hh+I4xxYWt2+nzBTdxFNsklmMa6gHbR1zgg1W9QFwpZ68zg07hgefZgizvV6HpYy2l aka0+5l1+GHyKoMqfda90MmU0qaNqdZNkjKzmISf1v8KAenfTstiYYqdZMmdTbVmDCyU B0Yw== X-Gm-Message-State: AOAM533GKg3QWdDULKOva8Fgq1x5uQlmsHA2Wl9LGoxFtJ+tbxPfFBix TIeyf3+ftOPQ+ztdwCbla7zVWdSI4Qc= X-Google-Smtp-Source: ABdhPJwsqJgVzJHhHeDPQOmFJBgDuAajFmJjKDSGPSfr6lnqF8dXojAJeEe3XYPB7nyDL+oZ7OKX4g== X-Received: by 2002:a02:ccea:: with SMTP id l10mr11487815jaq.101.1610306050322; Sun, 10 Jan 2021 11:14:10 -0800 (PST) Received: from hurd (dsl-205-233-124-188.b2b2c.ca. [205.233.124.188]) by smtp.gmail.com with ESMTPSA id p18sm13264915ile.27.2021.01.10.11.14.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Jan 2021 11:14:09 -0800 (PST) From: Maxim Cournoyer To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: bug#27780: guix environment to build guile from git required excessive CPU time References: <87pocucx0o.fsf@netris.org> <87pocqp5re.fsf@gnu.org> Date: Sun, 10 Jan 2021 14:14:09 -0500 In-Reply-To: <87pocqp5re.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Mon, 24 Jul 2017 11:02:13 +0200") Message-ID: <87eeis61vi.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) 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: 27780 Cc: Mark H Weaver , 27780@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.0 (-) Hello Mark, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Mark, > > Mark H Weaver skribis: > >> I just ran the following command on my Thinkpad X200 running GuixSD: >> >> ./pre-inst-env guix environment guile --ad-hoc autoconf automake libto= ol flex gettext >> >> Using the guix client from a git checkout at v0.13.0-1496-gcfd6a3b1e, >> and using guix-daemon from guix-0.13.0-3.b547349. >> >> This command took approximately 20 minutes of CPU time before >> downloading anything except possibly some NARINFOs. During this initial >> 20 minutes of CPU-bound activity, the only output was 4 occurrences of >> the following message: >> >> substitute: updating list of substitutes from 'https://mirror.hydra.gnu.= org'... 100.0% >> >> The CPU time was roughly evenly split between the following two >> processes: >> >> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND >> root 8456 57.0 0.1 37420 7788 ? Rs 22:27 11:31 \_ >> /gnu/store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/bin/gu= ix-daemon >> 8450 guixbuild --max-silent-time 0 --timeout 0 --substitute-urls >> https://mirror.hydra.gnu.org --gc-keep-derivations=3Dyes >> --gc-keep-outputs=3Dyes >> root 8457 45.0 0.9 124040 38556 ? Rl 22:27 9:03 \_ >> /gnu/store/z16li2znnk2pdgrg3ldm34k669pcrdcx-guile-2.2.2/bin/guile >> --no-auto-compile >> /gnu/store/gkv8zl774h2qpa89mrf6d74fry3rsnpa-guix-0.13.0-3.b547349/bin/.g= uix-real >> substitute --query > > Is it reproducible? If/when that happens again, could you =E2=80=98strac= e=E2=80=99 the > =E2=80=98guix substitute=E2=80=99 process? > > Any idea whether hydra.gnu.org was loaded at the time and returning 504 > (=E2=80=9CGateway Timeout=E2=80=9D)? > > Thanks, > Ludo=E2=80=99. Any update on this? If that's not an issue anymore, feel free to close it, otherwise I'll do so in 2 weeks time. Thank you, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 18:47:28 2021 Received: (at 27780-done) by debbugs.gnu.org; 10 Jan 2021 23:47:28 +0000 Received: from localhost ([127.0.0.1]:55136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kykQi-0006Kh-7P for submit@debbugs.gnu.org; Sun, 10 Jan 2021 18:47:28 -0500 Received: from world.peace.net ([64.112.178.59]:34602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kykQh-0006KG-68 for 27780-done@debbugs.gnu.org; Sun, 10 Jan 2021 18:47:27 -0500 Received: from mhw by world.peace.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kykQb-0002iz-Gu; Sun, 10 Jan 2021 18:47:21 -0500 From: Mark H Weaver To: Maxim Cournoyer , Ludovic =?utf-8?Q?Court?= =?utf-8?Q?=C3=A8s?= Subject: Re: bug#27780: guix environment to build guile from git required excessive CPU time In-Reply-To: <87eeis61vi.fsf@gmail.com> References: <87pocucx0o.fsf@netris.org> <87pocqp5re.fsf@gnu.org> <87eeis61vi.fsf@gmail.com> Date: Sun, 10 Jan 2021 18:46:12 -0500 Message-ID: <87wnwk4aow.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 27780-done Cc: 27780-done@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.0 (-) Hi Maxim, Maxim Cournoyer writes: > Any update on this? If that's not an issue anymore, feel free to close > it, otherwise I'll do so in 2 weeks time. I haven't seen other reports of this, and I barely remember it. Also, I haven't used substitutes in years. I'm closing this bug. Thanks for working through these old bug reports. Regards, Mark From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 10 21:43:17 2021 Received: (at 27780-done) by debbugs.gnu.org; 11 Jan 2021 02:43:17 +0000 Received: from localhost ([127.0.0.1]:55308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kynAr-0003G0-HE for submit@debbugs.gnu.org; Sun, 10 Jan 2021 21:43:17 -0500 Received: from mail-il1-f170.google.com ([209.85.166.170]:32856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kynAp-0003Fo-IH for 27780-done@debbugs.gnu.org; Sun, 10 Jan 2021 21:43:16 -0500 Received: by mail-il1-f170.google.com with SMTP id n9so16936759ili.0 for <27780-done@debbugs.gnu.org>; Sun, 10 Jan 2021 18:43:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=VxkcaKY5oztEm7qR+ENMOV7o/jHcTxMMTINxurChP4M=; b=b8t96aBEbaSFZ1EWBkKbdDSZSBEiIZYKfh8/CSMMP6kKGlHhLW/fGdFl3IMsmrOcYI h4bR+aO7NI0SQsU29ZaynzQrZ3EWSfi2Mo4iZDrCS9lOlUgJOpc6+wn8f6SRrXRfiHnZ +Hl8Exr5R4dYMar+OBfpWnq4zP0aKEauv8Q7pmeSMA6lvqZsMWWsaGwZZgErq6LZaWz4 eQmxbHMJRsjUi3oDpKfJO7/mAB8nOan4p6kis2nUiidoXmHr4WTs+liN6XY6VHLedqah 3daaKZtAeHXJ7av1Gfm0zgbekmkDUXQg0dwIJ9M8B2HnOB2IcjTyjTIv4/uB7emViDiJ l3Lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=VxkcaKY5oztEm7qR+ENMOV7o/jHcTxMMTINxurChP4M=; b=PH0EueUPCHr/UA1znQXbN/16KMm3lzdn6pG/VRGdcE+9DH3LuCN1wmpx9S4sx8hQXQ B9UEGDq1+DqNUcI+SY+b458LXQ5klbsdOzRYB/Sd+i74cwVfqVnUI7kyotylkGpKvNC3 r1EzThzJ+G5LcEQT/JxHE7j5tl/3Rez/etRMcS9qSGzvN/PSVd3Dh+R8YDyoHeSd06b4 0gFsZwR11cnDg9MoGhRXaq1ua6RaKgRvpikLepQp4DMs3WJ5qIEN5HvmqMKKC4jq1s23 lOWAx9YFh8b0dK0V4dAsIFWq05yENbc3HoyWBwfC+6kGFt9yZAx6FQRLvL5SmcOotpwS Ovbw== X-Gm-Message-State: AOAM531kb9KPfbb/oiH2fBZvL5UiPz9TsEE1jWhhT2sKc0RpD1kH66HW MDmQqUre+X6ZtQ9xDY4O6L+eIzdw0PbKRA== X-Google-Smtp-Source: ABdhPJx9tPhPNOzlcZAuMsaYz5sFmcTYWZOjAYMmHEXnVwFwLlw4q78pvzCqGhPRruEwf96Q4zpUAw== X-Received: by 2002:a92:444c:: with SMTP id a12mr13913364ilm.53.1610332989604; Sun, 10 Jan 2021 18:43:09 -0800 (PST) Received: from hurd (dsl-205-233-124-188.b2b2c.ca. [205.233.124.188]) by smtp.gmail.com with ESMTPSA id w3sm14624230ilk.17.2021.01.10.18.43.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Jan 2021 18:43:08 -0800 (PST) From: Maxim Cournoyer To: Mark H Weaver Subject: Re: bug#27780: guix environment to build guile from git required excessive CPU time References: <87pocucx0o.fsf@netris.org> <87pocqp5re.fsf@gnu.org> <87eeis61vi.fsf@gmail.com> <87wnwk4aow.fsf@netris.org> Date: Sun, 10 Jan 2021 21:43:07 -0500 In-Reply-To: <87wnwk4aow.fsf@netris.org> (Mark H. Weaver's message of "Sun, 10 Jan 2021 18:46:12 -0500") Message-ID: <87ft3842is.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 27780-done Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 27780-done@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.0 (-) Hi Mark, Mark H Weaver writes: > Hi Maxim, > > Maxim Cournoyer writes: >> Any update on this? If that's not an issue anymore, feel free to close >> it, otherwise I'll do so in 2 weeks time. > > I haven't seen other reports of this, and I barely remember it. Also, I > haven't used substitutes in years. I'm closing this bug. Thanks for the follow-up and closing the bug! > Thanks for working through these old bug reports. My pleasure! Maxim From unknown Sat Aug 16 10:50:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 08 Feb 2021 12:24:08 +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