Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 17:38:34 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        Shin-ichi Yoshimoto <yosimoto@waishi.jp>
Cc:        current@FreeBSD.org
Subject:   Re: HEADS UP: dynamic root support now in the tree
Message-ID:  <20030819133834.GD9150@freebsd.org.ru>
In-Reply-To: <20030818090513616185.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> <20030818090513616185.GyazMail.yosimoto@waishi.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 18, 2003 at 09:05:13AM +0900, Shin-ichi Yoshimoto wrote:
> 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 ?

Yes, I have the same problem.

Solution:

# mkdir /libexec && cp obj/usr/src/libexec/rtld-elf/ld-elf.so.1 /libexec
then make installworld

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \



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