|
I am a 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 happened after typing 'make', 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 fetch.
I used to update the dictionary of pkgsrc, through 'cvs update -dP', to solve the problem but that still happen.
Please! |
|