Advertisement
Guest User

Untitled

a guest
May 30th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. mkdir -p /tmp/install.HdoBP05Y
  2. export PATH=/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/sbin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/bin:/
  3. usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/games:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/bin:/sbin:/bin:/usr/s
  4. bin:/usr/bin ; progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep id install install-info ln lockf make mkdir mtree nmtree mv pwd_mkdb rm sed sh strip s
  5. ysctl test true uname wc zic tzsetup ; 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 "%
  6. 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
  7. 1; fi; done); cp $libs $progs /tmp/install.HdoBP05Y
  8. cp -R ${PATH_LOCALE:-"/usr/share/locale"} /tmp/install.HdoBP05Y/locale
  9. cd /usr/home/john/freenas10/_BE/trueos; MAKEOBJDIRPREFIX=/usr/home/john/freenas10/_BE/objs MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/home/john/freenas10/_BE/objs/usr/home
  10. /john/freenas10/_BE/trueos/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/home/j
  11. ohn/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/share/tmac PATH=/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/sbin:/usr/home/jo
  12. hn/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/bin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/games:/usr/home/john/freenas10
  13. /_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/bin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/usr/sbin:/usr/home/john/freenas10/_BE/objs/usr/home/john/
  14. freenas10/_BE/trueos/tmp/usr/bin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/usr/games:/tmp/install.HdoBP05Y LD_LIBRARY_PATH=/tmp/install.HdoBP05Y PATH_LOCALE=
  15. /tmp/install.HdoBP05Y/locale make -f Makefile.inc1 COMPILER_TYPE=clang __MAKE_SHELL=/tmp/install.HdoBP05Y/sh reinstall; MAKEOBJDIRPREFIX=/usr/home/john/freenas10/_BE/objs MACHINE_ARCH=am
  16. d64 MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/home/john/freenas10/_BE/objs/usr/home/j
  17. ohn/freenas10/_BE/trueos/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/share/tmac PATH=/usr/home/john/fr
  18. eenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/sbin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/bin:/usr/home/john/freenas10/_BE/o
  19. bjs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/usr/games:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/legacy/bin:/usr/home/john/freenas10/_BE/objs/usr/home/joh
  20. n/freenas10/_BE/trueos/tmp/usr/sbin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/usr/bin:/usr/home/john/freenas10/_BE/objs/usr/home/john/freenas10/_BE/trueos/tmp/
  21. usr/games:/tmp/install.HdoBP05Y LD_LIBRARY_PATH=/tmp/install.HdoBP05Y PATH_LOCALE=/tmp/install.HdoBP05Y/locale rm -rf /tmp/install.HdoBP05Y
  22. make: Permission denied
  23. *** Error code 126
  24.  
  25. Stop.
  26. make[4]: stopped in /usr/home/john/freenas10/_BE/trueos
  27. *** Error code 1
  28.  
  29. Stop.
  30. make[3]: stopped in /usr/home/john/freenas10/_BE/trueos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement