charlesbjohnson (Charles Johnson)
- Login: charlesbjohnson
- Registered on: 02/07/2021
- Last sign in: 02/24/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
02/24/2021
-
06:37 PM Ruby Bug #17486: Build fails on darwin due to libtool being removed
- charlesbjohnson (Charles Johnson) wrote in #note-8:
> nobu (Nobuyoshi Nakada) wrote in #note-7:
> ...
Good news is that I was able to build 3.0.0. The culprit appeared to be that I'm using the GNU `coreutils` and related packages (ie. ... -
06:40 AM Ruby Bug #17486: Build fails on darwin due to libtool being removed
- nobu (Nobuyoshi Nakada) wrote in #note-7:
> Could you show mkmf.log file for a failed extension?
Here's what I have for `ext/bigdecimal/mkmf.log`: https://gist.github.com/charlesbjohnson/1b280cd5fe041824de68dd04bc6fafe1
02/07/2021
-
11:41 PM Ruby Bug #17486: Build fails on darwin due to libtool being removed
- I'm running into this exact same issue, it fails on both Catalina and Big Sur.
```
$ ASDF_RUBY_BUILD_VERSION=master RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl) --with-readline-dir=$(brew --prefix readline)" asdf ins...