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

how to resolve this question #67

Open
zzzhhhlll opened this issue May 15, 2024 · 6 comments
Open

how to resolve this question #67

zzzhhhlll opened this issue May 15, 2024 · 6 comments

Comments

@zzzhhhlll
Copy link

gmake[2]: *** [tests/CMakeFiles/macoroTests.dir/build.make:104:tests/CMakeFiles/macoroTests.dir/task_tests.cpp.o] error 1
gmake[1]: *** [CMakeFiles/Makefile2:160:tests/CMakeFiles/macoroTests.dir/all] error 2
gmake: *** [Makefile:136:all] error 2
-- Configuring incomplete, errors occurred!
CMake Error at thirdparty/fetch.cmake:28 (message):
Build failed (2).
Call Stack (most recent call first):
thirdparty/getMacoro.cmake:51 (run)
cmake/coprotoFindDeps.cmake:85 (include)
CMakeLists.txt:21 (include)

CMake Error at cryptoTools/thirdparty/fetch.cmake:21 (message):
Configure failed (1).
Call Stack (most recent call first):
cryptoTools/thirdparty/getCoproto.cmake:50 (run)
cryptoTools/cmake/cryptoToolsDepHelper.cmake:222 (include)
cryptoTools/CMakeLists.txt:154 (include)

-- Configuring incomplete, errors occurred!
CMake Error at thirdparty/fetch.cmake:22 (file):
file failed to open for reading (No such file or directory):

/home/zzz/download/volepsi/thirdparty/log-libOTe.txt

Call Stack (most recent call first):
thirdparty/getLibOTe.cmake:62 (run)
cmake/findDependancies.cmake:115 (include)
CMakeLists.txt:14 (include)

CMake Error at thirdparty/fetch.cmake:23 (message):
libOTe Configure failed (1).
Call Stack (most recent call first):
thirdparty/getLibOTe.cmake:62 (run)
cmake/findDependancies.cmake:115 (include)
CMakeLists.txt:14 (include)

-- Configuring incomplete, errors occurred!

@FakeItUtillMakeIt
Copy link

I have also encountered this issue.

@eattomatoeveryday
Copy link

Maybe some dependencies you forgot to install

@ladnir
Copy link
Contributor

ladnir commented May 20, 2024

please show the full error

@ladnir
Copy link
Contributor

ladnir commented May 20, 2024

This might be the same issue #68

@ladnir
Copy link
Contributor

ladnir commented May 22, 2024

Your error is the same as the other thread. Use the workaround that is given.

@A-karimKati
Copy link

I am having the same issue as in #65 when i try to build the repo in a server i tried the solution in #68 but it didn't work.

OS details
Rocky Linux release 8.9 (Green Obsidian)
cmake version 3.26.5
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20)
g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20)

Looking forward to your reply. Thank you!

gmake[2]: *** [macoro/CMakeFiles/macoro.dir/build.make:76: macoro/CMakeFiles/macoro.dir/detail/stop_callback.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:134: macoro/CMakeFiles/macoro.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
CMake Error at thirdparty/fetch.cmake:28 (message):
Build failed (2).
Call Stack (most recent call first):
thirdparty/getMacoro.cmake:44 (run)
cmake/coprotoFindDeps.cmake:85 (include)
CMakeLists.txt:21 (include)

-- Configuring incomplete, errors occurred!
CMake Error at cryptoTools/thirdparty/fetch.cmake:21 (message):
Configure failed (1).
Call Stack (most recent call first):
cryptoTools/thirdparty/getCoproto.cmake:50 (run)
cryptoTools/cmake/cryptoToolsDepHelper.cmake:222 (include)
cryptoTools/CMakeLists.txt:163 (include)

-- Configuring incomplete, errors occurred!
CMake Error at thirdparty/fetch.cmake:22 (file):
file failed to open for reading (No such file or directory):

~/thirdparty/log-libOTe.txt

Call Stack (most recent call first):
thirdparty/getLibOTe.cmake:62 (run)
cmake/findDependancies.cmake:115 (include)
CMakeLists.txt:14 (include)

CMake Error at thirdparty/fetch.cmake:23 (message):
libOTe Configure failed (1).
Call Stack (most recent call first):
thirdparty/getLibOTe.cmake:62 (run)
cmake/findDependancies.cmake:115 (include)
CMakeLists.txt:14 (include)

-- Configuring incomplete, errors occurred!
gmake: Makefile: No such file or directory
gmake: *** No rule to make target 'Makefile'. Stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants