Date: Sun, 28 Oct 2007 15:44:56 -0700 (PDT) From: c0stra <costra@centrum.cz> To: freebsd-current@freebsd.org Subject: Re: Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld Message-ID: <13458892.post@talk.nabble.com> In-Reply-To: <200710242042.l9OKgJPm017907@himinbjorg.tucs-beachin-obx-house.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>
next in thread | previous in thread | raw e-mail | index | archive | help
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. Anyway you can give it a try, and maybe it helps. Tuc at T-B-O-H.NET wrote: > >> On Thu, 2007-10-25 at 00:20 +0400, Andrey Chernov wrote: >> > Perhaps something is wrong in ISO making. >> >> Oops. Yes there is. New ones on the way. >> >> Sigh. >> > Will it be considered BETA2? Or BETA1 revised? > > Is it possible to find out how the issue happened? > > Thanks, Tuc > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > -- View this message in context: http://www.nabble.com/Undefined-symbol-%22__mb_sb_limit%22-during-7.0-BETA1-installworld-tf4685571.html#a13458892 Sent from the freebsd-current mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13458892.post>