Hi all!
After a successful "make buildworld", "make buildkernel" and "make installkernel" I tried to "make installworld", but it fails with the following error:

>>> Installing everything
--------------------------------------------------------------
cd /usr/src; /usr/obj/usr/src/make.i386/make -f Makefile.inc1 install
===> share/info (install)
===> lib (install)
===> lib/csu/i386-elf (install)
install -C -o root -g wheel  -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib
===> lib/libc (install)
install -C -C -o root -g wheel -m 444   libc.a /usr/lib
*** Error code 71

Stop in /usr/src/lib/libc.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

So my question is: What is error 71? "man errno" hasn't it. And what can I do now? The kernel just works, but not the world. Strange is too that "uname -a" gives me a "7.0 Current" although I csup'ped to RELENG_6, and with that I made the world. May this be the reason? I'm thankful for any hints.

Frank
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to