Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2013 15:59:37 +0200
From:      Michael Tuexen <tuexen@freebsd.org>
To:        Boris Samorodov <bsam@passap.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Problem with installworld
Message-ID:  <AAC041C0-66F1-473A-8B19-F1BDEB529687@freebsd.org>
In-Reply-To: <51C99DD0.1020200@passap.ru>
References:  <E52E1E72-53FA-4ABE-AEB4-85EC964160FD@freebsd.org> <51C98360.3000105@passap.ru> <4A093777-39D2-482E-B2DC-E60E3E76CFFC@freebsd.org> <51C98CEA.3090305@passap.ru> <6E747CE8-C5B4-4670-A15E-FB14BC486AEE@freebsd.org> <51C99DD0.1020200@passap.ru>

index | next in thread | previous in thread | raw e-mail

On Jun 25, 2013, at 3:40 PM, Boris Samorodov <bsam@passap.ru> wrote:

> 25.06.2013 17:14, Michael Tuexen пишет:
>> On Jun 25, 2013, at 2:28 PM, Boris Samorodov <bsam@passap.ru> wrote:
>> 
>>> 25.06.2013 16:16, Michael Tuexen пишет:
>>>> On Jun 25, 2013, at 1:47 PM, Boris Samorodov <bsam@passap.ru> wrote:
>>>> 
>>>>> 25.06.2013 12:38, Michael Tuexen пишет:
>>>>>> 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.
>>>>> 
>>>>> May be you system clock has changed?
>>> 
>>>> You never know.
>>> 
>>> Well, since the problem is with your host, I think that you
>>> should find it out.
>>> 
>>>> But I have done this a lot of times and never had this problem...
>>> 
>>> Sorry, I can not parse your answer. What have you done a lot of times?
>>> Change system clocks? Install world? Change system clocks while
>>> installing world?
>>> 
>> I have done installing world a lot of times on this machine with
>> the same setup... 
>> I have not changed the clock manually. I don't run an ntp client.
>> I don't find anything related in /var/log/messages...
> 
> OK.
> 
>>>> I have tried this a couple of times and I doubt that the clock gets
>>>> changed all the time...
>>> 
>>> Do not guess. Just find it out. If you are too unwilling to look
>>> at times at /usr/src and /usr/obj files, you may try to touch all
>> I removed /usr/obj before the last build. I'm building from
>> ~/head. So do I have to consider /usr/src?
> 
> So far I don't thimk so. But let's see...
> 
> Am I right that you don't use any customization at /etc/make.conf,
> /etc/src.conf? BTW, what's your system, environment, commands you use
> to build/install world?
cd ~/head
sudo make buildworld
sudo make buildkernel
make installkernel
shutdown -r now
adjkerntz -i
mount -a -t ufs
mergemaster -p
cd /home/tuexen/head
make installworld
mergemaster
reboot

But I managed to get the installworld done. I needed to add
strip and makewhatis to ITOOLS in head/Makefile.inc1. Not sure
why, but it worked for me. Maybe someone familiar with the
build system does have an explanation.

Thanks for your help!

Best regards
Michael

> 
> -- 
> WBR, Boris Samorodov (bsam)
> FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
> 



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AAC041C0-66F1-473A-8B19-F1BDEB529687>