From owner-freebsd-current Wed Apr 5 0:51: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id CEE9D37BE57 for ; Wed, 5 Apr 2000 00:50:56 -0700 (PDT) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id QAA21431; Wed, 5 Apr 2000 16:50:54 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma021144; Wed, 5 Apr 00 16:50:19 +0900 Received: from jkpc15.tk.kubota.co.jp ([192.168.7.250]) by kbtmx.eto.kubota.co.jp (8.9.3+3.2W/3.7W) with ESMTP id QAA09312 for ; Wed, 5 Apr 2000 16:50:18 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.9.3/3.7W-02/21/99) with ESMTP id QAA53926 for ; Wed, 5 Apr 2000 16:47:18 +0900 (JST) To: freebsd-current@freebsd.org Subject: installworld fail with rtquery X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000405164718V.haro@tk.kubota.co.jp> Date: Wed, 05 Apr 2000 16:47:18 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 990905(IM130) Lines: 34 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, When I do installworld, it fails in src/sbin/routed/rtquery: install -c -s -o root -g wheel -m 555 rtquery usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 If I fix src/sbin/routed/Makefile.inc like following, error seems to go away. --- src/sbin/routed/Makefile.inc.ctm Sun Jan 10 19:43:43 1999 +++ src/sbin/routed/Makefile.inc Wed Apr 5 16:46:21 2000 @@ -1 +1,4 @@ -.include "../../Makefile.inc" +# $FreeBSD$ + +.include "${.CURDIR}/../../Makefile.inc" + Is it only me, or am I doing something wrong? Thank you, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Development, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message