From owner-freebsd-questions Mon Oct 11 12:10:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp5.jps.net (smtp5.jps.net [209.63.224.55]) by hub.freebsd.org (Postfix) with ESMTP id 4FA5A153CB for ; Mon, 11 Oct 1999 12:10:16 -0700 (PDT) (envelope-from bkyoung@jps.net) Received: from jps.net (209-239-195-194.oak.jps.net [209.239.195.194]) by smtp5.jps.net (8.9.3/8.9.0) with ESMTP id MAA14397 for ; Mon, 11 Oct 1999 12:10:14 -0700 (PDT) Message-ID: <3802360A.F9522F4D@jps.net> Date: Mon, 11 Oct 1999 12:10:02 -0700 From: Byron Young X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Applying bind8 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, After downloading (as root) ftp.freebsd.org/pub/FreeBSD/distfiles/bind-doc.tar.gz ftp.freebsd.org/pub/FreeBSD/distfiles/bind-src.tar.gz into /usr/ports/distfiles then "tarballing" the bind8 port via ftp from ftp.freebsd.org/pub/FreeBSD/ports/net using ftp> get bind8.tar then extracting the skeleton files from the bind8.tar file into /usr/ports/net using cd /usr/ports/net tar xvf /usr/ports/net/bind8.tar then commenting the following lines in rc.conf # named_program="/usr/sbin/named" # named_enable="YES" # named_flags="-c /etc/namedb/named.conf -u bind -g bind" then rebooting with shutdown -r now then making the port by cd /usr/ports/net/bind8 make clean make I get the following result: ===> Extracting for bind-8.2.1 >> Checksum OK for bind-src.tar.gz >> Checksum OK for bind-doc.tar.gz ===> Patching for bind-8.2.1 ===> Applying FreeBSD patches for bind-8.2.1 *** Error code 1 Stop. Then, more info is written to console Hmm... Looks like a unified diff to me... the text leading up to this was: ---------------------------- |--- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 |+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 ---------------------------- Patching file src/port/freebsd/Makefile.set using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 18. done Hmm... Looks like a unified diff to me... the text leading up to this was: ---------------------------- |--- doc/man/Makefile.org Fri Mar 14 04:43:51 1997 |+++ doc/man/Makefile Mon Jan 5 14|03:46 1998 ----------------------------- Patching file doc/man/Makefile using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 105. done Hmm... Looks like a unified diff to me... the text leading up to this was: ---------------------------- |--- src/lib/irs/getpwent.c.orig Wed May 20 21:18:51 1998 |+++ src/lib/irs/getpwent.c Wed 20 21:21:21 1998 ----------------------------- Patching file src/lib/irs/getpwent.c using Plan A... Hunk #1 failed at 102. 1 out of 1 hunks failed--saving rejects to src/lib/irs/getpwent.c.rej done After inspecting PLIST, the libs libbind.a and libbind_r.a appear to be necessary. The install target system is 3.3 RELEASE and appears to have neither of these in /usr/lib or in /usr/src/lib. Only libbind is in /usr/src/lib. Question: Are these messages a result of the missing libs? If yes, what is the best source of these libs? What is the best install procedure for them onto the target system? If these messages are not caused by the libs, then what is the correct course of action to properly install the bind8 port into a system? Many thanks, Byron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message