Describe the bug
Running the build script errors out with the following message:
ninja: build stopped: subcommand failed.
CMake Error at CMakeLists.txt:51 (message):
Build step for deps-build failed: 1
-- Configuring incomplete, errors occurred!
See also "/root/smf/build/release/CMakeFiles/CMakeOutput.log".
I get this not just on Ubuntu 19.04, but also Ubuntu 20.04, and Fedora 31.
To Reproduce
Steps to reproduce the behavior:
docker run -it ubuntu:disco
apt update -y && apt upgrade -y
apt install git
git clone https://github.com/smfrpc/smf.git
cd smf
./install-deps.sh
./tools/build.sh -r
- Build fails per text above.
Expected behavior
I expected a successful release build.
Environment Info
- Ubuntu 19.04, 20.04, and Fedora 31 running in Docker containers
- On current master branch.
- GCC 8 and 9