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_gcc5.20190115-082606
#<BuildRuby:0x000055b82d496048
@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_gcc5",
@TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc5",
@TARGET_NAME="trunk_gcc5",
@TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc5",
@build_opts="-j6",
@configure_opts=["CC=gcc-5"],
@gist=false,
@git_branch=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk_gcc5.20190115-082606",
@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.000052)
configure 0.000000 0.000000 0.000000 ( 0.000047)
build_up /tmp/ruby/src/trunk_gcc5/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk_gcc5/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_gcc5/string.c: In function 'rb_str_setbyte':
/tmp/ruby/src/trunk_gcc5/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_gcc5/io.c: At top level:
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
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_gcc5/string.c: At top level:
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
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.008000 0.008000 19.212000 ( 10.503580)
build_miniruby /tmp/ruby/src/trunk_gcc5/io.c: In function 'rb_io_ungetbyte':
/tmp/ruby/src/trunk_gcc5/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_gcc5/string.c: In function 'rb_str_setbyte':
/tmp/ruby/src/trunk_gcc5/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_gcc5/io.c: At top level:
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
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_gcc5/string.c: At top level:
cc1: warning: unrecognized command line option '-Wno-tautological-compare'
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 16.304000 ( 8.640334)
$$$[end] "make miniruby -j6" exit with 512.
/home/ko1/ruby/logs/brlog.trunk_gcc5.20190115-082606
total: 19.15 sec