You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Intel OSX 13.4, and trying to install Ruby 3.2.2:
% frum install 3.2.2
==> Downloading https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.2.tar.xz
==> Extracting ruby-3.2.2.tar.xz
==> Building Ruby 3.2.2
error: Can't build Ruby: configure failed: configure: error: in `/Users/gmac/.frum/versions/.downloads/.tmpARRsm0/ruby-3.2.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
I would expect to find that config.log under /Users/gmac/.frum/versions/.downloads/.tmpARRsm0/ruby-3.2.2, however the directory has been deleted and I have no way to investigate what went wrong. Seems like frum should either print the log, or leave the directory for followup. Any advice on how to resolve this?
The text was updated successfully, but these errors were encountered:
I'm on Intel OSX 13.4, and trying to install Ruby
3.2.2
:I would expect to find that
config.log
under/Users/gmac/.frum/versions/.downloads/.tmpARRsm0/ruby-3.2.2
, however the directory has been deleted and I have no way to investigate what went wrong. Seems likefrum
should either print the log, or leave the directory for followup. Any advice on how to resolve this?The text was updated successfully, but these errors were encountered: