Subject: Re: another word on 'digest'
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 03/09/2001 07:57:26
On Fri, 9 Mar 2001 itojun@iijlab.net wrote:
> >> 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.
The :D is incorrect. On NetBSD-1.4.3, without any malloc.conf, it just
gives a warning. "make" clearly doesn't know what it means.
Frederick