From owner-freebsd-current@freebsd.org Thu Aug 13 21:46:05 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 CD0B399F130 for ; Thu, 13 Aug 2015 21:46:05 +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 84596F72 for ; Thu, 13 Aug 2015 21:46:05 +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) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1ZQ0Jx-001v6k-BP>; Thu, 13 Aug 2015 23:45:57 +0200 Received: from f052175012.adsl.alicedsl.de ([78.52.175.12] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1ZQ0Jx-00401y-62>; Thu, 13 Aug 2015 23:45:57 +0200 Date: Thu, 13 Aug 2015 23:45:49 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r286743: Required tool strip not found in PATH. *** Error code 1 Message-ID: <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: multipart/signed; micalg=pgp-sha256; boundary="Sig_/6HCuGXsS++2wYXzjLFP2Ndt"; protocol="application/pgp-signature" X-Originating-IP: 78.52.175.12 X-ZEDAT-Hint: A 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: Thu, 13 Aug 2015 21:46:05 -0000 --Sig_/6HCuGXsS++2wYXzjLFP2Ndt Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On r286743, a make installworld dies with: [...] mkdir -p /tmp/install.tnjP0sgn progs=3D$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp date e= cho egrep find grep id install ln lockf make mkdir mtree mv pwd_mkdb rm sed services_mk= db sh strip sysctl test true uname wc zic tzsetup makewhatis; do if progpath=3D`whic= h $prog`; then echo $progpath; else echo "Required tool $prog not found in PATH." >&2; = exit 1; fi; done); libs=3D$(ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u= | while read line; do set -- $line; if [ "$2 $3" !=3D "not found" ]; then echo $2; e= lse echo "Required library $1 not found." >&2; exit 1; fi; done); cp $libs $progs /tmp/install.tnjP0sgn Required tool strip not found in PATH. *** Err= or code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 System has been recently build-world installed and cleaned up with "make de= lete-old which strips away elf toolchain tools.=20 What is wrong? Did I missed something? Arethere replacements for the gone t= ools in base or am I stuck with the port's version? oh --Sig_/6HCuGXsS++2wYXzjLFP2Ndt Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVzRAOAAoJEOgBcD7A/5N8cHAIANutJ/YeNRXQ+yJhP1G7WlSS mKfiyg5C7KSyzUoeZfHwGF1/6pKZBCbOm8vcT21QhW0sIMiXQnEU3r4RtexEk+Ef I12cu9jD2VpVrEoqh0DvVtGBdSE+LpgMPBkBaEE36uCL+5H+pBlAHJETCGCWd4n+ 41wWqR8F0wB4pMzwapIWYBvo4eez0akZuJa7pfaJ0kbtGNzB8YCPvAlK+L+8ID9Q 5DgJ+9Ad/i/fACN8Zq+6+HTROVGXye0JxnKm51p+R4v54mg7W9q0hUxv9uu0Vrby sEomm5awYOeKjI5KPSe2bbCtbGg7SaJ5R0xJcwbkR8lOXp0UPoBKjMbRLgLA1mY= =GmQa -----END PGP SIGNATURE----- --Sig_/6HCuGXsS++2wYXzjLFP2Ndt--