Skip to content

Instantly share code, notes, and snippets.

@con-mo8
Last active December 18, 2015 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save con-mo8/a760e1424b50ac0a8589 to your computer and use it in GitHub Desktop.
Save con-mo8/a760e1424b50ac0a8589 to your computer and use it in GitHub Desktop.
Linenoise going wonky looks like precomp issues.

$ rakudobrew build moar

remote: Counting objects: 308, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 308 (delta 220), reused 220 (delta 220), pack-reused 85
Receiving objects: 100% (308/308), 111.66 KiB | 0 bytes/s, done.
Resolving deltas: 100% (241/241), completed with 34 local objects.
From git://github.com/rakudo/rakudo
   f303efc..e773aca  nom        -> origin/nom
e773acaeab6266ac7295066b39a26eb2b78cd1ea
Previous HEAD position was f303efc... Enforce SSA on sigilless in `my (\x, \y) = 1, 2;`.
HEAD is now at e773aca... Merge pull request #638 from Skarsnik/nom
ATTENTION: no --prefix supplied, building and installing to /Users/con-mo8/.rakudobrew/moar-nom/install
remote: Counting objects: 145, done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 145 (delta 98), reused 91 (delta 44), pack-reused 0
Receiving objects: 100% (145/145), 367.01 KiB | 0 bytes/s, done.
Resolving deltas: 100% (98/98), completed with 32 local objects.
From https://github.com/perl6/nqp
   b13205b..66e2e9d  master     -> origin/master
 * [new branch]      sized-natives -> origin/sized-natives
Previous HEAD position was b13205b... Deconfuse language/implementation version.
HEAD is now at e3b16b2... Merge branch 'sized-natives'
Building NQP ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl Configure.pl --prefix=/Users/con-mo8/.rakudobrew/moar-nom/install --backends=moar --make-install --git-protocol=https --git-reference=/Users/con-mo8/.rakudobrew/bin/../git_reference --gen-moar
Found /Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar version 2015.11-50-ga677430, which is too old.
remote: Counting objects: 228, done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 228 (delta 171), reused 124 (delta 124), pack-reused 32
Receiving objects: 100% (228/228), 71.89 KiB | 0 bytes/s, done.
Resolving deltas: 100% (171/171), completed with 49 local objects.
From https://github.com/MoarVM/MoarVM
   49f10b9..975be18  master     -> origin/master
Previous HEAD position was a677430... include stdbool.h conditionally
HEAD is now at 278b18a... Merge branch 'sized-native-fixes'

Configuring and building MoarVM ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl Configure.pl --optimize --prefix=/Users/con-mo8/.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 ...................... NO

        make: make
     compile: clang -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1
        link: clang  -O3 -DNDEBUG -Wl,-rpath,@libdir@ -Wl,-rpath,@prefix@/share/perl6/site/lib
        libs: -lpthread

  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
compiling src/jit/emit_posix_x64.o
linking libmoar.dylib
linking moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp moar /Users/con-mo8/.rakudobrew/moar-nom/install/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp libmoar.dylib libmoar.dylib /Users/con-mo8/.rakudobrew/moar-nom/install/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/pkgconfig
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc /Users/con-mo8/.rakudobrew/moar-nom/install/share/pkgconfig
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gen/config.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/6model/reprs
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/core
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gen
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/io
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/mast
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/math
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/platform
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/profiler
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/spesh
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/strings
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/jit
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/instrument
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/6model/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/6model
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/6model/reprs
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/core/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/core
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/gen/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gen
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/io/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/io
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/mast/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/mast
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/math/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/math
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/platform/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/platform
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/profiler/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/profiler
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/spesh/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/spesh
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/strings/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/strings
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/jit/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/jit
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/instrument/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/instrument
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libtommath
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/msinttypes
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/sha1
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/tinymt
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/msinttypes/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/msinttypes
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/sha1/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/sha1
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/tinymt/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/tinymt
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/hpc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ibmc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/msftc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/libtommath
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
Cleaning up ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/.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 /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Ops.nqp
/Users/con-mo8/.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 /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Nodes.nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/stage1/nqp-config.nqp
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/.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 /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Ops.nqp
/Users/con-mo8/.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 /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/MAST/Nodes.nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/stage2/nqp-config.nqp
/Users/con-mo8/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
/Users/con-mo8/.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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqpmo.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/ModuleLoader.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPCORE.setting.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QASTNode.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QRegex.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPHLL.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTOps.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/MASTNodes.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/QAST.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/NQPP6QRegex.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp gen/moar/stage2/nqp.moarvm .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage2/gen
/Users/con-mo8/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
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp-m nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/profiler
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqpmo.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp ModuleLoader.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPCORE.setting.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QASTNode.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QRegex.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPHLL.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp MASTOps.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp MASTNodes.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp QAST.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPP6QRegex.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp NQPP5QRegex.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp src/vm/moar/profiler/template.html /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/profiler/template.html
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/install-moar-runner.pl "" /Users/con-mo8/.rakudobrew/moar-nom/install
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp nqp-m nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp /Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m /Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp

NQP has been built and installed.
Using /Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m (version 2015.11-77-ge3b16b2 / MoarVM 2015.11-67-g278b18a).
Cleaning up ...
/Users/con-mo8/.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
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/ModuleLoader.moarvm --encoding=utf8 \
	    gen/moar/m-ModuleLoader.nqp
clang -c  -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1  -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/sha1 -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/tinymt  -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libtommath \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv -I/Users/con-mo8/.rakudobrew/moar-nom/install/include -o dynext/perl6_ops.o src/vm/moar/ops/perl6_ops.c
clang -c  -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1  -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libatomic_ops \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/sha1 -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/tinymt  -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libtommath \
	    -I/Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv -I/Users/con-mo8/.rakudobrew/moar-nom/install/include -o dynext/container.o src/vm/moar/ops/container.c
clang  -L/Users/con-mo8/.rakudobrew/moar-nom/install/lib -dynamiclib -O3 -DNDEBUG -Wl,-rpath,/Users/con-mo8/.rakudobrew/moar-nom/install/lib -Wl,-rpath,/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/lib  -O3 -DNDEBUG -lpthread -o dynext/libperl6_ops_moar.dylib dynext/perl6_ops.o dynext/container.o -lmoar /Users/con-mo8/.rakudobrew/moar-nom/install/lib/libmoar.dylib
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Ops.moarvm --encoding=utf8 \
	    src/vm/moar/Perl6/Ops.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Pod.moarvm --encoding=utf8 \
	    src/Perl6/Pod.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/World.moarvm --encoding=utf8 \
	    src/Perl6/World.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Actions.nqp > gen/moar/m-Perl6-Actions.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Actions.moarvm --encoding=utf8 \
	    gen/moar/m-Perl6-Actions.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Grammar.moarvm --encoding=utf8 \
	    src/Perl6/Grammar.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar src/Perl6/Optimizer.nqp > gen/moar/m-Perl6-Optimizer.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Optimizer.moarvm --encoding=utf8 \
	    gen/moar/m-Perl6-Optimizer.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Compiler.moarvm --encoding=utf8 \
	    src/Perl6/Compiler.nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/gen-version.pl > gen/moar/main-version.nqp
/Users/con-mo8/.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
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=perl6.moarvm \
	    --vmlibs=dynext/libperl6_ops_moar.dylib=Rakudo_ops_init gen/moar/m-main.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m tools/build/gen-cat.nqp moar -f tools/build/common_bootstrap_sources > gen/moar/m-Metamodel.nqp
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/Metamodel.moarvm --encoding=utf8 \
	    gen/moar/m-Metamodel.nqp
/Users/con-mo8/.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
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=blib/Perl6/BOOTSTRAP.moarvm --encoding=utf8 \
        --vmlibs=dynext/libperl6_ops_moar.dylib=Rakudo_ops_init gen/moar/m-BOOTSTRAP.nqp
/Users/con-mo8/.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.
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar --libpath="/Users/con-mo8/.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      :  66.199
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   : WARNINGS for /Users/con-mo8/.rakudobrew/moar-nom/gen/moar/m-CORE.setting:
Useless use of constant integer 0 in sink context (line 21731)
Useless use of constant integer 1 in sink context (line 27272)
  9.007
Stage mast       :  15.299
Stage mbc        :   0.206
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar --libpath="/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" perl6.moarvm --target=mbc --ll-exception --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-m . "" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-m
/Users/con-mo8/.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
/Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m --target=mbc --output=perl6-debug.moarvm \
	    --vmlibs=dynext/libperl6_ops_moar.dylib=Rakudo_ops_init gen/moar/m-perl6-debug.nqp
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6-debug.moarvm perl6-debug-m . "" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-gdb-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-gdb-m . "gdb" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-gdb-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6-valgrind-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm perl6-valgrind-m . "valgrind" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" .
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6-valgrind-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e rm_f perl6
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp perl6-m perl6
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 perl6
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6
/Users/con-mo8/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 /Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp CORE.setting.moarvm RESTRICTED.setting.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp perl6.moarvm perl6-debug.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime/dynext
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp dynext/libperl6_ops_moar.dylib /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime/dynext
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/dist
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/sources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/resources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/short
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/vendor/dist
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/vendor/sources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/vendor/resources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/vendor/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/vendor/short
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/dist
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/resources
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/bin
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/short
./perl6-m tools/build/install-core-dist.pl
installed!
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-m "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6-debug.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-debug-m "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-m
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-gdb-m "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime" "gdb" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-valgrind-m "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime" "valgrind" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl tools/build/create-moar-runner.pl "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar" perl6.moarvm /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-m "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime" "" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/nqp/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/lib" "/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/runtime"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e cp /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6-m /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6
/Users/con-mo8/perl5/perlbrew/perls/perl-5.20.2/bin/perl -MExtUtils::Command -e chmod 755 /Users/con-mo8/.rakudobrew/moar-nom/install/bin/perl6

Rakudo has been built and installed.
Updating panda as well
Already on 'master'
Your branch is up-to-date with 'origin/master'.
==> Bootstrapping Panda
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in sub MAIN at bootstrap.pl:41
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in sub MAIN at bootstrap.pl:56
==> Installing panda from a local directory '/Users/con-mo8/.rakudobrew/moar-nom/panda'
==> Fetching panda
==> Building panda
==> Testing panda
t/builder.t .... ok
t/common.t ..... ok
t/ecosystem.t .. ok
Copying lib/bar.pod to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/bar.pod
Copying lib/baz.js to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/baz.js
Copying lib/foo.jar to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/foo.jar
Copying lib/foo.pir to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/foo.pir
Copying lib/foo.pm to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/foo.pm
Copying lib/foo.moarvm to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/lib/foo.moarvm
Copying bin/bar to /Users/con-mo8/.rakudobrew/moar-nom/panda/.panda-work/1450431648_1/removeme/bin/bar
t/installer.t .. ok
t/tester.t ..... ok
All tests successful.
Files=5, Tests=28, 21 wallclock secs ( 0.04 usr  0.02 sys + 18.83 cusr  1.87 csys = 20.76 CPU)
Result: PASS
==> Installing panda
==> Successfully installed panda
==> Please make sure that inst#/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/bin is in your PATH
Updating shims
Done, built panda for moar-nom
Updating shims
Done, moar-nom built

$ panda install Linenoise

==> Linenoise depends on LibraryMake
==> Fetching LibraryMake
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in sub git-fetch at /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources/F4E15FF2EB717CB37FAA0930D7919D7A70410034:39
==> Building LibraryMake
==> Testing LibraryMake
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in code  at /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources/AED7C0BE26DC076C47C13BAFC2BDCC1B640ED103:4
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in block  at /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources/793DD6A466396EF16402F67A39FAD32DFE6F1E88:71
t/01-basic.t .. ok
All tests successful.
Files=1, Tests=7,  5 wallclock secs ( 0.02 usr  0.01 sys +  3.76 cusr  0.65 csys =  4.44 CPU)
Result: PASS
==> Installing LibraryMake
==> Successfully installed LibraryMake
==> Fetching Linenoise
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in sub git-fetch at /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources/F4E15FF2EB717CB37FAA0930D7919D7A70410034:39
==> Building Linenoise
Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in method build at /Users/con-mo8/.panda-work/1450434663_2/Build.pm:13
clang -c  -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1  -o linenoise.o linenoise.c
perl6 -e "mkdir 'resources'; mkdir 'resources/lib'"
clang -dynamiclib  -O3 -DNDEBUG -Wl,-rpath,/Users/con-mo8/.rakudobrew/moar-nom/install/lib -Wl,-rpath,/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/lib -lpthread -o  resources/lib/liblinenoise.dylib linenoise.o
perl6 -e "say ''" > resources/lib/liblinenoise.so
perl6 -e "say ''" > resources/lib/liblinenoise.dll
clang -o constant-helper -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1  constant-helper.c
perl6 fill-constants.pl < lib/Linenoise.pm.in > lib/Linenoise.pm
==> Testing Linenoise
==> Installing Linenoise
==> Successfully installed Linenoise

$ perl6

I ran into a problem while trying to set up REPL completions:
Cannot locate native library '/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/resources/376E187EB35EC22BEF7E2E4C048B3DA56F010E30.so': dlopen(/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/resources/376E187EB35EC22BEF7E2E4C048B3DA56F010E30.so, 1): no suitable image found.  Did find:
	/Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/resources/376E187EB35EC22BEF7E2E4C048B3DA56F010E30.so: file too short
Continuing without tab completions

Use of uninitialized value %ENV of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed.  in sub linenoise at /Users/con-mo8/.rakudobrew/moar-nom/install/share/perl6/site/sources/470068429222280E133334D9A4584B13472F246B:101
> >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment