Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.
This repository was archived by the owner on May 27, 2026. It is now read-only.

docker fails during installation c++: fatal error: Killed signal terminated program cc1plus #3

@crguezl

Description

@crguezl

When following the installation instructions at https://dignea.github.io/dignea/html/index.html#autotoc_md7
the building fails:

➜  dignea git:(main) ✗ docker pull dignea/dignea
Using default tag: latest
latest: Pulling from dignea/dignea
d28ba3bddf26: Pull complete
bf411e1e4e47: Pull complete
...
➜  dignea git:(main) ✗ docker run -it dignea/dignea:latest
➜  dignea git:(main) ✗ ./build.sh

Cleaning the previous build
Creating the directory structure
Building DIGNEA with examples and tests
-- The CXX compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
...
-- Build files have been written to: /dignea/build
[  0%] Building CXX object lib/fmt/CMakeFiles/fmt.dir/src/format.o
...
[ 30%] Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
gmake[2]: *** [CMakeFiles/dignea.dir/build.make:90: CMakeFiles/dignea.dir/src/dignea/problems/KP.o] Error 1

The system is a Mac:

➜  dignea git:(main) ✗ uname -a
Darwin pacham.local 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:28:58 PST 2023; root:xnu-10002.81.5~7/RELEASE_X86_64 x86_64

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions