Advertisement
Guest User

Building SmartOS /dev/pts/1 permission error

a guest
Jan 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. gmake[2]: Leaving directory '/home/admin/smartos-live/projects/illumos-extra/libz'
  2. ========== strap building make ==========
  3. (cd make && \
  4. PKG_CONFIG_LIBDIR="" \
  5. STRAP=strap \
  6. CTFMERGE= \
  7. CTFCONVERT= \
  8. ALTCTFCONVERT= \
  9. gmake DESTDIR=/home/admin/smartos-live/proto.strap install)
  10. gmake[2]: Entering directory '/home/admin/smartos-live/projects/illumos-extra/make'
  11. cd usr-32strap/src; pwd; DESTDIR=/ \
  12. PREFIX=/home/admin/smartos-live/proto.strap/usr \
  13. MAKE=/opt/local/bin/dmake \
  14. ./build
  15. /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src
  16.  
  17. === starting build ===
  18.  
  19. Using variables:
  20.  
  21. CC = /opt/SUNWspro/bin/cc
  22. CCC = /opt/SUNWspro/bin/CC
  23. PREFIX = /home/admin/smartos-live/proto.strap/usr
  24. DESTDIR = /
  25. MAKE = /opt/local/bin/dmake
  26. STUDIOBIN = /opt/SUNWspro/bin
  27.  
  28. cd Make; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install
  29. dmake[4]: Entering directory `/home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make'
  30. cd lib; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install
  31. dmake[5]: Entering directory `/home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib'
  32. cd makestate; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install
  33. dmake[6]: Entering directory `/home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib/makestate'
  34. if [ ! -d intel-S2 ]; then \
  35. mkdir intel-S2 ; \
  36. fi
  37. cd intel-S2; /opt/local/bin/dmake -w SRC=../src -f ../src/Variant.mk RELEASE_VER="" DESTDIR=/ PREFIX=/home/admin/smartos-live/proto.strap/usr V9FLAGS="" VAR_DIR= CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC install;
  38. /bin/rm -f ../../../../rules/options-intel-S2.mk
  39. /bin/sh ../../../../exe/options.sh ../../../.. intel-S2 > ../../../../rules/options-intel-S2.mk
  40. dmake[7]: Entering directory `/home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib/makestate/intel-S2'
  41. build_1740 --> 1 job
  42. build_1740 --> Job output
  43. sh[1]: /dev/pts/2: cannot create [Permission denied]
  44. *** Error code 1
  45. The following command caused the error:
  46. echo "Building libmakestate.a" > \
  47. `true && test -t 0 && tty || echo /dev/null`
  48. make: Fatal error: Command failed for target `libmakestate.a'
  49. Current working directory /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib/makestate/intel-S2
  50. *** Error code 1
  51. make: Fatal error: Command failed for target `intel-S2'
  52. Current working directory /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib/makestate
  53. *** Error code 1
  54. The following command caused the error:
  55. if [ -d makestate ]; then \
  56. echo "cd makestate; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install"; \
  57. cd makestate; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install; \
  58. fi
  59. make: Fatal error: Command failed for target `makestate'
  60. Current working directory /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make/lib
  61. *** Error code 1
  62. The following command caused the error:
  63. if [ -d lib ]; then \
  64. echo "cd lib; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install"; \
  65. cd lib; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install; \
  66. fi
  67. make: Fatal error: Command failed for target `lib'
  68. Current working directory /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src/Make
  69. *** Error code 1
  70. The following command caused the error:
  71. if [ -d Make ]; then \
  72. echo "cd Make; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install"; \
  73. cd Make; /opt/local/bin/dmake -w CC=/opt/SUNWspro/bin/cc CCC=/opt/SUNWspro/bin/CC DESTDIR=/ install; \
  74. fi
  75. make: Fatal error: Command failed for target `Make'
  76. Current working directory /home/admin/smartos-live/projects/illumos-extra/make/usr-32strap/src/make_src
  77.  
  78. === build complete ===
  79.  
  80. Binaries installed at ///home/admin/smartos-live/proto.strap/usr:
  81. [[ -f ///home/admin/smartos-live/proto.strap/usr/bin/dmake ]]
  82. Makefile:52: recipe for target 'all' failed
  83. gmake[2]: *** [all] Error 1
  84. gmake[2]: Leaving directory '/home/admin/smartos-live/projects/illumos-extra/make'
  85. Makefile:169: recipe for target 'make' failed
  86. gmake[1]: *** [make] Error 2
  87. gmake[1]: Leaving directory '/home/admin/smartos-live/projects/illumos-extra'
  88. failed to build install_strap
  89. Makefile:315: recipe for target '0-strap-stamp' failed
  90. gmake: *** [0-strap-stamp] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement