-
-
Save zoffixznet/6a6f12e3b5139e4daead to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zoffix@ignorantdesigner:~$ rm -fr .rakudobrew/ | |
zoffix@ignorantdesigner:~$ rm .perl6 | |
rm: cannot remove `.perl6': Is a directory | |
zoffix@ignorantdesigner:~$ rm -fr .perl6 | |
zoffix@ignorantdesigner:~$ git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew | |
Cloning into '/home/zoffix/.rakudobrew'... | |
remote: Counting objects: 680, done. | |
remote: Compressing objects: 100% (10/10), done. | |
remote: Total 680 (delta 1), reused 0 (delta 0), pack-reused 670 | |
Receiving objects: 100% (680/680), 137.39 KiB, done. | |
Resolving deltas: 100% (297/297), done. | |
zoffix@ignorantdesigner:~$ rakudobrew build-moar | |
Usage: | |
rakudobrew current | |
rakudobrew list-available | |
rakudobrew build jvm|moar|pre-glr|all [tag|branch|sha-1] [--configure-opts=] | |
rakudobrew build panda [panda-ver] | |
rakudobrew build zef | |
rakudobrew triple [rakudo-ver [nqp-ver [moar-ver]]] | |
rakudobrew rehash | |
rakudobrew switch jvm|moar|pre-glr | |
rakudobrew nuke jvm|moar|pre-glr | |
rakudobrew self-upgrade | |
rakudobrew test [jvm|moar|pre-glr|all] | |
rakudobrew exec <command> [command-args] | |
rakudobrew init | |
rakudobrew shell [--unset|version] | |
rakudobrew local [version] | |
rakudobrew global [version] | |
rakudobrew version | |
rakudobrew versions # or rakudobrew list | |
rakudobrew which <command> | |
rakudobrew whence [--path] <command> | |
zoffix@ignorantdesigner:~$ rakudobrew build moar | |
Update git reference: rakudo | |
Cloning into 'rakudo'... | |
remote: Counting objects: 125156, done. | |
remote: Compressing objects: 100% (153/153), done. | |
remote: Total 125156 (delta 90), reused 0 (delta 0), pack-reused 125001 | |
Receiving objects: 100% (125156/125156), 31.86 MiB | 16.64 MiB/s, done. | |
Resolving deltas: 100% (92110/92110), done. | |
Already up-to-date. | |
Update git reference: nqp | |
Cloning into 'nqp'... | |
remote: Counting objects: 55369, done. | |
remote: Compressing objects: 100% (57/57), done. | |
remote: Total 55369 (delta 32), reused 0 (delta 0), pack-reused 55310 | |
Receiving objects: 100% (55369/55369), 95.74 MiB | 22.63 MiB/s, done. | |
Resolving deltas: 100% (34921/34921), done. | |
Already up-to-date. | |
Update git reference: MoarVM | |
Cloning into 'MoarVM'... | |
remote: Counting objects: 45843, done. | |
remote: Compressing objects: 100% (46/46), done. | |
remote: Total 45843 (delta 17), reused 0 (delta 0), pack-reused 45792 | |
Receiving objects: 100% (45843/45843), 25.79 MiB | 14.33 MiB/s, done. | |
Resolving deltas: 100% (31799/31799), done. | |
Already up-to-date. | |
Cloning into 'moar-nom'... | |
d08e043f4a6614118e13a9c80ce03f5841d2fa71 | |
Note: checking out 'origin/nom'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at d08e043... Make @*ARGS / *$ARGFILES initialization lazy | |
ATTENTION: no --prefix supplied, building and installing to /home/zoffix/.rakudobrew/moar-nom/install | |
sh: 1: /home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m: not found | |
Cloning into 'nqp'... | |
Note: checking out '2015.12'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at aac09db... bump VERSION | |
Building NQP ... | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl Configure.pl --prefix=/home/zoffix/.rakudobrew/moar-nom/install --backends=moar --make-install --git-protocol=https --git-reference=/home/zoffix/.rakudobrew/bin/../git_reference --gen-moar | |
Can't exec "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar": No such file or directory at tools/lib/NQP/Configure.pm line 450. | |
Cloning into 'MoarVM'... | |
Note: checking out '2015.12'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 2f3c7dd... fix a potential memory leak on Win32 | |
Configuring and building MoarVM ... | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl Configure.pl --optimize --prefix=/home/zoffix/.rakudobrew/moar-nom/install --make-install | |
Welcome to MoarVM! | |
Updating submodules .................................... OK | |
Configuring native build environment ................... OK | |
probing whether your compiler thinks that it is gcc YES | |
probing how your compiler does static inline ....... static __inline__ | |
your CPU can read unaligned values for all of int32 int64 num64 | |
probing the size of pointers ....................... 8 | |
probing C type support for: _Bool, bool ............ YES: _Bool,bool | |
probing computed goto support ...................... YES | |
probing pthread_yield support ...................... YES | |
make: make | |
compile: gcc -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC | |
link: gcc -O3 -DNDEBUG -Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib | |
libs: -lm -lpthread -lrt -ldl | |
byte order: little endian | |
Configuring 3rdparty libs .............................. OK | |
3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a | |
3rdparty/dyncall/dyncallback/libdyncallback_s.a | |
3rdparty/dyncall/dynload/libdynload_s.a | |
3rdparty/libatomic_ops/src/libatomic_ops.a | |
3rdparty/libtommath/libtommath.a | |
3rdparty/libuv/libuv.a | |
3rdparty/sha1/libsha1.a | |
3rdparty/tinymt/libtinymt.a | |
Generating src/gen/config.c ............................ OK | |
Generating src/gen/config.h ............................ OK | |
Generating Makefile .................................... OK | |
Generating tools/check.mk .............................. OK | |
Generating build/mk-moar-pc.pl ......................... OK | |
Configuration SUCCESS. | |
Type 'make' to build and 'make help' to see a list of | |
available make targets. | |
compiling src/main.o | |
compiling src/core/callsite.o | |
compiling src/core/args.o | |
compiling src/core/exceptions.o | |
compiling src/core/interp.o | |
compiling src/core/threadcontext.o | |
compiling src/core/compunit.o | |
compiling src/core/bytecode.o | |
compiling src/core/frame.o | |
compiling src/core/validation.o | |
compiling src/core/bytecodedump.o | |
compiling src/core/threads.o | |
compiling src/core/ops.o | |
compiling src/core/hll.o | |
compiling src/core/loadbytecode.o | |
compiling src/math/num.o | |
compiling src/core/coerce.o | |
compiling src/core/dll.o | |
compiling src/core/ext.o | |
compiling src/core/nativecall.o | |
compiling src/core/nativecall_dyncall.o | |
compiling src/core/continuation.o | |
compiling src/core/intcache.o | |
compiling src/core/fixedsizealloc.o | |
compiling src/gen/config.o | |
compiling src/gc/orchestrate.o | |
compiling src/gc/allocation.o | |
compiling src/gc/worklist.o | |
compiling src/gc/roots.o | |
compiling src/gc/collect.o | |
compiling src/gc/gen2.o | |
compiling src/gc/wb.o | |
compiling src/gc/objectid.o | |
compiling src/gc/finalize.o | |
compiling src/io/io.o | |
compiling src/io/eventloop.o | |
compiling src/io/syncfile.o | |
compiling src/io/syncstream.o | |
compiling src/io/syncpipe.o | |
compiling src/io/syncsocket.o | |
compiling src/io/fileops.o | |
compiling src/io/dirops.o | |
compiling src/io/procops.o | |
compiling src/io/timers.o | |
compiling src/io/filewatchers.o | |
compiling src/io/signals.o | |
compiling src/io/asyncsocket.o | |
compiling src/io/asyncsocketudp.o | |
compiling src/6model/reprs.o | |
compiling src/6model/reprconv.o | |
compiling src/6model/containers.o | |
compiling src/6model/parametric.o | |
compiling src/6model/reprs/MVMString.o | |
compiling src/6model/reprs/MVMArray.o | |
compiling src/6model/reprs/MVMHash.o | |
compiling src/6model/reprs/MVMCFunction.o | |
compiling src/6model/reprs/KnowHOWREPR.o | |
compiling src/6model/reprs/KnowHOWAttributeREPR.o | |
compiling src/6model/reprs/P6str.o | |
compiling src/6model/reprs/P6opaque.o | |
compiling src/6model/reprs/MVMCode.o | |
compiling src/6model/reprs/MVMOSHandle.o | |
compiling src/6model/reprs/MVMCompUnit.o | |
compiling src/6model/reprs/MVMStaticFrame.o | |
compiling src/6model/reprs/P6int.o | |
compiling src/6model/reprs/P6num.o | |
compiling src/6model/reprs/Uninstantiable.o | |
compiling src/6model/reprs/HashAttrStore.o | |
compiling src/6model/reprs/MVMThread.o | |
compiling src/6model/reprs/MVMIter.o | |
compiling src/6model/reprs/MVMContext.o | |
compiling src/6model/reprs/SCRef.o | |
compiling src/6model/reprs/Lexotic.o | |
compiling src/6model/reprs/MVMCallCapture.o | |
compiling src/6model/reprs/P6bigint.o | |
compiling src/6model/reprs/NFA.o | |
compiling src/6model/reprs/MVMException.o | |
compiling src/6model/reprs/MVMDLLSym.o | |
compiling src/6model/reprs/MVMMultiCache.o | |
compiling src/6model/reprs/MVMContinuation.o | |
compiling src/6model/reprs/NativeCall.o | |
compiling src/6model/reprs/CPointer.o | |
compiling src/6model/reprs/CStr.o | |
compiling src/6model/reprs/CArray.o | |
compiling src/6model/reprs/CStruct.o | |
compiling src/6model/reprs/CUnion.o | |
compiling src/6model/reprs/ReentrantMutex.o | |
compiling src/6model/reprs/ConditionVariable.o | |
compiling src/6model/reprs/Semaphore.o | |
compiling src/6model/reprs/ConcBlockingQueue.o | |
compiling src/6model/reprs/MVMAsyncTask.o | |
compiling src/6model/reprs/MVMNull.o | |
compiling src/6model/reprs/CPPStruct.o | |
compiling src/6model/reprs/NativeRef.o | |
compiling src/6model/reprs/MultiDimArray.o | |
compiling src/6model/6model.o | |
compiling src/6model/bootstrap.o | |
compiling src/6model/sc.o | |
compiling src/6model/serialization.o | |
compiling src/mast/compiler.o | |
compiling src/mast/driver.o | |
compiling src/spesh/dump.o | |
compiling src/spesh/graph.o | |
compiling src/spesh/codegen.o | |
compiling src/spesh/candidate.o | |
compiling src/spesh/manipulate.o | |
compiling src/spesh/args.o | |
compiling src/spesh/facts.o | |
compiling src/spesh/optimize.o | |
compiling src/spesh/deopt.o | |
compiling src/spesh/log.o | |
compiling src/spesh/threshold.o | |
compiling src/spesh/inline.o | |
compiling src/spesh/osr.o | |
compiling src/jit/graph.o | |
compiling src/jit/compile.o | |
compiling src/jit/log.o | |
compiling src/strings/decode_stream.o | |
compiling src/strings/ascii.o | |
compiling src/strings/utf8.o | |
compiling src/strings/utf8_c8.o | |
compiling src/strings/nfg.o | |
compiling src/strings/ops.o | |
generating src/strings/unicode.c | |
compiling src/strings/unicode.o | |
compiling src/strings/normalize.o | |
compiling src/strings/latin1.o | |
compiling src/strings/utf16.o | |
compiling src/strings/windows1252.o | |
compiling src/math/bigintops.o | |
compiling src/profiler/instrument.o | |
compiling src/profiler/log.o | |
compiling src/profiler/profile.o | |
compiling src/instrument/crossthreadwrite.o | |
compiling src/moar.o | |
compiling src/platform/posix/mmap.o | |
compiling src/platform/posix/time.o | |
compiling src/platform/posix/sys.o | |
gcc -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 -O3 -DNDEBUG -Wl,-rpath,/home/zoffix/.rakudobrew/moar-nom/install/lib -Wl,-rpath,/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/lib 3rdparty/dynasm/minilua.c -o 3rdparty/dynasm/minilua -lm -lpthread -lrt -ldl | |
./3rdparty/dynasm/minilua ./3rdparty/dynasm/dynasm.lua -D POSIX=1 -o src/jit/emit_posix_x64.c src/jit/emit_x64.dasc | |
compiling src/jit/emit_posix_x64.o | |
building dyncall... | |
ar: creating libdyncall_s.a | |
ar: creating libdyncallback_s.a | |
ar: creating libdynload_s.a | |
done. | |
linking 3rdparty/libatomic_ops/src/libatomic_ops.a | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking dependency style of gcc... gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for PIC compiler flag... -fPIC | |
checking whether gcc -fPIC causes __PIC__ definition... yes | |
checking for gcc -Wextra... yes | |
checking for pthread_self in -lpthread... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating src/Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing default commands | |
make[1]: Entering directory `/home/zoffix/.rakudobrew/moar-nom/nqp/MoarVM/3rdparty/libatomic_ops/src' | |
make all-am | |
make[2]: Entering directory `/home/zoffix/.rakudobrew/moar-nom/nqp/MoarVM/3rdparty/libatomic_ops/src' | |
gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_TRACING=0 -DMVM_CGOTO=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c | |
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po | |
rm -f libatomic_ops.a | |
ar cru libatomic_ops.a atomic_ops.o | |
ranlib libatomic_ops.a | |
make[2]: Leaving directory `/home/zoffix/.rakudobrew/moar-nom/nqp/MoarVM/3rdparty/libatomic_ops/src' | |
make[1]: Leaving directory `/home/zoffix/.rakudobrew/moar-nom/nqp/MoarVM/3rdparty/libatomic_ops/src' | |
compiling 3rdparty/tinymt/tinymt64.o | |
linking 3rdparty/tinymt/libtinymt.a | |
compiling 3rdparty/sha1/sha1.o | |
linking 3rdparty/sha1/libsha1.a | |
compiling 3rdparty/libtommath/bn_error.o | |
compiling 3rdparty/libtommath/bn_fast_mp_invmod.o | |
compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o | |
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o | |
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o | |
compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o | |
compiling 3rdparty/libtommath/bn_mp_2expt.o | |
compiling 3rdparty/libtommath/bn_mp_abs.o | |
compiling 3rdparty/libtommath/bn_mp_add.o | |
compiling 3rdparty/libtommath/bn_mp_add_d.o | |
compiling 3rdparty/libtommath/bn_mp_addmod.o | |
compiling 3rdparty/libtommath/bn_mp_and.o | |
compiling 3rdparty/libtommath/bn_mp_clamp.o | |
compiling 3rdparty/libtommath/bn_mp_clear.o | |
compiling 3rdparty/libtommath/bn_mp_clear_multi.o | |
compiling 3rdparty/libtommath/bn_mp_cmp.o | |
compiling 3rdparty/libtommath/bn_mp_cmp_d.o | |
compiling 3rdparty/libtommath/bn_mp_cmp_mag.o | |
compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o | |
compiling 3rdparty/libtommath/bn_mp_copy.o | |
compiling 3rdparty/libtommath/bn_mp_count_bits.o | |
compiling 3rdparty/libtommath/bn_mp_div.o | |
compiling 3rdparty/libtommath/bn_mp_div_2.o | |
compiling 3rdparty/libtommath/bn_mp_div_2d.o | |
compiling 3rdparty/libtommath/bn_mp_div_3.o | |
compiling 3rdparty/libtommath/bn_mp_div_d.o | |
compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o | |
compiling 3rdparty/libtommath/bn_mp_dr_reduce.o | |
compiling 3rdparty/libtommath/bn_mp_dr_setup.o | |
compiling 3rdparty/libtommath/bn_mp_exch.o | |
compiling 3rdparty/libtommath/bn_mp_expt_d.o | |
compiling 3rdparty/libtommath/bn_mp_exptmod.o | |
compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o | |
compiling 3rdparty/libtommath/bn_mp_exteuclid.o | |
compiling 3rdparty/libtommath/bn_mp_fread.o | |
compiling 3rdparty/libtommath/bn_mp_fwrite.o | |
compiling 3rdparty/libtommath/bn_mp_gcd.o | |
compiling 3rdparty/libtommath/bn_mp_get_int.o | |
compiling 3rdparty/libtommath/bn_mp_get_long.o | |
compiling 3rdparty/libtommath/bn_mp_grow.o | |
compiling 3rdparty/libtommath/bn_mp_init.o | |
compiling 3rdparty/libtommath/bn_mp_init_copy.o | |
compiling 3rdparty/libtommath/bn_mp_init_multi.o | |
compiling 3rdparty/libtommath/bn_mp_init_set.o | |
compiling 3rdparty/libtommath/bn_mp_init_set_int.o | |
compiling 3rdparty/libtommath/bn_mp_init_size.o | |
compiling 3rdparty/libtommath/bn_mp_invmod.o | |
compiling 3rdparty/libtommath/bn_mp_invmod_slow.o | |
compiling 3rdparty/libtommath/bn_mp_is_square.o | |
compiling 3rdparty/libtommath/bn_mp_jacobi.o | |
compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o | |
compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o | |
compiling 3rdparty/libtommath/bn_mp_lcm.o | |
compiling 3rdparty/libtommath/bn_mp_lshd.o | |
compiling 3rdparty/libtommath/bn_mp_mod.o | |
compiling 3rdparty/libtommath/bn_mp_mod_2d.o | |
compiling 3rdparty/libtommath/bn_mp_mod_d.o | |
compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o | |
compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o | |
compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o | |
compiling 3rdparty/libtommath/bn_mp_mul.o | |
compiling 3rdparty/libtommath/bn_mp_mul_2.o | |
compiling 3rdparty/libtommath/bn_mp_mul_2d.o | |
compiling 3rdparty/libtommath/bn_mp_mul_d.o | |
compiling 3rdparty/libtommath/bn_mp_mulmod.o | |
compiling 3rdparty/libtommath/bn_mp_n_root.o | |
compiling 3rdparty/libtommath/bn_mp_neg.o | |
compiling 3rdparty/libtommath/bn_mp_or.o | |
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o | |
compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o | |
compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o | |
compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o | |
compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o | |
compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o | |
compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o | |
compiling 3rdparty/libtommath/bn_mp_radix_size.o | |
compiling 3rdparty/libtommath/bn_mp_radix_smap.o | |
compiling 3rdparty/libtommath/bn_mp_rand.o | |
compiling 3rdparty/libtommath/bn_mp_read_radix.o | |
compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o | |
compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o | |
compiling 3rdparty/libtommath/bn_mp_reduce.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_2k.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o | |
compiling 3rdparty/libtommath/bn_mp_reduce_setup.o | |
compiling 3rdparty/libtommath/bn_mp_rshd.o | |
compiling 3rdparty/libtommath/bn_mp_set.o | |
compiling 3rdparty/libtommath/bn_mp_set_int.o | |
compiling 3rdparty/libtommath/bn_mp_set_long.o | |
compiling 3rdparty/libtommath/bn_mp_shrink.o | |
compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o | |
compiling 3rdparty/libtommath/bn_mp_sqr.o | |
compiling 3rdparty/libtommath/bn_mp_sqrmod.o | |
compiling 3rdparty/libtommath/bn_mp_sqrt.o | |
compiling 3rdparty/libtommath/bn_mp_sub.o | |
compiling 3rdparty/libtommath/bn_mp_sub_d.o | |
compiling 3rdparty/libtommath/bn_mp_submod.o | |
compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o | |
compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o | |
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o | |
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o | |
compiling 3rdparty/libtommath/bn_mp_toom_mul.o | |
compiling 3rdparty/libtommath/bn_mp_toom_sqr.o | |
compiling 3rdparty/libtommath/bn_mp_toradix.o | |
compiling 3rdparty/libtommath/bn_mp_toradix_n.o | |
compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o | |
compiling 3rdparty/libtommath/bn_mp_xor.o | |
compiling 3rdparty/libtommath/bn_mp_zero.o | |
compiling 3rdparty/libtommath/bn_prime_tab.o | |
compiling 3rdparty/libtommath/bn_reverse.o | |
compiling 3rdparty/libtommath/bn_s_mp_add.o | |
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o | |
compiling 3rdparty/libtommath/bn_s_mp_sqr.o | |
compiling 3rdparty/libtommath/bn_s_mp_sub.o | |
compiling 3rdparty/libtommath/bncore.o | |
linking 3rdparty/libtommath/libtommath.a | |
compiling 3rdparty/libuv/src/unix/linux-core.o | |
compiling 3rdparty/libuv/src/unix/linux-inotify.o | |
compiling 3rdparty/libuv/src/unix/linux-syscalls.o | |
compiling 3rdparty/libuv/src/unix/proctitle.o | |
compiling 3rdparty/libuv/src/fs-poll.o | |
compiling 3rdparty/libuv/src/inet.o | |
compiling 3rdparty/libuv/src/uv-common.o | |
compiling 3rdparty/libuv/src/version.o | |
compiling 3rdparty/libuv/src/unix/async.o | |
compiling 3rdparty/libuv/src/unix/core.o | |
compiling 3rdparty/libuv/src/unix/dl.o | |
compiling 3rdparty/libuv/src/unix/fs.o | |
compiling 3rdparty/libuv/src/unix/getaddrinfo.o | |
compiling 3rdparty/libuv/src/unix/loop-watcher.o | |
compiling 3rdparty/libuv/src/unix/loop.o | |
compiling 3rdparty/libuv/src/unix/pipe.o | |
compiling 3rdparty/libuv/src/unix/poll.o | |
compiling 3rdparty/libuv/src/unix/process.o | |
compiling 3rdparty/libuv/src/unix/signal.o | |
compiling 3rdparty/libuv/src/unix/stream.o | |
compiling 3rdparty/libuv/src/unix/tcp.o | |
compiling 3rdparty/libuv/src/unix/thread.o | |
compiling 3rdparty/libuv/src/threadpool.o | |
compiling 3rdparty/libuv/src/unix/timer.o | |
compiling 3rdparty/libuv/src/unix/tty.o | |
compiling 3rdparty/libuv/src/unix/udp.o | |
linking 3rdparty/libuv/libuv.a | |
linking libmoar.so | |
linking moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp moar /home/zoffix/.rakudobrew/moar-nom/install/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /home/zoffix/.rakudobrew/moar-nom/install/bin/moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp libmoar.so /home/zoffix/.rakudobrew/moar-nom/install/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/pkgconfig | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc /home/zoffix/.rakudobrew/moar-nom/install/share/pkgconfig | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gen/config.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/6model/reprs | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/core | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/gc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/io | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/mast | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/math | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/platform | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/profiler | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/spesh | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/strings | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/jit | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/moar/instrument | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/6model/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/6model | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/6model/reprs | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/core/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/core | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/gc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gen/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/io/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/io | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/mast/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/mast | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/math/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/math | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/platform/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/platform | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/profiler/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/profiler | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/spesh/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/spesh | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/strings/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/strings | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/jit/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/jit | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/instrument/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/moar/instrument | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libuv | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libtommath | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/msinttypes | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/sha1 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/tinymt | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libuv | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/msinttypes/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/msinttypes | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/sha1/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/sha1 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/tinymt/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/tinymt | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libuv | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libuv | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/armcc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/gcc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/hpc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/icc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/msftc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/sunc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/armcc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/gcc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/hpc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/hpc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ibmc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/icc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/msftc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/msftc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/sunc | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/libtommath | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/include/dyncall | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/dyncall | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/dyncall | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/zoffix/.rakudobrew/moar-nom/install/include/dyncall | |
Cleaning up ... | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage1/nqpmo.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/nqpmo.moarvm gen/moar/stage1/nqpmo.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/ModuleLoader.moarvm src/vm/moar/ModuleLoader.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/NQPLock.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/moar/stage1/NQPCORE.setting | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/NQPCORE.setting.moarvm gen/moar/stage1/NQPCORE.setting | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Children.nqp src/QAST/Node.nqp src/QAST/NodeList.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/moar/stage1/QASTNode.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/QASTNode.moarvm gen/moar/stage1/QASTNode.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/moar/stage1/QRegex.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/QRegex.moarvm gen/moar/stage1/QRegex.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/moar/stage1/NQPHLL.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/NQPHLL.moarvm gen/moar/stage1/NQPHLL.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/MASTOps.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Ops.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/MASTNodes.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Nodes.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/QAST/QASTRegexCompilerMAST.nqp src/vm/moar/QAST/QASTOperationsMAST.nqp src/vm/moar/QAST/QASTCompilerMAST.nqp > gen/moar/stage1/QAST.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/QAST.moarvm gen/moar/stage1/QAST.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/moar/stage1/NQPP6QRegex.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage1/NQPP6QRegex.moarvm gen/moar/stage1/NQPP6QRegex.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/stage1/nqp-config.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/moar/stage1/nqp-config.nqp > gen/moar/stage1/NQP.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=src/vm/moar/stage0 src/vm/moar/stage0/nqp.moarvm --bootstrap --module-path=gen/moar/stage1 --setting-path=gen/moar/stage1 \ | |
--setting=NQPCORE --target=mbc --no-regex-lib \ | |
--output=gen/moar/stage1/nqp.moarvm gen/moar/stage1/NQP.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage2/nqpmo.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/nqpmo.moarvm gen/moar/stage2/nqpmo.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/ModuleLoader.moarvm src/vm/moar/ModuleLoader.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/NQPLock.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/moar/stage2/NQPCORE.setting | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting=NULL --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/NQPCORE.setting.moarvm gen/moar/stage2/NQPCORE.setting | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Children.nqp src/QAST/Node.nqp src/QAST/NodeList.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/moar/stage2/QASTNode.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/QASTNode.moarvm gen/moar/stage2/QASTNode.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/moar/stage2/QRegex.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/QRegex.moarvm gen/moar/stage2/QRegex.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/moar/stage2/NQPHLL.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/NQPHLL.moarvm gen/moar/stage2/NQPHLL.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/MASTOps.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Ops.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/MASTNodes.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Nodes.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/QAST/QASTRegexCompilerMAST.nqp src/vm/moar/QAST/QASTOperationsMAST.nqp src/vm/moar/QAST/QASTCompilerMAST.nqp > gen/moar/stage2/QAST.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/QAST.moarvm gen/moar/stage2/QAST.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/moar/stage2/NQPP6QRegex.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --no-regex-lib --target=mbc \ | |
--output=gen/moar/stage2/NQPP6QRegex.moarvm gen/moar/stage2/NQPP6QRegex.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/stage2/nqp-config.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/vm/moar/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/moar/stage2/nqp-config.nqp > gen/moar/stage2/NQP.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath=gen/moar/stage1 gen/moar/stage1/nqp.moarvm --bootstrap --module-path=gen/moar/stage2 --setting-path=gen/moar/stage2 \ | |
--setting=NQPCORE --target=mbc --no-regex-lib \ | |
--output=gen/moar/stage2/nqp.moarvm gen/moar/stage2/NQP.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqpmo.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/ModuleLoader.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPCORE.setting.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QASTNode.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QRegex.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPHLL.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTOps.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTNodes.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QAST.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPP6QRegex.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqp.moarvm . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-cat.pl moar src/QRegex/P5Regex/Grammar.nqp src/QRegex/P5Regex/Actions.nqp src/QRegex/P5Regex/Compiler.nqp > gen/moar/stage2/NQPP5QRegex.nqp | |
./nqp-m --target=mbc --output=NQPP5QRegex.moarvm \ | |
gen/moar/stage2/NQPP5QRegex.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp-m nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/profiler | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqpmo.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp ModuleLoader.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPCORE.setting.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QASTNode.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QRegex.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPHLL.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp MASTOps.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp MASTNodes.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QAST.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPP6QRegex.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPP5QRegex.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/vm/moar/profiler/template.html /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/profiler/template.html | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/install-moar-runner.pl "" /home/zoffix/.rakudobrew/moar-nom/install | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp-m nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp /home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m /home/zoffix/.rakudobrew/moar-nom/install/bin/nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /home/zoffix/.rakudobrew/moar-nom/install/bin/nqp | |
NQP has been built and installed. | |
Using /home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m (version 2015.12 / MoarVM 2015.12). | |
Cleaning up ... | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/vm/moar/ModuleLoaderVMConfig.nqp src/Perl6/ModuleLoader.nqp > gen/moar/m-ModuleLoader.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/ModuleLoader.moarvm --encoding=utf8 \ | |
gen/moar/m-ModuleLoader.nqp | |
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -I/home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/dyncall -I/home/zoffix/.rakudobrew/moar-nom/install/include/moar \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/sha1 -I/home/zoffix/.rakudobrew/moar-nom/install/include/tinymt -I/home/zoffix/.rakudobrew/moar-nom/install/include/libtommath \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/libuv -I/home/zoffix/.rakudobrew/moar-nom/install/include -o dynext/perl6_ops.o src/vm/moar/ops/perl6_ops.c | |
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -I/home/zoffix/.rakudobrew/moar-nom/install/include/libatomic_ops \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/dyncall -I/home/zoffix/.rakudobrew/moar-nom/install/include/moar \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/sha1 -I/home/zoffix/.rakudobrew/moar-nom/install/include/tinymt -I/home/zoffix/.rakudobrew/moar-nom/install/include/libtommath \ | |
-I/home/zoffix/.rakudobrew/moar-nom/install/include/libuv -I/home/zoffix/.rakudobrew/moar-nom/install/include -o dynext/container.o src/vm/moar/ops/container.c | |
gcc -L/home/zoffix/.rakudobrew/moar-nom/install/lib -shared -fPIC -O3 -DNDEBUG -Wl,-rpath,/home/zoffix/.rakudobrew/moar-nom/install/lib -Wl,-rpath,/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/lib -O3 -DNDEBUG -lm -lpthread -lrt -ldl -o dynext/libperl6_ops_moar.so dynext/perl6_ops.o dynext/container.o -lmoar | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Ops.moarvm --encoding=utf8 \ | |
src/vm/moar/Perl6/Ops.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Pod.moarvm --encoding=utf8 \ | |
src/Perl6/Pod.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/World.moarvm --encoding=utf8 \ | |
src/Perl6/World.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Actions.nqp > gen/moar/m-Perl6-Actions.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Actions.moarvm --encoding=utf8 \ | |
gen/moar/m-Perl6-Actions.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Grammar.moarvm --encoding=utf8 \ | |
src/Perl6/Grammar.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Optimizer.nqp > gen/moar/m-Perl6-Optimizer.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Optimizer.moarvm --encoding=utf8 \ | |
gen/moar/m-Perl6-Optimizer.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Compiler.moarvm --encoding=utf8 \ | |
src/Perl6/Compiler.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/main-version.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/main.nqp gen/moar/main-version.nqp > gen/moar/m-main.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=perl6.moarvm \ | |
--vmlibs=dynext/libperl6_ops_moar.so=Rakudo_ops_init gen/moar/m-main.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar -f tools/build/common_bootstrap_sources > gen/moar/m-Metamodel.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Metamodel.moarvm --encoding=utf8 \ | |
gen/moar/m-Metamodel.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Metamodel/BOOTSTRAP.nqp src/Perl6/Metamodel/EXPORTHOW.nqp > gen/moar/m-BOOTSTRAP.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/BOOTSTRAP.moarvm --encoding=utf8 \ | |
--vmlibs=dynext/libperl6_ops_moar.so=Rakudo_ops_init gen/moar/m-BOOTSTRAP.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar -f tools/build/moar_core_sources > gen/moar/m-CORE.setting | |
The following step can take a long time, please be patient. | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath="/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm gen/moar/m-CORE.setting | |
Stage start : 0.000 | |
Stage parse : 85.358 | |
Stage syntaxcheck: 0.001 | |
Stage ast : 0.000 | |
Stage optimize : 17.016 | |
Stage mast : 31.627 | |
Stage mbc : 0.824 | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/moar --libpath="/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" perl6.moarvm --target=mbc --ll-exception --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-m . "" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-m | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/perl6-debug.nqp gen/moar/main-version.nqp > gen/moar/m-perl6-debug.nqp | |
/home/zoffix/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=perl6-debug.moarvm \ | |
--vmlibs=dynext/libperl6_ops_moar.so=Rakudo_ops_init gen/moar/m-perl6-debug.nqp | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6-debug.moarvm perl6-debug-m . "" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-gdb-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-gdb-m . "gdb" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-gdb-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-valgrind-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-valgrind-m . "valgrind" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" . | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-valgrind-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp perl6-m perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp blib/Perl6/ModuleLoader.moarvm blib/Perl6/World.moarvm blib/Perl6/Grammar.moarvm blib/Perl6/Ops.moarvm blib/Perl6/Actions.moarvm blib/Perl6/Optimizer.moarvm blib/Perl6/Pod.moarvm blib/Perl6/Compiler.moarvm blib/Perl6/Metamodel.moarvm blib/Perl6/BOOTSTRAP.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp CORE.setting.moarvm RESTRICTED.setting.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp perl6.moarvm perl6-debug.moarvm /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime/dynext | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp dynext/libperl6_ops_moar.so /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime/dynext | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/dist | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/sources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/resources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/short | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor/dist | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor/sources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor/resources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/vendor/short | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/dist | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/bin | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/short | |
./perl6-m tools/build/install-core-dist.pl /home/zoffix/.rakudobrew/moar-nom/install/share/perl6 | |
installed! | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-m "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6-debug.moarvm /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-debug-m "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-m | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-gdb-m "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" "gdb" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-valgrind-m "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" "valgrind" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/home/zoffix/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-m "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/home/zoffix/.rakudobrew/moar-nom/install/share/nqp/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/lib" "/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/runtime" | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6-m /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6 | |
/home/zoffix/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /home/zoffix/.rakudobrew/moar-nom/install/bin/perl6 | |
Rakudo has been built and installed. | |
Updating shims | |
Switching to moar-nom | |
Done, moar-nom built | |
zoffix@ignorantdesigner:~$ rakudobrew build-panda | |
Cloning into 'panda'... | |
remote: Counting objects: 4625, done. | |
remote: Compressing objects: 100% (18/18), done. | |
remote: Total 4625 (delta 4), reused 0 (delta 0), pack-reused 4606 | |
Receiving objects: 100% (4625/4625), 789.03 KiB, done. | |
Resolving deltas: 100% (2102/2102), done. | |
Already on 'master' | |
==> Bootstrapping Panda | |
==> Installing panda from a local directory '/home/zoffix/.rakudobrew/moar-nom/panda' | |
==> panda depends on File::Find, Shell::Command, JSON::Fast | |
==> Shell::Command depends on File::Find | |
==> Fetching File::Find | |
==> Building File::Find | |
==> Testing File::Find | |
t/01-file-find.t .. ok | |
All tests successful. | |
Files=1, Tests=11, 4 wallclock secs ( 0.02 usr 0.02 sys + 4.08 cusr 0.35 csys = 4.47 CPU) | |
Result: PASS | |
==> Installing File::Find | |
==> Successfully installed File::Find | |
==> Fetching Shell::Command | |
==> Building Shell::Command | |
==> Testing Shell::Command | |
t/02-shell-command.t .. ok | |
All tests successful. | |
Files=1, Tests=16, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.56 cusr 0.50 csys = 5.10 CPU) | |
Result: PASS | |
==> Installing Shell::Command | |
==> Successfully installed Shell::Command | |
==> Fetching JSON::Fast | |
==> Building JSON::Fast | |
==> Testing JSON::Fast | |
t/01-parse.t ...... ok | |
t/02-structure.t .. ok | |
t/03-unicode.t .... ok | |
t/04-roundtrip.t .. ok | |
All tests successful. | |
Files=4, Tests=120, 7 wallclock secs ( 0.05 usr 0.03 sys + 5.75 cusr 0.70 csys = 6.53 CPU) | |
Result: PASS | |
==> Installing JSON::Fast | |
==> Successfully installed JSON::Fast | |
==> Fetching panda | |
==> Building panda | |
==> Testing panda | |
t/builder.t .... ok | |
t/common.t ..... ok | |
t/ecosystem.t .. ok | |
Copying lib/foo.pir to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/foo.pir | |
Copying lib/foo.pm to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/foo.pm | |
Copying lib/foo.jar to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/foo.jar | |
Copying lib/bar.pod to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/bar.pod | |
Copying lib/baz.js to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/baz.js | |
Copying lib/foo.moarvm to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/lib/foo.moarvm | |
Copying bin/bar to /home/zoffix/.rakudobrew/moar-nom/panda/.panda-work/1451497644_4/removeme/bin/bar | |
t/installer.t .. ok | |
t/tester.t ..... ok | |
All tests successful. | |
Files=5, Tests=28, 21 wallclock secs ( 0.03 usr 0.04 sys + 18.46 cusr 2.53 csys = 21.06 CPU) | |
Result: PASS | |
==> Installing panda | |
==> Successfully installed panda | |
==> Please make sure that inst#/home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/bin is in your PATH | |
Updating shims | |
Done, built panda for moar-nom | |
Updating shims | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ | |
zoffix@ignorantdesigner:~$ panda install Task::Star | |
==> Task::Star depends on Debugger::UI::CommandLine, ufo, XML::Writer, SVG, SVG::Plot, Terminal::ANSIColor, Test::Mock, Grammar::Profiler::Simple, Grammar::Debugger, JSON::Tiny, Digest::MD5, panda, HTTP::Status, HTTP::Easy, Template::Mojo, Bailador, DBIish, URI, Linenoise, LWP::Simple, JSON::RPC, Pod::To::HTML, p6doc, MIME::Base64, PSGI, Shell::Command, File::Find | |
==> Debugger::UI::CommandLine depends on Terminal::ANSIColor | |
==> SVG depends on XML::Writer | |
==> SVG::Plot depends on SVG | |
==> SVG depends on XML::Writer | |
==> Grammar::Debugger depends on Terminal::ANSIColor | |
==> panda depends on File::Find, Shell::Command, JSON::Fast | |
==> Shell::Command depends on File::Find | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
==> Bailador depends on HTTP::Easy, Template::Mojo, Template::Mustache, URI | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
==> Template::Mustache depends on JSON::Fast | |
==> Linenoise depends on LibraryMake | |
==> LibraryMake depends on Shell::Command | |
==> Shell::Command depends on File::Find | |
URI provides the requested URI::Escape | |
==> LWP::Simple depends on MIME::Base64, URI, URI | |
==> JSON::RPC depends on JSON::Tiny, URI, HTTP::Easy, LWP::Simple | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
URI provides the requested URI::Escape | |
==> LWP::Simple depends on MIME::Base64, URI, URI | |
==> Pod::To::HTML depends on URI | |
==> p6doc depends on URI, File::Temp | |
==> File::Temp depends on File::Directory::Tree | |
==> PSGI depends on HTTP::Status | |
==> Shell::Command depends on File::Find | |
==> Fetching Terminal::ANSIColor | |
==> Building Terminal::ANSIColor | |
==> Testing Terminal::ANSIColor | |
t/00-load.t .. ok | |
All tests successful. | |
Files=1, Tests=1, 3 wallclock secs ( 0.02 usr 0.01 sys + 3.33 cusr 0.37 csys = 3.73 CPU) | |
Result: PASS | |
==> Installing Terminal::ANSIColor | |
==> Successfully installed Terminal::ANSIColor | |
==> Fetching Debugger::UI::CommandLine | |
==> Building Debugger::UI::CommandLine | |
==> Testing Debugger::UI::CommandLine | |
==> Installing Debugger::UI::CommandLine | |
==> Successfully installed Debugger::UI::CommandLine | |
==> Fetching ufo | |
==> Building ufo | |
==> Testing ufo | |
==> Installing ufo | |
==> Successfully installed ufo | |
==> Fetching XML::Writer | |
==> Building XML::Writer | |
==> Testing XML::Writer | |
t/escaping.t ... ok | |
t/structure.t .. ok | |
All tests successful. | |
Files=2, Tests=11, 4 wallclock secs ( 0.03 usr 0.03 sys + 3.85 cusr 0.49 csys = 4.40 CPU) | |
Result: PASS | |
==> Installing XML::Writer | |
==> Successfully installed XML::Writer | |
==> Fetching SVG | |
==> Building SVG | |
==> Testing SVG | |
t/basics.t .. ok | |
All tests successful. | |
Files=1, Tests=3, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.67 cusr 0.49 csys = 4.19 CPU) | |
Result: PASS | |
==> Installing SVG | |
==> Successfully installed SVG | |
==> Fetching SVG::Plot | |
==> Building SVG::Plot | |
==> Testing SVG::Plot | |
t/series.t .. ok | |
t/ticks.t ... ok | |
All tests successful. | |
Files=2, Tests=10, 8 wallclock secs ( 0.02 usr 0.01 sys + 6.63 cusr 0.75 csys = 7.41 CPU) | |
Result: PASS | |
==> Installing SVG::Plot | |
==> Successfully installed SVG::Plot | |
==> Fetching Test::Mock | |
==> Building Test::Mock | |
==> Testing Test::Mock | |
t/returning.t .. ok | |
t/synopsis.t ... ok | |
t/with.t ....... ok | |
All tests successful. | |
Files=3, Tests=13, 5 wallclock secs ( 0.03 usr 0.02 sys + 4.30 cusr 0.56 csys = 4.91 CPU) | |
Result: PASS | |
==> Installing Test::Mock | |
==> Successfully installed Test::Mock | |
==> Fetching Grammar::Profiler::Simple | |
==> Building Grammar::Profiler::Simple | |
==> Testing Grammar::Profiler::Simple | |
t/csv.t .. ok | |
All tests successful. | |
Files=1, Tests=15, 3 wallclock secs ( 0.02 usr 0.01 sys + 2.93 cusr 0.34 csys = 3.30 CPU) | |
Result: PASS | |
==> Installing Grammar::Profiler::Simple | |
==> Successfully installed Grammar::Profiler::Simple | |
==> Fetching Grammar::Debugger | |
==> Building Grammar::Debugger | |
==> Testing Grammar::Debugger | |
t/debugger.t .. ok | |
t/tracer.t .... ok | |
All tests successful. | |
Files=2, Tests=2, 6 wallclock secs ( 0.02 usr 0.01 sys + 5.46 cusr 0.80 csys = 6.29 CPU) | |
Result: PASS | |
==> Installing Grammar::Debugger | |
==> Successfully installed Grammar::Debugger | |
==> Fetching JSON::Tiny | |
==> Building JSON::Tiny | |
==> Testing JSON::Tiny | |
t/01-parse.t ...... ok | |
t/02-structure.t .. ok | |
t/03-unicode.t .... ok | |
t/04-roundtrip.t .. ok | |
t/05-utf16.t ...... ok | |
All tests successful. | |
Files=5, Tests=122, 8 wallclock secs ( 0.06 usr 0.03 sys + 7.68 cusr 1.13 csys = 8.90 CPU) | |
Result: PASS | |
==> Installing JSON::Tiny | |
==> Successfully installed JSON::Tiny | |
==> Fetching Digest::MD5 | |
==> Building Digest::MD5 | |
==> Testing Digest::MD5 | |
t/0-load-module.t .. ok | |
t/1-readme.t ....... ok | |
t/perl5-compat.t ... ok | |
All tests successful. | |
Files=3, Tests=28, 10 wallclock secs ( 0.03 usr 0.02 sys + 9.36 cusr 0.76 csys = 10.17 CPU) | |
Result: PASS | |
==> Installing Digest::MD5 | |
==> Successfully installed Digest::MD5 | |
==> Fetching File::Find | |
==> Building File::Find | |
==> Testing File::Find | |
t/01-file-find.t .. ok | |
All tests successful. | |
Files=1, Tests=11, 5 wallclock secs ( 0.02 usr 0.00 sys + 3.71 cusr 0.39 csys = 4.12 CPU) | |
Result: PASS | |
==> Installing File::Find | |
File::Find:ver<0.1>:auth<>:api<> already installed | |
in block at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/DB5CB6ACAA309A482EAEC111B74233F08F9DED9B line 61 | |
in sub indir at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/14D788ABB69B34A6E2ACE64FC6B6305DDDC8A6D9 line 20 | |
in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/DB5CB6ACAA309A482EAEC111B74233F08F9DED9B line 42 | |
in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 146 | |
in block at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 214 | |
in method resolve at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 208 | |
in sub MAIN at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/6DB0781F3AC92F5780EECA7F4538A9980B815E20 line 18 | |
in block <unit> at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/6DB0781F3AC92F5780EECA7F4538A9980B815E20 line 150 | |
Actually thrown at: | |
in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/DB5CB6ACAA309A482EAEC111B74233F08F9DED9B line 44 | |
in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 146 | |
in block at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 214 | |
in method resolve at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/BF0E9715777D3E6C75C8CFF89F01A46A92EC83E8 line 208 | |
in sub MAIN at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/6DB0781F3AC92F5780EECA7F4538A9980B815E20 line 18 | |
in block <unit> at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/6DB0781F3AC92F5780EECA7F4538A9980B815E20 line 150 | |
zoffix@ignorantdesigner:~$ panda --force install Task::Star | |
==> Task::Star depends on panda, HTTP::Status, HTTP::Easy, Template::Mojo, Bailador, DBIish, URI, Linenoise, LWP::Simple, JSON::RPC, Pod::To::HTML, p6doc, MIME::Base64, PSGI, Shell::Command, File::Find | |
==> panda depends on File::Find, Shell::Command, JSON::Fast | |
==> Shell::Command depends on File::Find | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
==> Bailador depends on HTTP::Easy, Template::Mojo, Template::Mustache, URI | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
==> Template::Mustache depends on JSON::Fast | |
==> Linenoise depends on LibraryMake | |
==> LibraryMake depends on Shell::Command | |
==> Shell::Command depends on File::Find | |
URI provides the requested URI::Escape | |
==> LWP::Simple depends on MIME::Base64, URI, URI | |
==> JSON::RPC depends on URI, HTTP::Easy, LWP::Simple | |
==> HTTP::Easy depends on HTTP::Status, PSGI | |
==> PSGI depends on HTTP::Status | |
URI provides the requested URI::Escape | |
==> LWP::Simple depends on MIME::Base64, URI, URI | |
==> Pod::To::HTML depends on URI | |
==> p6doc depends on URI, File::Temp | |
==> File::Temp depends on File::Directory::Tree | |
==> PSGI depends on HTTP::Status | |
==> Shell::Command depends on File::Find | |
==> Fetching File::Find | |
==> Building File::Find | |
==> Testing File::Find | |
t/01-file-find.t .. ok | |
All tests successful. | |
Files=1, Tests=11, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.69 cusr 0.44 csys = 4.16 CPU) | |
Result: PASS | |
==> Installing File::Find | |
==> Successfully installed File::Find | |
==> Fetching Shell::Command | |
==> Building Shell::Command | |
==> Testing Shell::Command | |
t/02-shell-command.t .. ok | |
All tests successful. | |
Files=1, Tests=16, 5 wallclock secs ( 0.03 usr 0.00 sys + 4.37 cusr 0.52 csys = 4.92 CPU) | |
Result: PASS | |
==> Installing Shell::Command | |
==> Successfully installed Shell::Command | |
==> Fetching JSON::Fast | |
==> Building JSON::Fast | |
==> Testing JSON::Fast | |
t/01-parse.t ...... ok | |
t/02-structure.t .. ok | |
t/03-unicode.t .... ok | |
t/04-roundtrip.t .. ok | |
All tests successful. | |
Files=4, Tests=120, 6 wallclock secs ( 0.04 usr 0.03 sys + 5.68 cusr 0.72 csys = 6.47 CPU) | |
Result: PASS | |
==> Installing JSON::Fast | |
==> Successfully installed JSON::Fast | |
==> Fetching panda | |
==> Building panda | |
==> Testing panda | |
t/builder.t .... ok | |
t/common.t ..... ok | |
t/ecosystem.t .. ok | |
Copying lib/foo.pir to /home/zoffix/.panda-work/1451498031_4/removeme/lib/foo.pir | |
Copying lib/foo.pm to /home/zoffix/.panda-work/1451498031_4/removeme/lib/foo.pm | |
Copying lib/foo.jar to /home/zoffix/.panda-work/1451498031_4/removeme/lib/foo.jar | |
Copying lib/bar.pod to /home/zoffix/.panda-work/1451498031_4/removeme/lib/bar.pod | |
Copying lib/baz.js to /home/zoffix/.panda-work/1451498031_4/removeme/lib/baz.js | |
Copying lib/foo.moarvm to /home/zoffix/.panda-work/1451498031_4/removeme/lib/foo.moarvm | |
Copying bin/bar to /home/zoffix/.panda-work/1451498031_4/removeme/bin/bar | |
t/installer.t .. ok | |
t/tester.t ..... ok | |
All tests successful. | |
Files=5, Tests=28, 20 wallclock secs ( 0.03 usr 0.03 sys + 17.81 cusr 2.60 csys = 20.47 CPU) | |
Result: PASS | |
==> Installing panda | |
==> Successfully installed panda | |
==> Fetching HTTP::Status | |
==> Building HTTP::Status | |
==> Testing HTTP::Status | |
t/01-basic.t ..... ok | |
t/02-is-tests.t .. ok | |
All tests successful. | |
Files=2, Tests=46, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.52 cusr 0.39 csys = 3.95 CPU) | |
Result: PASS | |
==> Installing HTTP::Status | |
==> Successfully installed HTTP::Status | |
==> Fetching PSGI | |
==> Building PSGI | |
==> Testing PSGI | |
t/encode-psgi-response.t .. ok | |
t/populate-psgi-env.t ..... ok | |
All tests successful. | |
Files=2, Tests=28, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.18 cusr 0.59 csys = 4.81 CPU) | |
Result: PASS | |
==> Installing PSGI | |
==> Successfully installed PSGI | |
==> Fetching HTTP::Easy | |
==> Building HTTP::Easy | |
==> Testing HTTP::Easy | |
t/01-load.t .. ok | |
All tests successful. | |
Files=1, Tests=2, 7 wallclock secs ( 0.03 usr 0.01 sys + 5.96 cusr 0.92 csys = 6.92 CPU) | |
Result: PASS | |
==> Installing HTTP::Easy | |
==> Successfully installed HTTP::Easy | |
==> Fetching Template::Mojo | |
==> Building Template::Mojo | |
==> Testing Template::Mojo | |
WARNINGS for /home/zoffix/.panda-work/1451498114_8/EVAL_7: | |
Useless use of constant string "blarg" in sink context (line 1) | |
WARNINGS for /home/zoffix/.panda-work/1451498114_8/EVAL_13: | |
Useless use of constant integer 0 in sink context (line 1) | |
t/00-basic.t ..... ok | |
t/01-template.t .. ok | |
t/02-complex.t ... ok | |
t/03-capture.t ... ok | |
All tests successful. | |
Files=4, Tests=22, 7 wallclock secs ( 0.04 usr 0.03 sys + 6.05 cusr 0.72 csys = 6.84 CPU) | |
Result: PASS | |
==> Installing Template::Mojo | |
==> Successfully installed Template::Mojo | |
==> Fetching Template::Mustache | |
==> Building Template::Mustache | |
==> Testing Template::Mustache | |
t/01-basic.t ....... ok | |
t/02-file.t ........ ok | |
t/03-cascade.t ..... ok | |
t/04-lambda.t ...... ok | |
t/10-objects.t ..... ok | |
t/50-readme.t ...... ok | |
t/91-specs.t ....... ok | |
t/92-specs-file.t .. ok | |
All tests successful. | |
Files=8, Tests=27, 13 wallclock secs ( 0.05 usr 0.05 sys + 11.61 cusr 1.18 csys = 12.89 CPU) | |
Result: PASS | |
==> Installing Template::Mustache | |
==> Successfully installed Template::Mustache | |
==> Fetching URI | |
==> Building URI | |
==> Testing URI | |
t/01.t ................... ok | |
t/escape.t ............... ok | |
t/november-urlencoded.t .. ok | |
t/rfc-3986-examples.t .... ok | |
All tests successful. | |
Files=4, Tests=93, 11 wallclock secs ( 0.05 usr 0.02 sys + 9.83 cusr 1.36 csys = 11.26 CPU) | |
Result: PASS | |
==> Installing URI | |
==> Successfully installed URI | |
==> Fetching Bailador | |
==> Building Bailador | |
==> Testing Bailador | |
t/01-route-existance.t ..... ok | |
t/03-response-content.t .... ok | |
t/04-templates-mustache.t .. ok | |
t/04-templates.t ........... ok | |
t/05-post-content.t ........ ok | |
t/06-cookies.t ............. ok | |
t/07-errors.t .............. ok | |
All tests successful. | |
Files=7, Tests=551, 46 wallclock secs ( 0.20 usr 0.05 sys + 40.56 cusr 4.30 csys = 45.11 CPU) | |
Result: PASS | |
==> Installing Bailador | |
==> Successfully installed Bailador | |
==> Fetching DBIish | |
==> Building DBIish | |
==> Testing DBIish | |
# Using PGDATABASE: (none) | |
t/01-connectconfig-pg.t ... ok | |
t/05-mock.t ............... ok | |
NativeCall: Consider adding the api version of the library you want to use, sub foo is native(mysqlclient, v1) | |
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory | |
t/10-mysql.t .............. ok | |
NativeCall: Consider adding the api version of the library you want to use, sub foo is native(mysqlclient, v1) | |
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory | |
t/25-mysql-common.t ....... ok | |
t/30-pg.t ................. ok | |
# Connect failed with error FATAL: database "zoffix" does not exist | |
t/35-pg-common.t .......... ok | |
# Connect failed with error Cannot locate native library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory | |
t/40-sqlite-common.t ...... ok | |
t/41-sqlite-exec-error.t .. ok | |
All tests successful. | |
Files=8, Tests=290, 83 wallclock secs ( 0.08 usr 0.05 sys + 76.26 cusr 5.61 csys = 82.00 CPU) | |
Result: PASS | |
==> Installing DBIish | |
==> Successfully installed DBIish | |
==> Fetching LibraryMake | |
==> Building LibraryMake | |
==> Testing LibraryMake | |
t/01-basic.t .. ok | |
All tests successful. | |
Files=1, Tests=7, 7 wallclock secs ( 0.04 usr 0.01 sys + 5.41 cusr 0.80 csys = 6.26 CPU) | |
Result: PASS | |
==> Installing LibraryMake | |
==> Successfully installed LibraryMake | |
==> Fetching Linenoise | |
==> Building Linenoise | |
===SORRY!=== | |
P6M Merging GLOBAL symbols failed: duplicate definition of symbol Panda | |
zoffix@ignorantdesigner:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment