From owner-freebsd-current@freebsd.org Fri Aug 14 01:49:06 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 2F3ED99F437 for ; Fri, 14 Aug 2015 01:49:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EF882147E for ; Fri, 14 Aug 2015 01:49:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by iods203 with SMTP id s203so71211862iod.0 for ; Thu, 13 Aug 2015 18:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=4ya6dOhKQFfMHqkSvsDFtjAAcGFxwHLP7RsvxjI0kPY=; b=UCIN37C/V6VwrGYguWOJ1VRoY9J2DqJvOCcv/CBSK6D7bo22IjjLKsaaLiCD8G2x0v N7FrHc3VTZfb2swY4uN5glLbNOzx+dfFzW8swJIVm0JkJK53vJIWbSiyXwb0kkxsNjRY 4YiZGJ3Dd4cE4v6Dr5n1SwcVpq5oQENI6yuOSXEOf1ibex5dml23IbNSKrX1akJump1L SlyjgNjlHjkjqboyWrOHlFvnhB1ydztJhkmFbowbPvBcC6LCKbiZbyBcEBiE80d/HfHa gWnM2vJiry4puNYbUCGr7Uxrnl4dsC/hENQnAi/24UWo9v/y/S0RDiSM4XiVmj0by1X+ 6fmA== X-Received: by 10.107.47.152 with SMTP id v24mr41413802iov.180.1439516941486; Thu, 13 Aug 2015 18:49:01 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.156.12 with HTTP; Thu, 13 Aug 2015 18:48:32 -0700 (PDT) In-Reply-To: References: <20150813234549.296b5602.ohartman@zedat.fu-berlin.de> From: Ed Maste Date: Fri, 14 Aug 2015 01:48:32 +0000 X-Google-Sender-Auth: -Rim3qNeWSJIdyZoledDKfeHii8 Message-ID: Subject: Re: r286743: Required tool strip not found in PATH. *** Error code 1 To: "O. Hartmann" Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 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 01:49:06 -0000 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.