Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 04:16:52 GMT
From:      oHmEr <ohmer@epita.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/75564: ports dns/djbdns WITH_IPV6 compilation problem
Message-ID:  <200412280416.iBS4GqsQ086246@www.freebsd.org>
Resent-Message-ID: <200412280420.iBS4KK3E064879@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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