Subject: Re: another word on 'digest'
To: Masao Uebayashi <uebayasi@soum.co.jp>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 03/09/2001 21:21:54
>	I'm using very very latest pkgsrc tree, as I am supposed to.

	I guess I now see the reason.  make(1) blows up with "make pre-install"
	in pkgsrc/pkgtools/digest, if malloc.conf is set to AJ.  this means
	that there's insufficient varaible initialization in make(1),

	${MANZ:D.gz} is expanded into junk string.

itojun