installworld fails

Konstantin Belousov kostikbel at gmail.com
Tue Jan 20 16:28:54 UTC 2015


On Tue, Jan 20, 2015 at 05:01:39PM +0100, Johan Hendriks wrote:
> Thanks, Your solution did work, thank you very much.
> 
> 
> I do the same routine as always.
> The buildworld and build kernel went fine.
> 
> cd /usr/src/
> make cleanworld
> make buildworld
> make kernel
> mergemaster -p
> make installworld
> mergemaster -iU
I doubt it, really.  Installation procedure installs libc before libthr.
Your libc was built from sources before r277317, while libthr was at
r277317 or after.

Also, as I said, the mere complain about libthr during installworld is
a red mark, since no install-time tools are multithreaded, AFAIK.


More information about the freebsd-stable mailing list