Skip to content

Manual build script appears broken under Fedora 31, Ubuntu 19.04, 20.04. #367

@jriehl

Description

@jriehl

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:

  1. docker run -it ubuntu:disco
  2. apt update -y && apt upgrade -y
  3. apt install git
  4. git clone https://github.com/smfrpc/smf.git
  5. cd smf
  6. ./install-deps.sh
  7. ./tools/build.sh -r
  8. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions