Last active
October 26, 2020 15:43
-
-
Save donaldh/a30bd21fca43b1bb17f9e815ce870501 to your computer and use it in GitHub Desktop.
Building rakudo-star-2020.05 from rakudo-star-2020.05.tar.gz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/rakudo-star-2020.05/lib/actions/install.bash: line 34: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory | |
/rakudo-star-2020.05/lib/actions/install.bash: line 43: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
[2020-09-16T19:01:45] [INFO] Installing Raku in /opt/raku[0m | |
[2020-09-16T19:01:45] [INFO] Starting build on MoarVM[0m | |
[2020-09-16T19:01:45] [NOTIC] Using /rakudo-star-2020.05/tmp/tmp.RUJkmckVAF as working directory[0m | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
Welcome to MoarVM! | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
Configuring native build environment ................... | |
trying to compile a simple C program ............... YES | |
probing support of -Werror=* ....................... sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES | |
Testing pkgconfig .................................. 0.27.1 | |
did not find libzstd; will not use heap snapshot format version 3 | |
OK | |
probing whether your compiler thinks that it is gcc sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES | |
probing how your compiler does static inline ....... sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
static __inline__ | |
your CPU can read unaligned values for all of int32 int64 num64 | |
probing the size of pointers ....................... sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
8 | |
probing C type support for: _Bool, bool ............ sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES: _Bool,bool | |
probing computed goto support ...................... sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES | |
probing pthread_yield support ...................... sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
NO | |
probing existance of optional malloc_trim() ........ sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES | |
probing support of rdtscp intrinsic ................ sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
YES | |
make: make | |
compile: gcc -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=2 | |
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback | |
link: gcc -O3 -DNDEBUG -Wl,-z,origin,-rpath,'$$ORIGIN/../lib' | |
libs: -lm -lpthread -lrt -ldl | |
byte order: little 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/libatomicops/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 | |
src/core/exceptions.c: In function 'run_handler': | |
src/core/exceptions.c:347:9: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
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 | |
src/core/threads.c: In function 'MVM_thread_cleanup_threads_list': | |
src/core/threads.c:272:17: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
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 | |
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 | |
src/io/signals.c:119:3: warning: 'MVM_sig_names' defined but not used [-Wunused-variable] | |
} MVM_sig_names; | |
^ | |
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 'MVM_serialization_read_int': | |
src/6model/serialization.c:1668:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/6model/serialization.c:1671:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/6model/serialization.c:1674:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/6model/serialization.c:1677:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/6model/serialization.c:1680:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/6model/serialization.c:1683:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
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 | |
src/spesh/optimize.c: In function 'optimize_bb_switch': | |
src/spesh/optimize.c:2738:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/spesh/optimize.c:2746:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
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 | |
src/strings/utf8_c8.c: In function 'append_grapheme': | |
src/strings/utf8_c8.c:134:18: warning: '*((void *)&encoded+3)' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
MVMuint8 low = invalid & 0x0F; | |
^ | |
src/strings/utf8_c8.c:236:22: note: '*((void *)&encoded+3)' was declared here | |
MVMuint8 encoded[4]; | |
^ | |
src/strings/utf8_c8.c:134:18: warning: '*((void *)&encoded+2)' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
MVMuint8 low = invalid & 0x0F; | |
^ | |
src/strings/utf8_c8.c:236:22: note: '*((void *)&encoded+2)' was declared here | |
MVMuint8 encoded[4]; | |
^ | |
src/strings/utf8_c8.c: In function 'process_bad_bytes': | |
src/strings/utf8_c8.c:134:18: warning: '*((void *)&encoded+3)' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
MVMuint8 low = invalid & 0x0F; | |
^ | |
src/strings/utf8_c8.c:236:22: note: '*((void *)&encoded+3)' was declared here | |
MVMuint8 encoded[4]; | |
^ | |
src/strings/utf8_c8.c:134:18: warning: '*((void *)&encoded+2)' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
MVMuint8 low = invalid & 0x0F; | |
^ | |
src/strings/utf8_c8.c:236:22: note: '*((void *)&encoded+2)' was declared here | |
MVMuint8 encoded[4]; | |
^ | |
compiling src/strings/nfg.o | |
compiling src/strings/ops.o | |
src/strings/ops.c: In function 'MVM_string_grapheme_is_cclass': | |
src/strings/ops.c:2619:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/strings/ops.c:2628:13: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
generating src/strings/unicode.c | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
compiling src/strings/unicode.o | |
src/strings/unicode.c: In function 'collation_push_cp': | |
src/strings/unicode.c:86648:18: warning: 'cps[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
MVMCodepoint cps[10]; | |
^ | |
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/gb2312.o | |
compiling src/strings/gb18030.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/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/graph.o | |
src/jit/graph.c: In function 'consume_reprop': | |
src/jit/graph.c:885:17: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/jit/graph.c:928:17: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/jit/graph.c:1153:17: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
src/jit/graph.c:1185:17: warning: empty declaration [enabled by default] | |
MVM_FALLTHROUGH | |
^ | |
compiling src/jit/label.o | |
compiling src/jit/compile.o | |
compiling src/jit/dump.o | |
Precompiling templates from src/jit/core_templates.expr | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
compiling src/jit/expr.o | |
Building tile tables from src/jit/x64/tile_pattern.tile | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
compiling src/jit/tile.o | |
compiling src/jit/linear_scan.o | |
compiling src/jit/interface.o | |
gcc 3rdparty/dynasm/minilua.c -lm -o 3rdparty/dynasm/minilua | |
preprocessing src/jit/x64/emit.dasc | |
compiling src/jit/x64/emit.o | |
src/jit/x64/emit.dasc:5:9: warning: unknown option after '#pragma GCC diagnostic' kind [-Wpragmas] | |
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough" | |
^ | |
compiling src/jit/x64/arch.o | |
compiling 3rdparty/cmp/cmp.o | |
linking 3rdparty/cmp/libcmp.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
building dyncall... | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
Configuration written to Makefile.config | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
ar: creating libdyncall_s.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
ar: creating libdyncallback_s.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
ar: creating libdynload_s.a | |
done. | |
linking 3rdparty/libatomicops/src/libatomic_ops.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -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... gcc | |
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 gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking dependency style of gcc... gcc3 | |
checking for ranlib... ranlib | |
checking how to run the C preprocessor... gcc -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 | |
make[1]: Entering directory `/rakudo-star-2020.05/tmp/tmp.RUJkmckVAF/3rdparty/libatomicops/src' | |
sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g atomic_ops/generalize-arithm.template > atomic_ops/generalize-arithm.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g atomic_ops/generalize-arithm.template >> atomic_ops/generalize-arithm.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g atomic_ops/generalize-arithm.template >> atomic_ops/generalize-arithm.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g atomic_ops/generalize-arithm.template >> atomic_ops/generalize-arithm.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g atomic_ops/generalize-small.template > atomic_ops/generalize-small.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g atomic_ops/generalize-small.template >> atomic_ops/generalize-small.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g atomic_ops/generalize-small.template >> atomic_ops/generalize-small.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g atomic_ops/generalize-small.template >> atomic_ops/generalize-small.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g atomic_ops/generalize-small.template >> atomic_ops/generalize-small.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g atomic_ops/sysdeps/loadstore/atomic_load.template > atomic_ops/sysdeps/loadstore/atomic_load.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g atomic_ops/sysdeps/loadstore/ordered_stores_only.template > atomic_ops/sysdeps/loadstore/ordered_stores_only.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g atomic_ops/sysdeps/loadstore/ordered_stores_only.template >> atomic_ops/sysdeps/loadstore/ordered_stores_only.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g atomic_ops/sysdeps/loadstore/ordered_stores_only.template >> atomic_ops/sysdeps/loadstore/ordered_stores_only.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g atomic_ops/sysdeps/loadstore/ordered_stores_only.template >> atomic_ops/sysdeps/loadstore/ordered_stores_only.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g atomic_ops/sysdeps/loadstore/ordered_stores_only.template >> atomic_ops/sysdeps/loadstore/ordered_stores_only.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g atomic_ops/sysdeps/loadstore/atomic_load.template > atomic_ops/sysdeps/loadstore/short_atomic_load.h | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
make all-am | |
make[2]: Entering directory `/rakudo-star-2020.05/tmp/tmp.RUJkmckVAF/3rdparty/libatomicops/src' | |
gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=2 -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=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 | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
make[2]: Leaving directory `/rakudo-star-2020.05/tmp/tmp.RUJkmckVAF/3rdparty/libatomicops/src' | |
make[1]: Leaving directory `/rakudo-star-2020.05/tmp/tmp.RUJkmckVAF/3rdparty/libatomicops/src' | |
compiling 3rdparty/tinymt/tinymt64.o | |
linking 3rdparty/tinymt/libtinymt.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
compiling 3rdparty/sha1/sha1.o | |
linking 3rdparty/sha1/libsha1.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
compiling 3rdparty/libtommath/bn_cutoffs.o | |
compiling 3rdparty/libtommath/bn_deprecated.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_complement.o | |
compiling 3rdparty/libtommath/bn_mp_copy.o | |
compiling 3rdparty/libtommath/bn_mp_count_bits.o | |
compiling 3rdparty/libtommath/bn_mp_decr.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_error_to_string.o | |
compiling 3rdparty/libtommath/bn_mp_exch.o | |
compiling 3rdparty/libtommath/bn_mp_expt_u32.o | |
compiling 3rdparty/libtommath/bn_mp_exptmod.o | |
compiling 3rdparty/libtommath/bn_mp_exteuclid.o | |
compiling 3rdparty/libtommath/bn_mp_fread.o | |
compiling 3rdparty/libtommath/bn_mp_from_sbin.o | |
compiling 3rdparty/libtommath/bn_mp_from_ubin.o | |
compiling 3rdparty/libtommath/bn_mp_fwrite.o | |
compiling 3rdparty/libtommath/bn_mp_gcd.o | |
compiling 3rdparty/libtommath/bn_mp_get_double.o | |
compiling 3rdparty/libtommath/bn_mp_get_i32.o | |
compiling 3rdparty/libtommath/bn_mp_get_i64.o | |
compiling 3rdparty/libtommath/bn_mp_get_l.o | |
compiling 3rdparty/libtommath/bn_mp_get_ll.o | |
compiling 3rdparty/libtommath/bn_mp_get_mag_u32.o | |
compiling 3rdparty/libtommath/bn_mp_get_mag_u64.o | |
compiling 3rdparty/libtommath/bn_mp_get_mag_ul.o | |
compiling 3rdparty/libtommath/bn_mp_get_mag_ull.o | |
compiling 3rdparty/libtommath/bn_mp_grow.o | |
compiling 3rdparty/libtommath/bn_mp_incr.o | |
compiling 3rdparty/libtommath/bn_mp_init.o | |
compiling 3rdparty/libtommath/bn_mp_init_copy.o | |
compiling 3rdparty/libtommath/bn_mp_init_i32.o | |
compiling 3rdparty/libtommath/bn_mp_init_i64.o | |
compiling 3rdparty/libtommath/bn_mp_init_l.o | |
compiling 3rdparty/libtommath/bn_mp_init_ll.o | |
compiling 3rdparty/libtommath/bn_mp_init_multi.o | |
compiling 3rdparty/libtommath/bn_mp_init_set.o | |
compiling 3rdparty/libtommath/bn_mp_init_size.o | |
compiling 3rdparty/libtommath/bn_mp_init_u32.o | |
compiling 3rdparty/libtommath/bn_mp_init_u64.o | |
compiling 3rdparty/libtommath/bn_mp_init_ul.o | |
compiling 3rdparty/libtommath/bn_mp_init_ull.o | |
compiling 3rdparty/libtommath/bn_mp_invmod.o | |
compiling 3rdparty/libtommath/bn_mp_is_square.o | |
compiling 3rdparty/libtommath/bn_mp_iseven.o | |
compiling 3rdparty/libtommath/bn_mp_isodd.o | |
compiling 3rdparty/libtommath/bn_mp_kronecker.o | |
compiling 3rdparty/libtommath/bn_mp_lcm.o | |
compiling 3rdparty/libtommath/bn_mp_log_u32.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_neg.o | |
compiling 3rdparty/libtommath/bn_mp_or.o | |
compiling 3rdparty/libtommath/bn_mp_pack.o | |
compiling 3rdparty/libtommath/bn_mp_pack_count.o | |
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o | |
compiling 3rdparty/libtommath/bn_mp_prime_frobenius_underwood.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_rand.o | |
compiling 3rdparty/libtommath/bn_mp_prime_strong_lucas_selfridge.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_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_root_u32.o | |
compiling 3rdparty/libtommath/bn_mp_rshd.o | |
compiling 3rdparty/libtommath/bn_mp_sbin_size.o | |
compiling 3rdparty/libtommath/bn_mp_set.o | |
compiling 3rdparty/libtommath/bn_mp_set_double.o | |
compiling 3rdparty/libtommath/bn_mp_set_i32.o | |
compiling 3rdparty/libtommath/bn_mp_set_i64.o | |
compiling 3rdparty/libtommath/bn_mp_set_l.o | |
compiling 3rdparty/libtommath/bn_mp_set_ll.o | |
compiling 3rdparty/libtommath/bn_mp_set_u32.o | |
compiling 3rdparty/libtommath/bn_mp_set_u64.o | |
compiling 3rdparty/libtommath/bn_mp_set_ul.o | |
compiling 3rdparty/libtommath/bn_mp_set_ull.o | |
compiling 3rdparty/libtommath/bn_mp_shrink.o | |
compiling 3rdparty/libtommath/bn_mp_signed_rsh.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_sqrtmod_prime.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_radix.o | |
compiling 3rdparty/libtommath/bn_mp_to_sbin.o | |
compiling 3rdparty/libtommath/bn_mp_to_ubin.o | |
compiling 3rdparty/libtommath/bn_mp_ubin_size.o | |
compiling 3rdparty/libtommath/bn_mp_unpack.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_s_mp_add.o | |
compiling 3rdparty/libtommath/bn_s_mp_balance_mul.o | |
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o | |
compiling 3rdparty/libtommath/bn_s_mp_exptmod_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_get_bit.o | |
compiling 3rdparty/libtommath/bn_s_mp_invmod_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_invmod_slow.o | |
compiling 3rdparty/libtommath/bn_s_mp_karatsuba_mul.o | |
compiling 3rdparty/libtommath/bn_s_mp_karatsuba_sqr.o | |
compiling 3rdparty/libtommath/bn_s_mp_montgomery_reduce_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_digs_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o | |
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_prime_is_divisible.o | |
compiling 3rdparty/libtommath/bn_s_mp_rand_jenkins.o | |
compiling 3rdparty/libtommath/bn_s_mp_rand_platform.o | |
compiling 3rdparty/libtommath/bn_s_mp_reverse.o | |
compiling 3rdparty/libtommath/bn_s_mp_sqr.o | |
compiling 3rdparty/libtommath/bn_s_mp_sqr_fast.o | |
compiling 3rdparty/libtommath/bn_s_mp_sub.o | |
compiling 3rdparty/libtommath/bn_s_mp_toom_mul.o | |
compiling 3rdparty/libtommath/bn_s_mp_toom_sqr.o | |
linking 3rdparty/libtommath/libtommath.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
compiling 3rdparty/libuv/src/unix/linux-core.o | |
compiling 3rdparty/libuv/src/unix/linux-inotify.o | |
compiling 3rdparty/libuv/src/unix/linux-syscalls.o | |
compiling 3rdparty/libuv/src/unix/procfs-exepath.o | |
compiling 3rdparty/libuv/src/unix/proctitle.o | |
compiling 3rdparty/libuv/src/strscpy.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/timer.o | |
compiling 3rdparty/libuv/src/unix/async.o | |
compiling 3rdparty/libuv/src/unix/core.o | |
3rdparty/libuv/src/unix/core.c: In function 'uv__dup2_cloexec': | |
3rdparty/libuv/src/unix/core.c:1022:3: warning: implicit declaration of function 'dup3' [-Wimplicit-function-declaration] | |
r = dup3(oldfd, newfd, O_CLOEXEC); | |
^ | |
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 | |
3rdparty/libuv/src/unix/process.c: In function 'uv__make_pipe': | |
3rdparty/libuv/src/unix/process.c:144:3: warning: implicit declaration of function 'pipe2' [-Wimplicit-function-declaration] | |
if (pipe2(fds, flags | O_CLOEXEC)) | |
^ | |
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/tty.o | |
compiling 3rdparty/libuv/src/unix/udp.o | |
linking 3rdparty/libuv/libuv.a | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
linking libmoar.so | |
linking moar | |
/usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/bin" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp moar "/opt/raku/bin" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e chmod 755 "/opt/raku/bin/moar" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/lib" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e rm_f "/opt/raku/lib/libmoar.so" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/opt/raku/lib" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/share/nqp/lib/MAST" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/opt/raku/share/nqp/lib/MAST" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/opt/raku/share/nqp/lib/MAST" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/share/pkgconfig" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/opt/raku/share/pkgconfig" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/opt/raku/include/moar" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/6model/reprs" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/core" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/gc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/gen" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/io" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/math" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/platform" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/profiler" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/spesh" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/debug" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/strings" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/strings/siphash" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/jit" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/moar/instrument" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/opt/raku/include/moar" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/*.h "/opt/raku/include/moar" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/opt/raku/include/moar/6model" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/opt/raku/include/moar/6model/reprs" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/opt/raku/include/moar/core" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/opt/raku/include/moar/gc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/opt/raku/include/moar/gen" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/opt/raku/include/moar/io" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/opt/raku/include/moar/math" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/opt/raku/include/moar/platform" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/opt/raku/include/moar/profiler" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/opt/raku/include/moar/spesh" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/opt/raku/include/moar/debug" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/opt/raku/include/moar/strings" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/opt/raku/include/moar/strings/siphash" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/opt/raku/include/moar/jit" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/opt/raku/include/moar/instrument" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libuv" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libuv/uv" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h "/opt/raku/include/libuv" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/uv/*.h "/opt/raku/include/libuv/uv" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/armcc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/gcc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/hpc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/ibmc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/icc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/loadstore" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/msftc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/sunc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h "/opt/raku/include/libatomic_ops" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h "/opt/raku/include/libatomic_ops/atomic_ops" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/armcc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/gcc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/hpc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/ibmc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/icc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/loadstore" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/msftc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h "/opt/raku/include/libatomic_ops/atomic_ops/sysdeps/sunc" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/libtommath" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h "/opt/raku/include/libtommath" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e mkpath "/opt/raku/include/dyncall" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h "/opt/raku/include/dyncall" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h "/opt/raku/include/dyncall" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h "/opt/raku/include/dyncall" | |
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8) | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
[2020-09-16T19:02:48] [INFO] Starting build on NQP[0m | |
[2020-09-16T19:02:48] [NOTIC] Using /rakudo-star-2020.05/tmp/tmp.Yb0FXcaylz as working directory[0m | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = "C.UTF-8", | |
LANG = (unset) | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
error: could not lock config file .git/config: No such file or directory | |
error: could not lock config file .git/config: No such file or directory | |
Can't locate Data/Dumper.pm in @INC (@INC contains: /rakudo-star-2020.05/tmp/tmp.Yb0FXcaylz/tools/lib /rakudo-star-2020.05/tmp/tmp.Yb0FXcaylz/3rdparty/nqp-configure/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /rakudo-star-2020.05/tmp/tmp.Yb0FXcaylz/3rdparty/nqp-configure/lib/NQP/Config.pm line 27. | |
BEGIN failed--compilation aborted at /rakudo-star-2020.05/tmp/tmp.Yb0FXcaylz/3rdparty/nqp-configure/lib/NQP/Config.pm line 27. | |
Compilation failed in require at Configure.pl line 30. | |
BEGIN failed--compilation aborted at Configure.pl line 30. | |
[2020-09-16T19:02:48] [ALERT] Build failed![0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment