facebookresearch / facebookresearch/ReAgent
Can't build RASP
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 529
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to build RASP, but always fail on last command. When I'm trying to “make” I always get an error:
> [ 58%] Linking CXX executable RaspCli
> /usr/bin/ld: CMakeFiles/RaspCli.dir/reagent/serving/cli/Server.cpp.o: undefined reference to symbol '_ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv@@GLIBCXX_3.4'
> /usr/bin/ld: /root/miniconda3/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [CMakeFiles/RaspCli.dir/build.make:187: RaspCli] Error 1
> make[1]: *** [CMakeFiles/Makefile2:188: CMakeFiles/RaspCli.dir/all] Error 2
> make: *** [Makefile:160: all] Error 2
g++ version: 7.5.0
c++ version: 7.5.0
CMake version: 3.19.6
Contributor guide
Research direction
Start by reproducing the final make step with the reported g++ 7.5.0, CMake 3.19.6, and Miniconda environment. Inspect the CMake configuration and the RaspCli target around reagent/serving/cli/Server.cpp; done means the RaspCli executable links successfully and the build completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100