On Jun 26, 2013, at 12:35 AM, Jeremie Le Hen <jlh_at_FreeBSD.org> wrote: > Hi Michael, > > On Tue, Jun 25, 2013 at 10:38:59AM +0200, Michael Tuexen wrote: >> Dear all, >> >> when doing a make installworld the following happens: >> >> -------------------------------------------------------------- >>>>> Installing everything >> -------------------------------------------------------------- >> cd /usr/home/tuexen/head; make -f Makefile.inc1 install >> ===> share/info (install) >> ===> lib (install) >> ===> lib/csu/amd64 (install) >> install -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o gcrt1.o /usr/lib >> ===> 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 >> # >> >> >> Any idea how to progress? >> >> This is using svn head of yesterday. > > install(1) uses strip(1). > > Can you check: ls -l /usr/bin/strip > > 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 > > -- > Jeremie Le Hen > > Scientists say the world is made up of Protons, Neutrons and Electrons. > They forgot to mention Morons. >Received on Wed Jun 26 2013 - 04:46:02 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:39 UTC