From owner-freebsd-questions@FreeBSD.ORG Wed Aug 15 03:14:09 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B247516A507 for ; Wed, 15 Aug 2007 03:14:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 60C1413C428 for ; Wed, 15 Aug 2007 03:14:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IL9Ky-0005Qg-IZ for questions@freebsd.org; Tue, 14 Aug 2007 20:14:25 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IL9Kt-0005QN-6G; Tue, 14 Aug 2007 20:14:19 -0700 Message-ID: <46C26F6F.7090009@math.arizona.edu> Date: Tue, 14 Aug 2007 20:13:51 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: cpghost , questions@freebsd.org References: <46C15F55.9070608@math.arizona.edu> <20070815003124.GA1248@epia-2.farid-hajji.net> In-Reply-To: <20070815003124.GA1248@epia-2.farid-hajji.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: problem compiling xfig 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: Wed, 15 Aug 2007 03:14:09 -0000 cpghost wrote: > On Tue, Aug 14, 2007 at 12:52:53AM -0700, Predrag Punosevac wrote: > >> fetch: xfig.3.2.5.full.tar.gz: local modification time does not match >> remote >> >> What am I doing wrong? >> > > I'm getting this too from time to time; esp. when a fetch > stalled or was interrupted for whatever reason. The easiest > work-around / fix is to manually delete the distfile (just > rm /usr/ports/distfiles/xfig.3.2.5.full.tar.gz or whatever) > and try again. > > Cheers, > -cpghost. > > Thank you so much. I already fixed the problem by export PACKAGESITE= ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/ and pkg_add -r xfig-3.2.5 Now xfig works flawlessly. I also synchronized the clock as well but I think that was not a problem. I will have your solution in mind if something like that happen again. Thank you so much Predrag Punosevac