From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:05:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0693F3F3; Tue, 28 Apr 2015 14:05:25 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D916B11FE; Tue, 28 Apr 2015 14:05:24 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 9F7F13F447; Tue, 28 Apr 2015 10:05:22 -0400 (EDT) Date: Tue, 28 Apr 2015 16:05:20 +0200 (CEST) From: Gerald Pfeifer To: Jan Beich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r384881 - head/lang/gcc5 In-Reply-To: <8udd-3trw-wny@FreeBSD.org> Message-ID: References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 14:05:25 -0000 On Tue, 28 Apr 2015, Jan Beich wrote: > It fails to fetch from GCC mirrors. Did you mean the following? > > MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} Thanks Jan! Fixed now. I spent 20+ minutes trying to diagnose what had happened, and found this: => Attempting to fetch http://distcache.freebsd.org/ports-distfiles/gcc-5.1.0.tar.bz2 gcc-5.1.0.tar.bz2 0 B 0 Bps Interestingly this happens still, even after I commented all lines containing "distcache" in $PORTSDIR/Mk/bsd.*.mk. Where _does_ that usage of distcache.freebsd.org come from, then? Gerald