lihansey (lihansey163@163.com li)
- Login: lihansey
- Registered on: 04/20/2022
- Last sign in: 04/20/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/22/2022
-
12:44 AM Ruby Bug #18745: build ruby3.0.4 fail on macOS 12.3.1 monterey fail (Apple silicon arm64)
- ruby 3.1.2 still compiled fail on apple mini m1 (arm64 apple silicon)
```ruby
arm64-darwin21-fake.rb updated
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./arm64-darwin21-fake ./tool...-
12:41 AM Ruby Bug #18745: build ruby3.0.4 fail on macOS 12.3.1 monterey fail (Apple silicon arm64)
- mame (Yusuke Endoh) wrote in #note-4:
> Perhaps this is the same issue as #18019. Please upgrade binutils and give it a retry.
after `brew install binutils && brew update binutils` everything is ok for `ruby 3.0.4`.
But `ruby ...
04/20/2022
-
08:10 AM Ruby Bug #18745: build ruby3.0.4 fail on macOS 12.3.1 monterey fail (Apple silicon arm64)
- Also try
```
RUBYOPT="-rrubygems $RUBYOPT" ./configure rb_cv_symbol_prefix=_ --with-coroutine=ucontext --prefix="$PREFIX_PATH" "${configure_opts[@]}"
```
and
```
RUBYOPT="-rrubygems $RUBYOPT" ./configure rb_cv_symbol_prefix=... -
08:04 AM Ruby Bug #18745: build ruby3.0.4 fail on macOS 12.3.1 monterey fail (Apple silicon arm64)
- Use [ruby-build](https://github.com/rbenv/ruby-build/blob/d3bbd54d589150dcee3325ccbf8bf478f922e470/bin/ruby-build#L591) to build ruby 3.0.4 on macOS12.3.1 monterey still fail.
Does miss sth to configure? Thanks.
- Log
```ruby
... -
08:01 AM Ruby Bug #18745 (Closed): build ruby3.0.4 fail on macOS 12.3.1 monterey fail (Apple silicon arm64)
- Use ruby-build to build ruby 3.0.4 on macOS12.3.1 monterey still fail.
Does miss sth to configure? Thanks.
**- Log**
```
ruby-build.20220420134132.55060.log
.....
Configuration summary for ruby version 3.0.4
* Insta...