From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 14:26:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F8C0B36; Tue, 28 Apr 2015 14:26:56 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D4A14B3; Tue, 28 Apr 2015 14:26:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1367CBDC2E; Tue, 28 Apr 2015 16:26:54 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id E7824BDC24; Tue, 28 Apr 2015 16:26:53 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 3305A6125; Tue, 28 Apr 2015 16:26:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CDEA35145AC; Tue, 28 Apr 2015 16:26:52 +0200 (CEST) Date: Tue, 28 Apr 2015 16:26:52 +0200 From: Mathieu Arnold To: Gerald Pfeifer , 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 Message-ID: <5F36179DF773D2601B1DACBA@ogg.in.absolight.net> In-Reply-To: References: <201504272342.t3RNgAnb073128@svn.freebsd.org> <8udd-3trw-wny@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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:26:56 -0000 +--On 28 avril 2015 16:05:20 +0200 Gerald Pfeifer wrote: | 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? >From bsd.port.mk, around line 2423. To disable it, set "MASTER_SITE_BACKUP=" in make.conf or the command line. -- Mathieu Arnold