Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created May 13, 2016 10:33
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 lizmat/ad2ee6979838c63b3a16910ef2d1cf9f to your computer and use it in GitHub Desktop.
Save lizmat/ad2ee6979838c63b3a16910ef2d1cf9f to your computer and use it in GitHub Desktop.
log of build fail
LizyPro:rakudo.moar liz$ rm -rf install
LizyPro:rakudo.moar liz$ perl Configure.pl --gen-moar --gen-nqp --backends=moar
ATTENTION: no --prefix supplied, building and installing to /Users/liz/Github/rakudo.moar/install
sh: /Users/liz/Github/rakudo.moar/install/bin/nqp-m: No such file or directory
HEAD is now at 7a7d0ab... Bump MOAR_REVISION for callframe changes.
Building NQP ...
/usr/local/bin/perl Configure.pl --prefix=/Users/liz/Github/rakudo.moar/install --backends=moar --make-install --git-protocol=https --gen-moar
Creating tools/build/install-jvm-runner.pl ...
Can't exec "/Users/liz/Github/rakudo.moar/install/bin/moar": No such file or directory at tools/lib/NQP/Configure.pm line 450.
HEAD is now at 799a0bd... Merge branch 'reframe'
Configuring and building MoarVM ...
/usr/local/bin/perl Configure.pl --optimize --prefix=/Users/liz/Github/rakudo.moar/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
src/gc/collect.c:572:17: warning: implicit declaration of function
'MVM_frame_destroy' is invalid in C99 [-Wimplicit-function-declaration]
MVM_frame_destroy(tc, (MVMFrame *)item);
^
1 warning generated.
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:709:100: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
..."P6opaque: missing attribute name for attribute %d", i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:757:129: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
...for native int: attributes %d and %d", repr_data->unbox_int_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:763:129: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
...for native num: attributes %d and %d", repr_data->unbox_num_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:769:129: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
...for native str: attributes %d and %d", repr_data->unbox_str_slot, i);
~~ ^
%lld
src/6model/reprs/P6opaque.c:810:105: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
...delegate attributes: %d and %d", repr_data->pos_del_slot, cur_slot);
~~ ^~~~~~~~
%lld
src/6model/reprs/P6opaque.c:820:106: warning: format specifies type 'int' but
the argument has type 'MVMint64' (aka 'long long') [-Wformat]
...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:363: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:363: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:363: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/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
src/6model/serialization.c:1655:20: warning: comparison of unsigned expression <
0 is always false [-Wtautological-compare]
} else if (len < 0) {
~~~ ^ ~
src/6model/serialization.c:1656:89: warning: format specifies type 'int' but the
argument has type 'size_t' (aka 'unsigned long') [-Wformat]
...reader, "Cannot read a c string with negative length %d.", len);
~~ ^~~
%zu
2 warnings 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) - ((c...
^~~~~
src/jit/compile.c:134:25: warning: format specifies type 'unsigned int' but the
argument has type 'MVMJitFunc' (aka 'MVMint32 (*)(MVMThreadContext *,
MVMCompUnit *, void *)') [-Wformat]
label, code->func_ptr, code->size, ((char*)label) - ((c...
^~~~~~~~~~~~~~
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) - ((c...
^~~~~~~~~~
src/jit/compile.c:134:53: warning: format specifies type 'int' but the argument
has type 'long' [-Wformat]
...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
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:43:18: warning: incompatible pointer types passing
'char **' to parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(col->strings_free), &(col->num_strings_free),
^~~~~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:66:18: warning: incompatible pointer types passing
'MVMHeapSnapshotCollectable **' (aka 'struct MVMHeapSnapshotCollectable
**') to parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(ss->hs->collectables), &(ss->hs->num_collectables),
^~~~~~~~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:72:18: warning: incompatible pointer types passing
'MVMHeapSnapshotWorkItem **' (aka 'struct MVMHeapSnapshotWorkItem **') to
parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(ss->workitems), &(ss->num_workitems), &(ss->alloc_workitems),
^~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:106:18: warning: incompatible pointer types passing
'MVMHeapSnapshotReference **' (aka 'struct MVMHeapSnapshotReference **')
to parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(ss->hs->references), &(ss->hs->num_references),
^~~~~~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:214:18: warning: incompatible pointer types passing
'MVMHeapSnapshotType **' (aka 'struct MVMHeapSnapshotType **') to
parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(ss->col->types), &(ss->col->num_types),
^~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:247:18: warning: incompatible pointer types passing
'MVMHeapSnapshotStaticFrame **' (aka 'struct MVMHeapSnapshotStaticFrame
**') to parameter of type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(ss->col->static_frames), &(ss->col->num_static_frames),
^~~~~~~~~~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:277: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:277: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:277: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:586:22: warning: incompatible pointer types passing
'MVMHeapSnapshot **' (aka 'struct MVMHeapSnapshot **') to parameter of
type 'void **' [-Wincompatible-pointer-types]
grow_storage(&(col->snapshots), &(col->num_snapshots), &(col->al...
^~~~~~~~~~~~~~~~~
src/profiler/heapsnapshot.c:15:33: note: passing argument to parameter 'store'
here
static void grow_storage(void **store, MVMuint64 *num, MVMuint64 *alloc...
^
src/profiler/heapsnapshot.c:645:25: warning: comparison of unsigned expression <
0 is always false [-Wtautological-compare]
if (item_chars < 0)
~~~~~~~~~~ ^ ~
src/profiler/heapsnapshot.c:681:25: warning: comparison of unsigned expression <
0 is always false [-Wtautological-compare]
if (item_chars < 0)
~~~~~~~~~~ ^ ~
src/profiler/heapsnapshot.c:719:25: warning: comparison of unsigned expression <
0 is always false [-Wtautological-compare]
if (item_chars < 0)
~~~~~~~~~~ ^ ~
src/profiler/heapsnapshot.c:750: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),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:751: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,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:752:13: warning: format specifies type
'unsigned long' but the argument has type 'MVMuint64' (aka
'unsigned long long') [-Wformat]
s->references[i].collectable_index);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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:753:24: warning: comparison of unsigned expression <
0 is always false [-Wtautological-compare]
if (item_chars < 0)
~~~~~~~~~~ ^ ~
15 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
compiling src/jit/emit_posix_x64.o
linking libmoar.dylib
linking moar
/usr/local/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/bin
/usr/local/bin/perl -MExtUtils::Command -e cp moar /Users/liz/Github/rakudo.moar/install/bin
/usr/local/bin/perl -MExtUtils::Command -e chmod 755 /Users/liz/Github/rakudo.moar/install/bin/moar
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/lib
/usr/local/bin/perl -MExtUtils::Command -e cp libmoar.dylib libmoar.dylib /Users/liz/Github/rakudo.moar/install/lib
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/share/nqp/lib/MAST
/usr/local/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp /Users/liz/Github/rakudo.moar/install/share/nqp/lib/MAST
/usr/local/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp /Users/liz/Github/rakudo.moar/install/share/nqp/lib/MAST
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/share/pkgconfig
/usr/local/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc /Users/liz/Github/rakudo.moar/install/share/pkgconfig
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar
/usr/local/bin/perl -MExtUtils::Command -e cp src/gen/config.h /Users/liz/Github/rakudo.moar/install/include/moar
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/6model/reprs
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/core
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/gc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/gen
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/io
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/mast
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/math
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/platform
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/profiler
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/spesh
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/strings
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/jit
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/moar/instrument
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h /Users/liz/Github/rakudo.moar/install/include/moar
/usr/local/bin/perl -MExtUtils::Command -e cp src/*.h /Users/liz/Github/rakudo.moar/install/include/moar
/usr/local/bin/perl -MExtUtils::Command -e cp src/6model/*.h /Users/liz/Github/rakudo.moar/install/include/moar/6model
/usr/local/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h /Users/liz/Github/rakudo.moar/install/include/moar/6model/reprs
/usr/local/bin/perl -MExtUtils::Command -e cp src/core/*.h /Users/liz/Github/rakudo.moar/install/include/moar/core
/usr/local/bin/perl -MExtUtils::Command -e cp src/gc/*.h /Users/liz/Github/rakudo.moar/install/include/moar/gc
/usr/local/bin/perl -MExtUtils::Command -e cp src/gen/*.h /Users/liz/Github/rakudo.moar/install/include/moar/gen
/usr/local/bin/perl -MExtUtils::Command -e cp src/io/*.h /Users/liz/Github/rakudo.moar/install/include/moar/io
/usr/local/bin/perl -MExtUtils::Command -e cp src/mast/*.h /Users/liz/Github/rakudo.moar/install/include/moar/mast
/usr/local/bin/perl -MExtUtils::Command -e cp src/math/*.h /Users/liz/Github/rakudo.moar/install/include/moar/math
/usr/local/bin/perl -MExtUtils::Command -e cp src/platform/*.h /Users/liz/Github/rakudo.moar/install/include/moar/platform
/usr/local/bin/perl -MExtUtils::Command -e cp src/profiler/*.h /Users/liz/Github/rakudo.moar/install/include/moar/profiler
/usr/local/bin/perl -MExtUtils::Command -e cp src/spesh/*.h /Users/liz/Github/rakudo.moar/install/include/moar/spesh
/usr/local/bin/perl -MExtUtils::Command -e cp src/strings/*.h /Users/liz/Github/rakudo.moar/install/include/moar/strings
/usr/local/bin/perl -MExtUtils::Command -e cp src/jit/*.h /Users/liz/Github/rakudo.moar/install/include/moar/jit
/usr/local/bin/perl -MExtUtils::Command -e cp src/instrument/*.h /Users/liz/Github/rakudo.moar/install/include/moar/instrument
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libuv
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h /Users/liz/Github/rakudo.moar/install/include/libuv
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/armcc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/armcc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/gcc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/gcc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/hpc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/hpc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/ibmc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/icc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/icc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/loadstore/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/msftc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/msftc
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomic_ops/src/atomic_ops/sysdeps/sunc/*.h /Users/liz/Github/rakudo.moar/install/include/libatomic_ops/atomic_ops/sysdeps/sunc
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/libtommath
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h /Users/liz/Github/rakudo.moar/install/include/libtommath
/usr/local/bin/perl -MExtUtils::Command -e mkpath /Users/liz/Github/rakudo.moar/install/include/dyncall
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h /Users/liz/Github/rakudo.moar/install/include/dyncall
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h /Users/liz/Github/rakudo.moar/install/include/dyncall
/usr/local/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /Users/liz/Github/rakudo.moar/install/include/dyncall
Cleaning up ...
/usr/local/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/usr/local/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/liz/Github/rakudo.moar/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
make: *** [gen/moar/stage1/nqpmo.moarvm] Segmentation fault: 11
Command failed (status 512): make
Command failed (status 512): /usr/local/bin/perl Configure.pl --prefix=/Users/liz/Github/rakudo.moar/install --backends=moar --make-install --git-protocol=https --gen-moar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment