Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.13.0.2 Docker image does not build #4582

Closed
EmbeddedAndroid opened this issue Oct 13, 2018 · 0 comments
Closed

v0.13.0.2 Docker image does not build #4582

EmbeddedAndroid opened this issue Oct 13, 2018 · 0 comments

Comments

@EmbeddedAndroid
Copy link
Contributor

I tried to build the v0.13.0.2 tag with Docker yesterday and found an issue with submodules:

+ rm -rf build
+ [ -z  ]
+ nproc
+ make -j1 release-static

mkdir -p build/release

cd build/release && cmake -D STATIC=ON -D ARCH="x86-64" -D BUILD_64=ON -D CMAKE_BUILD_TYPE=release ../.. && make

-- The C compiler identification is GNU 5.4.0

-- The CXX compiler identification is GNU 5.4.0

-- Check for working C compiler: /usr/bin/cc

-- Check for working C compiler: /usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Building without build tag

-- Found Git: /usr/bin/git (found version "2.7.4") 

-- Checking submodules

fatal: Not a git repository: /src/bh25sshk9wzob5xrpxpjb6t/.git/modules/external/miniupnp

fatal: Not a git repository: /src/bh25sshk9wzob5xrpxpjb6t/.git/modules/external/unbound

fatal: Not a git repository: /src/bh25sshk9wzob5xrpxpjb6t/.git/modules/external/rapidjson

CMake Error at CMakeLists.txt:189 (message):
  Submodules not up to date.  Please update with git submodule init && git
  submodule update, or run cmake with -DMANUAL_SUBMODULES=1

-- Configuring incomplete, errors occurred!
See also "/src/build/release/CMakeFiles/CMakeOutput.log".

Makefile:89: recipe for target 'release-static' failed

I will dig into the Dockerfile today, but figured I would open an issue in case others are having the same problem, or already working on a fix.

EmbeddedAndroid added a commit to EmbeddedAndroid/monero that referenced this issue Oct 14, 2018
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project#4582

Signed-off-by: Tyler Baker <tyler@foundries.io>
EmbeddedAndroid added a commit to EmbeddedAndroid/monero that referenced this issue Oct 14, 2018
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project#4582

Signed-off-by: Tyler Baker <tyler@foundries.io>
stoffu pushed a commit to stoffu/monero that referenced this issue Dec 17, 2018
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project#4582

Signed-off-by: Tyler Baker <tyler@foundries.io>
ghost pushed a commit to wownero/wownero that referenced this issue Mar 8, 2019
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project/monero#4582

Signed-off-by: Tyler Baker <tyler@foundries.io>
fotolockr pushed a commit to fotolockr/monero that referenced this issue May 1, 2019
The Docker image is failing to build, as the submodules are not being
explicitly initialized and updated.

Fixes: monero-project#4582

Signed-off-by: Tyler Baker <tyler@foundries.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant