From owner-freebsd-current@FreeBSD.ORG Tue Jun 25 14:07:59 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 51A78DD3; Tue, 25 Jun 2013 14:07:59 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) by mx1.freebsd.org (Postfix) with ESMTP id BDBB61D17; Tue, 25 Jun 2013 14:07:58 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward4h.mail.yandex.net (Yandex) with ESMTP id CC2A11B2BBBE; Tue, 25 Jun 2013 18:07:55 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 6927E2C05CF; Tue, 25 Jun 2013 18:07:55 +0400 (MSK) Received: from 93.91.10.62.tel.ru (93.91.10.62.tel.ru [93.91.10.62]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id xsYnVD4AjW-7sI8V3jh; Tue, 25 Jun 2013 18:07:54 +0400 Message-ID: <51C9A43A.1080706@passap.ru> Date: Tue, 25 Jun 2013 18:07:54 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130621 Thunderbird/17.0.6 MIME-Version: 1.0 To: Michael Tuexen Subject: Re: Problem with installworld References: <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> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 14:07:59 -0000 25.06.2013 17:59, Michael Tuexen пишет: > On Jun 25, 2013, at 3:40 PM, Boris Samorodov wrote: > >> 25.06.2013 17:14, Michael Tuexen пишет: >>> On Jun 25, 2013, at 2:28 PM, Boris Samorodov wrote: >>> >>>> 25.06.2013 16:16, Michael Tuexen пишет: >>>>> On Jun 25, 2013, at 1:47 PM, Boris Samorodov 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? What about this question? > BTW, what's your system, ... and this? > 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). > Thanks for your help! Actually, it was only a _try_ to help. :-) -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve