Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 16:43:58 -0700
From:      "Chuck T." <freebsdfan@hotmail.com>
To:        freebsd-small@freebsd.org
Subject:   dhcpd in a crunch?
Message-ID:  <Law9-F57PSxIqMdoFY50000aa09@hotmail.com>

next in thread | raw e-mail | index | archive | help
Has anyone had any success in getting dhcpd to build as part of a crunch 
since 4.6R ?  I had no problems in 4.4 and 4.5, but haven't been able to get 
it to build since it was updated prior ro the 4.6 release.  The basic 
problem is the build isn't finding minires/minires.h.  When it build it 
"normally" it builds fine.  I tried to figure out the make file but didn't 
have much luck.

The errors look:
--- snip ---
===> client
minires/ns_parse%FIXED.c:32: minires/minires.h: No such file or directory
minires/ns_parse%FIXED.c:64: syntax error before `ns_skiprr'
minires/ns_parse%FIXED.c: In function `ns_skiprr':
minires/ns_parse%FIXED.c:73: `ISC_R_INCOMPLETE' undeclared (first use in 
this function)
minires/ns_parse%FIXED.c:73: (Each undeclared identifier is reported only 
once
minires/ns_parse%FIXED.c:73: for each function it appears in.)
minires/ns_parse%FIXED.c:88: `ISC_R_SUCCESS' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c: At top level:
minires/ns_parse%FIXED.c:92: syntax error before `__ns_initparse'
minires/ns_parse%FIXED.c:92: conflicting types for `__ns_initparse'
/usr/include/arpa/nameser.h:422: previous declaration of `__ns_initparse'
minires/ns_parse%FIXED.c: In function `__ns_initparse':
minires/ns_parse%FIXED.c:100: `ISC_R_INCOMPLETE' undeclared (first use in 
this function)
minires/ns_parse%FIXED.c:118: syntax error before `status'
minires/ns_parse%FIXED.c:122: `status' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c:122: `ISC_R_SUCCESS' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c: At top level:
minires/ns_parse%FIXED.c:134: syntax error before `__ns_parserr'
minires/ns_parse%FIXED.c: In function `__ns_parserr':
minires/ns_parse%FIXED.c:136: syntax error before `status'
minires/ns_parse%FIXED.c:140: `ISC_R_NOTIMPLEMENTED' undeclared (first use 
in this function)
minires/ns_parse%FIXED.c:148: `ISC_R_UNKNOWNATTRIBUTE' undeclared (first use 
in this function)
minires/ns_parse%FIXED.c:152: `status' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c:155: `ISC_R_SUCCESS' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c:165: `ISC_R_FORMERR' undeclared (first use in this 
function)
minires/ns_parse%FIXED.c:168: `ISC_R_INCOMPLETE' undeclared (first use in 
this function)
*** Error code 1

Stop in /usr/src/sbin/dhclient.
*** Error code 1
--- snip ---

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Law9-F57PSxIqMdoFY50000aa09>