Hi, > And now it works!
That's good to know. :-) > I tried to see what has changed and found this which sounds related: > https://github.com/Homebrew/homebrew-core/commit/0d53c4ddc79abc153967d0f903c5621eab59e422 Yes. This will replace `@rpath`. > However, that change should already have been included in 7.0.0_3, so I'm > confused... https://github.com/Homebrew/homebrew-core/commits/master/Formula/apache-arrow.rb shows a 7.0.0_3 bottle update after the commit but there is also a 7.0.0_3 bottle update BEFORE the commit. It seems that the commit misses revision bump like https://github.com/Homebrew/homebrew-core/commit/ede84dd46a3bf3ac745c0cbc3580a2d44d04ea76 . So some(? all?) users such as you use the old 7.0.0_3 bottle that doesn't include the commit. Thanks, -- kou In <CA+EBNmGx9bGR+2jhWs=F1ixqwav7rtO2LdUKLwQd=iSntbb=l...@mail.gmail.com> "Re: [Ruby] Cannot require 'parquet' on M1 Mac" on Fri, 22 Apr 2022 11:12:37 +0200, Sten Larsson <[email protected]> wrote: > Hi > > I noticed this when building apache-arrow that Homebrew released a new > patch version > > ... > ==> Upgrading apache-arrow > 7.0.0_3 -> 7.0.0_4 > ... > > And now it works! > > I tried to see what has changed and found this which sounds related: > https://github.com/Homebrew/homebrew-core/commit/0d53c4ddc79abc153967d0f903c5621eab59e422 > > However, that change should already have been included in 7.0.0_3, so I'm > confused... > > In any case it seems this was a Homebrew issue and that it is now fixed. I > appreciate all your help, and I learned a lot about macOS along the way. > > Thanks > /Sten
