rev: 66824
test-all :
test-spec:
exit statuses:
"rm -f .revision.time" exit with 0.
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 512.
"make miniruby -j6" exit with 512.
Logfile: /home/ko1/ruby/logs/brlog.trunk_gcc7.20190115-082126
#<BuildRuby:0x000056009354e298
@BUILD_DIR="/tmp/ruby/build",
@INSTALL_DIR="/tmp/ruby/install",
@REPOSITORY="https://svn.ruby-lang.org/repos/ruby/trunk",
@REPOSITORY_TYPE=:svn,
@SRC_DIR="/tmp/ruby/src",
@TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc7",
@TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc7",
@TARGET_NAME="trunk_gcc7",
@TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc7",
@build_opts="-j6",
@configure_opts=["CC=gcc-7"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc7.20190115-082126",
@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.000030)
autoconf 0.000000 0.000000 0.000000 ( 0.000062)
configure 0.000000 0.000000 0.000000 ( 0.000054)
build_up /tmp/ruby/src/trunk_gcc7/string.c: In function 'rb_str_setbyte':
/tmp/ruby/src/trunk_gcc7/string.c:5423:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_to_int(value);
^~~~~
/tmp/ruby/src/trunk_gcc7/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk_gcc7/io.c:4266:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_int_modulo(b, INT2FIX(256));
^~~~~
/tmp/ruby/src/trunk_gcc7/io.c: At top level:
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [io.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ruby/src/trunk_gcc7/string.c: At top level:
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [string.o] Error 1
0.004000 0.008000 20.868000 ( 12.362011)
build_miniruby /tmp/ruby/src/trunk_gcc7/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk_gcc7/io.c:4266:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_int_modulo(b, INT2FIX(256));
^~~~~
/tmp/ruby/src/trunk_gcc7/string.c: In function 'rb_str_setbyte':
/tmp/ruby/src/trunk_gcc7/string.c:5423:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
VALUE v = rb_to_int(value);
^~~~~
/tmp/ruby/src/trunk_gcc7/io.c: At top level:
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [io.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ruby/src/trunk_gcc7/string.c: At top level:
cc1: warning: unrecognized command line option '-Wno-self-assign'
cc1: warning: unrecognized command line option '-Wno-parentheses-equality'
cc1: warning: unrecognized command line option '-Wno-constant-logical-operand'
cc1: warning: unrecognized command line option '-Wno-cast-function-type'
cc1: some warnings being treated as errors
make: *** [string.o] Error 1
0.004000 0.000000 19.992000 ( 10.633408)
$$$[end] "make miniruby -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk_gcc7.20190115-082126
total: 23.00 sec