Advertisement
Guest User

smake all error IRIX.

a guest
Feb 26th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. smake: Couldn't make 'all'.
  2. smake: Leaving '/usr/people/kazuo/schily-2020-02-11/./psmake/smake'[3] from directory '/usr/people/kazuo/schily-2020-02-11/sunpro/Make/lib/mksh/src'
  3. smake: Default commandline target: 'all'
  4. smake: Doing exit(1)
  5. smake: *** Code 1 (Operation not permitted) from command line for target 'all'.
  6. smake: The following command caused the error:
  7. list="lib/bsd/src lib/mksh/src lib/vroot/src lib/makestate/src bin/make/common"; \
  8. if [ -d TARGETS -a -f TARGETS/__slot ]; then \
  9. list=`echo TARGETS/[0123456789][0123456789]* | \
  10. sed -e 's;TARGETS/[0123456789][0123456789];;g' | sed -e 's;!@!;/;g'`;\
  11. fi; \
  12. for DIR in ${list} ; \
  13. do \
  14. ( \
  15. echo " ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/sunpro/Make/$DIR\"";\
  16. if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then \
  17. cd ./$DIR && "/usr/people/kazuo/schily-2020-02-11/./psmake/smake" XARCH=ip30-irix-cc DIRNAME=SRCROOT/sunpro/Make/$DIR all; \
  18. else \
  19. echo "NOTICE: Partial source (SRCROOT/sunpro/Make/$DIR) missing";\
  20. fi \
  21. ); \
  22. done
  23. smake: Couldn't make 'all'.
  24. smake: Leaving '/usr/people/kazuo/schily-2020-02-11/./psmake/smake'[2] from directory '/usr/people/kazuo/schily-2020-02-11/sunpro/Make'
  25. smake: Default commandline target: 'all'
  26. smake: Doing exit(1)
  27. smake: *** Code 1 (Operation not permitted) from command line for target 'all'.
  28. smake: The following command caused the error:
  29. list="Make"; \
  30. if [ -d TARGETS -a -f TARGETS/__slot ]; then \
  31. list=`echo TARGETS/[0123456789][0123456789]* | \
  32. sed -e 's;TARGETS/[0123456789][0123456789];;g' | sed -e 's;!@!;/;g'`;\
  33. fi; \
  34. for DIR in ${list} ; \
  35. do \
  36. ( \
  37. echo " ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/sunpro/$DIR\"";\
  38. if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then \
  39. cd ./$DIR && "/usr/people/kazuo/schily-2020-02-11/./psmake/smake" XARCH=ip30-irix-cc DIRNAME=SRCROOT/sunpro/$DIR all; \
  40. else \
  41. echo "NOTICE: Partial source (SRCROOT/sunpro/$DIR) missing";\
  42. fi \
  43. ); \
  44. done
  45. smake: Couldn't make 'all'.
  46. smake: Leaving '/usr/people/kazuo/schily-2020-02-11/./psmake/smake'[1] from directory '/usr/people/kazuo/schily-2020-02-11/sunpro'
  47. smake: Default commandline target: 'all'
  48. smake: Doing exit(1)
  49. smake: *** Code 1 (Operation not permitted) from command line for target 'all'.
  50. smake: The following command caused the error:
  51. list=""; \
  52. if [ -d TARGETS -a -f TARGETS/__slot ]; then \
  53. list=`echo TARGETS/[0123456789][0123456789]* | \
  54. sed -e 's;TARGETS/[0123456789][0123456789];;g' | sed -e 's;!@!;/;g'`;\
  55. fi; \
  56. for DIR in ${list} ; \
  57. do \
  58. ( \
  59. echo " ==> MAKING \"all\" ON SUBDIRECTORY \"SRCROOT/$DIR\"";\
  60. if [ -d ./$DIR -a -r ./$DIR/Makefile ] ; then \
  61. cd ./$DIR && "/usr/people/kazuo/schily-2020-02-11/./psmake/smake" XARCH=ip30-irix-cc DIRNAME=SRCROOT/$DIR all; \
  62. else \
  63. echo "NOTICE: Partial source (SRCROOT/$DIR) missing";\
  64. fi \
  65. ); \
  66. done
  67. smake: Couldn't make 'all'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement