-
Notifications
You must be signed in to change notification settings - Fork 841
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
Project whose path contains non-ASCII characters fails to build on Linux #4443
Comments
Forgot to add:
|
That gist I linked to includes the output when running in verbose mode. I forgot to say that I tried --no-nix-pure, and got a similar message. Here's that gist with --no-nix-pure. |
I was able to duplicate the problem on Debian. Here's the gist. EDIT: Just to clarify, I don't have Nix installed on the Debian machine, so I don't think this problem is Nix-specific. |
I'll try both of those and let you know. Incidentally, this was working fine a few weeks ago. I have a hunch that it might be a cabal issue rather than a Stack issue. I'll try to test that theory as well. |
It seems my hunch was correct; it's not a Stack issue per se. What's happening here is that
|
@mhwombat Thanks for investigating — and please do comment here if you find a suitable workaround. |
BTW @mhwombat did you open a Cabal issue about this? |
As it turns out, there is already a Cabal issue about it. |
General summary/comments (optional)
In latest Stack version, a project won't build if its pathname contains non-ASCII characters.
Steps to reproduce
Expected
I expect it to build
Actual
The build fails.
If you do the same steps, but using the project name "dummy" (no accent), the build succeeds.
Output in verbose mode is shown in gist.
Stack version
Method of installation
This is on a NixOS, installed using NixOS package repo.
The text was updated successfully, but these errors were encountered: