GnuCash-1.4.6 fails to compile on FreeBSD 4.1-RELEASE

Matthew Condell mcondell@bbn.com
21 Sep 2000 18:03:13 -0000


> I made this change in the Makefile:
> 
> PORTVERSION=    1.4.6
> #PORTVERSION=   1.4.4
> 
> And got this:
> 
> 
> % make
> >> gnucash-1.4.6.tar.gz is not in
> /usr/ports/deskutils/gnucash/files/md5.
> >> Either /usr/ports/deskutils/gnucash/files/md5 is out of date, or
> >> gnucash-1.4.6.tar.gz is spelled incorrectly.
> *** Error code 1

Try:
% make makesum
That will create a new checksum file for 1.4.6 which I think
should get you around that problem.

Matt