From owner-freebsd-current@FreeBSD.ORG Tue Jun 25 13:59:40 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 1560FB6B for ; Tue, 25 Jun 2013 13:59:40 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) by mx1.freebsd.org (Postfix) with ESMTP id 3AD561CBA for ; Tue, 25 Jun 2013 13:59:39 +0000 (UTC) Received: from [192.168.1.101] (p508F35DA.dip0.t-ipconnect.de [80.143.53.218]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id 08A751C0C0693; Tue, 25 Jun 2013 15:59:36 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Problem with installworld From: Michael Tuexen In-Reply-To: <51C99DD0.1020200@passap.ru> Date: Tue, 25 Jun 2013 15:59:37 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: 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> To: Boris Samorodov X-Mailer: Apple Mail (2.1508) 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 13:59:40 -0000 On Jun 25, 2013, at 3:40 PM, Boris Samorodov wrote: > 25.06.2013 17:14, Michael Tuexen =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> On Jun 25, 2013, at 2:28 PM, Boris Samorodov wrote: >>=20 >>> 25.06.2013 16:16, Michael Tuexen =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>>> On Jun 25, 2013, at 1:47 PM, Boris Samorodov = wrote: >>>>=20 >>>>> 25.06.2013 12:38, Michael Tuexen =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>>>>> Dear all, >>>>>>=20 >>>>>> when doing a make installworld the following happens: >>>>>>=20 >>>>>> -------------------------------------------------------------- >>>>>>>>> Installing everything >>>>>> -------------------------------------------------------------- >>>>>> cd /usr/home/tuexen/head; make -f Makefile.inc1 install >>>>>> =3D=3D=3D> share/info (install) >>>>>> =3D=3D=3D> lib (install) >>>>>> =3D=3D=3D> lib/csu/amd64 (install) >>>>>> install -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o = gcrt1.o /usr/lib >>>>>> =3D=3D=3D> 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 >>>>>>=20 >>>>>> Stop. >>>>>> make: stopped in /usr/home/tuexen/head/lib/libc >>>>>> *** Error code 1 >>>>>>=20 >>>>>> Stop. >>>>>> make: stopped in /usr/home/tuexen/head/lib >>>>>> *** Error code 1 >>>>>>=20 >>>>>> Stop. >>>>>> make: stopped in /usr/home/tuexen/head >>>>>> *** Error code 1 >>>>>>=20 >>>>>> Stop. >>>>>> make: stopped in /usr/home/tuexen/head >>>>>> #=20 >>>>>> Any idea how to progress? >>>>>>=20 >>>>>> This is using svn head of yesterday. >>>>>>=20 >>>>>> Thanks for you help. >>>>>=20 >>>>> May be you system clock has changed? >>>=20 >>>> You never know. >>>=20 >>> Well, since the problem is with your host, I think that you >>> should find it out. >>>=20 >>>> But I have done this a lot of times and never had this problem... >>>=20 >>> 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? >>>=20 >> I have done installing world a lot of times on this machine with >> the same setup...=20 >> I have not changed the clock manually. I don't run an ntp client. >> I don't find anything related in /var/log/messages... >=20 > OK. >=20 >>>> I have tried this a couple of times and I doubt that the clock gets >>>> changed all the time... >>>=20 >>> 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? >=20 > So far I don't thimk so. But let's see... >=20 > 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 >=20 > --=20 > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve >=20