-
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
[C++] Compatibility with glog 0.7 #40181
Comments
I will propose a patch later today. |
me, impatiently noting that more than 24h have passed 🥲 |
This was referenced Feb 23, 2024
For packagers where this is not mandatory: You can disable the logging feature with |
xhochy
added a commit
that referenced
this issue
Feb 26, 2024
Fix is in #40230 and CI has passed, ready for review. |
Issue resolved by pull request 40230 |
Please reopen. The fix is not complete: #40230 (comment) |
Could you open a new issue for it? |
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
Fixes apache#40181 ### Are these changes tested? These changes have been tested as part of the conda feedstocks for Arrow. * GitHub Issue: apache#40181 Authored-by: Uwe L. Korn <uwe.korn@quantco.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
Fixes apache#40181 ### Are these changes tested? These changes have been tested as part of the conda feedstocks for Arrow. * GitHub Issue: apache#40181 Authored-by: Uwe L. Korn <uwe.korn@quantco.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
Trying to build arrow 15 (and before) with the new glog 0.7 runs into a lot of errors, starting with:
At first I thought this might be a glog issue (because the release notes don't point to any such breaking changes), but it turns out that this is specific to arrow and can be fixed with a relatively small patch.
Just opening the issue as a reference, and for potential discussion, if compatibility with new glog is somehow at odds with other priorities.
Component(s)
C++, Packaging
The text was updated successfully, but these errors were encountered: