-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Ruby] Cannot get gem installed on Ubuntu 20 with arrow 14,15 and/or 16 #41396
Comments
@raulcd msys2/MINGW-packages#20692 isn't merged yet but I'll release 16.0.0 gems. Because there is a problem with Apache Arrow C++ 16.0.0 and Red Arrow 15.0.x combination on other platforms. Releasing 16.0.0 gems break |
I've released 16.0.0 gems. @andresbarcenas Could you try again? |
Thanks @kou , sounds good to me. I'll try to fix the MINGW packages PR tomorrow but I'm slightly busy might have to do it on Monday. |
Thanks! No problem! |
Not works with
kind of blocker for usage of this lib. |
Ah, Could you use Ubuntu 22.04 or |
FYI: |
@kou thank you we cannot use Strange issue, because previously it was working on the same version, but now it stopped. Is there was some update? Trying to do:
Will see if it break something |
I was able to do a simple 'gem install red-arrow -v 16' but I had to run the
Thank you for such a fast update and releasing 16.0.0. gems |
Yes. We need the |
#39932 as I mentioned. FYI: Debian GNU/Linux bullseye will reach EOL on 2024-07: https://wiki.debian.org/DebianReleases So you need to update your image sooner or later. |
hi, is there any plan to make it work for Ubuntu 20 without the workaround? |
Old re2.pc add "-std=c++11" but it causes a build error. Because Apache Arrow C++ requires C++17. We can remove "-std=c++11" as workaround.
I didn't have a plan for it because Ubuntu 20.04 will reach EOL soon but let's do it. |
### Rationale for this change Old re2.pc add "-std=c++11" but it causes a build error. Because Apache Arrow C++ requires C++17. ### What changes are included in this PR? Remove "-std=c++11" as workaround. We can remove this workaround when we drop support for Ubuntu 20.04. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #41396 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Issue resolved by pull request 43721 |
That is really great. Thank you! |
Describe the bug, including details regarding any error messages, version, and platform.
here is the error message on Ubuntu 20 (focal)
Is there any specific documentation/instructions to get this gem installed on Ubuntu 20. I was able to do it on CentOS7 with devtoolset-8
Component(s)
Ruby
The text was updated successfully, but these errors were encountered: