Subject: Re: digest build failure
To: tech-pkg <tech-pkg@netbsd.org>
From: leam <leam@reuel.net>
List: tech-pkg
Date: 07/12/2003 08:16:29
leam wrote:
> sparc64 trying to build gcc3. Actually I've also gotten failures to make 
> in the digest directory, saying can't cd to a directory right after 
> saying "No news is good news".
> 
> config.status: creating config.h
> ===> build-message [digest-20021220] ===> Building for digest-20021220
> cc -O -ffixed-g4 -I/usr/pkg/include -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -o 
> bits bits.o
> bits.o: In function `main':
> /usr/pkgsrc/pkgtools/digest/files/bits.c:111: undefined reference to 
> `rpl_malloc'
> *** Error code 1
> 
> I just got pkgsrc a few hours ago.
> 
> ciao!
> 
> leam

Wow, I have *such* an active life! Friday night and Saturday morning 
spent ignoring great weather to piddle with .c files.

Anyway, the "rpl_malloc" issue seems to have been a reference in config.h:
	#define malloc rpl_malloc

Commenting that out let me make digest. Just wondering if I broke 
something else?

ciao!

leam