Problem with installworld

Michael Tuexen tuexen at freebsd.org
Tue Jun 25 15:33:35 UTC 2013


On Jun 25, 2013, at 4:41 PM, Boris Samorodov <bsam at passap.ru> wrote:

> 25.06.2013 18:23, Michael Tuexen пишет:
>> On Jun 25, 2013, at 4:07 PM, Boris Samorodov <bsam at passap.ru> wrote:
>> 
>>> 25.06.2013 17:59, Michael Tuexen пишет:
>>>> On Jun 25, 2013, at 3:40 PM, Boris Samorodov <bsam at passap.ru> wrote:
>>>> 
>>>>> 25.06.2013 17:14, Michael Tuexen пишет:
>>>>>> On Jun 25, 2013, at 2:28 PM, Boris Samorodov <bsam at passap.ru> wrote:
>>>>>> 
>>>>>>> 25.06.2013 16:16, Michael Tuexen пишет:
>>>>>>>> On Jun 25, 2013, at 1:47 PM, Boris Samorodov <bsam at 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?
>> [bsd5:~] tuexen% cat /etc/make.conf
>> WITHOUT_PKGNG=yes
>> #NO_MODULES=
>> # added by use.perl 2012-03-24 15:25:22
>> PERL_VERSION=5.12.4
>> 
>> I don't have /etc/src.conf
>>> 
>>> What about this question?
>>> 
>>>> BTW, what's your system,
>>> 
>>> ... and this?
>> amd64
> 
> May be not this time, but "uname -a" is more freferrable here,
> especially for the CURRENT system. And the target svn revision
> number is meaningfull.
[bsd5:~] tuexen% uname -a
FreeBSD bsd5.fh-muenster.de 10.0-CURRENT FreeBSD 10.0-CURRENT #209 r252164M: Tue Jun 25 16:21:42 CEST 2013     tuexen at bsd5.fh-muenster.de:/usr/home/tuexen/head/sys/amd64/compile/SCTP  amd64

> 
>>>> 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
>>> 
>>> Seems to be OK. As for me I usually install the whole thing
>>> at one command... (not that you should do it though)
>>> 
>>>> But I managed to get the installworld done.
>>> 
>>> Great, glad you managed to.
>>> 
>>>> 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.
>>> 
>>> It may be possible once you define your system and customization
>>> (if any).
>> Let me know if you need more information.
> 
> As I can understand your system has a faily default config.
> I have no more ideas on what got wrong and why. Sorry.
Thanks a lot for your effort. I'll see if this comes up
also on other machines when upgrading them.

Best regards
Michael
> 
>>>> Thanks for your help!
>>> 
>>> Actually, it was only a _try_ to help. :-)
>> Well, it really helped... Based on the discussion on the
>> list I started to dig through the makefiles...
> 
> -- 
> WBR, Boris Samorodov (bsam)
> FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
> 



More information about the freebsd-current mailing list