Subject: Re: Help! AN error happend while 'make' in pkgsrc.
To: rafa <rafa.huang@gmail.com>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-users
Date: 06/11/2007 16:00:04
[from pkgsrc-bulk]

rafa wrote:
> Rookie for NETBSD. After getting the archive of pkgsrc from the official site
> of NETBSD, I started to build own packages through pkgsrc. But one problem
> almost happened after typing 'make' always, as the follows:
> "
> ......
> ......
> Checking for vulnerabilities in nas-1.8nb3
> checksum: Checksum SHA1 mismatch for nas-1.8.src.tar.gz
> ERROR: Make sure the Makefile and checksum file
> (/usr/pkgsrc/audio/nas/distinfo)
> ERROR: are up to date. If you want to override this check, type
> ERROR: "/usr/bin/make NO_CHECKSUM=yes [other args]".
> "
> 
> Type 'make NO_CHECKSUM=yes' then got the message said that the packages
> needed cannot be fetched.

* Are you behind a firewall?

* Please try "make clean distclean" and try again.

Roland