From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 16:08:27 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 85D0016A41C for ; Tue, 7 Jun 2005 16:08:27 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E866B43D4C for ; Tue, 7 Jun 2005 16:08:26 +0000 (GMT) (envelope-from lei.sun@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so312454wri for ; Tue, 07 Jun 2005 09:08:26 -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=cWoSe8I4LgswUb2jSVRRsjsyUEaGUlX2EhNJ4khE6wsmVOvmRO1c3z3h1rIePv95mx4VFa7OKZNtHKDzP2RjiQJ9QljLCfmkV2mT7h3M7+xyRM0j5o6uMAqHLhPdIbUVTPlsbYQr4RoPwkm3XIiQsVTA/bNFrilte4jgdSY0JVU= Received: by 10.54.154.12 with SMTP id b12mr4116546wre; Tue, 07 Jun 2005 09:08:06 -0700 (PDT) Received: by 10.54.6.72 with HTTP; Tue, 7 Jun 2005 09:08:06 -0700 (PDT) Message-ID: Date: Tue, 7 Jun 2005 09:08:06 -0700 From: Lei Sun To: Kent Stewart In-Reply-To: <200506061332.37069.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> <200506061332.37069.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: Tue, 07 Jun 2005 16:08:27 -0000 Cool! It worked! I found why. I did "Ctrl-C" when I first started the portupgade, and it only got a part of the whole aspell distfile. so when it was trying to check it again, it doesn't have the right size, right time, and right checksum. Thanks a lot! Lei On 6/6/05, Kent Stewart wrote: > On Monday 06 June 2005 01:04 pm, Lei Sun wrote: > > Which file should I delete? > > > > It is getting errors like "checksum mismatch". > > > > --------------------------------------------------------------------- > >----------------------------------- > > > > I did a "make clean" > > >=20 > You need to > cd /usr/ports/distfiles > ls aspell* > and rm aspell-0.60.2.tar.gz or which ever one is giving you the > checksum error. >=20 > Kent >=20 > > > > 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=3Da= ll > > > > aspell version is suppose to be aspell-0.60.2_1 > > > > > > > > What am I doign wrong? What am I suppose to do? > > > > > > 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. > > > > > > Kent > > > > > > -- > > > Kent Stewart > > > Richland, WA > > > > > > http://users.owt.com/kstewart/index.html >=20 > -- > Kent Stewart > Richland, WA >=20 > http://users.owt.com/kstewart/index.html >