r286743: Required tool strip not found in PATH. *** Error code 1

Allan Jude allanjude at freebsd.org
Thu Aug 13 21:49:37 UTC 2015


On 2015-08-13 17:45, O. Hartmann wrote:
> On r286743, a make installworld dies with:
> 
> [...]
> mkdir -p /tmp/install.tnjP0sgn
> progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp  date echo egrep find
> grep id install   ln lockf make mkdir mtree mv pwd_mkdb  rm sed services_mkdb sh strip
> sysctl test true uname wc zic tzsetup   makewhatis; do  if progpath=`which $prog`; then
> echo $progpath;  else  echo "Required tool $prog not found in PATH." >&2;  exit 1;  fi;
> done);  libs=$(ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u |  while read
> line; do  set -- $line;  if [ "$2 $3" != "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
> 
> 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. 
> 
> What is wrong? Did I missed something? Arethere replacements for the gone tools in base
> or am I stuck with the port's version?
> 
> oh
> 

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

-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20150813/8a235c7c/attachment.bin>


More information about the freebsd-current mailing list