From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 28 04:20:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1684316A4CE for ; Tue, 28 Dec 2004 04:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F5E43D48 for ; Tue, 28 Dec 2004 04:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4KK0P064880 for ; Tue, 28 Dec 2004 04:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBS4KK3E064879; Tue, 28 Dec 2004 04:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 28 Dec 2004 04:20:20 GMT Resent-Message-Id: <200412280420.iBS4KK3E064879@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, oHmEr Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1902516A4CE for ; Tue, 28 Dec 2004 04:16:53 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0432443D2D for ; Tue, 28 Dec 2004 04:16:53 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id iBS4GqUE086247 for ; Tue, 28 Dec 2004 04:16:52 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iBS4GqsQ086246; Tue, 28 Dec 2004 04:16:52 GMT (envelope-from nobody) Message-Id: <200412280416.iBS4GqsQ086246@www.freebsd.org> Date: Tue, 28 Dec 2004 04:16:52 GMT From: oHmEr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/75564: ports dns/djbdns WITH_IPV6 compilation problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 04:20:21 -0000 >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: