ports/75564: ports dns/djbdns WITH_IPV6 compilation problem
oHmEr
ohmer at epita.info
Tue Dec 28 04:20:21 UTC 2004
>Number: 75564
>Category: ports
>Synopsis: ports dns/djbdns WITH_IPV6 compilation problem
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 28 04:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: oHmEr
>Release: 5.3-STABLE
>Organization:
>Environment:
FreeBSD marge.cload.net 5.3-STABLE FreeBSD 5.3-STABLE #1: Fri Dec 24 14:26:38 UTC 2004 root at marge.cload.net:/usr/obj/usr/src/sys/MARGE i386
>Description:
when compiling djbdns with ipv6 support :
( ( ./compile trylsock.c && ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 && echo -lsocket -lnsl || exit 0 ) > socket.lib
./compile socket_accept.c
./compile socket_accept6.c
rm -f trylsock.o trylsock
./compile socket_bind.c
In file included from socket_accept.c:6:
socket.h:5:20: uint32.h: No such file or directory
..
and other bringing to fatal error.
>How-To-Repeat:
cd /usr/ports/dns/djbdns ; make WITH_IPV6=yes
>Fix:
looks like it comes from non existent headers which are copied from one or another if it pass compilation test. its invoked like this :
./choose c tryip6 haveip6.h1 haveip6.h2 > haveip6.h
for a unknown reason to me, it isnt done when using WITH_IPV6 option.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list