-
Notifications
You must be signed in to change notification settings - Fork 123
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
VisualUefi fails to clone submodule 'openssl' #7
Comments
Hi, I am not sure why these sub-repos cannot be cloned. The URL is still valid as far as I can see, and others uses have cloned it successfully. I wonder if this is a bug in Github. Nevertheless, I will try deleting the sub-modules and adding them back from scratch. When you cloned separately, did you make sure to clone the correct Openssl submodule? I.e.: git.infradead.org/users/dwmw2/openssl.git ? |
Hi,
When I cloned separately, I cloned the repo that was in the openssl submodule file. It was the "git:infradead.org/users/dwmw2/openssl.git" repo. I looked at that repo and the official Openssl repo file list also, and the "crypto\x509v3\v3_scts.c" is not present in either the infradead or official Openssl repo. |
This should work now. Thanks for bringing it up to my attention, let me know if you still have problems! |
Hello, I am also running into this problem. When I downloaded the repo, my openssl directory contained only the "include" directory, so it would give me essentially the same error as the first post: |
When executing "git clone --recursive https://github.com/ionescu007/VisualUefi" the Openssl submodule fails to clone. If you try and clone the repository separately, then it will build about 90% of the way and then the build will fail with: "c1 : fatal error C1083: Cannot open source file: '....\openssl\crypto\x509v3\v3_scts.c': No such file or directory"
The text was updated successfully, but these errors were encountered: