| "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0. |
| Cloning into 'trunk-random1'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| "make update-download -j4" exit with 512. |
| /tmp/ruby/src/trunk-random1/tool/downloader.rb:250:in `rescue in download': failed to download debug-1.11.0.gem (RuntimeError) |
| Errno::ENETUNREACH: Failed to open TCP connection to rubygems.org:443 (Network is unreachable - connect(2) for "rubygems.org" port 443): https://rubygems.org/downloads/debug-1.11.0.gem |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:163:in `download' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:50:in `download' |
| from -e:3:in `<main>' |
| /usr/lib/ruby/3.2.0/net/http.rb:1603:in `initialize': Failed to open TCP connection to rubygems.org:443 (Network is unreachable - connect(2) for "rubygems.org" port 443) (Errno::ENETUNREACH) |
| from /usr/lib/ruby/3.2.0/net/http.rb:1603:in `open' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1603:in `block in connect' |
| from /usr/lib/ruby/3.2.0/timeout.rb:189:in `block in timeout' |
| from /usr/lib/ruby/3.2.0/timeout.rb:196:in `timeout' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1601:in `connect' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1580:in `do_start' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1569:in `start' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:327:in `open_http' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:760:in `buffer_open' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:214:in `block in open_loop' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:212:in `catch' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:212:in `open_loop' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:153:in `open_uri' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:740:in `open' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:748:in `read' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:196:in `block in download' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:330:in `with_retry' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:196:in `download' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:50:in `download' |
| from -e:3:in `<main>' |
| /usr/lib/ruby/3.2.0/net/http.rb:1603:in `initialize': Network is unreachable - connect(2) for "rubygems.org" port 443 (Errno::ENETUNREACH) |
| from /usr/lib/ruby/3.2.0/net/http.rb:1603:in `open' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1603:in `block in connect' |
| from /usr/lib/ruby/3.2.0/timeout.rb:189:in `block in timeout' |
| from /usr/lib/ruby/3.2.0/timeout.rb:196:in `timeout' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1601:in `connect' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1580:in `do_start' |
| from /usr/lib/ruby/3.2.0/net/http.rb:1569:in `start' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:327:in `open_http' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:760:in `buffer_open' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:214:in `block in open_loop' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:212:in `catch' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:212:in `open_loop' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:153:in `open_uri' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:740:in `open' |
| from /usr/lib/ruby/3.2.0/open-uri.rb:748:in `read' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:196:in `block in download' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:330:in `with_retry' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:196:in `download' |
| from /tmp/ruby/src/trunk-random1/tool/downloader.rb:50:in `download' |
| from -e:3:in `<main>' |
| make: *** [/tmp/ruby/src/trunk-random1/defs/gmake.mk:348: /tmp/ruby/src/trunk-random1/gems/debug-1.11.0.gem] Error 1 |
| make: *** Waiting for unfinished jobs.... |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| + cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h |
| "make miniruby -j4" exit with 512. |
| In file included from /tmp/ruby/src/trunk-random1/compile.c:15011: |
| /tmp/ruby/src/trunk-random1/prism_compile.c: In function ‘pm_options_version_for_current_ruby_set’: |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11562:51: error: ‘PM_OPTIONS_VERSION_CRUBY_4_0’ undeclared (first use in this function); did you mean ‘PM_OPTIONS_VERSION_CRUBY_3_5’? |
| 11562 | #define PM_VERSION_FOR_RELEASE_IMPL(major, minor) PM_OPTIONS_VERSION_CRUBY_##major##_##minor |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11561:46: note: in expansion of macro ‘PM_VERSION_FOR_RELEASE_IMPL’ |
| 11561 | #define PM_VERSION_FOR_RELEASE(major, minor) PM_VERSION_FOR_RELEASE_IMPL(major, minor) |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11565:24: note: in expansion of macro ‘PM_VERSION_FOR_RELEASE’ |
| 11565 | options->version = PM_VERSION_FOR_RELEASE(RUBY_API_VERSION_MAJOR, RUBY_API_VERSION_MINOR); |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11562:51: note: each undeclared identifier is reported only once for each function it appears in |
| 11562 | #define PM_VERSION_FOR_RELEASE_IMPL(major, minor) PM_OPTIONS_VERSION_CRUBY_##major##_##minor |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11561:46: note: in expansion of macro ‘PM_VERSION_FOR_RELEASE_IMPL’ |
| 11561 | #define PM_VERSION_FOR_RELEASE(major, minor) PM_VERSION_FOR_RELEASE_IMPL(major, minor) |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random1/prism_compile.c:11565:24: note: in expansion of macro ‘PM_VERSION_FOR_RELEASE’ |
| 11565 | options->version = PM_VERSION_FOR_RELEASE(RUBY_API_VERSION_MAJOR, RUBY_API_VERSION_MINOR); |
| | ^~~~~~~~~~~~~~~~~~~~~~ |
| At top level: |
| cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics |
| make: *** [Makefile:498: compile.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |