Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 23:45:49 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   r286743: Required tool strip not found in PATH. *** Error code 1
Message-ID:  <20150813234549.296b5602.ohartman@zedat.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150813234549.296b5602.ohartman>