ruby-changes:50249
From: k0kubun <ko1@a...>
Date: Sun, 11 Feb 2018 21:04:55 +0900 (JST)
Subject: [ruby-changes:50249] k0kubun:r62367 (trunk): Makefile.in: add output to debug rubyci
k0kubun 2018-02-11 21:04:48 +0900 (Sun, 11 Feb 2018) New Revision: 62367 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62367 Log: Makefile.in: add output to debug rubyci build failure. From current output, I can't know what's wrong from current error log. https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos7/ruby-trunk/log/20180211T110003Z.log.html.gz#miniruby compiling mjit.c mjit.c:573:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program static const char *const CC_DEBUG_ARGS[] = {MJIT_DEBUGFLAGS NULL}; ^ mjit.c:573:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:574:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program static const char *const CC_OPTIMIZE_ARGS[] = {MJIT_OPTFLAGS NULL}; ^ mjit.c:574:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:584:5: error: stray ?\226?\128?\152\?\226?\128?\153 in program MJIT_CC_COMMON MJIT_CFLAGS GCC_PIC_FLAGS ^ mjit.c:584:5: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:584:5: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:584:5: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:588:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL}; ^ mjit.c:588:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:588:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program mjit.c:589:1: error: stray ?\226?\128?\152\?\226?\128?\153 in program static const char *const CC_DLDFLAGS_ARGS[] = {MJIT_DLDFLAGS NULL}; ^ cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default] cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default] cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default] cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] gmake: *** [mjit.o] Error 1 exit 2 Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 62366) +++ Makefile.in (revision 62367) @@ -568,3 +568,4 @@ mjit_config.h: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L568 \ echo '#endif /* RUBY_MJIT_CONFIG_H */'; \ } > $@ + cat $@ # debugging -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/