From owner-freebsd-current@freebsd.org Fri Aug 14 06:22:01 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 712349B764A for ; Fri, 14 Aug 2015 06:22:01 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AB6618AE for ; Fri, 14 Aug 2015 06:22:00 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZQ8NK-0037Jl-F5>; Fri, 14 Aug 2015 08:21:58 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZQ8NK-000KrM-9C>; Fri, 14 Aug 2015 08:21:58 +0200 Date: Fri, 14 Aug 2015 08:21:52 +0200 From: "O. Hartmann" To: Ed Maste Cc: FreeBSD CURRENT Subject: Re: r286743: Required tool strip not found in PATH. *** Error code 1 Message-ID: <20150814082152.4e9e014e@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: References: <20150813234549.296b5602.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 14 Aug 2015 06:22:01 -0000 On Fri, 14 Aug 2015 01:45:30 +0000 Ed Maste wrote: > On 13 August 2015 at 21:45, O. Hartmann wrote: > > On r286743, a make installworld dies with: > > > > ... > > $progs /tmp/install.tnjP0sgn Required tool strip not found in PATH. *** > > Error code 1 > > > > Stop. > > make[1]: stopped in /usr/src > > *** Error code 1 > > > > System has been recently build-world installed and cleaned up with "make > > delete-old which strips away elf toolchain tools. > > Yes, sorry about that. They were incorrectly deleted by make > delete-old, and antoine@ fixed my error in r286745. You should be able > to individually build and install the missing tools to recover. I have rebuilt buildworld from scratch (clean/empty /usr/obj). Installation of world via "make installworld" still fails as reported - I thought an world-installation is somehow self-contained so the /usr/bin/strip (or whetever needed at that time for performing the task) is taken from the obj-tree, not already-installed-tree. Am I wrong? I managed to make installworld by manually jump into src/usr.bin and make install from there first. Not the most elegant and efficient way, but I guess better than floating dead in the water ... Thanks, Oliver