From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Dunn Subject: bug#27119: FTP doesn't time out on ftp.ciril.fr Date: Sun, 28 May 2017 15:53:06 -0400 Message-ID: <87fufowyfx.fsf@escafil> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4HH-0002rK-3C for bug-guix@gnu.org; Sun, 28 May 2017 15:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4HG-0005yk-5u for bug-guix@gnu.org; Sun, 28 May 2017 15:55:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39377) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dF4HG-0005yg-2Y for bug-guix@gnu.org; Sun, 28 May 2017 15:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dF4HF-0006sy-SL for bug-guix@gnu.org; Sun, 28 May 2017 15:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4GX-0002pu-JS for bug-guix@gnu.org; Sun, 28 May 2017 15:54:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dF4GW-0005t6-Mc for bug-guix@gnu.org; Sun, 28 May 2017 15:54:17 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dF4GW-0005t2-JY for bug-guix@gnu.org; Sun, 28 May 2017 15:54:16 -0400 Received: from [2604:6000:1010:176:da4d:3352:bae5:f50e] (port=54546 helo=escafil) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dF4GW-00034B-4Z for bug-guix@gnu.org; Sun, 28 May 2017 15:54:16 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 27119@debbugs.gnu.org Some of the perl links from cpan aren't up to date, so guix will try to cycle through its mirrors. The problem is that the second one is ftp.ciril.fr, which doesn't time out (or if it does, not for at least 30 minutes). For example, here's the result of "guix build perl-datetime": Starting download of /gnu/store/mc2xj0cga6a25zv2f73hbm44y1kyxa5y-DateTime-1.18.tar.gz >From http://mirror.ibcp.fr/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz... ERROR: download failed "http://mirror.ibcp.fr/pub/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz" 404 "Not Found" Starting download of /gnu/store/mc2xj0cga6a25zv2f73hbm44y1kyxa5y-DateTime-1.18.tar.gz >From ftp://ftp.ciril.fr/pub/cpan/authors/id/D/DR/DROLSKY/DateTime-1.18.tar.gz... And it hangs for longer than I've ever let it run (I think the longest I've seen it sit there is 30 minutes). Is there a way to specify the timeout in guix? -- Ian Dunn