Date: Tue, 25 Jun 2013 10:38:59 +0200 From: Michael Tuexen <tuexen@freebsd.org> To: freebsd-current@freebsd.org Subject: Problem with installworld Message-ID: <E52E1E72-53FA-4ABE-AEB4-85EC964160FD@freebsd.org>
next in thread | raw e-mail | index | archive | help
Dear all, when doing a make installworld the following happens: -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/home/tuexen/head; make -f Makefile.inc1 install =3D=3D=3D> share/info (install) =3D=3D=3D> lib (install) =3D=3D=3D> lib/csu/amd64 (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o gcrt1.o = /usr/lib =3D=3D=3D> lib/libc (install) install -C -o root -g wheel -m 444 libc.a /usr/lib install -C -o root -g wheel -m 444 libc_p.a /usr/lib install -s -o root -g wheel -m 444 -fschg -S libc.so.7 /lib install: exec(strip): No such file or directory install: wait: No such file or directory *** Error code 70 Stop. make: stopped in /usr/home/tuexen/head/lib/libc *** Error code 1 Stop. make: stopped in /usr/home/tuexen/head/lib *** Error code 1 Stop. make: stopped in /usr/home/tuexen/head *** Error code 1 Stop. make: stopped in /usr/home/tuexen/head #=20 Any idea how to progress? This is using svn head of yesterday. Thanks for you help. Best regards Michael=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E52E1E72-53FA-4ABE-AEB4-85EC964160FD>