Date: Wed, 26 Jun 2013 08:46:00 +0200 From: Michael Tuexen <tuexen@freebsd.org> To: Jeremie Le Hen <jlh@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: Problem with installworld Message-ID: <42771FCE-21D9-4030-B602-C76486A6E37F@freebsd.org> In-Reply-To: <20130625223509.GB4484@caravan.chchile.org> References: <E52E1E72-53FA-4ABE-AEB4-85EC964160FD@freebsd.org> <20130625223509.GB4484@caravan.chchile.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 26, 2013, at 12:35 AM, Jeremie Le Hen <jlh@FreeBSD.org> wrote: > Hi Michael, >=20 > On Tue, Jun 25, 2013 at 10:38:59AM +0200, Michael Tuexen wrote: >> Dear all, >>=20 >> when doing a make installworld the following happens: >>=20 >> -------------------------------------------------------------- >>>>> 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 >>=20 >> Stop. >> make: stopped in /usr/home/tuexen/head/lib/libc >> *** Error code 1 >>=20 >> Stop. >> make: stopped in /usr/home/tuexen/head/lib >> *** Error code 1 >>=20 >> Stop. >> make: stopped in /usr/home/tuexen/head >> *** Error code 1 >>=20 >> Stop. >> make: stopped in /usr/home/tuexen/head >> #=20 >>=20 >>=20 >> Any idea how to progress? >>=20 >> This is using svn head of yesterday. >=20 > install(1) uses strip(1). >=20 > Can you check: ls -l /usr/bin/strip >=20 > Can you run it manually? Did you check you $PATH? I solved it by adding strip and makewhatis to ITOOLS in = head/Makefile.inc1 Since the problem is gone, I can't provide the above information. Best regards Michael >=20 > --=20 > Jeremie Le Hen >=20 > Scientists say the world is made up of Protons, Neutrons and = Electrons. > They forgot to mention Morons. >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42771FCE-21D9-4030-B602-C76486A6E37F>