Skip to content

Instantly share code, notes, and snippets.

@SqrtNegInf
Created September 8, 2020 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SqrtNegInf/d98d683b52c5837514abd04a8bc741a8 to your computer and use it in GitHub Desktop.
Save SqrtNegInf/d98d683b52c5837514abd04a8bc741a8 to your computer and use it in GitHub Desktop.
'rakubrew build' on Windows log
PS C:\Users\David Hoekman> rakubrew build
Update git reference: rakudo
Ref dir: C:\rakubrew\git_reference
From git://github.com/rakudo/rakudo
* branch HEAD -> FETCH_HEAD
Update git reference: nqp
Ref dir: C:\rakubrew\git_reference
From git://github.com/perl6/nqp
* branch HEAD -> FETCH_HEAD
Update git reference: MoarVM
Ref dir: C:\rakubrew\git_reference
From git://github.com/MoarVM/MoarVM
* branch HEAD -> FETCH_HEAD
Cloning into 'moar-2020.08.2'...
Updating files: 100% (775/775), done.
Updating submodules .................................... OK
===ATTENTION===
No --prefix supplied, building and installing to C:\rakubrew\versions\moar-2020.08.2\install
No pre-existing installed file found at C:\rakubrew\versions\moar-2020.08.2\install\bin\nqp-m.exe
From git://github.com/perl6/nqp
* branch HEAD -> FETCH_HEAD
Cloning from https://github.com/Raku/nqp.git
Cloning into 'nqp'...
Updating files: 100% (666/666), done.
Note: switching to '2020.08.2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at e1b729860 [release] Bump VERSION to 2020.08.2
Building NQP ...
C:\Strawberry\perl\bin\perl.exe Configure.pl --prefix=C:\rakubrew\versions\moar-2020.08.2\install --make-install --git-p
rotocol=https --no-relocatable --no-ignore-errors --silent-build --no-force-rebuild --git-cache-dir=C:\rakubrew\git_refe
rence --backends=moar --gen-moar
Updating submodules .................................... OK
From git://github.com/MoarVM/MoarVM
* branch HEAD -> FETCH_HEAD
Cloning from https://github.com/MoarVM/MoarVM.git
Cloning into 'MoarVM'...
Updating files: 100% (523/523), done.
Note: switching to '2020.08'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at f877443fb Bump VERSION for release
Configuring and building MoarVM ...
C:\Strawberry\perl\bin\perl.exe Configure.pl --optimize --git-cache-dir=C:\rakubrew\git_reference --prefix=C:\rakubrew\v
ersions\moar-2020.08.2\install --make-install
Welcome to MoarVM!
Updating submodules .................................... OK
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
did not find libzstd; will not use heap snapshot format version 3
OK
auto-detecting x64 toolchain ....................... YES
probing whether your compiler thinks that it is gcc YES
probing how your compiler does static inline ....... static __inline__
your CPU can read unaligned values for all of int32 int64 num64
probing the size of pointers ....................... 8
probing C type support for: _Bool, bool ............ YES: _Bool,bool
probing computed goto support ...................... YES
probing pthread_yield support ...................... NO
probing pthread_setname_np support (optional) ...... YES
probing existance of optional malloc_trim() ........ NO
probing support of rdtscp intrinsic ................ Can't spawn "./try": Inappropriate I/O control operation at bui
ld/probe.pm line 594.
NO
make: gmake
compile: gcc -std=gnu99 -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointe
r-arith -O3 -DNDEBUG -DWIN32 -DAO_ASSUME_WINDOWS98 -D_WIN32_WINNT=0x0600 -DMVM_HEAPSNAPSHOT_FORMAT=2
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdpar
ty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
link: gcc -O3 -DNDEBUG
libs: -lshell32 -lws2_32 -lmswsock -lrpcrt4 -ladvapi32 -lpsapi -liphlpapi -luserenv -luser32
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/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 'gmake' to build and 'gmake help' to see a list of
available make targets.
compiling src\main.o
compiling src\core\callsite.o
compiling src\core\args.o
compiling src\core\exceptions.o
compiling src\core\interp.o
src\core\interp.c: In function 'MVM_interp_run':
src\core\interp.c:5553:51: warning: unknown conversion type character 'h' in format [-Wformat=]
MVM_exception_throw_adhoc(tc, "Invalid flags (%"PRIu64") or size (%hhu) value for writeint", flags,
size);
^~~~~~~~~~~~~~~~~~
src\core\interp.c:5553:89: note: format string is defined here
MVM_exception_throw_adhoc(tc, "Invalid flags (%"PRIu64") or size (%hhu) value for writeint", flags,
size);
^
src\core\interp.c:5553:51: warning: too many arguments for format [-Wformat-extra-args]
MVM_exception_throw_adhoc(tc, "Invalid flags (%"PRIu64") or size (%hhu) value for writeint", flags,
size);
^~~~~~~~~~~~~~~~~~
src\core\interp.c:3315:36: warning: variable 'coderef' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
MVMObject *coderef;
^~~~~~~
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
In file included from src/moar.h:149,
from src\core\threads.c:1:
src\core\threads.c: In function 'MVM_thread_set_self_name':
src\core\threads.c:357:39: warning: implicit declaration of function 'pthread_setname_np'; did you mean 'thread_stage_na
me'? [-Wimplicit-function-declaration]
if (strlen(c_name) > 0 && pthread_setname_np(pthread_self(), c_name) == 0) {
^~~~~~~~~~~~~~~~~~
src/gc/roots.h:70:5: note: in definition of macro 'MVMROOT'
block \
^~~~~
src\core\threads.c:357:58: warning: implicit declaration of function 'pthread_self'; did you mean 'uv_thread_self'? [-Wi
mplicit-function-declaration]
if (strlen(c_name) > 0 && pthread_setname_np(pthread_self(), c_name) == 0) {
^~~~~~~~~~~~
src/gc/roots.h:70:5: note: in definition of macro 'MVMROOT'
block \
^~~~~
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
src\debug\debugserver.c: In function 'request_thread_resumes':
src\debug\debugserver.c:713:55: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "wrong state to resume from: %zu\n", MVM_load(&tc->gc_status));
^
src\debug\debugserver.c:713:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "wrong state to resume from: %zu\n", MVM_load(&tc->gc_status));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:713:55: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "wrong state to resume from: %zu\n", MVM_load(&tc->gc_status));
^
src\debug\debugserver.c:713:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "wrong state to resume from: %zu\n", MVM_load(&tc->gc_status));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:749:70: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "success resuming thread; its status is now %zu\n", MVM_load(&tc->gc_status));
^
src\debug\debugserver.c:749:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "success resuming thread; its status is now %zu\n", MVM_load(&tc->gc_status));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:749:70: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "success resuming thread; its status is now %zu\n", MVM_load(&tc->gc_status));
^
src\debug\debugserver.c:749:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "success resuming thread; its status is now %zu\n", MVM_load(&tc->gc_status));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c: In function 'send_thread_info':
src\debug\debugserver.c:913:13: warning: implicit declaration of function 'pthread_getname_np'; did you mean 'pthread_si
gmask'? [-Wimplicit-function-declaration]
if (pthread_getname_np((pthread_t)cur_thread->body.native_thread_id, threadname, 16) != 0) {
^~~~~~~~~~~~~~~~~~
pthread_sigmask
src\debug\debugserver.c:913:33: error: 'pthread_t' undeclared (first use in this function); did you mean 'uv_read_t'?
if (pthread_getname_np((pthread_t)cur_thread->body.native_thread_id, threadname, 16) != 0) {
^~~~~~~~~
uv_read_t
src\debug\debugserver.c:913:33: note: each undeclared identifier is reported only once for each function it appears in
src\debug\debugserver.c:913:43: error: expected ')' before 'cur_thread'
if (pthread_getname_np((pthread_t)cur_thread->body.native_thread_id, threadname, 16) != 0) {
^~~~~~~~~~
)
src\debug\debugserver.c: In function 'request_find_method':
src\debug\debugserver.c:1305:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1305:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:1305:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1305:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:1311:68: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVM
uint64' {aka 'long long unsigned int'} [-Wformat=]
fprintf(stderr, "could not retrieve object of handle %ld", argument->handle_id);
~~^ ~~~~~~~~~~~~~~~~~~~
%I64d
src\debug\debugserver.c:1311:68: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVM
uint64' {aka 'long long unsigned int'} [-Wformat=]
fprintf(stderr, "could not retrieve object of handle %ld", argument->handle_id);
~~^ ~~~~~~~~~~~~~~~~~~~
%I64d
src\debug\debugserver.c: In function 'request_object_decontainerize':
src\debug\debugserver.c:1337:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1337:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:1337:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1337:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:1343:68: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVM
uint64' {aka 'long long unsigned int'} [-Wformat=]
fprintf(stderr, "could not retrieve object of handle %ld", argument->handle_id);
~~^ ~~~~~~~~~~~~~~~~~~~
%I64d
src\debug\debugserver.c:1343:68: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'MVM
uint64' {aka 'long long unsigned int'} [-Wformat=]
fprintf(stderr, "could not retrieve object of handle %ld", argument->handle_id);
~~^ ~~~~~~~~~~~~~~~~~~~
%I64d
src\debug\debugserver.c: In function 'create_context_or_code_obj_debug_handle':
src\debug\debugserver.c:1369:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1369:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:1369:104: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^
src\debug\debugserver.c:1369:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "can only retrieve a context or code obj handle if thread is 'UNABLE' (is %zu)\n", to_do->b
ody.tc->gc_status);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c: In function 'socket_reader':
src\debug\debugserver.c:2301:41: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "asked to read %zu bytes\n", limit);
^
src\debug\debugserver.c:2301:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "asked to read %zu bytes\n", limit);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2301:41: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "asked to read %zu bytes\n", limit);
^
src\debug\debugserver.c:2301:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "asked to read %zu bytes\n", limit);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2313:31: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "%zu ", read);
^
src\debug\debugserver.c:2313:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "%zu ", read);
^~~~~~
src\debug\debugserver.c:2313:31: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "%zu ", read);
^
src\debug\debugserver.c:2313:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "%zu ", read);
^~~~~~
src\debug\debugserver.c:2319:45: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "... recv received %zu bytes\n", total_read);
^
src\debug\debugserver.c:2319:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "... recv received %zu bytes\n", total_read);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2319:45: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "... recv received %zu bytes\n", total_read);
^
src\debug\debugserver.c:2319:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "... recv received %zu bytes\n", total_read);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c: In function 'socket_writer':
src\debug\debugserver.c:2333:42: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "asked to send %3zu bytes: ", limit);
^
src\debug\debugserver.c:2333:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "asked to send %3zu bytes: ", limit);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2333:42: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "asked to send %3zu bytes: ", limit);
^
src\debug\debugserver.c:2333:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "asked to send %3zu bytes: ", limit);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2345:32: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "%2zu ", sent);
^
src\debug\debugserver.c:2345:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "%2zu ", sent);
^~~~~~~
src\debug\debugserver.c:2345:32: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "%2zu ", sent);
^
src\debug\debugserver.c:2345:29: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "%2zu ", sent);
^~~~~~~
src\debug\debugserver.c:2350:42: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "... send sent %3zu bytes\n", total_sent);
^
src\debug\debugserver.c:2350:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "... send sent %3zu bytes\n", total_sent);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c:2350:42: warning: unknown conversion type character 'z' in format [-Wformat=]
fprintf(stderr, "... send sent %3zu bytes\n", total_sent);
^
src\debug\debugserver.c:2350:25: warning: too many arguments for format [-Wformat-extra-args]
fprintf(stderr, "... send sent %3zu bytes\n", total_sent);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src\debug\debugserver.c: In function 'debugserver_worker':
src\debug\debugserver.c:2665:5: warning: implicit declaration of function 'pthread_setname_np'; did you mean 'pthread_si
gmask'? [-Wimplicit-function-declaration]
pthread_setname_np(pthread_self(), "debugserver");
^~~~~~~~~~~~~~~~~~
pthread_sigmask
src\debug\debugserver.c:2665:24: warning: implicit declaration of function 'pthread_self'; did you mean 'uv_thread_self'
? [-Wimplicit-function-declaration]
pthread_setname_np(pthread_self(), "debugserver");
^~~~~~~~~~~~
uv_thread_self
src\debug\debugserver.c:2684:71: warning: format '%n' expects argument of type 'int *', but argument 3 has type 'int' [-
Wformat=]
MVM_panic(1, "Debugserver: WSAStartup failed with error: %n", error);
~^ ~~~~~
%d
src\debug\debugserver.c:2693:26: warning: comparison of integer expressions of different signedness: 'Socket' {aka 'long
long unsigned int'} and 'int' [-Wsign-compare]
if (listensocket == -1)
^~
gmake: *** [Makefile:665: src\debug\debugserver.o] Error 1
Command failed (status 512): C:\Strawberry\perl\bin\perl.exe Configure.pl --optimize --git-cache-dir=C:\rakubrew\git_ref
erence --prefix=C:\rakubrew\versions\moar-2020.08.2\install --make-install
at C:/rakubrew/versions/moar-2020.08.2/nqp/3rdparty/nqp-configure/lib/NQP/Config.pm line 34.
NQP::Config::__ANON__("Command failed (status 512): C:\\Strawberry\\perl\\bin\\perl.exe "...) called at C:/rakub
rew/versions/moar-2020.08.2/nqp/3rdparty/nqp-configure/lib/NQP/Config.pm line 1483
NQP::Config::system_or_die("C:\\Strawberry\\perl\\bin\\perl.exe", "Configure.pl", "--optimize", "--git-cache-dir
=C:\\rakubrew\\git_reference", "--prefix=C:\\rakubrew\\versions\\moar-2020.08.2\\install", "--make-install") called at C
:/rakubrew/versions/moar-2020.08.2/nqp/tools/lib/NQP/Config/NQP.pm line 425
NQP::Config::NQP::gen_moar(NQP::Config::NQP=HASH(0x49c938)) called at C:/rakubrew/versions/moar-2020.08.2/nqp/to
ols/lib/NQP/Config/NQP.pm line 105
NQP::Config::NQP::configure_moar_backend(NQP::Config::NQP=HASH(0x49c938)) called at C:/rakubrew/versions/moar-20
20.08.2/nqp/3rdparty/nqp-configure/lib/NQP/Config.pm line 660
NQP::Config::configure_active_backends(NQP::Config::NQP=HASH(0x49c938)) called at Configure.pl line 93
Command failed (status 6400): C:\Strawberry\perl\bin\perl.exe Configure.pl --prefix=C:\rakubrew\versions\moar-2020.08.2\
install --make-install --git-protocol=https --no-relocatable --no-ignore-errors --silent-build --no-force-rebuild --git-
cache-dir=C:\rakubrew\git_reference --backends=moar --gen-moar
at C:/rakubrew/versions/moar-2020.08.2/3rdparty/nqp-configure/lib/NQP/Config.pm line 34.
NQP::Config::__ANON__("Command failed (status 6400): C:\\Strawberry\\perl\\bin\\perl.exe"...) called at C:/rakub
rew/versions/moar-2020.08.2/3rdparty/nqp-configure/lib/NQP/Config.pm line 1483
NQP::Config::system_or_die("C:\\Strawberry\\perl\\bin\\perl.exe", "Configure.pl", "--prefix=C:\\rakubrew\\versio
ns\\moar-2020.08.2\\install", "--make-install", "--git-protocol=https", "--no-relocatable", "--no-ignore-errors", "--sil
ent-build", ...) called at C:/rakubrew/versions/moar-2020.08.2/tools/lib/NQP/Config/Rakudo.pm line 708
NQP::Config::Rakudo::gen_nqp(NQP::Config::Rakudo=HASH(0x7bc7b8)) called at Configure.pl line 101
Failed running perl.exe Configure.pl --backends=moar --gen-moar --make-install --git-cache-dir="C:\rakubrew\git_referen
ce" at C:\Users\DAVIDH~1\AppData\Local\Temp\par-446176696420486f656b6d616e\cache-d2f98afabe40581a96b0bcafcd4862b1075a68f
8\inc\lib/App/Rakubrew/Build.pm line 101.
Rakubrew failed with exitcode 25
At line:7 char:14
+ Throw <<<< "Rakubrew failed with exitcode $LASTEXITCODE"
+ CategoryInfo : OperationStopped: (Rakubrew failed with exitcode 25:String) [], RuntimeException
+ FullyQualifiedErrorId : Rakubrew failed with exitcode 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment