From owner-freebsd-current@FreeBSD.ORG Tue Jun 25 08:38: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 DEE1BE9D for ; Tue, 25 Jun 2013 08:38:59 +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 7FEAF1AD9 for ; Tue, 25 Jun 2013 08:38:59 +0000 (UTC) Received: from [10.225.4.237] (unknown [194.95.73.101]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id BEB921C0C0693 for ; Tue, 25 Jun 2013 10:38:57 +0200 (CEST) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Problem with installworld Message-Id: Date: Tue, 25 Jun 2013 10:38:59 +0200 To: freebsd-current@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) 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 08:38:59 -0000 Dear all, when doing a make installworld the following happens: -------------------------------------------------------------- >>> 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 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 #=20 Any idea how to progress? This is using svn head of yesterday. Thanks for you help. Best regards Michael=