-
Notifications
You must be signed in to change notification settings - Fork 852
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
String scape backslash cause file/dir path errors. #951
Comments
Yes, it's a known problem I commented here #124 You can't repo on a /mnt folder but it will work on /home folder. Another thing is compiling Android. Right now there are problems with java compilation so you will need to wait for a future build to achieve that. |
whats the issue with java? oracle jre seems to work great |
kernel compiled great, had some issues that needing fixing but java was not one of them is there a thread dedicated to building android? newest error Argument list too long |
I'm not aware of a single thread. Lots of little scattered threads, though; starting again whenever someone files a new bug. You might consider starting one here: http://wsl-forum.qztc.io/ Then discussion on new bugs can be redirected to one place. |
@dreamss - As others have pointed there have been many bugfixes since the build this was reported on. Could you please retry this on Creator's Update or later and let us know if you are still encountering issues? |
Please use the following bug reporting template to help produce actionable and reproducible issues:
Trying to compile android 4.4.2 from nvidia, repo/git errors while trying to fetch the linux kernel 2.6 sources with unable to create file error.
file is "tests/P_str_escape/str\escape.rs"
for repo to finish the fetching the GIT repos without error
http://i.imgur.com/LZOWJ8w.png
Syncing work tree: 58% (217/374) error: unable to create file tests/P_str_escape/str\escape.rs (Invalid argument)
Traceback (most recent call last):
10.0.14393
mkdir ~/shield-open-source
cd ~/shield-open-source
repo init -u git://nv-tegra.nvidia.com/manifest/android/binary.git -b rel-roth-r5-partner -m secureos/kk_roth.xml
repo sync -j5
repo git
http://nv-tegra.nvidia.com/gitweb/?p=manifest/android/binary.git;a=blob_plain;f=README;hb=rel-roth-r5-partner
*comments or notes
Im sure any linux kernel will cause this issue
the actual git: git://nv-tegra.nvidia.com/linux-2.6.git
revision or branch: rel-roth-r5
webview: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;h=refs/heads/rel-roth-r5;hb=refs/heads/rel-roth-r5
The text was updated successfully, but these errors were encountered: