-
Notifications
You must be signed in to change notification settings - Fork 849
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
Failed to retrieve the master AOSP source code #124
Comments
Can you collect a strace to see which syscall is(are) failing towards the end? |
I tried this locally and I was able to initialize and sync the repro without errors. I suspect that the root cause of this issue was the same as #313. Now to try to compile android from my shiny new Android repo :) |
This is still not fixed. I am trying to sync CyanogenMod (cm-13.0).
I'm on build 14372. UPDATE: I did a strace on I hope this is useful to find the cause of error. |
@callingmedic911 It's looks like a limitation of DrvFs (/mnt/* folders). Try in a VolFs folder like /home/user and you should have better luck. |
@onomatopellan Thanks! This worked. Although, do you know any possible to use source code from other partition, or perhaps shift installation directory of BashOnWindows, if possible? Android source is huge and compiling with ccache on is going to take a lot of space in Windows partition. |
@callingmedic911 No, not that I know of. Shifting Linux filesystem was discussed here #449 but I never tried the vhdx method. |
@benhillis is there any way you can fix this for people using other directories then for example /home/user/ ? when i'm using /mnt/d/android/ i just have the same error like the people above, but my windows disk is too small to sync a whole android source. fix would be lovely, also have you suceeded compiling? thank you very much |
I remember running into another issue when trying to compile, I think it might have been java related. We've fixed some java-related issues recently but have not had a chance to try this again. |
oh, i freed up some space on my C drive so i will try if ill get any error, i guess alot of things will freak out lol, and what about the issue that i cant have it synced on DrvFs i would love to see a fix haha, anyway thanks for echo and have a nice day |
A workaround: create the file "tests/P_str_escape/str/escape.rs" manually (with empty content). |
@skyhover Did you tested it? I did not work for me. But this worked:
|
@skyhover it worked!but i am still curious why it can not be created automaticly. |
@WallyCZ Thank you it worked for me |
Fix https://github.com/NyaSik/FixDownloadAnrdoid I do not know if the tambourine and the sacrifice of the goat helped the neighbor. Or this fix. |
The text was updated successfully, but these errors were encountered: