From owner-freebsd-current@FreeBSD.ORG Tue Jun 25 22:35:11 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 2C80F1A2; Tue, 25 Jun 2013 22:35:11 +0000 (UTC) (envelope-from jlh@FreeBSD.org) Received: from caravan.chchile.org (caravan.chchile.org [178.32.125.136]) by mx1.freebsd.org (Postfix) with ESMTP id ECCBA1A86; Tue, 25 Jun 2013 22:35:10 +0000 (UTC) Received: by caravan.chchile.org (Postfix, from userid 1000) id 42D40BDFFB; Tue, 25 Jun 2013 22:35:09 +0000 (UTC) Date: Wed, 26 Jun 2013 00:35:09 +0200 From: Jeremie Le Hen To: Michael Tuexen Subject: Re: Problem with installworld Message-ID: <20130625223509.GB4484@caravan.chchile.org> Mail-Followup-To: Michael Tuexen , freebsd-current@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 22:35:11 -0000 Hi Michael, On Tue, Jun 25, 2013 at 10:38:59AM +0200, Michael Tuexen wrote: > 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. install(1) uses strip(1). Can you check: ls -l /usr/bin/strip Can you run it manually? Did you check you $PATH? -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons.