From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Broken URLs Date: Sat, 14 Nov 2015 11:47:13 +0100 Message-ID: <87si48zwlq.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]:45112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxYMa-0003Aj-ES for guix-devel@gnu.org; Sat, 14 Nov 2015 05:47:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxYMV-0006fl-QI for guix-devel@gnu.org; Sat, 14 Nov 2015 05:47:20 -0500 In-Reply-To: (Federico Beffa's message of "Fri, 13 Nov 2015 09:36:30 +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: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> gnu/packages/maths.scm:1645:15: atlas-3.10.2: URI >> http://math-atlas.sourceforge.net/ unreachable: Connection timed out > > I can reach this URL without problems. Yes, works for me too now. The URL probe is sensitive to latency and transient network issues, so there can be false positives like this. Ludo=E2=80=99.