Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 17:49:42 -0400
From:      Allan Jude <allanjude@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   Re: r286743: Required tool strip not found in PATH. *** Error code 1
Message-ID:  <55CD10F6.3060703@freebsd.org>
In-Reply-To: <20150813234549.296b5602.ohartman@zedat.fu-berlin.de>
References:  <20150813234549.296b5602.ohartman@zedat.fu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--CNMe5LTRRs7pKcvK1oDu2pTjWjCqSK3KM
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

On 2015-08-13 17:45, O. Hartmann wrote:
> On r286743, a make installworld dies with:
>=20
> [...]
> mkdir -p /tmp/install.tnjP0sgn
> progs=3D$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp  da=
te echo egrep find
> grep id install   ln lockf make mkdir mtree mv pwd_mkdb  rm sed service=
s_mkdb sh strip
> sysctl test true uname wc zic tzsetup   makewhatis; do  if progpath=3D`=
which $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 | sor=
t -u |  while read
> line; do  set -- $line;  if [ "$2 $3" !=3D "not found" ]; then  echo $2=
;  else  echo
> "Required library $1 not found." >&2;  exit 1;  fi;  done);  cp $libs
> $progs /tmp/install.tnjP0sgn Required tool strip not found in PATH. ***=
 Error code 1
>=20
> Stop.
> make[1]: stopped in /usr/src
> *** Error code 1
>=20
> System has been recently build-world installed and cleaned up with "mak=
e delete-old which
> strips away elf toolchain tools.=20
>=20
> What is wrong? Did I missed something? Arethere replacements for the go=
ne tools in base
> or am I stuck with the port's version?
>=20
> oh
>=20

They were replaced with the elf versions of the tools, but maybe
delete-old did the wrong thing. There is a message in UPDATING about it

--=20
Allan Jude


--CNMe5LTRRs7pKcvK1oDu2pTjWjCqSK3KM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)

iQIcBAEBAgAGBQJVzREAAAoJEBmVNT4SmAt+mAMQAIRlnDmGe4aSVB7RLbT/TAdM
hJ2QfgkevYRHz0zJPbgti8eBBtEnFWy/opb/nCjFrQslphw5lttID4W0kVUoanNB
SIUsqGGH4vwLlUR06KdTaiTR6v62/JxiOnkXKy+y41rNUSnDjF35XQd2BSbgCOD/
EObCZnM2YuJBLOHDa3zvR03YDvq15liOaw5RniCz8NEkpxYV6GKwQ8TQECSr0qJK
X+DiiSpuEp0LOLBuSpD5dry0zBJ4jmGe34NARIvG1cdRZ2VBM5RwLuc0YDihn4xp
mKFoYoBrWQ/7QknoOcy++FNFOL12UatC5fEnddwFZkUql03OVpp9MIbm3p61xB0h
bcIKdocBamprNi7lyeK9+PrGd9JyRSnYgCzQGprx1Uq4o6rA+iS6pOghLK6bHMtF
gfGFxD9SUYVHx+yMmjyXj3SrSYGWhZxSVyBLSWED7S6iV7KhvxjtVC3QRgX/ewwI
HSAloi9JUu5WuazUl2QepDa6of+OU8SC6RfbwvD1hQgdyYstc3bo9NQPJO5nKnKm
RdmEo/IhOPxCOyzhqX7uo6+R8EzjTc6r7mQlp/la2bnHDfiTFXIsfT98dRLY8gaz
LKkZozx88daj+zcmDnR8PYPyu4SqI8UmI4gaIVkMSSsyRuNRMaJVBbYyehwvCc0R
9xvh9hdboZYL/1jJeohk
=M5Zf
-----END PGP SIGNATURE-----

--CNMe5LTRRs7pKcvK1oDu2pTjWjCqSK3KM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55CD10F6.3060703>