Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Apr 2000 16:47:18 +0900
From:      haro@tk.kubota.co.jp (Munehiro Matsuda)
To:        freebsd-current@freebsd.org
Subject:   installworld fail with rtquery
Message-ID:  <20000405164718V.haro@tk.kubota.co.jp>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000405164718V.haro>