rev: 95f387f61a
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-unicode -j6" exit with 0.
"make update-download -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-cross-mingw64.20200304-094625
#<BuildRuby:0x00005584d7ccc660
@BUILD_DIR="/tmp/ruby/v2/build",
@INSTALL_DIR="/tmp/ruby/v2/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v2/src",
@TARGET_BUILD_DIR="/tmp/ruby/v2/build/trunk-cross-mingw64",
@TARGET_INSTALL_DIR="/tmp/ruby/v2/install/trunk-cross-mingw64",
@TARGET_NAME="trunk-cross-mingw64",
@TARGET_SRC_DIR="/tmp/ruby/v2/src/trunk-cross-mingw64",
@build_opts="-j6",
@configure_opts=
["--host=x86_64-w64-mingw32 --with-baseruby=/home/ko1/ruby/v2/install/trunk/bin/ruby"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-cross-mingw64.20200304-094625",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install"],
@svn_revision=nil,
@test_opts="TESTS='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000037)
autoconf 0.000000 0.000000 0.000000 ( 0.000100)
configure 0.000000 0.000000 0.000000 ( 0.000071)
build_up From https://github.com/ruby/ruby
d732bc5..95f387f master -> origin/master
0.016000 0.004000 5.268000 ( 5.940039)
build_miniruby 0.000000 0.000000 0.108000 ( 0.171997)
build_ruby 0.004000 0.000000 0.124000 ( 0.224731)
build_all /tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c: In function 'dealloc':
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:30:5: warning: implicit declaration of function 'munmap' [-Wimplicit-function-declaration]
munmap(cls->pcl, sizeof(*cls->pcl));
^~~~~~
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c: In function 'allocate':
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:208:20: warning: implicit declaration of function 'mmap'; did you mean 'fmal'? [-Wimplicit-function-declaration]
closure->pcl = mmap(NULL, sizeof(ffi_closure), PROT_READ | PROT_WRITE,
^~~~
fmal
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:208:52: error: 'PROT_READ' undeclared (first use in this function); did you mean 'OF_READ'?
closure->pcl = mmap(NULL, sizeof(ffi_closure), PROT_READ | PROT_WRITE,
^~~~~~~~~
OF_READ
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:208:52: note: each undeclared identifier is reported only once for each function it appears in
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:208:64: error: 'PROT_WRITE' undeclared (first use in this function); did you mean 'OF_WRITE'?
closure->pcl = mmap(NULL, sizeof(ffi_closure), PROT_READ | PROT_WRITE,
^~~~~~~~~~
OF_WRITE
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:209:9: error: 'MAP_ANON' undeclared (first use in this function); did you mean 'MAX_LANA'?
MAP_ANON | MAP_PRIVATE, -1, 0);
^~~~~~~~
MAX_LANA
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:209:20: error: 'MAP_PRIVATE' undeclared (first use in this function); did you mean 'MEM_PRIVATE'?
MAP_ANON | MAP_PRIVATE, -1, 0);
^~~~~~~~~~~
MEM_PRIVATE
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c: In function 'initialize':
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:263:9: warning: implicit declaration of function 'mprotect'; did you mean 'rb_protect'? [-Wimplicit-function-declaration]
i = mprotect(pcl, sizeof(*pcl), PROT_READ | PROT_EXEC);
^~~~~~~~
rb_protect
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:263:37: error: 'PROT_READ' undeclared (first use in this function); did you mean 'OF_READ'?
i = mprotect(pcl, sizeof(*pcl), PROT_READ | PROT_EXEC);
^~~~~~~~~
OF_READ
/tmp/ruby/v2/src/trunk-cross-mingw64/ext/fiddle/closure.c:263:49: error: 'PROT_EXEC' undeclared (first use in this function); did you mean 'PROT_READ'?
i = mprotect(pcl, sizeof(*pcl), PROT_READ | PROT_EXEC);
^~~~~~~~~
PROT_READ
make[2]: *** [closure.o] Error 1
make[1]: *** [ext/fiddle/all] Error 2
make: *** [build-ext] Error 2
0.016000 0.000000 6.372000 ( 5.744224)
$$$[end] "make all -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-cross-mingw64.20200304-094625
total: 12.08 sec