Subject: Re: make build failure in bind
To: Dann Lunsford <dann@greycat.com>
From: Len Burns <lburns@sasquatch.com>
List: current-users
Date: 12/08/1999 10:17:33
On Mon, 6 Dec 1999, Dann Lunsford wrote:

> arch is vax.  Sources last sup'd 3 days ago.  Problem has persisted
> over several sups, as well as everything I can think of in the 
> line of rebuilding tools.  I've remade egcs, make, and sh.  The entire
> last section of the build is below, just in case anyone sees what's
> wrong.
> 
>     In a nutshell, the bind build is failing because some MD5_* routines
> are not getting linked in.  Note the "_"; these are not the libc routines.
> Inspection of source indicates a CRYPTFLAGS variable should be set to -DHMAC
> to enable them, but putting this in /etc/mk.conf doesn't help.  I am
> obviously missing something, but I can't see what.  I'd really appreciate
> any help; this take about two days to build on my VAXstation, and
> having it blow this close to finishing is driving me nuts!
Building current from supped sources over the last few days on I386, I
am getting beyond that one but seeing the following:
send.o: In function `SendRequest':
send.o(.text+0x2c): undefined reference to `res'
There are more undefined references to 'res' I see what should be
happening, but for reasons unclear to me something is not being
included.

-Len