From owner-freebsd-current@FreeBSD.ORG Tue Jun 25 10:51:20 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F4724A1; Tue, 25 Jun 2013 10:51:20 +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 093431194; Tue, 25 Jun 2013 10:51:20 +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 1A9BF1C0C0695; Tue, 25 Jun 2013 12:51:19 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Problem with installworld From: Michael Tuexen In-Reply-To: <51C97568.7090206@FreeBSD.org> Date: Tue, 25 Jun 2013 12:51:20 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <695631C3-C469-4BD5-B053-DC8D861D2391@freebsd.org> References: <51C97568.7090206@FreeBSD.org> To: Dimitry Andric 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 10:51:20 -0000 On Jun 25, 2013, at 12:48 PM, Dimitry Andric wrote: > On 2013-06-25 10:38, Michael Tuexen wrote: >> 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 >=20 > Can you please post the contents of your make.conf and src.conf? [bsd5:~] tuexen% cat /etc/make.conf WITHOUT_PKGNG=3Dyes #NO_MODULES=3D # added by use.perl 2012-03-24 15:25:22 PERL_VERSION=3D5.12.4 [bsd5:~] tuexen% sudo find . -name src.conf -print Password: Best regards Michael >=20