From owner-freebsd-current@FreeBSD.ORG Sun Aug 17 17:05:19 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A5B37B401 for ; Sun, 17 Aug 2003 17:05:19 -0700 (PDT) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F8E43F3F for ; Sun, 17 Aug 2003 17:05:17 -0700 (PDT) (envelope-from yosimoto@waishi.jp) Received: from 192.168.0.2 (kekbrfwlr1.kek.jp [130.87.83.73]) by ns.waishi.jp (Postfix) with ESMTP id 4B7A522F2A; Mon, 18 Aug 2003 09:05:16 +0900 (JST) Date: Mon, 18 Aug 2003 09:05:13 +0900 To: Shin-ichi Yoshimoto Message-ID: <20030818090513616185.GyazMail.yosimoto@waishi.jp> In-Reply-To: <20030818042853095552.GyazMail.yosimoto@waishi.jp> References: <20030817085438.GQ4672@roark.gnf.org> <20030817204742924602.GyazMail.yosimoto@waishi.jp> <20030817185136.GT4672@roark.gnf.org> <20030817190534.GU4672@roark.gnf.org> <20030818042853095552.GyazMail.yosimoto@waishi.jp> Mime-Version: 1.0 (GMessage framework 1.1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Shin-ichi Yoshimoto Organization: WAISHI.JP X-Mailer: GyazMail version 1.1.0 cc: current@FreeBSD.org Subject: Re: HEADS UP: dynamic root support now in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 00:05:19 -0000 Subject: Re: HEADS UP: dynamic root support now in the tree, On Mon, 18 Aug 2003 04:28:53 +0900, Shin-ichi Yoshimoto wrote: > Thanks Gordon. I can save a space :-) I found another problem in src/Makefile.inc [snip] .if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \ (!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/") @echo "Checking to see if your booted kernel is fresh enough.." ${.OBJDIR}/bin/sh/sh -c \ 'echo "Testing installed kernel for new sigaction(2) syscall"' @echo "Seems ok.." .endif [snip] ${.OBJDIR}/bin/sh/sh is dynamically-linked if WITH_DYNAMICROOT is defined. But sh cannot find /libexec/ld-elf.so.1 before instaling /libexec/ld-elf.so.1. Is this right ? -- Shin-ichi YOSHIMOTO http://diary.waishi.jp/~yosimoto/diary/