From unknown Mon Jun 23 18:28:39 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#19811 <19811@debbugs.gnu.org> To: bug#19811 <19811@debbugs.gnu.org> Subject: Status: Attempt to graft texlive times out after one hour Reply-To: bug#19811 <19811@debbugs.gnu.org> Date: Tue, 24 Jun 2025 01:28:39 +0000 retitle 19811 Attempt to graft texlive times out after one hour reassign 19811 guix submitter 19811 Mark H Weaver severity 19811 normal tag 19811 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 07 20:53:46 2015 Received: (at submit) by debbugs.gnu.org; 8 Feb 2015 01:53:46 +0000 Received: from localhost ([127.0.0.1]:36972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKH4E-000482-G0 for submit@debbugs.gnu.org; Sat, 07 Feb 2015 20:53:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33646) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKH4B-00047n-OG for submit@debbugs.gnu.org; Sat, 07 Feb 2015 20:53:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKH45-0002jn-ID for submit@debbugs.gnu.org; Sat, 07 Feb 2015 20:53:38 -0500 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]:39474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH45-0002jj-Fq for submit@debbugs.gnu.org; Sat, 07 Feb 2015 20:53:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH44-0001B1-HX for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKH41-0002jN-Bg for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:36 -0500 Received: from world.peace.net ([50.252.239.5]:39501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKH41-0002jJ-7M for bug-guix@gnu.org; Sat, 07 Feb 2015 20:53:33 -0500 Received: from [10.1.10.11] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YKH3u-0002Uj-GE; Sat, 07 Feb 2015 20:53:26 -0500 From: Mark H Weaver To: bug-guix@gnu.org Subject: Attempt to graft texlive times out after one hour Date: Sat, 07 Feb 2015 20:53:33 -0500 Message-ID: <8761bd2moy.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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.15 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 (-----) On my i686 Libreboot X60, two consecutive attempts to run "guix package -u" have failed with the following message: --8<---------------cut here---------------start------------->8--- grafting '/gnu/store/i8iiv9qd1jndwxxr2h563fwwn0997xkx-cups-2.0.1' -> '/gnu/store/nrdr51fkncjm5nqkx70576g25l4ka5na-cups-2.0.1'... grafting '/gnu/store/y2f71ym41fp803ysf62k1ajk687xd684-xsensors-0.70' -> '/gnu/store/vhjp122fax73k4vags86q6gqzk5qj232-xsensors-0.70'... building of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' timed out after 3600 seconds of silence cannot build derivation `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/c2fab7ppy5xqgsglvkdp489n95278izx-profile.drv' failed --8<---------------cut here---------------end--------------->8--- I guess that my machine and rotating disk are too slow to graft texlive within an hour. Apart from that, there are a few specific problems: * It never notified me that it was grafting texlive. Are those messages not printed until after the grafts have completed? * I later discovered the --timeout option for 'guix build' (also supported by 'guix package') but the manual claims that "By default there is no timeout". This seems to be incorrect. Mark From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 07 21:42:33 2015 Received: (at 19811) by debbugs.gnu.org; 8 Feb 2015 02:42:33 +0000 Received: from localhost ([127.0.0.1]:36977 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKHpR-0005Ua-7Q for submit@debbugs.gnu.org; Sat, 07 Feb 2015 21:42:33 -0500 Received: from world.peace.net ([50.252.239.5]:44247 ident=hope1) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKHpN-0005UQ-4q for 19811@debbugs.gnu.org; Sat, 07 Feb 2015 21:42:30 -0500 Received: from [10.1.10.11] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YKHpG-0002eP-59; Sat, 07 Feb 2015 21:42:22 -0500 From: Mark H Weaver To: 19811@debbugs.gnu.org Subject: Re: bug#19811: Attempt to graft texlive times out after one hour References: <8761bd2moy.fsf@netris.org> Date: Sat, 07 Feb 2015 21:42:29 -0500 In-Reply-To: <8761bd2moy.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 20:53:33 -0500") Message-ID: <87vbjd15uy.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19811 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) Mark H Weaver writes: > * I later discovered the --timeout option for 'guix build' (also > supported by 'guix package') but the manual claims that "By default > there is no timeout". This seems to be incorrect. I proceeded to try explicitly passing --timeout=0 to 'guix build', but that didn't work: --8<---------------cut here---------------start------------->8--- mhw@jojen:~/guix$ guix build -c1 --timeout=0 texlive substitute-binary: updating list of substitutes from 'http://hydra.gnu.org'... The following derivation will be built: /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv @ build-started /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv - i686-linux /var/log/guix/drvs/an//8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv.bz2 building of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' timed out after 3600 seconds of silence @ build-failed /gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv - timeout guix build: error: build failed: build of `/gnu/store/an8an36igcaasvg72kcjph7ns7ssgy6d-texlive-2014.drv' failed --8<---------------cut here---------------end--------------->8--- I seem to be stuck now, with no way to update my system :-( Mark From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 07 21:49:12 2015 Received: (at 19811) by debbugs.gnu.org; 8 Feb 2015 02:49:12 +0000 Received: from localhost ([127.0.0.1]:36985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKHvr-0005fA-Qz for submit@debbugs.gnu.org; Sat, 07 Feb 2015 21:49:12 -0500 Received: from world.peace.net ([50.252.239.5]:44259 ident=hope6) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKHvp-0005f1-Im for 19811@debbugs.gnu.org; Sat, 07 Feb 2015 21:49:09 -0500 Received: from [10.1.10.11] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YKHvi-0002hy-7i; Sat, 07 Feb 2015 21:49:02 -0500 From: Mark H Weaver To: 19811@debbugs.gnu.org Subject: Re: bug#19811: Attempt to graft texlive times out after one hour References: <8761bd2moy.fsf@netris.org> <87vbjd15uy.fsf@netris.org> Date: Sat, 07 Feb 2015 21:49:09 -0500 In-Reply-To: <87vbjd15uy.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 21:42:29 -0500") Message-ID: <87mw4p15ju.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19811 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) Mark H Weaver writes: > Mark H Weaver writes: > >> * I later discovered the --timeout option for 'guix build' (also >> supported by 'guix package') but the manual claims that "By default >> there is no timeout". This seems to be incorrect. > > I proceeded to try explicitly passing --timeout=0 to 'guix build', but > that didn't work: Bah, I see now that --max-silent-time is the relevant option to use here. Nevermind :) Mark From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 08 00:09:47 2015 Received: (at 19811) by debbugs.gnu.org; 8 Feb 2015 05:09:47 +0000 Received: from localhost ([127.0.0.1]:37042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKK7q-0000iN-JX for submit@debbugs.gnu.org; Sun, 08 Feb 2015 00:09:46 -0500 Received: from world.peace.net ([50.252.239.5]:44377 ident=hope4) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKK7o-0000iF-75 for 19811@debbugs.gnu.org; Sun, 08 Feb 2015 00:09:41 -0500 Received: from [10.1.10.11] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YKK7g-00038C-RH; Sun, 08 Feb 2015 00:09:32 -0500 From: Mark H Weaver To: 19811@debbugs.gnu.org Subject: Re: bug#19811: Attempt to graft texlive times out after one hour References: <8761bd2moy.fsf@netris.org> Date: Sun, 08 Feb 2015 00:09:37 -0500 In-Reply-To: <8761bd2moy.fsf@netris.org> (Mark H. Weaver's message of "Sat, 07 Feb 2015 20:53:33 -0500") Message-ID: <87egq10z1q.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19811 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (/) Mark H Weaver writes: > I guess that my machine and rotating disk are too slow to graft texlive > within an hour. I was able to do it by passing "--max-silent-time=36000". It ended up taking just under 2 hours (real time) to graft texlive on my i686 Libreboot X60 system. Mark From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 16 08:25:39 2015 Received: (at 19811) by debbugs.gnu.org; 16 Nov 2015 13:25:39 +0000 Received: from localhost ([127.0.0.1]:39612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZyJmt-0005sM-AB for submit@debbugs.gnu.org; Mon, 16 Nov 2015 08:25:39 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39132) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZyJmr-0005sD-2N for 19811@debbugs.gnu.org; Mon, 16 Nov 2015 08:25:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyJmn-000053-07 for 19811@debbugs.gnu.org; Mon, 16 Nov 2015 08:25:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyJmm-00004x-Ti; Mon, 16 Nov 2015 08:25:32 -0500 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:44730 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZyJmm-0004lK-CO; Mon, 16 Nov 2015 08:25:32 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#19811: Attempt to graft texlive times out after one hour References: <8761bd2moy.fsf@netris.org> <87egq10z1q.fsf@netris.org> Date: Mon, 16 Nov 2015 14:25:30 +0100 In-Reply-To: <87egq10z1q.fsf@netris.org> (Mark H. Weaver's message of "Sun, 08 Feb 2015 00:09:37 -0500") Message-ID: <87si466ppx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.8 (-----) X-Debbugs-Envelope-To: 19811 Cc: 19811@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.8 (-----) Mark H Weaver skribis: > I was able to do it by passing "--max-silent-time=3D36000". It ended up > taking just under 2 hours (real time) to graft texlive on my i686 > Libreboot X60 system. With commit 333c376 it may be down to one hour if there are two cores. Still way too much for something like TeX Live, but an improvement. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 16:06:51 2016 Received: (at control) by debbugs.gnu.org; 3 May 2016 20:06:51 +0000 Received: from localhost ([127.0.0.1]:35747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axgap-0007H4-6X for submit@debbugs.gnu.org; Tue, 03 May 2016 16:06:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axgan-0007Gr-Kb for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axgaZ-0006Yl-Au for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axgaZ-0006XE-7T for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:35 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:54446 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axgaU-0006XR-7n for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:30 -0400 Date: Tue, 03 May 2016 22:06:27 +0200 Message-Id: <87a8k6lxdo.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #23433 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: -6.0 (------) 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: -6.0 (------) merge 23433 19811 From unknown Mon Jun 23 18:28:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Thu, 12 May 2016 08:01:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sat May 21 14:21:35 2016 Received: (at control) by debbugs.gnu.org; 21 May 2016 18:21:35 +0000 Received: from localhost ([127.0.0.1]:60152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b4BWo-0002TZ-U6 for submit@debbugs.gnu.org; Sat, 21 May 2016 14:21:35 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b4BWn-0002TM-LE for control@debbugs.gnu.org; Sat, 21 May 2016 14:21:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4BWd-0008Qo-OE for control@debbugs.gnu.org; Sat, 21 May 2016 14:21:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4BWd-0008Qh-Kz for control@debbugs.gnu.org; Sat, 21 May 2016 14:21:23 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:54640 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b4BWb-0007Qk-S7 for control@debbugs.gnu.org; Sat, 21 May 2016 14:21:22 -0400 Date: Sat, 21 May 2016 20:21:19 +0200 Message-Id: <8760u7uva8.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #19811 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: -6.4 (------) 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: -6.4 (------) tags 19811 patch From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 18 23:40:44 2017 Received: (at 19811) by debbugs.gnu.org; 19 Oct 2017 03:40:44 +0000 Received: from localhost ([127.0.0.1]:48986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e51hL-0007f0-PR for submit@debbugs.gnu.org; Wed, 18 Oct 2017 23:40:43 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e51hJ-0007eq-Tm for 19811@debbugs.gnu.org; Wed, 18 Oct 2017 23:40:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508370614; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=665; bh=usG3JSdjd4V9wl9feGrCY1MYGO2AacFw3YT84yN2BFo=; b=M2RgXnFfSYzf7jcWopLJBcqlBpNlMXiS05waJUetOEomab/EYlW6fXca5ewmUYga if/eaWxtT0B453SgRsxensoSOYOLBX5zuWgn9KuozlVeoMNx6VjLbJTebTpUQjEDGtE UAE/UrWx0GUy60Q9GfpjoJa91X4De1vI9I/V4LL0= Received: from localhost (port-92-200-55-161.dynamic.qsc.de [92.200.55.161]) by mx.zohomail.com with SMTPS id 1508370614440618.844868088144; Wed, 18 Oct 2017 16:50:14 -0700 (PDT) References: <8761bd2moy.fsf@netris.org> <87egq10z1q.fsf@netris.org> <87si466ppx.fsf@gnu.org> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#19811: Attempt to graft texlive times out after one hour In-reply-to: <87si466ppx.fsf@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 19 Oct 2017 01:50:11 +0200 Message-ID: <87mv4o2ez0.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 19811 Cc: Mark H Weaver , 19811@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: -2.8 (--) Ludovic Courtès writes: > Mark H Weaver skribis: > >> I was able to do it by passing "--max-silent-time=36000". It ended up >> taking just under 2 hours (real time) to graft texlive on my i686 >> Libreboot X60 system. > > With commit 333c376 it may be down to one hour if there are two cores. > Still way too much for something like TeX Live, but an improvement. Is this still an issue? While grafting the texlive package is still rather slow I haven’t seen anything close to one hour recently. Can this bug be closed? -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 19 03:26:22 2017 Received: (at 19811-done) by debbugs.gnu.org; 19 Oct 2017 07:26:22 +0000 Received: from localhost ([127.0.0.1]:49053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e55Di-0002E8-Gj for submit@debbugs.gnu.org; Thu, 19 Oct 2017 03:26:22 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:38112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e55Dg-0002Dx-Mh for 19811-done@debbugs.gnu.org; Thu, 19 Oct 2017 03:26:21 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BEE4EF2DC; Thu, 19 Oct 2017 09:26:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at 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 U3gRLGzZcn4h; Thu, 19 Oct 2017 09:26:19 +0200 (CEST) Received: from ribbon (unknown [193.50.110.53]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 917B3A379; Thu, 19 Oct 2017 09:26:19 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Ricardo Wurmus Subject: Re: bug#19811: Attempt to graft texlive times out after one hour References: <8761bd2moy.fsf@netris.org> <87egq10z1q.fsf@netris.org> <87si466ppx.fsf@gnu.org> <87mv4o2ez0.fsf@elephly.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 28 =?utf-8?Q?Vend=C3=A9miaire?= an 226 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-pc-linux-gnu Date: Thu, 19 Oct 2017 09:26:17 +0200 In-Reply-To: <87mv4o2ez0.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 19 Oct 2017 01:50:11 +0200") Message-ID: <878tg7oaxy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 19811-done Cc: Mark H Weaver , 19811-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 (+) Hello, Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> Mark H Weaver skribis: >> >>> I was able to do it by passing "--max-silent-time=3D36000". It ended up >>> taking just under 2 hours (real time) to graft texlive on my i686 >>> Libreboot X60 system. >> >> With commit 333c376 it may be down to one hour if there are two cores. >> Still way too much for something like TeX Live, but an improvement. > > Is this still an issue? While grafting the texlive package is still > rather slow I haven=E2=80=99t seen anything close to one hour recently. Same here. Grafting big packages is still rather slow as you write, but we shouldn=E2=80=99t have anything as big as the old monolithic texlive pac= kage (4=C2=A0GiB!). > Can this bug be closed? I think so. Done! Ludo=E2=80=99. From unknown Mon Jun 23 18:28:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Nov 2017 12:24:05 +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