Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. # install /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/lib/libnbcompat.a
  2. /usr/src/tools/binstall/obj/xinstall -d /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/lib
  3. /usr/src/tools/binstall/obj/xinstall -c -r -m 444 libnbcompat.a /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/lib/libnbcompat.a
  4. # install /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/include/compat/nbtool_config.h
  5. /usr/src/tools/binstall/obj/xinstall -c -r nbtool_config.h /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/include/compat/nbtool_config.h
  6. cd: can't cd to include
  7.  
  8. *** Failed target: includes
  9. *** Failed command: (cd include && find . -name '*.h' -print | while read f ; do /usr/src/tools/binstall/obj/xinstall -c -r $f /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/include/compat/$f ; done)
  10. *** Error code 2
  11.  
  12. Stop.
  13. nbmake[2]: stopped in /usr/src/tools/compat
  14.  
  15. *** Failed target: install-compat
  16. *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/src/tools" ;; *) this="${dir}/"; real="/usr/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget compat install
  17. *** Error code 1
  18.  
  19. Stop.
  20. nbmake[1]: stopped in /usr/src/tools
  21.  
  22. *** Failed target: build_install
  23. *** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/src/tools" ;; *) this="${dir}/"; real="/usr/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/src/obj/tooldir.NetBSD-8.99.50-amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . install-host-mkdep install-compat install-binstall
  24. *** Error code 1
  25.  
  26. Stop.
  27. nbmake: stopped in /usr/src/tools
  28.  
  29. ERROR: Failed to make build_install in "tools"
  30. *** BUILD ABORTED ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement