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

python3 tools/git-sync-deps not working #38

Open
Shidari4ld opened this issue Feb 16, 2024 · 5 comments
Open

python3 tools/git-sync-deps not working #38

Shidari4ld opened this issue Feb 16, 2024 · 5 comments

Comments

@Shidari4ld
Copy link

when running python3 tools/git-sync-deps
i get ".../skia/third_party/externals/imgui @ 55d35d8387c15bf0cfd71861df67af8cfbda7456
...skia/third_party/externals/angle2 @ 8718783526307a3fbb35d4c1ad4e8101262a0d73
fatal: unable to access 'https://github.com/aseprite/freetype2.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
fatal: unable to access 'https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
Exception in thread Exception in thread Thread-27 (git_checkout_to_directory):
Thread-11 (git_checkout_to_directory):
Traceback (most recent call last):
Traceback (most recent call last):
" this was after i ran the second time and i got the same error

@dacap
Copy link
Member

dacap commented Feb 16, 2024

Hi @Shidari4ld, did you try running git-sync-deps again? sometimes it fails because network errors and running it again should fix it

@Shidari4ld
Copy link
Author

@dacap, i do not know if it was a network error but a reinstall seemed to fix it for me, thanks for your reply and sorry if my question was stupid

@FabianHummel
Copy link

this issue is very annoying. I cannot get aseprite to build consistently (actually not at all) from a Dockerfile. Why is this repository not kept up to date with recent skia versions? I think Google fixed this issue by not cloning the entire git dependencies, but only the latest commits with --depth 1. This also speeds up the compilation times by a lot

@dacap
Copy link
Member

dacap commented Mar 17, 2025

Dockerfile. Why is this repository not kept up to date with recent skia versions?

Because Google changes the Skia API on each release, the update process is super complex and breaks everybody compilations (dev team included). We already have two version (one for main and one for beta) and it's pure chaotic.

@FabianHummel
Copy link

Sad to hear. I explicitly copied over the latest git-sync-deps file to the Dockerfile and it seems to work with this one. (and its so much faster)

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

3 participants