rev: 65736
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-download DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make update-rubyspec DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make update-src DEFS=\"-DVM_CHECK_MODE=2\"" exit with 0.
"make after-update DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
"make miniruby DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181115-052820
#<BuildRuby:0x000055d03fdf8e90
@BUILD_DIR="/home/ko1/ruby/build",
@INSTALL_DIR="/home/ko1/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/home/ko1/ruby/src",
@TARGET_BUILD_DIR="/home/ko1/ruby/build/trunk-vm-asserts",
@TARGET_INSTALL_DIR="/home/ko1/ruby/install/trunk-vm-asserts",
@TARGET_NAME="trunk-vm-asserts",
@TARGET_SRC_DIR="/home/ko1/ruby/src/trunk-vm-asserts",
@build_opts="DEFS=\"-DVM_CHECK_MODE=2\"",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181115-052820",
@quiet=false,
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS='-j6'",
@timeout=10800>
user system total real
checkout 0.000000 0.000000 0.000000 ( 0.000017)
autoconf 0.000000 0.000000 0.000000 ( 0.000046)
configure 0.000000 0.000000 0.000000 ( 0.000034)
build_up In file included from /home/ko1/ruby/src/trunk-vm-asserts/mjit.c:18:0:
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:242:5: error: 'MJIT_CC_COMMON' undeclared here (not in a function)
MJIT_CC_COMMON MJIT_CFLAGS GCC_PIC_FLAGS
^~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:242:20: error: expected '}' before 'MJIT_CFLAGS'
MJIT_CC_COMMON MJIT_CFLAGS GCC_PIC_FLAGS
^~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: error: implicit declaration of function 'MJIT_DEBUGFLAGS' [-Werror=implicit-function-declaration]
static const char *const CC_DEBUG_ARGS[] = {MJIT_DEBUGFLAGS NULL};
^~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: note: (near initialization for 'CC_DEBUG_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: note: (near initialization for 'CC_DEBUG_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: error: implicit declaration of function 'MJIT_OPTFLAGS' [-Werror=implicit-function-declaration]
static const char *const CC_OPTIMIZE_ARGS[] = {MJIT_OPTFLAGS NULL};
^~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: note: (near initialization for 'CC_OPTIMIZE_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: note: (near initialization for 'CC_OPTIMIZE_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: error: 'MJIT_LDSHARED' undeclared here (not in a function); did you mean 'STR_SHARED'?
static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL};
^~~~~~~~~~~~~
STR_SHARED
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: note: (near initialization for 'CC_LDSHARED_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: note: (near initialization for 'CC_LDSHARED_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:235:23: error: expected '}' before string constant
#define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", \
^
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:62: note: in expansion of macro 'GCC_PIC_FLAGS'
static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL};
^~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: error: 'MJIT_DLDFLAGS' undeclared here (not in a function); did you mean 'MJIT_LDSHARED'?
MJIT_DLDFLAGS
^~~~~~~~~~~~~
MJIT_LDSHARED
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: note: (near initialization for 'CC_DLDFLAGS_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: note: (near initialization for 'CC_DLDFLAGS_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:257:5: error: expected '}' before string constant
"-nostartfiles",
^~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c: In function 'init_header_filename':
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:422:37: error: expected ')' before 'PRELOADENV'
verbose(3, "PRELOADENV("PRELOADENV")=%s", getenv(PRELOADENV));
^~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: error: 'PRELOADENV' undeclared (first use in this function); did you mean 'ENODEV'?
unsetenv(PRELOADENV);
^~~~~~~~~~
ENODEV
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: note: each undeclared identifier is reported only once for each function it appears in
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: warning: passing argument 1 of 'unsetenv' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/defines.h:121:0,
from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/ruby.h:29,
from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby.h:33,
from /home/ko1/ruby/src/trunk-vm-asserts/internal.h:15,
from /home/ko1/ruby/src/trunk-vm-asserts/mjit.c:14:
/usr/include/stdlib.h:654:12: note: expected 'const char *' but argument is of type 'const char * const*'
extern int unsetenv (const char *__name) __THROW __nonnull ((1));
^~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:435:43: error: 'MJIT_MIN_HEADER_NAME' undeclared (first use in this function)
static const char header_name[] = MJIT_MIN_HEADER_NAME;
^~~~~~~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:435:43: error: invalid initializer
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: some warnings being treated as errors
make: *** [mjit.o] Error 1
0.008000 0.000000 1.148000 ( 1.435356)
build_miniruby In file included from /home/ko1/ruby/src/trunk-vm-asserts/mjit.c:18:0:
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:242:5: error: 'MJIT_CC_COMMON' undeclared here (not in a function)
MJIT_CC_COMMON MJIT_CFLAGS GCC_PIC_FLAGS
^~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:242:20: error: expected '}' before 'MJIT_CFLAGS'
MJIT_CC_COMMON MJIT_CFLAGS GCC_PIC_FLAGS
^~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: error: implicit declaration of function 'MJIT_DEBUGFLAGS' [-Werror=implicit-function-declaration]
static const char *const CC_DEBUG_ARGS[] = {MJIT_DEBUGFLAGS NULL};
^~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: note: (near initialization for 'CC_DEBUG_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:250:45: note: (near initialization for 'CC_DEBUG_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: error: implicit declaration of function 'MJIT_OPTFLAGS' [-Werror=implicit-function-declaration]
static const char *const CC_OPTIMIZE_ARGS[] = {MJIT_OPTFLAGS NULL};
^~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: note: (near initialization for 'CC_OPTIMIZE_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:251:48: note: (near initialization for 'CC_OPTIMIZE_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: error: 'MJIT_LDSHARED' undeclared here (not in a function); did you mean 'STR_SHARED'?
static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL};
^~~~~~~~~~~~~
STR_SHARED
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: note: (near initialization for 'CC_LDSHARED_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:48: note: (near initialization for 'CC_LDSHARED_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:235:23: error: expected '}' before string constant
#define GCC_PIC_FLAGS "-Wfatal-errors", "-fPIC", "-shared", "-w", \
^
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:253:62: note: in expansion of macro 'GCC_PIC_FLAGS'
static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL};
^~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: error: 'MJIT_DLDFLAGS' undeclared here (not in a function); did you mean 'MJIT_LDSHARED'?
MJIT_DLDFLAGS
^~~~~~~~~~~~~
MJIT_LDSHARED
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: note: (near initialization for 'CC_DLDFLAGS_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: error: initializer element is not constant
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:255:5: note: (near initialization for 'CC_DLDFLAGS_ARGS[0]')
/home/ko1/ruby/src/trunk-vm-asserts/mjit_worker.c:257:5: error: expected '}' before string constant
"-nostartfiles",
^~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c: In function 'init_header_filename':
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:422:37: error: expected ')' before 'PRELOADENV'
verbose(3, "PRELOADENV("PRELOADENV")=%s", getenv(PRELOADENV));
^~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: error: 'PRELOADENV' undeclared (first use in this function); did you mean 'ENODEV'?
unsetenv(PRELOADENV);
^~~~~~~~~~
ENODEV
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: note: each undeclared identifier is reported only once for each function it appears in
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:424:22: warning: passing argument 1 of 'unsetenv' from incompatible pointer type [-Wincompatible-pointer-types]
In file included from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/defines.h:121:0,
from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby/ruby.h:29,
from /home/ko1/ruby/src/trunk-vm-asserts/include/ruby.h:33,
from /home/ko1/ruby/src/trunk-vm-asserts/internal.h:15,
from /home/ko1/ruby/src/trunk-vm-asserts/mjit.c:14:
/usr/include/stdlib.h:654:12: note: expected 'const char *' but argument is of type 'const char * const*'
extern int unsetenv (const char *__name) __THROW __nonnull ((1));
^~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:435:43: error: 'MJIT_MIN_HEADER_NAME' undeclared (first use in this function)
static const char header_name[] = MJIT_MIN_HEADER_NAME;
^~~~~~~~~~~~~~~~~~~~
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c:435:43: error: invalid initializer
/home/ko1/ruby/src/trunk-vm-asserts/mjit.c: At top level:
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: some warnings being treated as errors
make: *** [mjit.o] Error 1
0.000000 0.004000 0.344000 ( 0.352931)
$$$[end] "make miniruby DEFS=\"-DVM_CHECK_MODE=2\"" exit with 512.
/home/ko1/ruby/logs/brlog.trunk-vm-asserts.20181115-052820
total: 1.79 sec