From owner-freebsd-questions@FreeBSD.ORG Thu Mar 14 17:49:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1CCA7524 for ; Thu, 14 Mar 2013 17:49:37 +0000 (UTC) (envelope-from openslateproj@gmail.com) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by mx1.freebsd.org (Postfix) with ESMTP id D7601F76 for ; Thu, 14 Mar 2013 17:49:36 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id m17so590459vca.39 for ; Thu, 14 Mar 2013 10:49:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ZpQ+YEzIH1h9gvlpwkjoZhJdg5QqdPSvIynJF08FTQs=; b=AMmYl2WW9dAWl6IdX8FkCLFIko4JL4DGyXloatsW8cbHgc7Kzk2EBqaeAulTzAmkH2 LYtvLpIne/ECFskHRmfDf7QssWqs0MfPk0u2zMiNjrFQB7QH5t4zeQrjJN3nqX3whhLh VUrOTncdASDgdwDDHcchSfsBfstt4SWlHz0mDc2ECEbwRGkXFjanSmnhlN8d/UZs/zKC 9edLFoc9J1yhVvzhOOYwANdx+UBTk9W4+f3yIhiTxTFWOuVe41tr91odnSej+cs8zoT0 YBZ9A+5V+Xl6tx8KAMjHdT8g7Sm7fMmMqAs/R1Mn+MaTjMh1TxxICUxv73rE3Ht2rnIR cpUw== MIME-Version: 1.0 X-Received: by 10.59.2.199 with SMTP id bq7mr2907107ved.51.1363283370481; Thu, 14 Mar 2013 10:49:30 -0700 (PDT) Received: by 10.220.70.132 with HTTP; Thu, 14 Mar 2013 10:49:30 -0700 (PDT) Date: Thu, 14 Mar 2013 07:49:30 -1000 Message-ID: Subject: Can't fetch boost-jam From: Open Slate To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 17:49:37 -0000 For several days I have not been able to update my ports due to fetch errors. Right now the first port portupgrade wants to update is devel/boost-jam. Here is the tail of the output of make issued in /usr/ports/devel/boost-jam: => Attempting to fetch http://netcologne.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2 fetch: http://netcologne.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2: Forbidden => Attempting to fetch http://ignum.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2 fetch: http://ignum.dl.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2: Forbidden => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/boost_1_52_0.tar.bz2 fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/boost_1_52_0.tar.bz2: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** [do-fetch] Error code 1 Stop in /usr/ports/devel/boost-jam. I can connect to the ftp server manually: $ ftp ftp.FreeBSD.org Trying 204.152.184.73:21 ... Connected to ftp.FreeBSD.org. 220 Welcome to freebsd.isc.org. Name (ftp.FreeBSD.org:gary): dir of the distfiles directory: ftp> dir boost* 229 Entering Extended Passive Mode (|||47008|) 150 Here comes the directory listing. -rw-r--r-- 1 967 100 1430115 Oct 01 2007 boost-build-2.0-m12.tar.bz2 -rw-r--r-- 1 967 100 29435646 Nov 02 2008 boost_1_37_0.tar.bz2 -rw-r--r-- 1 967 100 29408537 May 01 2009 boost_1_39_0.tar.bz2 -rw-r--r-- 1 967 100 33348161 Nov 17 2009 boost_1_41_0.tar.bz2 -rw-r--r-- 1 967 100 33892438 May 04 2010 boost_1_43_0.tar.bz2 -rw-r--r-- 1 967 100 39330184 Nov 17 2010 boost_1_45_0.tar.bz2 -rw-r--r-- 1 967 100 42001335 Mar 12 2011 boost_1_46_1.tar.bz2 -rw-r--r-- 1 967 100 48236989 Nov 15 2011 boost_1_48_0.tar.bz2 226 Directory send OK. >From uname; 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 How can I fix this? -- Gary Dunn Open Slate Project http://openslate.org/