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

submodule problem #5

Closed
mingfang opened this issue Dec 10, 2017 · 11 comments
Closed

submodule problem #5

mingfang opened this issue Dec 10, 2017 · 11 comments

Comments

@mingfang
Copy link

Submodule 'vendor/beast' (https://github.com/boostorg/beast.git) registered for path 'vendor/beast'
Submodule 'vendor/webkit' (https://github.com/WebKit/webkit.git) registered for path 'vendor/webkit'
Cloning into 'vendor/beast'...
fatal: reference is not a tree: 9dc9ca13b9c08c1597d05bcf6c19be357e426041
Cloning into 'vendor/webkit'...
fatal: reference is not a tree: c7e2ef8fc3620c4c90f2b3262c41a34d1812fc85
Unable to checkout '9dc9ca13b9c08c1597d05bcf6c19be357e426041' in submodule path 'vendor/beast'
Unable to checkout 'c7e2ef8fc3620c4c90f2b3262c41a34d1812fc85' in submodule path 'vendor/webkit'

@voodooattack
Copy link
Owner

I’ll look into this once I get back to my development machine. Thanks for the report!

voodooattack added a commit that referenced this issue Dec 11, 2017
@voodooattack
Copy link
Owner

@mingfang Just tested on a fresh setup and it works. Please let me know if the issue persists.

@mingfang
Copy link
Author

it looks like git submodule update --init --recursive --depth 1 doesn't work but git submodule update --init --recursive works

@voodooattack
Copy link
Owner

@mingfang Thanks for reporting this. I’ll update the readme accordingly.

@WebReflection
Copy link

not sure 'cause I haven't tried the second one ... but ...

git submodule update --init --recursive
error: Server does not allow request for unadvertised object b5748db0859e0ff03b29f30e345a511deea8dde8
Fetched in submodule path 'vendor/webkit', but it did not contain b5748db0859e0ff03b29f30e345a511deea8dde8. Direct fetching of that commit failed.

@voodooattack
Copy link
Owner

@WebReflection Can you try this: git submodule sync and see if it works or not?

voodooattack added a commit that referenced this issue Dec 18, 2017
* Moved some things around. Mainly moved `TCPSocketDevice` from `Nexus.IO` to `Nexus.Net`
* Fix for #5
@WebReflection
Copy link

Can you try this: git submodule sync and see if it works or not?

just done that, it doesn't work.

@WebReflection
Copy link

out of curiosity @voodooattack, when are you planning to go back to this project?

@voodooattack
Copy link
Owner

voodooattack commented Jan 9, 2018 via email

@pytlesk4
Copy link
Contributor

Running into the same issues. Any solutions to this?

@voodooattack
Copy link
Owner

Fixed by using SVN to checkout WebKit directly during build.

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

4 participants