From owner-freebsd-questions@FreeBSD.ORG Sun Oct 16 01:35:09 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 EE1221065689 for ; Sun, 16 Oct 2011 01:35:09 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B77A58FC1F for ; Sun, 16 Oct 2011 01:35:09 +0000 (UTC) Received: by iaky10 with SMTP id y10so5565772iak.13 for ; Sat, 15 Oct 2011 18:35:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mfa0mZ79LMJrEdPF1iLr67docv14JowfMP5yiE83Knk=; b=n0jOsuTiMMImrlfCahcli+NeI+Nqk1WvkQNQsKGlBV4OSgYNyYQYOCak9TtI7RJf7E yHvtxuymd3uYhbGdPpCqQtFYOQxgOfBNMWaMcT74/lR5Ncr3m892d29JxsoyyIy/Ldps ery+r8d2OPUV/HWO2UTvaahNv79cQx2bXOzDo= MIME-Version: 1.0 Received: by 10.42.135.69 with SMTP id o5mr27830412ict.34.1318728907922; Sat, 15 Oct 2011 18:35:07 -0700 (PDT) Received: by 10.231.199.15 with HTTP; Sat, 15 Oct 2011 18:35:07 -0700 (PDT) In-Reply-To: <83F2C712-C50A-4CE8-AF50-7F0F5FADF3F8@my.gd> References: <83F2C712-C50A-4CE8-AF50-7F0F5FADF3F8@my.gd> Date: Sat, 15 Oct 2011 18:35:07 -0700 Message-ID: From: Waitman Gobble To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 01:35:10 -0000 On Sat, Oct 15, 2011 at 5:53 PM, Damien Fleuriot wrote: > > > On 15 Oct 2011, at 19:38, Waitman Gobble wrote: > > Hi, > > I identified the problem - the build script insists on fetching boost from > heanet.dl.sourceforge.net -- for some reason this hangs indefinitely from > my > connection. ie, wget > > http://heanet.dl.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.tar.bz2resolves > and connects but never transfers any data. (from my IP however if i > try it from another network it works..). > > Manually fetching from > > http://downloads.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.tar.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?) > > > > 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. > > > Waitman > > > > 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" ? > Hi, I am not using a proxy, however it is possible that ISP has a transparent cache/proxy. (at&t) Maybe I could release IP and request another one? I'm not sure it's worth it though.. (?) I was able to get the file from another host (manually) and continue without further issues.. telnet to port 80 connects but doesn't respond to HEAD request from this machine. Thanks Waitman