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

String scape backslash cause file/dir path errors. #951

Closed
dreamss opened this issue Aug 20, 2016 · 6 comments
Closed

String scape backslash cause file/dir path errors. #951

dreamss opened this issue Aug 20, 2016 · 6 comments

Comments

@dreamss
Copy link

dreamss commented Aug 20, 2016

Please use the following bug reporting template to help produce actionable and reproducible issues:

  • A brief description
    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"
  • Expected results
    for repo to finish the fetching the GIT repos without error
  • Actual results (with terminal output if applicable)
    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):

*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

@onomatopellan
Copy link

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.

@dreamss
Copy link
Author

dreamss commented Aug 21, 2016

whats the issue with java? oracle jre seems to work great

@onomatopellan
Copy link

There are plenty of problems with java compiler on Anniversary Update. #746 #566
#541

@dreamss
Copy link
Author

dreamss commented Aug 21, 2016

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

@aseering
Copy link
Contributor

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.

@benhillis
Copy link
Member

@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?

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

5 participants
@aseering @onomatopellan @dreamss @benhillis and others