From owner-freebsd-questions@FreeBSD.ORG Sun Oct 16 00:53:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84499106564A for ; Sun, 16 Oct 2011 00:53:58 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 17AB48FC0C for ; Sun, 16 Oct 2011 00:53:57 +0000 (UTC) Received: by wwi18 with SMTP id 18so1638175wwi.31 for ; Sat, 15 Oct 2011 17:53:57 -0700 (PDT) Received: by 10.216.134.232 with SMTP id s82mr1922374wei.71.1318726436986; Sat, 15 Oct 2011 17:53:56 -0700 (PDT) Received: from [192.168.0.47] (paris.c-mal.com. [88.170.200.60]) by mx.google.com with ESMTPS id fo7sm22616692wbb.20.2011.10.15.17.53.55 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Oct 2011 17:53:55 -0700 (PDT) References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8J2) Message-Id: <83F2C712-C50A-4CE8-AF50-7F0F5FADF3F8@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Sun, 16 Oct 2011 02:53:49 +0200 To: Waitman Gobble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: boost issue freebsd 8.2 (32 bit) - infinite loop of boost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 00:53:58 -0000 On 15 Oct 2011, at 19:38, Waitman Gobble wrote: > Hi, >=20 > I identified the problem - the build script insists on fetching boost from= > heanet.dl.sourceforge.net -- for some reason this hangs indefinitely from m= y > connection. ie, wget > http://heanet.dl.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.t= ar.bz2resolves > and connects but never transfers any data. (from my IP however if i > try it from another network it works..). >=20 > Manually fetching from > http://downloads.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.t= ar.bz2 > and putting in /usr/ports/distfiles solves the problem... I'm not sure > why > heanet host doesn't like my IP (or something else?) >=20 >=20 >=20 > Anyway, I noticed I made some typos in my previous email, "34" should have= > been "45". (boost_1_45_0 not boost_1_34_0). late night. lol. >=20 >=20 > Waitman >=20 Are you using a proxy ? Can you try with another IP from the same netblock as you ? Can you successfully telnet to their IP on port 80 and "HEAD / HTTP/1.0" ?=