>>> moarvm 2017.05 Extracting gzip -d -c /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/dl/moarvm/MoarVM-2017.05.tar.gz | /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/tar --strip-components=1 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05 -xf - >>> moarvm 2017.05 Patching >>> moarvm 2017.05 Configuring (cd /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05; PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" perl Configure.pl --build=x86_64-pc-linux-gnu --host=powerpc64le-buildroot-linux-gnu --ar="/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/powerpc64le-linux-ar" --cc="/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/powerpc64le-linux-gcc" --ld="/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/powerpc64le-linux-gcc" --prefix="/usr" --pkgconfig=/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/pkg-config --lua=/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/lua --has-libuv --has-libtommath --has-libatomic) Welcome to MoarVM! Configuring cross build environment .................... Testing pkgconfig ... 0.28 Adding extra include for libuv: -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/../powerpc64le-buildroot-linux-gnu/sysroot/usr/include Adding extra include for atomic_ops: -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/../powerpc64le-buildroot-linux-gnu/sysroot/usr/include OK trying to compile a simple C program ............... Guessing :-( at build/probe.pm line 349. YES your CPU can't read unaligned values for any of int32 int64 num64 JIT isn't supported on platforms with 4 byte pointers. probing C type support for: _Bool, bool ............ YES: _Bool,bool probing computed goto support ...................... YES probing pthread_yield support ...................... ./try: ./try: cannot execute binary file NO probing support of rdtscp intrinsic ................ NO make: make compile: /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/powerpc64le-linux-gcc -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC includes: -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/../powerpc64le-buildroot-linux-gnu/sysroot/usr/include -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/../powerpc64le-buildroot-linux-gnu/sysroot/usr/include -I3rdparty/dynasm -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin/powerpc64le-linux-gcc -O3 -DNDEBUG libs: -ltommath -latomic_ops -luv -lm -lpthread -lrt -ldl byte order: little endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/dyncall/dyncall/libdyncall_s.a 3rdparty/dyncall/dyncallback/libdyncallback_s.a 3rdparty/dyncall/dynload/libdynload_s.a 3rdparty/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. >>> moarvm 2017.05 Building PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" /usr/bin/make -j8 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05 make[1]: Entering directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05' 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/core/regionalloc.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/gc/debug.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/VMArray.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 src/6model/reprs/CPointer.c: In function 'set_int': src/6model/reprs/CPointer.c:34:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] body->ptr = (void *)(MVMint32)value; ^ src/6model/reprs/CPointer.c: In function 'get_int': src/6model/reprs/CPointer.c:43:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (MVMint64)(MVMint32)body->ptr; ^ src/6model/reprs/CPointer.c: In function 'set_uint': src/6model/reprs/CPointer.c:52:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] body->ptr = (void *)(MVMuint32)value; ^ src/6model/reprs/CPointer.c: In function 'get_uint': src/6model/reprs/CPointer.c:61:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (MVMuint64)(MVMuint32)body->ptr; ^ src/6model/reprs/CPointer.c: In function 'deserialize': src/6model/reprs/CPointer.c:97:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] body->ptr = (void *)(MVMuint32)value; ^ src/6model/reprs/CPointer.c: In function 'serialize': src/6model/reprs/CPointer.c:108:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMuint64)(MVMuint32)body->ptr ^ 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 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/spesh/lookup.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/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 compiling src/profiler/telemeh.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.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/stub.o building dyncall... compiling 3rdparty/tinymt/tinymt64.o compiling 3rdparty/sha1/sha1.o dyncall_call_ppc64.S: Assembler messages: dyncall_call_ppc64.S:135: Error: operand out of range (5 is not between 0 and 1) dyncall_call_ppc64.S:135: Error: missing operand make[3]: *** [dyncall_call.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc make[2]: *** [libdyncall] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from dyncall_callback.c:35:0: dyncall_callback_ppc64.c: In function 'dcbNewCallback': dyncall_callback_ppc64.c:42:13: warning: implicit declaration of function 'dcAllocWX' [-Wimplicit-function-declaration] int err = dcAllocWX(sizeof(DCCallback), (void**) &pcb); ^~~~~~~~~ dyncall_callback_ppc64.c: In function 'dcbFreeCallback': dyncall_callback_ppc64.c:53:3: warning: implicit declaration of function 'dcFreeWX' [-Wimplicit-function-declaration] dcFreeWX(pcb, sizeof(DCCallback)); ^~~~~~~~ compiling src/strings/unicode.o dyncall_callback_ppc64.S: Assembler messages: dyncall_callback_ppc64.S:180: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:180: Error: operand out of range (66 is not between 0 and 31) dyncall_callback_ppc64.S:180: Error: missing operand dyncall_callback_ppc64.S:182: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:182: Error: operand out of range (105 is not between 0 and 31) dyncall_callback_ppc64.S:182: Error: missing operand dyncall_callback_ppc64.S:184: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:184: Error: operand out of range (99 is not between 0 and 31) dyncall_callback_ppc64.S:184: Error: missing operand dyncall_callback_ppc64.S:186: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:186: Error: operand out of range (115 is not between 0 and 31) dyncall_callback_ppc64.S:186: Error: missing operand dyncall_callback_ppc64.S:188: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:188: Error: operand out of range (108 is not between 0 and 31) dyncall_callback_ppc64.S:188: Error: missing operand dyncall_callback_ppc64.S:190: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:190: Error: operand out of range (102 is not between 0 and 31) dyncall_callback_ppc64.S:190: Error: missing operand dyncall_callback_ppc64.S:192: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:192: Error: operand out of range (100 is not between 0 and 31) dyncall_callback_ppc64.S:192: Error: missing operand dyncall_callback_ppc64.S:194: Error: operand out of range (3 is not between 0 and 1) dyncall_callback_ppc64.S:194: Error: operand out of range (112 is not between 0 and 31) dyncall_callback_ppc64.S:194: Error: missing operand make[3]: *** [dyncall_callback_arch.o] Error 1 make[3]: *** Waiting for unfinished jobs.... linking 3rdparty/tinymt/libtinymt.a make[2]: *** [libdyncallback] Error 2 make[1]: *** [3rdparty/dyncall/dyncall/libdyncall_s.a] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05' make: *** [/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/output/build/moarvm-2017.05/.stamp_built] Error 2 make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-1/buildroot'