-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Support glog 0.7.0 #2171
Comments
Looks like Arch Linux AUR has a fix for this: https://aur.archlinux.org/cgit/aur.git/tree/fix-cmake-find-glog.patch?h=folly |
With PR #2245 and the above mentioned AUR patch, |
This was referenced Jun 23, 2024
facebook-github-bot
pushed a commit
to facebook/hhvm
that referenced
this issue
Jul 16, 2024
Summary: Fixes `close`/`lseek`/`read`/`pread` not being in scope. It only worked so far because `#include <glog/logging.h>` apparently brought them into scope; with glog >= 0.7.0 that does not work anymore. See also facebook/folly#2171 (comment) X-link: facebook/folly#2245 Reviewed By: Gownta Differential Revision: D58968225 Pulled By: Orvid fbshipit-source-id: fe9b4ba3d08e910b60225d3ed6b17a314655dfe4
facebook-github-bot
pushed a commit
that referenced
this issue
Jul 16, 2024
Summary: Fixes `close`/`lseek`/`read`/`pread` not being in scope. It only worked so far because `#include <glog/logging.h>` apparently brought them into scope; with glog >= 0.7.0 that does not work anymore. See also #2171 (comment) Pull Request resolved: #2245 Reviewed By: Gownta Differential Revision: D58968225 Pulled By: Orvid fbshipit-source-id: fe9b4ba3d08e910b60225d3ed6b17a314655dfe4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👋 trying to build fizz with glog 0.7.0, but ran into some regression test failure as below:
same failure seen for wangle as well.
relates to Homebrew/homebrew-core#163094
The text was updated successfully, but these errors were encountered: