From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 18:57:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5753616A4CE for ; Tue, 21 Dec 2004 18:57:49 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B7F43D48 for ; Tue, 21 Dec 2004 18:57:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iBLIvaHf006971; Tue, 21 Dec 2004 20:57:37 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iBLIvaOr009652; Tue, 21 Dec 2004 20:57:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iBLIvasC009651; Tue, 21 Dec 2004 20:57:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 21 Dec 2004 20:57:36 +0200 From: Giorgos Keramidas To: Noah Message-ID: <20041221185736.GA9627@orion.daedalusnetworks.priv> References: <20041221184959.M82284@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041221184959.M82284@enabled.com> cc: freebsd-questions@freebsd.org Subject: Re: distfiles first instead of fetch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 18:57:49 -0000 On 2004-12-21 10:51, Noah wrote: > FreeBSD-4.9 > > > well I am finding that a particular bz2 file is not fetched from a list of > servers so I downloaded it locally. but the build is not looking in > /usr/ports/distfiles - how do I control this behavior? It *is* looking there. The downloaded file doesn't match the checksum it should have though. See the line marked with stars: > --- snip ---- > > # make install clean > ===> Vulnerability check disabled > ===> Found saved configuration for evolution-2.0.3 > ===> Extracting for evolution-2.0.3 *** > => Checksum mismatch for gnome2/evolution-2.0.3.tar.bz2. > ===> Refetch for 1 more times files: gnome2/evolution-2.0.3.tar.bz2 > ===> Vulnerability check disabled > ===> Found saved configuration for evolution-2.0.3 > => evolution-2.0.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. > => Attempting to fetch from > ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/evolution/2.0/. > ^Cfetch: transfer interrupted > > --- snip ---