From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 14:46:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EB84A16A41C for ; Thu, 23 Jun 2005 14:46:07 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE21C43D48 for ; Thu, 23 Jun 2005 14:46:07 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id E272ACADC54 for ; Thu, 23 Jun 2005 10:45:59 -0400 (EDT) X-Sasl-enc: Fa3hxFrx4nhzz2UEc99Lblq6bcZuxG0asit1E4p3kgmi 1119537958 Received: from gumby.localdomain (dsl-80-41-69-240.access.as9105.com [80.41.69.240]) by frontend2.messagingengine.com (Postfix) with ESMTP id D2473570147 for ; Thu, 23 Jun 2005 10:45:57 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 23 Jun 2005 15:45:53 +0100 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506231545.53892.list-freebsd-2004@morbius.sent.com> Subject: Re: Newbie - Trouble Installing Gnome2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2005 14:46:08 -0000 On Thursday 23 June 2005 03:14, Lawrence Petrykanyn wrote: >... > Next I went to /usr/ports/x11/gnome2 and did "make install > clean". This ran for hours, occasionally prompting me for preferences, > then it stopped. Here is what it said... > > Attempting to fetch from > ftp://ftp-FreeBSD.org/pub/FreeBSD/ports/distfiles/ghostscript/. > fetch: ghostscripts-fonts-std-8.11.tar.gz: local modification > does not match remote I'm assuming it actually said: " local modification *time* does not match remote" If that's correct then try adding: FETCH_CMD= fetch -FARr to /etc/make.conf. By default fetch checks that a partially complete file matches the datestamp of the remote file, this. This is supposed to stop you continue downloading a file that has been modified, but in practice I find this check overwhelmingly produces false-positives. The integrity of the file is decided by md5 anyway.