From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 23:39:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D96A16A4CF for ; Mon, 1 Dec 2003 23:39:07 -0800 (PST) Received: from likya.bimel.com.tr (likya.bimel.com.tr [212.175.96.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D7B43FBD for ; Mon, 1 Dec 2003 23:39:00 -0800 (PST) (envelope-from ustuntas@bimel.com.tr) Received: (from root@localhost) by likya.bimel.com.tr (8.12.9p2/8.12.9) id hB27cYqe080083 for freebsd-questions@freebsd.org; Tue, 2 Dec 2003 09:38:34 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Received: from bimel.com.tr (zeugma.bimel.com.tr [212.175.96.11]) hB27cWBg080054 for ; Tue, 2 Dec 2003 09:38:32 +0200 (EET) (envelope-from ustuntas@bimel.com.tr) Message-ID: <3FCC416B.7000303@bimel.com.tr> Date: Tue, 02 Dec 2003 09:38:19 +0200 From: Murat Ustuntas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en, tr MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 Subject: bind compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:39:07 -0000 Hello all, After receiving the FreeBSD-SA-03:19.bind message, i try to patch and compile the bind. My patch is for 4.9 and --STABLE one. In the /usr/src/usr.sbin/named , i have put the command make obj && make depend && make && make istall and take the error: (u=${USER-root} d=`pwd` h=`hostname` t=`LC_ALL=C date`; sed -e "s|%WHEN%|${t}|" -e "s|%VERSION%|"8.3.7-REL"|" -e "s|%WHOANDWHERE%|${u}@${h}:${d}|" < /usr/src/usr.sbin/named/../../contrib/bind/bin/named/version.c > tmp_version.c) sed: 1: "s|%WHOANDWHERE%|who | h ...": bad flag in substitute command: 'h' *** Error code 1 My system is 4.9-RC FreeBSD. How can I correct the problem.? Regards, Murat Ustuntas