-
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
cachelib fails to build #275
Comments
Hi @george-reilly-wdc Our Centos 8.1 build is green https://github.com/facebook/CacheLib/blob/main/.github/workflows/build-cachelib-centos-8-1.yml Could you try on Centos 8.1 or 8.5? |
Yes, I will build a centos-8-1 system and retry. Not sure when I will get around to doing that. Please close this ticket. Thanks. |
Can we re-open this ticket or should I submit a new one? Commands : Then I tried using the link you gave above with this command : |
Describe the bug
(build.sh: error: failed to build cachelib)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
successful build
Screenshots
[ 81%] Building CXX object allocator/CMakeFiles/cachelib_allocator.dir/SlabReleaseStats.cpp.o
[ 82%] Building CXX object allocator/CMakeFiles/cachelib_allocator.dir/TempShmMapping.cpp.o
/tmp/cciWu1Ct.s: Assembler messages:
/tmp/cciWu1Ct.s:5: Warning: setting incorrect section attributes for .rodata.thrift.data
/tmp/ccVWjB2C.s: Assembler messages:
/tmp/ccVWjB2C.s:5: Warning: setting incorrect section attributes for .rodata.thrift.data
/tmp/ccQo6GYZ.s: Assembler messages:
/tmp/ccQo6GYZ.s:5: Warning: setting incorrect section attributes for .rodata.thrift.data
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [allocator/CMakeFiles/cachelib_allocator.dir/build.make:397: allocator/CMakeFiles/cachelib_allocator.dir/CacheAllocator.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:532: allocator/CMakeFiles/cachelib_allocator.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
build-package.sh: error: make failed
build.sh: error: failed to build cachelib
Desktop (please complete the following information):
uname -a
Linux fb-yv3-w05 5.12.0-0_fbk2_3390_g7ecb4ac46d7f #1 SMP Tue Dec 14 10:55:56 PST 2021 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/redhat-release
CentOS Stream release 8
Additional context
N/A
The text was updated successfully, but these errors were encountered: