From owner-freebsd-ports@FreeBSD.ORG Mon Aug 21 20:18:49 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A9B16A4DA for ; Mon, 21 Aug 2006 20:18:49 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F53C43D7B for ; Mon, 21 Aug 2006 20:18:42 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id E0397157C626 for ; Mon, 21 Aug 2006 22:17:14 +0200 (CEST) Received: from [83.99.89.191] (helo=[10.0.0.11]) by smtp08.web.de with esmtp (WEB.DE 4.107 #114) id 1GFGCw-0004Wn-00; Mon, 21 Aug 2006 22:17:14 +0200 Message-ID: <44EA14CA.7070604@web.de> Date: Mon, 21 Aug 2006 22:17:14 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Cc: jaj13@web.de Subject: Troubles with MASTER_SITES 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: Mon, 21 Aug 2006 20:18:49 -0000 Hi! I must be missing something obvious with MASTER_SITES. If you consider the devel/tigcc port which I maintain you can read: MASTER_SITES= ${MASTER_SITE_GCC}:gcc \ ${MASTER_SITE_GNU}:gas \ http://tigcc.ticalc.org/linux/:tigcc MASTER_SITE_SUBDIR= snapshots/4.1-20060728/:gcc \ binutils/:gas DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ binutils-2.16.1.tar.bz2:gas \ tigcc_src.tar.bz2:tigcc I just got a mail from Bill Fenner saying that a distfile is not fetchable. When I issue 'make fetch' the following happens: /usr/ports/devel/tigcc> sudo make fetch => gcc-core-4.1-20060728.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/gcc/snapshots/4.1-200 60728/. fetch: ftp://mirror.aarnet.edu.au/pub/gcc/snapshots/4.1-20060728/gcc-core-4.1-20 060728.tar.bz2: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. gcc-core-4.1-20060728.tar.bz2 100% of 14 MB 156 kBps 00m00s It is true that the file is not present on the mirror.aarnet.edu.au mirror but why doesn't it try to fetch it from elsewhere? It is actually present on the gcc.gnu.org mirror. mirror.aarnet.edu.au is actually the last mirror listed for ${MASTER_SITE_GCC} in bsd.sites.mk Does anybody know what's going on? Best regards, Jona