-
Notifications
You must be signed in to change notification settings - Fork 263
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
Samples get linked with system glog.so and glogd.so built from source resulting in conflicts #51
Comments
Getting the same error. I tried on a new VM Ubuntu 20.04.3 LTS, still getting the error. |
Thank you for the bug report @vicvicg and @decibel26 - you stumbled on an edge case - building "cachelib" in debug mode ( CacheLib/examples/simple_cache/build.sh Line 28 in f200cef
|
Thank you, @agordon - this workaround works. |
Thanks for the quick work-around @agordon ! |
Worked for me as well. Thanks, @agordon. |
@vicvicg Is this still an issue for you ? |
@sathyaphoenix What is the recommended way to switch between release and debug builds for samples without modifying the build file itself? |
@agordon is the fix that you mention committed to main branch ? |
Samples from ./examples/[simple_cache|simple_compact_cache] get linked with system glog.so and glogd.so built from source resulting in conflicts.
Steps to reproduce:
OS: Ubuntu 20.04 running on WSL2.
The text was updated successfully, but these errors were encountered: