Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2007 22:59:27 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        stickybit@gmx.net
Cc:        freebsd-current@FreeBSD.ORG, "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>, rafan@FreeBSD.ORG, Michal Varga <varga.michal@gmail.com>
Subject:   Re: Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld
Message-ID:  <20071024185927.GA83731@nagual.pp.ru>
In-Reply-To: <20071024181909.248660@gmx.net>
References:  <20071024181909.248660@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 24, 2007 at 08:19:09PM +0200, stickybit@gmx.net wrote:
> Hi all,
> 
> just a 'me too' here.
> 
> Had exactly the same problem last night with RELENG_7 amd64 GENERIC build.
> (BETA1-ISO amd64 freshly installed before / no upgrade from pre RELENG_7 system)
> (No flags / modifications in make.conf.)
> 
> 'make buildworld' ran without errors.
> 
> 'make installworld' fails with
> 
> '/libexec/ld-elf.so.1: Undefined symbol "__mb_sb_limit" referenced from COPY relocation in /bin/sh'

'make installworld' should install updated libc (which have __mb_sb_limit) 
first.
Moreover, 'make installworld' should use its own-compiled tools and libs 
sets, not /bin/sh

The problem not happens for -current so I wonder why it happens for RELENG_7.

-- 
http://ache.pp.ru/



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