From owner-freebsd-stable Sun Nov 3 1:46:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBC837B401 for ; Sun, 3 Nov 2002 01:46:15 -0800 (PST) Received: from laime.cs.uchicago.edu (laime.cs.uchicago.edu [128.135.11.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5403043E88 for ; Sun, 3 Nov 2002 01:46:14 -0800 (PST) (envelope-from joygila@cs.uchicago.edu) Received: from abyss.cs.uchicago.edu (abyss.cs.uchicago.edu [128.135.11.27]) by laime.cs.uchicago.edu (8.10.2/8.9.3) with ESMTP id gA39k7a18573 for ; Sun, 3 Nov 2002 03:46:07 -0600 (CST) Received: by abyss.cs.uchicago.edu (Postfix, from userid 12311) id 82C765B084; Sun, 3 Nov 2002 03:46:06 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by abyss.cs.uchicago.edu (Postfix) with ESMTP id 79A0B5AA32 for ; Sun, 3 Nov 2002 03:46:06 -0600 (CST) Date: Sun, 3 Nov 2002 03:46:06 -0600 (CST) From: Joy Gila To: freebsd-stable@FreeBSD.ORG Subject: bind 8.3.3/ FreeBSD 4.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, ran into an issue compiling bind 8.3.3 on FreeBSD 4.6. Something about a missing probe_ipv6. Wonder if someone has been down this path... The Short of it (excuse my lengthy prompt) --> NS2:/home/jgila/BIND/src/port/freebsd# make clean /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys rm -f *~ *.BAK *.CKP *.orig time.h stat.h rm -f *~ *.BAK *.CKP *.orig rm -f port_ipv6.h new_port_ipv6.h rm -f .depend a.out core tags rm -f *.o *.BAK *.CKP *~ NS2:/home/jgila/BIND/src/port/freebsd# make depend /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys probe_ipv6 probe_ipv6:No such file or directory *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd/include. *** Error code 1 and some command outputs--> NS2:~# uname -a FreeBSD NS2 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 NS2:/home/jgila/BIND/src# cat Version 8.3.3-REL NS2:/home/jgila/BIND/src/port/freebsd# diff Makefile.set.orig Makefile.set 0a1 > 'LDFLAGS=-static' 5c6 < 'DESTEXEC=/usr/libexec' --- > 'DESTEXEC=/var/named' 9c10 < 'DESTRUN=/var/run' --- > 'DESTRUN=/var/named' NS2:/home/jgila/BIND/src/port/freebsd# make clean /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys rm -f *~ *.BAK *.CKP *.orig time.h stat.h rm -f *~ *.BAK *.CKP *.orig rm -f port_ipv6.h new_port_ipv6.h rm -f .depend a.out core tags rm -f *.o *.BAK *.CKP *~ NS2:/home/jgila/BIND/src/port/freebsd# make depend /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys probe_ipv6 probe_ipv6:No such file or directory *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd/include. *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd. NS2:/home/jgila/BIND/src/port/freebsd# make install /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys for x in bitypes.h cdefs.h; do if [ -f $x ]; then install -c -m 444 $x /sys/$x; fi; done for x in "" ; do if [ -n "$x" ]; then install -c -m 444 $x /$x; fi; done NS2:/home/jgila/BIND/src/port/freebsd# make clean /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys rm -f *~ *.BAK *.CKP *.orig time.h stat.h rm -f *~ *.BAK *.CKP *.orig rm -f port_ipv6.h new_port_ipv6.h rm -f .depend a.out core tags rm -f *.o *.BAK *.CKP *~ NS2:/home/jgila/BIND/src/port/freebsd# make depend /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys probe_ipv6 probe_ipv6:No such file or directory *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd/include. *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd. NS2:/home/jgila/BIND/src/port/freebsd# make all /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys probe_ipv6 probe_ipv6:No such file or directory *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd/include. *** Error code 1 Stop in /home/jgila/BIND/src/port/freebsd. NS2:/home/jgila/BIND/src/port/freebsd# rm .settings rm: .settings: No such file or directory NS2:/home/jgila/BIND/src/port/freebsd# make install /home/jgila/BIND/src/port/freebsd/include /home/jgila/BIND/src/port/freebsd/include/sys for x in bitypes.h cdefs.h; do if [ -f $x ]; then install -c -m 444 $x /sys/$x; fi; done for x in "" ; do if [ -n "$x" ]; then install -c -m 444 $x /$x; fi; done NS2:/home/jgila/BIND/src/port/freebsd# locate probe_ipv6 /home/jgila/BIND/src/port/darwin/bin/probe_ipv6 /home/jgila/BIND/src/port/decunix/bin/probe_ipv6 /home/jgila/BIND/src/port/freebsd/bin/probe_ipv6 /home/jgila/BIND/src/port/freebsd/include/probe_ipv6 /home/jgila/BIND/src/port/freebsd/include/sys/probe_ipv6 /home/jgila/BIND/src/port/hpux/bin/probe_ipv6 /home/jgila/BIND/src/port/irix/bin/probe_ipv6 /home/jgila/BIND/src/port/linux/bin/probe_ipv6 /home/jgila/BIND/src/port/lynxos/bin/probe_ipv6 /home/jgila/BIND/src/port/mpe/bin/probe_ipv6 /home/jgila/BIND/src/port/netbsd/bin/probe_ipv6 /home/jgila/BIND/src/port/openbsd/bin/probe_ipv6 /home/jgila/BIND/src/port/qnx/bin/probe_ipv6 /home/jgila/BIND/src/port/rhapsody/bin/probe_ipv6 /home/jgila/BIND/src/port/sco50/bin/probe_ipv6 /home/jgila/BIND/src/port/solaris/bin/probe_ipv6 anyone have an idea on this? Many Thanks, Joy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message