From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 20:04:43 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 880C116A41C for ; Mon, 6 Jun 2005 20:04:43 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2861943D48 for ; Mon, 6 Jun 2005 20:04:40 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2006305wri for ; Mon, 06 Jun 2005 13:04:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BZuYdgmT+OH0mukqIjIpEQxiLpvKjGD+Npp9tXW39jieyx6ro05KZ7yZzZy6IrGdtHLpX+/ztBXinZgO3LfEdbH8C1BsdJRzR4LCILRGRA4QXpGjpcaboXM6ldT5dwTF0UmnFMACHN/8fijPXlW9Q/kbPOs8hTbbdgW2hh2eaTw= Received: by 10.54.21.22 with SMTP id 22mr3473372wru; Mon, 06 Jun 2005 13:04:07 -0700 (PDT) Received: by 10.54.6.72 with HTTP; Mon, 6 Jun 2005 13:04:07 -0700 (PDT) Message-ID: Date: Mon, 6 Jun 2005 13:04:07 -0700 From: Lei Sun To: Kent Stewart In-Reply-To: <200506061119.59062.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506061119.59062.kstewart@owt.com> Cc: freebsd-questions@freebsd.org Subject: Re: aspell upgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lei Sun List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 20:04:43 -0000 Which file should I delete?=20 It is getting errors like "checksum mismatch". ---------------------------------------------------------------------------= ----------------------------- I did a "make clean" root@goofy# ls Makefile pkg-plist.csb pkg-plist.ga =20 pkg-plist.la pkg-plist.or pkg-plist.tet distinfo pkg-plist.cy pkg-plist.gd =20 pkg-plist.lt pkg-plist.pa pkg-plist.tl files pkg-plist.da pkg-plist.gl =20 pkg-plist.lv pkg-plist.pl pkg-plist.tn pkg-descr pkg-plist.de pkg-plist.gv =20 pkg-plist.mi pkg-plist.pt pkg-plist.tr pkg-plist pkg-plist.de-alt pkg-plist.he =20 pkg-plist.mk pkg-plist.qu pkg-plist.uk pkg-plist.af pkg-plist.el pkg-plist.hi =20 pkg-plist.mn pkg-plist.ro pkg-plist.uz pkg-plist.am pkg-plist.en pkg-plist.hil =20 pkg-plist.mr pkg-plist.ru pkg-plist.vi pkg-plist.az pkg-plist.eo pkg-plist.hr =20 pkg-plist.ms pkg-plist.rw pkg-plist.wa pkg-plist.be pkg-plist.es pkg-plist.hsb =20 pkg-plist.mt pkg-plist.sc pkg-plist.yi pkg-plist.bg pkg-plist.et pkg-plist.hu =20 pkg-plist.nb pkg-plist.sk pkg-plist.zu pkg-plist.bn pkg-plist.fa pkg-plist.ia =20 pkg-plist.nds pkg-plist.sl pkg-plist.br pkg-plist.fi pkg-plist.id =20 pkg-plist.nl pkg-plist.sv pkg-plist.ca pkg-plist.fo pkg-plist.is =20 pkg-plist.nn pkg-plist.sw pkg-plist.cs pkg-plist.fr pkg-plist.it =20 pkg-plist.ny pkg-plist.ta On 6/6/05, Kent Stewart wrote: > On Monday 06 June 2005 10:31 am, Lei Sun wrote: > > Hi, > > > > I am trying to do a upgrade of aspell on freebsd5.4 using > > > > cvsup portsupfile > > # cd /usr/ports > > # make fetchindex > > # protupgrade aspell > > > > and it's giving me errors: > > > > ... > > =3D> Attempting to fetch from ftp://ftp.lip6.fr/pub/gnu/aspell/. > > fetch: aspell-0.60.2.tar.gz: local modification time does not match > > remote =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/gnu/aspell/. > > fetch: aspell-0.60.2.tar.gz: local modification time does not match > > remote ... > > =3D> port manually into /usr/ports/distfiles/ and try again. > > *** Error code 1 > > > > Stop in /usr/ports/textproc/aspell. > > *** Error code 1 > > > > Stop in /usr/ports/textproc/aspell. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade14913.0 make > > ** Fix the problem and try again. > > ** Listing the failed packages (*:skipped / !:failed) > > ! textproc/aspell (aspell-0.60.2) (checksum mismatch) > > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > > > I saw http://www.freebsd.org/cgi/ports.cgi?query=3Daspell&stype=3Dall > > aspell version is suppose to be aspell-0.60.2_1 > > > > What am I doign wrong? What am I suppose to do? > > >=20 > When I get messages like you are, I go into the distfile directory and > delete the file it is having problems with. Most of the time, the > problem goes away. >=20 > Kent >=20 > -- > Kent Stewart > Richland, WA >=20 > http://users.owt.com/kstewart/index.html >