-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem getting submodules #34
Comments
Should be solved through commit: |
Thank you but after pulling new request getting new error. I don't know why it is looking for
|
Can you try again? |
Thank you. It worked but when I want to pull request and cd into libhotstuff directory, it is empty. So after executing this command:
I received this error: CMake Warning:
|
I called |
Another problem is in spite of The source directory
/home/hamed/Delphi-BFT/libhotstuff/salticidae
does not contain a CMakeLists.txt file.
CMake Error at /usr/share/cmake-3.22/Modules/ExternalProject.cmake:2882 (message):
No download info given for 'libsecp256k1' and its source directory:
/home/hamed/Delphi-BFT/libhotstuff/secp256k1
is not an existing non-empty directory. Please specify one of:
* SOURCE_DIR with an existing non-empty directory
* DOWNLOAD_COMMAND
* URL
* GIT_REPOSITORY
* SVN_REPOSITORY
* HG_REPOSITORY
* CVS_REPOSITORY and CVS_MODULE
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/ExternalProject.cmake:3716 (_ep_add_download_command)
CMakeLists.txt:30 (ExternalProject_Add)``` |
I found my problem. I just called this code: |
Thanks for testing. If there are more problems with pulling the dependencies, feel free to update this issue |
Thank you. Sure 🙏 |
I finnaly managed to run experiments, but during running simulation several errors happened in C++ codes such as:
0r
? |
Hi, Can you provide the experimental discription file that you used? There seems to be a problem within libhotstuff, and its use of salticidae. Maybe can you also post information on your operating system and the versions of installed dependencies such as CMake, C++, libuv and openssl for a comparison. Aditionally, maybe @bentoumia knows more on this. |
My Os is Ubuntu 22.04 LTS. and this is my experimental discription file:
|
Hi, this is not the experimental description file but your environment file (the .env). The experimental description file is the input that you provide when starting simulations from the CLI and is specified as YAML file. |
Hi, I didn't understand. You mean that I passed a file (description or env) wrong? |
Which command did you use to start the simulation? |
npm run simulation -- examples/hotstuff/hs3-aws.yaml |
@bergerch Hello, Is it possible to compile and run the project in windows or some of parts of C++ projects such as libhotstuff is specially written in Linux version? |
@hamedgibago unfortunately, no. Windows is not supported. |
@bergerch I have troubles compiling |
Hi, sorry for the late reply. weird, I do not remember java org.bitcoin being a dependency. Can you provide me a reference where this originates from? |
I finnaly manage d to download required jar files and added them in build path of java project, but I found that this version of project using old revision of |
Hello, I want to run your source code, but when in part I want to submodule your repository from GitLab with this code:
cd tool && git submodule update --init --recursive && npm install
I get this error for cloning submodules from your repositories:
Cloning into '/home/hamed/Delphi-BFT/themis-gosig'... fatal: unable to access 'https://gitlab.sec.uni-passau.de/cb/themis.git/': server certificate verification failed. CAfile: none CRLfile: none fatal: clone of 'https://gitlab.sec.uni-passau.de/cb/themis.git' into submodule path '/home/hamed/Delphi-BFT/themis-gosig' failed Failed to clone 'themis-gosig'. Retry scheduled Cloning into '/home/hamed/Delphi-BFT/themis-mir'... fatal: unable to access 'https://gitlab.sec.uni-passau.de/cb/themis.git/': server certificate verification failed. CAfile: none CRLfile: none fatal: clone of 'https://gitlab.sec.uni-passau.de/cb/themis.git' into submodule path '/home/hamed/Delphi-BFT/themis-mir' failed Failed to clone 'themis-mir'. Retry scheduled Cloning into '/home/hamed/Delphi-BFT/themis-gosig'... fatal: unable to access 'https://gitlab.sec.uni-passau.de/cb/themis.git/': server certificate verification failed. CAfile: none CRLfile: none fatal: clone of 'https://gitlab.sec.uni-passau.de/cb/themis.git' into submodule path '/home/hamed/Delphi-BFT/themis-gosig' failed Failed to clone 'themis-gosig' a second time, aborting
Is it possible to download some of them that are in github instead those which are in gitlab? For example change the submodule file and remove them in gitlab?
I have a doubt that this one is required or not?
https://gitlab.sec.uni-passau.de/cb/library.git
The text was updated successfully, but these errors were encountered: