-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Node 6.5.0 compilation fails on Debian Jessie with non ascii pathes #8404
Comments
What does executing |
Looks like $path might be a suspect: I can reproduce locally -- will look at making a patch |
|
@nfroidure works if you move it out of the $ mv ~/Téléchargements/node-6.5.0 ~/node-6.5.0 && make -C ~/node-6.5.0 |
@jbergstroem thought so cause compilation looked to continue but it failed too finally:
|
@nfroidure could you run |
|
@jbergstroem sure, may take a while before i can give you the result. |
@nfroidure just checking in. Did it finish? |
I had the same error with v 7.8.0. Move node folder out of Téléchargement directory and launch |
See if |
Yeah this works too. |
Sorry, just figured out I didn't answer you. It worked by moving to another folder without special chars. |
Ref: #14336 |
It seems like #14336 is a good tracking issue for this. There's now a doc note about this but also any other changes are likely to come out of a single issue. I'm going to go ahead and close this but feel free to follow the other issue for any updates. Thanks! |
Renaming the path fixed the issue but thought you would like to know it:
The text was updated successfully, but these errors were encountered: