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:36:00
leam wrote:
> 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

And in ~pkgsrc/pkgtools/digest/files doing:
	cp -Rp * /usr/obj/pkgtools/digest/work/digest-20021220

let it find the files and make install.

Woot! pkg_info -a shows it!

leam