-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on Mac OS 13.1 with Ruby 3.1.3 and 3.2.0 #92
Comments
Did you fix this? I'm having the same problem and didn't find a way to solve it yet. |
I'm having the same problem but on Mac OS 13.1 with Ruby 2.7.3 |
Haven't done much more since posting this issue. This pull request 6b7ca56 makes me believe some updates are needed within the gem itself. |
@rinconchris I saw your installed libpng and libjpeg. Did you also install sqlite3? |
@westonplatter yes I have sqlite3 installed |
having the same problem with Mac OS 13.2.1, ruby 2.7.6p219 |
Hello. I have the same problem, with Ruby 2.7.3 and macOS 13.2.1. Thank you! |
I don't know what's causing the core issue. I would guess the sqlite3 logic introduced in 98f22a4 is no longer compatible with sqlite3 apis, but that might be a decoy lurking problem that's yet to be identified. Any help from the community to resolve this would be greatly appreciated! |
We have resolved the issue by making the following change: |
We removed /opt/homebrew The problems were solved. |
I came back to this and was able to build successfully on Mac OS 14.0 + ruby 3.1.4. |
I am also seeing the error linking sqlite3. Macos 14.2.1, ruby 3.1.4. All relevant brew code reinstalled. |
I did confirm that the gem builds if the |
Rails 6.1 / Ruby 3.2 application using bundler to install Phashion. Note - This is an Intel based Mac
Also unable to install with Ruby 3.1.3.
Installed successfully a few weeks ago for a ruby 3.0 update (but was probably on Mac OS 12 then).
libjpeg version - stable 9d
libpng version - stable 1.6.37
imagemagick version - stable 7.0.11-14
Console output was 100's of lines long due to all the 'sprintf' deprecation warnings. Hopefully relevant info -
Any suggestions appreciated!
The text was updated successfully, but these errors were encountered: