Date: Mon, 29 Oct 2007 07:28:23 +0300 From: Andrey Chernov <ache@nagual.pp.ru> To: c0stra <costra@centrum.cz> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld Message-ID: <20071029042823.GA210@nagual.pp.ru> In-Reply-To: <13458892.post@talk.nabble.com> References: <200710241652.l9OGqIGk013274@himinbjorg.tucs-beachin-obx-house.com> <20071024181909.248660@gmx.net> <20071024185927.GA83731@nagual.pp.ru> <200710241935.l9OJZLOC016429@himinbjorg.tucs-beachin-obx-house.com> <20071024202021.GA85884@nagual.pp.ru> <1193258036.41270.32.camel@opus.cse.buffalo.edu> <200710242042.l9OKgJPm017907@himinbjorg.tucs-beachin-obx-house.com> <13458892.post@talk.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 28, 2007 at 03:44:56PM -0700, c0stra wrote: > > For me this trick helped (explicit installation of libc before other world): > > cd /usr/src/lib/libc > make > make install > > affter this make buildworld + make installworld went through (and any other > messages with missing '__mb_sb_limit' disapeared). > But to be honest, I run into this problem a bit differently. I had problems > already on 7-CURRENT with buildworld with mesages "'opt_w' redefined", so i > did make -k buildworld and make -k installworld, so the world may wasn't > complete. This step needed when manually rebuild sourses by just 'make' but unneded for 'make world' or 'make buildworld' + 'make installworld' because libc is rebuilded and installed first. -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071029042823.GA210>