Subject: Re: 1.6 & mysql-server?
To: Adam Bozanich <abozan01@ccsf.edu>
From: john heasley <heas@shrubbery.net>
List: port-sparc64
Date: 07/28/2003 18:53:41
Mon, Jul 28, 2003 at 06:43:40PM -0700, Adam Bozanich:
> 
> I would really like to get a mysql server running on netbsd-1.6
> port-sparc64.  It is looking to me like the pkgsrc tree is not supporting
> it?
> 
> root@ultra# cd /usr/pkgsrc/databases/mysql-server && make install
> ===> mysql-server-3.23.49nb3 is not available for NetBSD-1.6-sparc64
> 
> root@ultra# cd /usr/pkgsrc/databases/mysql-client/ && make install
> ===> Checking for vulnerabilities in mysql-client-3.23.49nb3
> => Checksum mismatch for mysql-3.23.49.tar.gz.
> Make sure the Makefile and checksum file
> (/usr/pkgsrc/databases/mysql-client/distinfo)
> are up to date.  If you want to override this check, type
> "make NO_CHECKSUM=yes [other args]".
> *** Error code 1
> 
> Stop.
> make: stopped in /usr/pkgsrc/databases/mysql-client

this means that the SHA1 digest of the mysql-3.23.49.tar.gz that you
downloaded did not match what it was when it was entered into the
distinfo file.

I just downloaded it and it matches for me
SHA1 (mysql-3.23.49.tar.gz) = 0256331c7aa9388955148f80cdca382f467ad1be
try re-downloading it.

> I just did a 'cvs update pkgsrc' too :(
> 
> Does anybody know a fix for this?  If not, maybe you could recommend
> another good database server?

i prefer postgres.