mame (Yusuke Endoh) wrote in #note-4: > Could you please try to build ruby 4.0.1 without rbenv? SEGV in `make install` <details> <summary>log</summary> ``` [sue445@sue445-win] [01-15 20:44:10] $ make install file2lastrev...sue445 (Go Sueyoshi)
> I gave it a try but could not reproduce the issue on Ubuntu 24.04 running in Docker. Umm... I forgot to mention this earlier, but to be precise, the environment where I encountered the error is Ubuntu 24.04 on WSL (Windows 11). ...sue445 (Go Sueyoshi)
This is transferred from https://github.com/rbenv/ruby-build/discussions/2594#discussioncomment-15394211 # My environment ``` shell [sue445@sue445-win] [12-31 23:34:49] $ lsb_release -a No LSB modules are available. Distributor ID...sue445 (Go Sueyoshi)
# Workaround `require` only minimal files. In this case, stop to require "active_support/all" e.g. ``` ruby # require "active_support/all" require "active_support/core_ext/time/zones" require "active_support/core_ext/array...sue445 (Go Sueyoshi)