Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. I untarred 2015.11 into ~/.perl6 and cd'ed to it
  2. then tried to compile it. At first it indicated
  3. success, but then failed before I could type
  4. "make"
  5. (2015.09 compiled and worked fine on my system)
  6.  
  7.  
  8.  
  9. ~/.perl6/2015.11# perl Configure.pl --backend=moar --gen-moar
  10.  
  11. ATTENTION: no --prefix supplied, building and installing to /root/.perl6/2015.11/install
  12.  
  13. Configuring and building MoarVM ...
  14. /usr/bin/perl5.10.1 Configure.pl --optimize --prefix=/root/.perl6/2015.11/install --make-install
  15. Welcome to MoarVM!
  16.  
  17. Configuring native build environment ................... OK
  18. probing whether your compiler thinks that it is gcc YES
  19. probing how your compiler does static inline ....... static __inline__
  20. your CPU can read unaligned values for all of int32 int64 num64
  21. probing the size of pointers ....................... 8
  22. probing computed goto support ...................... YES
  23. probing pthread_yield support ...................... YES
  24.  
  25. make: make
  26. compile: gcc -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC
  27. link: gcc -O3 -DNDEBUG -Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib
  28. libs: -lm -lpthread -lrt -ldl
  29.  
  30. byte order: little endian
  31.  
  32. Configuring 3rdparty libs .............................. OK
  33.  
  34. 3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a
  35. 3rdparty/dyncall/dyncallback/libdyncallback_s.a
  36. 3rdparty/dyncall/dynload/libdynload_s.a
  37. 3rdparty/libatomic_ops/src/libatomic_ops.a
  38. 3rdparty/libtommath/libtommath.a
  39. 3rdparty/libuv/libuv.a
  40. 3rdparty/sha1/libsha1.a
  41. 3rdparty/tinymt/libtinymt.a
  42.  
  43. Generating src/gen/config.c ............................ OK
  44. Generating src/gen/config.h ............................ OK
  45. Generating Makefile .................................... OK
  46. Generating tools/check.mk .............................. OK
  47. Generating build/mk-moar-pc.pl ......................... OK
  48.  
  49. Configuration SUCCESS.
  50.  
  51. Type 'make' to build and 'make help' to see a list of
  52. available make targets.
  53. compiling src/main.o
  54. In file included from 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/../all_atomic_load_store.h:27,
  55. from 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/../all_aligned_atomic_load_store.h:31,
  56. from 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:24,
  57. from 3rdparty/libatomic_ops/src/atomic_ops.h:241,
  58. from src/moar.h:28,
  59. from src/main.c:4:
  60. 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/../all_atomic_only_load.h:30:39: error: loadstore/int_atomic_load.h: No such file or directory
  61. make: *** [src/main.o] Error 1
  62. Building NQP ...
  63. /usr/bin/perl5.10.1 Configure.pl --prefix=/root/.perl6/2015.11/install --backends=moar --make-install
  64. Can't exec "/root/.perl6/2015.11/install/bin/moar": No such file or directory at tools/lib/NQP/Configure.pm line 450.
  65.  
  66. ===SORRY!===
  67. No suitable MoarVM (moar executable) found using the --prefix
  68. (You can get a MoarVM built automatically with --gen-moar.)
  69.  
  70. Command failed (status 512): /usr/bin/perl5.10.1 Configure.pl --prefix=/root/.perl6/2015.11/install --backends=moar --make-install
  71.  
  72.  
  73. ~/.perl6/2015.11# ls
  74.  
  75. Configure.pl MANIFEST README docs modules ports tools
  76. LICENSE MoarVM config.status install nqp rakudo
  77.  
  78.  
  79. ~/.perl6/2015.11# ls -l install
  80. total 4.0K
  81. drwxrwxrwx 3 4.0K 11-29 07:55 share
  82.  
  83.  
  84. ~/.perl6/2015.11# ls -l rakudo
  85.  
  86. total 144
  87. -rwxrwxrwx 1 root root 7394 2015-09-08 11:18 CREDITS
  88. -rwxrwxrwx 1 root root 13794 2015-11-13 09:13 Configure.pl
  89. -rwxrwxrwx 1 root root 7342 2015-09-08 10:12 INSTALL.txt
  90. -rwxrwxrwx 1 root root 8902 2015-09-08 07:48 LICENSE
  91. -rwxrwxrwx 1 root root 53976 2015-11-19 22:32 MANIFEST
  92. -rwxrwxrwx 1 root root 6268 2015-09-08 10:12 README.md
  93. -rwxrwxrwx 1 root root 8 2015-11-19 21:01 VERSION
  94. drwxrwxrwx 3 root root 4096 2015-11-29 07:55 blib
  95. drwxrwxrwx 3 root root 4096 2015-11-29 07:55 docs
  96. drwxrwxrwx 2 root root 4096 2015-11-29 07:55 dynext
  97. drwxrwxrwx 4 root root 4096 2015-11-29 07:55 gen
  98. drwxrwxrwx 4 root root 4096 2015-11-29 07:55 lib
  99. drwxrwxrwx 5 root root 4096 2015-11-29 07:55 src
  100. drwxrwxrwx 7 root root 4096 2015-11-29 07:56 t
  101. drwxrwxrwx 5 root root 4096 2015-11-29 07:55 tools
  102.  
  103.  
  104. ~/.perl6/2015.11# ls -l nqp
  105.  
  106. total 156
  107. drwxrwxrwx 8 root root 4096 2015-11-29 07:55 3rdparty
  108. -rwxrwxrwx 1 root root 1501 2015-06-05 11:51 CREDITS
  109. -rwxrwxrwx 1 root root 13311 2015-11-19 11:10 Configure.pl
  110. -rwxrwxrwx 1 root root 8896 2015-06-05 11:51 LICENSE
  111. -rwxrwxrwx 1 root root 57441 2015-11-19 14:32 MANIFEST
  112. -rw-r--r-- 1 root root 3105 2015-11-29 13:49 Makefile
  113. -rwxrwxrwx 1 root root 4766 2015-09-17 15:53 README.pod
  114. -rwxrwxrwx 1 root root 1230 2015-09-17 15:53 TODO
  115. -rwxrwxrwx 1 root root 8 2015-11-19 11:10 VERSION
  116. -rw-r--r-- 1 root root 111 2015-11-29 13:49 config.status
  117. drwxrwxrwx 3 root root 4096 2015-11-29 07:55 docs
  118. drwxrwxrwx 2 root root 4096 2015-11-29 07:55 dynext
  119. drwxrwxrwx 4 root root 4096 2015-11-29 07:55 examples
  120. drwxrwxrwx 6 root root 4096 2015-11-29 07:55 gen
  121. -rwxrwxrwx 1 root root 77 2015-09-17 15:53 nqp-js
  122. drwxrwxrwx 3 root root 4096 2015-11-29 07:55 ports
  123. drwxrwxrwx 9 root root 4096 2015-11-29 07:55 src
  124. drwxrwxrwx 16 root root 4096 2015-11-29 07:55 t
  125. drwxrwxrwx 5 root root 4096 2015-11-29 07:55 tools
  126.  
  127.  
  128. ~/.perl6/2015.11# make
  129.  
  130. make: *** No targets specified and no makefile found. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement