Subject: Re: Makefile error in math/galculator
To: Marcelo Avalos <marcelo.netbsd@gmail.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 08/02/2005 16:19:38
On Sun, Jul 31, 2005 at 07:53:51PM -0700, Marcelo Avalos wrote:
> I try to install math/galculator from pkgsrc, but appear the next:
> 
> ===>Checking for vulnerabilities in galculator-1.2.5
> =>Checksum SHA1 mismatch for galculator-1.2.5.tar.gz.
> =>Checksum RMD160 mismatch for galculator-1.2.5.tar.gz
> Make sure the Makefile and checksum file
> (/usr/pkgsrc/math/galculator/distinfo) are up to date.  If you want to
> override this check, type "/usr/bin/make NO_CHECKSUM=yes [other
> args]".
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/pkgsrc/math/galculator
> 
> I update the pkgsrc tree, but not changes
> 

I just downloaded the distfile from easynews.sf.net,
and the checksum matches. Remove your local distfile,
perhaps it's incomplete:
	make dist-clean
and then try building it again.
 Thomas