>>> moarvm 2019.11 Extracting gzip -d -c /home/naourr/work/instance-3/dl/moarvm/MoarVM-2019.11.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/moarvm-2019.11 -xf - >>> moarvm 2019.11 Patching >>> moarvm 2019.11 Configuring (cd /home/naourr/work/instance-3/output-1/build/moarvm-2019.11; PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" perl Configure.pl --build=x86_64-pc-linux-gnu --host=powerpc-buildroot-linux-uclibc --ar="/home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-ar" --cc="/home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-gcc" --ld="/home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-gcc" --prefix="/usr" --pkgconfig=/home/naourr/work/instance-3/output-1/host/bin/pkg-config --has-libuv --has-libtommath --has-libatomic --big-endian) Welcome to MoarVM! Configuring cross build environment .................... trying to compile a simple C program ............... YES Testing pkgconfig .................................. 1.6.1 Guessing :-( at build/probe.pm line 377. did not find libzstd; will not use heap snapshot format version 3 OK 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 existance of optional malloc_trim() ........ YES probing support of rdtscp intrinsic ................ NO make: make compile: /home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-gcc -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DWORDS_BIGENDIAN -DMVM_HEAPSNAPSHOT_FORMAT=2 includes: -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback link: /home/naourr/work/instance-3/output-1/host/bin/powerpc-linux-gcc -O3 -DNDEBUG libs: -ltommath -latomic_ops -luv -lm -lpthread -lrt -ldl byte order: big endian Configuring 3rdparty libs .............................. OK 3rdparty: 3rdparty/cmp/libcmp.a 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 2019.11 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/moarvm-2019.11 make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/moarvm-2019.11' 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/math/grisu.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 src/core/nativecall_dyncall.c: In function 'MVM_nativecall_invoke': src/core/nativecall_dyncall.c:804:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (MVMint64)*(DCpointer *)free_rws[num_rws]); ^ compiling src/core/fixedsizealloc.o compiling src/core/regionalloc.o compiling src/debug/debugserver.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/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/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/reprs/MVMSpeshLog.o compiling src/6model/reprs/MVMStaticFrameSpesh.o compiling src/6model/reprs/MVMSpeshPluginState.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: In function 'read_int64': src/6model/serialization.c:1477:19: warning: passing argument 1 of 'switch_endian' from incompatible pointer type [-Wincompatible-pointer-types] switch_endian(&value, 8); ^ src/6model/serialization.c:100:13: note: expected 'char *' but argument is of type 'MVMint64 * {aka long long int *}' static void switch_endian(char *bytes, size_t size) ^~~~~~~~~~~~~ src/6model/serialization.c: In function 'read_int32': src/6model/serialization.c:1487:19: warning: passing argument 1 of 'switch_endian' from incompatible pointer type [-Wincompatible-pointer-types] switch_endian(&value, 4); ^ src/6model/serialization.c:100:13: note: expected 'char *' but argument is of type 'MVMint32 * {aka int *}' static void switch_endian(char *bytes, size_t size) ^~~~~~~~~~~~~ src/6model/serialization.c: In function 'read_uint16': src/6model/serialization.c:1496:19: warning: passing argument 1 of 'switch_endian' from incompatible pointer type [-Wincompatible-pointer-types] switch_endian(&value, 2); ^ src/6model/serialization.c:100:13: note: expected 'char *' but argument is of type 'MVMuint16 * {aka short unsigned int *}' static void switch_endian(char *bytes, size_t size) ^~~~~~~~~~~~~ src/6model/serialization.c: In function 'read_double': src/6model/serialization.c:1506:19: warning: passing argument 1 of 'switch_endian' from incompatible pointer type [-Wincompatible-pointer-types] switch_endian(&value, 8); ^ src/6model/serialization.c:100:13: note: expected 'char *' but argument is of type 'MVMnum64 * {aka double *}' static void switch_endian(char *bytes, size_t size) ^~~~~~~~~~~~~ src/6model/serialization.c: In function 'MVM_serialization_read_int': src/6model/serialization.c:1634:23: warning: passing argument 1 of 'switch_endian' from incompatible pointer type [-Wincompatible-pointer-types] switch_endian(&result, 8); ^ src/6model/serialization.c:100:13: note: expected 'char *' but argument is of type 'MVMint64 * {aka long long int *}' static void switch_endian(char *bytes, size_t size) ^~~~~~~~~~~~~ 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/usages.o compiling src/spesh/facts.o compiling src/spesh/optimize.o compiling src/spesh/dead_bb_elimination.o compiling src/spesh/dead_ins_elimination.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/spesh/iterator.o compiling src/spesh/worker.o compiling src/spesh/debug.o compiling src/spesh/stats.o compiling src/spesh/plan.o compiling src/spesh/arg_guard.o compiling src/spesh/plugin.o compiling src/spesh/frame_walker.o compiling src/spesh/pea.o compiling src/strings/decode_stream.o compiling src/strings/ascii.o compiling src/strings/parse_num.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/strings/shiftjis.o compiling src/strings/shiftjis_codeindex.o compiling src/strings/gb2312.o compiling src/strings/gb18030.o compiling src/math/bigintops.o src/math/bigintops.c: In function 'MVM_bigint_or': src/math/bigintops.c:442:46: warning: passing argument 4 of 'two_complement_bitop' from incompatible pointer type [-Wincompatible-pointer-types] two_complement_bitop(ia, ib, ic, mp_##opname); \ ^ src/math/bigintops.c:506:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2' MVM_BIGINT_BINARY_OP_2(or , { sc = sa | sb; }) ^~~~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c:265:13: note: expected 'int (*)(mp_int *, mp_int *, mp_int *) {aka int (*)(struct *, struct *, struct *)}' but argument is of type 'int (*)(const mp_int *, const mp_int *, mp_int *) {aka int (*)(const struct *, const struct *, struct *)}' static void two_complement_bitop(mp_int *a, mp_int *b, mp_int *c, ^~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c: In function 'MVM_bigint_xor': src/math/bigintops.c:442:46: warning: passing argument 4 of 'two_complement_bitop' from incompatible pointer type [-Wincompatible-pointer-types] two_complement_bitop(ia, ib, ic, mp_##opname); \ ^ src/math/bigintops.c:507:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2' MVM_BIGINT_BINARY_OP_2(xor, { sc = sa ^ sb; }) ^~~~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c:265:13: note: expected 'int (*)(mp_int *, mp_int *, mp_int *) {aka int (*)(struct *, struct *, struct *)}' but argument is of type 'int (*)(const mp_int *, const mp_int *, mp_int *) {aka int (*)(const struct *, const struct *, struct *)}' static void two_complement_bitop(mp_int *a, mp_int *b, mp_int *c, ^~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c: In function 'MVM_bigint_and': src/math/bigintops.c:442:46: warning: passing argument 4 of 'two_complement_bitop' from incompatible pointer type [-Wincompatible-pointer-types] two_complement_bitop(ia, ib, ic, mp_##opname); \ ^ src/math/bigintops.c:508:1: note: in expansion of macro 'MVM_BIGINT_BINARY_OP_2' MVM_BIGINT_BINARY_OP_2(and, { sc = sa & sb; }) ^~~~~~~~~~~~~~~~~~~~~~ src/math/bigintops.c:265:13: note: expected 'int (*)(mp_int *, mp_int *, mp_int *) {aka int (*)(struct *, struct *, struct *)}' but argument is of type 'int (*)(const mp_int *, const mp_int *, mp_int *) {aka int (*)(const struct *, const struct *, struct *)}' static void two_complement_bitop(mp_int *a, mp_int *b, mp_int *c, ^~~~~~~~~~~~~~~~~~~~ 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/profiler/configuration.o compiling src/instrument/crossthreadwrite.o compiling src/instrument/line_coverage.o compiling src/platform/sys.o compiling src/platform/random.o compiling src/platform/memmem32.o compiling src/platform/malloc_trim.o compiling src/moar.o compiling src/platform/posix/mmap.o compiling src/platform/posix/time.o compiling src/platform/posix/io.o compiling src/platform/posix/fork.o compiling src/jit/stub.o compiling 3rdparty/cmp/cmp.o building dyncall... Configuration written to Makefile.config compiling 3rdparty/tinymt/tinymt64.o In file included from dyncall_callvm.c:35:0: dyncall_callvm_ppc32.c: In function 'dc_callvm_call_ppc32_syscall': dyncall_callvm_ppc32.c:277:3: warning: implicit declaration of function 'dcCall_ppc32_syscall'; did you mean 'dcCall_ppc32_sysv'? [-Wimplicit-function-declaration] dcCall_ppc32_syscall( target, &self->mRegData, dcVecSize(&self->mVecHead) , dcVecData(&self->mVecHead)); ^~~~~~~~~~~~~~~~~~~~ dcCall_ppc32_sysv ar: creating libdyncall_s.a compiling 3rdparty/sha1/sha1.o In file included from dyncall_thunk.c:38:0: dyncall_thunk_ppc32_sysv.c: In function 'hi16': dyncall_thunk_ppc32_sysv.c:28:23: warning: type of 'x' defaults to 'int' [-Wimplicit-int] static unsigned short hi16(x) { return ( (unsigned short) (((unsigned int)x)>>16UL) ); } ^~~~ dyncall_thunk_ppc32_sysv.c: In function 'lo16': dyncall_thunk_ppc32_sysv.c:29:23: warning: type of 'x' defaults to 'int' [-Wimplicit-int] static unsigned short lo16(x) { return ( (unsigned short) ((unsigned int)x) ); } ^~~~ ar: creating libdyncallback_s.a /usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc compiling src/strings/unicode.o linking 3rdparty/tinymt/libtinymt.a linking 3rdparty/sha1/libsha1.a linking 3rdparty/cmp/libcmp.a In file included from dynload.c:31:0: dynload_unix.c: In function 'dlGetLibraryPath': dynload_unix.c:93:6: warning: implicit declaration of function 'dlinfo'; did you mean 'linux'? [-Wimplicit-function-declaration] if(dlinfo(pLib, RTLD_DI_LINKMAP, &p) == 0) { ^~~~~~ linux dynload_unix.c:93:19: error: 'RTLD_DI_LINKMAP' undeclared (first use in this function); did you mean 'RTLD_BINDING_MASK'? if(dlinfo(pLib, RTLD_DI_LINKMAP, &p) == 0) { ^~~~~~~~~~~~~~~ RTLD_BINDING_MASK dynload_unix.c:93:19: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [: dynload.o] Error 1 make[2]: *** [/home/naourr/work/instance-3/output-1/build/moarvm-2019.11/3rdparty/dyncall/./Makefile.generic:9: libdynload] Error 2 make[1]: *** [Makefile:712: 3rdparty/dyncall/dyncall/libdyncall_s.a] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/moarvm-2019.11' make: *** [package/pkg-generic.mk:260: /home/naourr/work/instance-3/output-1/build/moarvm-2019.11/.stamp_built] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'