Date: Tue, 17 Jul 2007 15:17:13 +0200 From: Frank Wissmann <frank.wissmann41@web.de> To: freebsd-questions@freebsd.org Subject: Errors at make installworld Message-ID: <469CC159.4060101@web.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?469CC159.4060101>