From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: texlive failure Date: Tue, 10 Feb 2015 13:55:05 +0100 Message-ID: <878ug67wpi.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLALQ-0005nQ-FC for guix-devel@gnu.org; Tue, 10 Feb 2015 07:55:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLALL-0001Py-QV for guix-devel@gnu.org; Tue, 10 Feb 2015 07:55:12 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLALL-0001Pm-Ne for guix-devel@gnu.org; Tue, 10 Feb 2015 07:55:07 -0500 In-Reply-To: (Federico Beffa's message of "Tue, 10 Feb 2015 13:26:20 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > I have trouble downloading the 3.3GB 'texlive-data' package and > therefore I'm trying to build it locally. The 'build' and 'check' > phases succeed. However, after the 'compress-documentation' phase a > guile process stays at 100% for 1 hour, after which the process times > out and is killed. I think what happens is what Mark described in . For now the workaround is to use --max-silent-time=3D10000 or similar. HTH, Ludo=E2=80=99.