Skip to content

Instantly share code, notes, and snippets.

@MattOates
Last active September 29, 2016 11:43
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 MattOates/45e87e3aba73ad875fae34f396a56c01 to your computer and use it in GitHub Desktop.
Save MattOates/45e87e3aba73ad875fae34f396a56c01 to your computer and use it in GitHub Desktop.
$ rakudobrew build moar
Update git reference: rakudo
Cloning into 'rakudo'...
remote: Counting objects: 137665, done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 137665 (delta 22), reused 1 (delta 1), pack-reused 137611
Receiving objects: 100% (137665/137665), 36.46 MiB | 11.00 MiB/s, done.
Resolving deltas: 100% (101488/101488), done.
Checking connectivity... done.
Already up-to-date.
Update git reference: nqp
Cloning into 'nqp'...
remote: Counting objects: 61412, done.
remote: Compressing objects: 100% (401/401), done.
remote: Total 61412 (delta 248), reused 0 (delta 0), pack-reused 60995
Receiving objects: 100% (61412/61412), 101.24 MiB | 12.62 MiB/s, done.
Resolving deltas: 100% (38918/38918), done.
Checking connectivity... done.
Already up-to-date.
Update git reference: MoarVM
Cloning into 'MoarVM'...
remote: Counting objects: 49851, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 49851 (delta 3), reused 0 (delta 0), pack-reused 49837
Receiving objects: 100% (49851/49851), 28.54 MiB | 9.04 MiB/s, done.
Resolving deltas: 100% (35146/35146), done.
Checking connectivity... done.
Already up-to-date.
Cloning into 'moar-nom'...
Checking connectivity... done.
ed0ced2e5dec1dc8547410c0feb6a30eeeabf1f0
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 ed0ced2... Merge pull request #890 from usev6/rt122732
ATTENTION: no --prefix supplied, building and installing to /Users/con-mo8/.rakudobrew/moar-nom/install
sh: /Users/con-mo8/.rakudobrew/moar-nom/install/bin/nqp-m: No such file or directory
Cloning into 'nqp'...
Checking connectivity... done.
Note: checking out '2016.09-62-g104bbc8'.
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 104bbc8... Merge pull request #308 from usev6/rt122732
Building NQP ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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
Creating tools/build/install-jvm-runner.pl ...
Can't exec "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar": No such file or directory at tools/lib/NQP/Configure.pm line 284.
Cloning into 'MoarVM'...
Checking connectivity... done.
Note: checking out '2016.09-3-g9b39aa5'.
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 9b39aa5... Update to the Unicode 9 database.
Configuring and building MoarVM ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomic_ops/src -I3rdparty/libtommath -I3rdparty/dynasm -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
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/callstack.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
src/6model/reprs/P6opaque.c:721:100: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
MVM_exception_throw_adhoc(tc, "P6opaque: missing attribute name for attribute %d", i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:769:129: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
"Duplicate box_target for native int: attributes %d and %d", repr_data->unbox_int_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:775:129: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
"Duplicate box_target for native num: attributes %d and %d", repr_data->unbox_num_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:781:129: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
"Duplicate box_target for native str: attributes %d and %d", repr_data->unbox_str_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:820:105: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
"Duplicate positional delegate attributes: %d and %d", repr_data->pos_del_slot, cur_slot);
~~ ^~~~~~~~
%lld
src/6model/reprs/P6opaque.c:830:106: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
"Duplicate associative delegate attributes: %d and %d", repr_data->pos_del_slot, cur_slot);
~~ ^~~~~~~~
%lld
6 warnings generated.
compiling src/6model/reprs/MVMCode.o
compiling src/6model/reprs/MVMOSHandle.o
compiling src/6model/reprs/MVMCompUnit.o
compiling src/6model/reprs/MVMStaticFrame.o
src/6model/reprs/MVMStaticFrame.c:364:30: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/6model/reprs/MVMStaticFrame.c:364:30: note: place parentheses around the assignment to silence this warning
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
^
( )
src/6model/reprs/MVMStaticFrame.c:364:30: note: use '==' to turn this assignment into an equality comparison
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
^
==
1 warning generated.
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/reprs/Decoder.o
compiling src/6model/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
src/6model/serialization.c:1638:89: warning: format specifies type 'int' but the argument has type 'MVMint64' (aka 'long long') [-Wformat]
fail_deserialize(tc, reader, "Cannot read a c string with negative length %d.", len);
~~ ^~~
%lld
1 warning generated.
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
src/jit/compile.c:134:18: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
label, code->func_ptr, code->size, ((char*)label) - ((char*)code->func_ptr),
^~~~~
src/jit/compile.c:134:25: warning: format specifies type 'unsigned int' but the argument has type 'MVMJitFunc' (aka 'int (*)(struct MVMThreadContext *, struct MVMCompUnit *, void *)') [-Wformat]
label, code->func_ptr, code->size, ((char*)label) - ((char*)code->func_ptr),
^~~~~~~~~~~~~~
src/jit/compile.c:134:41: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
label, code->func_ptr, code->size, ((char*)label) - ((char*)code->func_ptr),
^~~~~~~~~~
src/jit/compile.c:134:53: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
label, code->func_ptr, code->size, ((char*)label) - ((char*)code->func_ptr),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
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/profiler/heapsnapshot.o
src/profiler/heapsnapshot.c:282:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:282:18: note: place parentheses around the assignment to silence this warning
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
^
( )
src/profiler/heapsnapshot.c:282:18: note: use '==' to turn this assignment into an equality comparison
while (c_ptr = MVM_gc_worklist_get(tc, ss->gcwl)) {
^
==
src/profiler/heapsnapshot.c:771:13: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
s->references[i].description & ((1 << MVM_SNAPSHOT_REF_KIND_BITS) - 1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^~~~~~~~~~~
src/profiler/heapsnapshot.c:772:13: warning: format specifies type 'unsigned long' but the argument has type 'MVMuint64' (aka 'unsigned long long') [-Wformat]
s->references[i].description >> MVM_SNAPSHOT_REF_KIND_BITS,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^~~~~~~~~~~
src/profiler/heapsnapshot.c:773:13: warning: format specifies type 'unsigned long' but the argument has type 'MVMuint64' (aka 'unsigned long long') [-Wformat]
s->references[i].collectable_index);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf'
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
^~~~~~~~~~~
4 warnings generated.
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
clang -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1 -DMVM_TRACING=0 -DMVM_CGOTO=1 -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" 3rdparty/dynasm/minilua.c -o 3rdparty/dynasm/minilua -lpthread
./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...
done.
linking 3rdparty/libatomic_ops/src/libatomic_ops.a
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking target system type... x86_64-apple-darwin15.6.0
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
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... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking dependency style of clang... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
clang -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1 -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
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/darwin.o
compiling 3rdparty/libuv/src/unix/darwin-proctitle.o
compiling 3rdparty/libuv/src/unix/fsevents.o
compiling 3rdparty/libuv/src/unix/kqueue.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.dylib
linking moar
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/bin"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e cp moar "/Users/con-mo8/.rakudobrew/moar-nom/install/bin"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e chmod 755 "/Users/con-mo8/.rakudobrew/moar-nom/install/bin/moar"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/lib"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/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.24.0/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.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/share/pkgconfig"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/core"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gc"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/gen"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/io"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/mast"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/math"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/platform"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/profiler"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/spesh"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/strings"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/jit"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath "/Users/con-mo8/.rakudobrew/moar-nom/install/include/moar/instrument"
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libuv
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/libtommath
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/bin/perl -MExtUtils::Command -e mkpath /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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.24.0/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.24.0/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /Users/con-mo8/.rakudobrew/moar-nom/install/include/dyncall
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/con-mo8/.rakudobrew/moar-nom/install/lib/libmoar.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/con-mo8/.rakudobrew/moar-nom/install/lib/libmoar.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
Cleaning up ...
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/con-mo8/.rakudobrew/moar-nom/install/lib/libmoar.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/con-mo8/.rakudobrew/moar-nom/install/lib/libmoar.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
make: *** [gen/moar/stage1/nqpmo.moarvm] Trace/BPT trap: 5
Command failed (status 512): make
Command failed (status 512): /Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/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
Failed running /Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl Configure.pl --backends=moar --gen-moar --git-reference="/Users/con-mo8/.rakudobrew/bin/../git_reference" --make-install at /Users/con-mo8/.rakudobrew/bin/rakudobrew line 58.
main::run("/Users/con-mo8/perl5/perlbrew/perls/perl-5.24.0/bin/perl Conf"...) called at /Users/con-mo8/.rakudobrew/bin/rakudobrew line 386
main::build_impl("moar", undef, "") called at /Users/con-mo8/.rakudobrew/bin/rakudobrew line 116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment