Re: Problem with installworld

From: Michael Tuexen <tuexen_at_freebsd.org>
Date: Tue, 25 Jun 2013 12:39:53 +0200
On Jun 25, 2013, at 10:44 AM, Florent Peterschmitt <florent_at_peterschmitt.fr> wrote:

> Please tell us what branch are you using. And "> install: exec(strip):
> No such file or directory" seems to say "strip" program is missing.
> 
> Try to rebuild & install it manually.
> 
> cd YOUR_SRCDIR/gnu/usr.bin/binutils/strip && make clean && make all
> install clean
> 
> Then try to rebuild the world.
Done. Same result:

--------------------------------------------------------------
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
# which strip
/usr/bin/strip
# 

Any further idea?

Best regards
Michael
> 
> Le 25/06/2013 10:38, Michael Tuexen a écrit :
>> 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.
>> 
>> Thanks for you help.
>> 
>> Best regards
>> Michael
> 
> 
> -- 
> Florent Peterschmitt           | Please:
> florent_at_peterschmitt.fr        |  * Avoid HTML/RTF in E-mail.
> +33 (0)6 64 33 97 92           |  * Send PDF for documents.
> http://florent.peterschmitt.fr | Thank you :)
> 
Received on Tue Jun 25 2013 - 08:39:52 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:38 UTC