Advertisement
Guest User

Untitled

a guest
Jan 21st, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. [git:moar-support] [13:13:57] rob@myhost /tmp/rakudo $ perl Configure.pl --prefix=/tmp/mokudo --backends=moar --gen-moar
  2. Cloning into 'nqp'...
  3. remote: Reusing existing pack: 38222, done.
  4. remote: Counting objects: 469, done.
  5. remote: Compressing objects: 100% (405/405), done.
  6. remote: Total 38691 (delta 233), reused 261 (delta 25)
  7. Receiving objects: 100% (38691/38691), 78.91 MiB | 7.35 MiB/s, done.
  8. Resolving deltas: 100% (24811/24811), done.
  9. Checking connectivity... done.
  10. Note: checking out '2013.12.1-31-gd70f835'.
  11.  
  12. You are in 'detached HEAD' state. You can look around, make experimental
  13. changes and commit them, and you can discard any commits you make in this
  14. state without impacting any branches by performing another checkout.
  15.  
  16. If you want to create a new branch to retain commits you create, you may
  17. do so (now or later) by using -b with the checkout command again. Example:
  18.  
  19. git checkout -b new_branch_name
  20.  
  21. HEAD is now at d70f835... Move ArgType from NativeCallBody to NativeCall.
  22. Use of uninitialized value in concatenation (.) or string at Configure.pl line 239.
  23. Use of uninitialized value in concatenation (.) or string at Configure.pl line 239.
  24. Using /tmp/mokudo/bin/nqp-m (version / MoarVM ).
  25. Use of uninitialized value $nqp_config{"moar::dll"} in sprintf at Configure.pl line 241.
  26. Use of uninitialized value $nqp_config{"moar::ldshared"} in substitution (s///) at Configure.pl line 245.
  27. Cleaning up ...
  28.  
  29. You can now use 'make' to build Rakudo.
  30. After that, 'make test' will run some tests and
  31. 'make install' will install Rakudo.
  32. perl Configure.pl --prefix=/tmp/mokudo --backends=moar --gen-moar 7.91s user 3.72s system 44% cpu 26.183 total
  33. [git:moar-support] [13:14:36] rob@myhost /tmp/rakudo $ make
  34. perl tools/build/gen-cat.pl moar src/vm/moar/ModuleLoaderVMConfig.nqp src/Perl6/ModuleLoader.nqp > src/gen/m-ModuleLoader.nqp
  35. /tmp/mokudo/bin/nqp-m --target=mbc --output=blib/Perl6/ModuleLoader.moarvm --encoding=utf8 \
  36. src/gen/m-ModuleLoader.nqp
  37. make: /tmp/mokudo/bin/nqp-m: Command not found
  38. Makefile:292: recipe for target 'blib/Perl6/ModuleLoader.moarvm' failed
  39. make: *** [blib/Perl6/ModuleLoader.moarvm] Error 127
  40. [git:moar-support] [13:14:46] rob@myhost /tmp/rakudo $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement