-
Notifications
You must be signed in to change notification settings - Fork 127
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
Failure to build on powerpc64le #161
Comments
Are you building the gem from rubygems or from master? |
I was building from rubygems, I've just tried building from master and I get the same message. (I also tried building libmemcached by itself, and verified that any version short of 1.0.18 fails with an outdated config.{sub,guess}.) |
i'm having this issue now for ubuntu on M1 (via docker). the correct system type is |
ended up switching to dalli |
Having same issue. My company went to m1's across the board and now, we cannot build the Gemfile due to this. |
Hi,
When trying to build your gem on powerpc64le, I get the following error:
I think this is because of the version of libmemcached you bundle: if you upgrade the bundled version to the latest (1.0.18) or use the system version if it's available, it should fix things. I can provide a pull request to bundle the latest version if that helps.
The text was updated successfully, but these errors were encountered: