From owner-freebsd-ports@FreeBSD.ORG Sat Mar 31 18:20:39 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 040821065675; Sat, 31 Mar 2012 18:20:39 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.dw.redsrci.com (mail.pub.dw.redsrci.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id CBD428FC17; Sat, 31 Mar 2012 18:20:38 +0000 (UTC) Received: from mail.dw.redsrci.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 7CF5C700E3C; Sat, 31 Mar 2012 11:20:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:from:from:subject:subject:date:date:references :in-reply-to:message-id:received:received:received; s=ee; t= 1333218038; x=1335032438; bh=78Ra81j+KJHD8Lh9mbgFZZe/LG06xVrn2/d k1wLgArI=; b=RVfc9S/KeWcvh2CL0RrD8Vsatw2ozdtd83qNDldfkfXu9F6+vaj yI0Eh5wPecrwwplSfV5tBPJntw9yYVAbbIcKS5JTiYahpzG793F7DYIDqu6xQXFM he0brjScRQVApCkSqR9noQCJyUz7Dlj7jpSSKnE9/DDSOePrRue6dVZs= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.dw.redsrci.com ([127.0.0.1]) by mail.dw.redsrci.com (mail.dw.redsrci.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x0C8prjLwhCc; Sat, 31 Mar 2012 11:20:38 -0700 (PDT) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.dw.redsrci.com (Postfix) with ESMTP id 39A55700B3F; Sat, 31 Mar 2012 11:20:38 -0700 (PDT) Received: from 76.251.118.198 (SquirrelMail authenticated user jhelfman) by mail.experts-exchange.com with HTTP; Sat, 31 Mar 2012 11:20:38 -0700 Message-ID: <00f1898c7159ab0c7a7901c1e40aee3e.squirrel@mail.experts-exchange.com> In-Reply-To: <1265284512.20120331132343@serebryakov.spb.ru> References: <1265284512.20120331132343@serebryakov.spb.ru> Date: Sat, 31 Mar 2012 11:20:38 -0700 From: "Jason Helfman" To: lev@FreeBSD.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: ports@freebsd.org Subject: Re: Strange behavior of ${MASTER_SITE_LOCAL}: it trys only one mirror and then fallback to ${MASTER_SITE_BACKUP} X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2012 18:20:39 -0000 > Hello, Ports. > > I'm trying to put Subversion Book files to MASTER_SITE_LOCAL, to > avoid problem when publisher re-roll files without changing names. > > It works, file on ftp.freebsd.org (local-distfiles/lev). > > But when I try check if everything Ok, I get: > > => svn-book-html-r4259.tar.bz2 doesn't seem to exist in > /usr/home/lev/distfiles/subversion17. > => Attempting to fetch > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lev/svn-book-html-r4259.tar.bz2 > fetch: > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lev/svn-book-html-r4259.tar.bz2: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/svn-book-html-r4259.tar.bz2 > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/svn-book-html-r4259.tar.bz2: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/home/lev/distfiles/subversion17 and try again. > > So, ports try only last mirror in list (which is not updated yet) > and fallback not to next mirror (and next, and next, till it download > it from main site) but to ${MASTER_SITE_BACKUP}. Is it Ok? > > I had the same issue when I took over daemontools. It needs time to propagate the mirror system. -jgh