Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld

Andrey Chernov ache at nagual.pp.ru
Mon Oct 29 08:45:58 PDT 2007


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/


More information about the freebsd-current mailing list