You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been building FBOSS following the instructions and I am not building the folly library. The error “[251/341] Building CXX object CMakeFiles/folly_base.dir/folly/folly/net/NetOps.cpp.o” is displayed.
FAILED: CMakeFiles/folly_base.dir/folly/net/NetOps.cpp.o”. The rest is in the attached screenshot. I did everything according to the instructions https://github.com/facebook/fboss/tree/main/installer/debian-10-x86_64
The commands I entered one by one on my machine:
sudo apt-get update
sudo apt-get install git vim gcc m4 bison flex libssl-dev pkg-config build-essential zlib1g-dev libpython2.7-dev ninja-build cmake re2c -y
git clone https://github.com/facebook/fboss
export WITH_ASAN=1
export BENCHMARK_INSTALL=1
cd fboss/build/
./fbcode_builder/getdeps.py install-system-deps --recursive fboss
./fbcode_builder/getdeps.py build --allow-system-packages fboss
The text was updated successfully, but these errors were encountered:
Hi, I have been building FBOSS following the instructions and I am not building the folly library. The error “[251/341] Building CXX object CMakeFiles/folly_base.dir/folly/folly/net/NetOps.cpp.o” is displayed.
FAILED: CMakeFiles/folly_base.dir/folly/net/NetOps.cpp.o”. The rest is in the attached screenshot. I did everything according to the instructions https://github.com/facebook/fboss/tree/main/installer/debian-10-x86_64
The commands I entered one by one on my machine:
sudo apt-get update
sudo apt-get install git vim gcc m4 bison flex libssl-dev pkg-config build-essential zlib1g-dev libpython2.7-dev ninja-build cmake re2c -y
git clone https://github.com/facebook/fboss
export WITH_ASAN=1
export BENCHMARK_INSTALL=1
cd fboss/build/
./fbcode_builder/getdeps.py install-system-deps --recursive fboss
./fbcode_builder/getdeps.py build --allow-system-packages fboss
The text was updated successfully, but these errors were encountered: