-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can"t clone this repo #1
Comments
Try use --depth 1 or clone earler revision. It seems that you have very slow internet connection (git is evil that connot recover failed fetch) |
you can download a tar of initial workspace from http://dl.linux-sunxi.org/users/amery/repo-dumps/ and then pull once to get the latest changes over git |
ssvb
added a commit
that referenced
this issue
Jan 11, 2016
For some unknown reason the eglGetDisplay() function fails if the high bit of the X Display pointer is set. The problem has been at http://irclog.whitequark.org/linux-sunxi/2016-01-11#15154314; We just apply the fix, which has been proposed in the official mali support forums: https://community.arm.com/thread/5484 Which basically does the following: 5eb38: 2800 cmp r0, #0 5eb3a: d002 beq.n 5eb42 <__egl_platform_display_valid+0xa> 5eb3c: bfd4 ite le - 5eb3e: 2000 movle r0, #0 + 5eb3e: 2001 movle r0, #1 5eb40: 2001 movgt r0, #1 5eb42: 4770 bx lr Signed-off-by: Siarhei Siamashka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then trying to
git submodule update
in sunxi-mali source tree, I always get
Receiving objects: 22% (38/168), 972.00 KiB | 7 KiB/s
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: recursion detected in die handler
It"s only on this repo. Percents are always different, between 15 and 22. Then trying to clone directly (git clone https://github.com/linux-sunxi/sunxi-mali-proprientary.git) I"m getting timeout issue, clone didn"t even start. Internet works fine, other github repos cloning OK.
The text was updated successfully, but these errors were encountered: