-
Notifications
You must be signed in to change notification settings - Fork 94
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
Failure to install on JFS filesystem #766
Comments
I can't reproduce:
|
It must be failing here: Lines 1303 to 1304 in 048932b
And then Line 557 in 048932b
What are the contents of |
Is your voidlinux configured to use musl? |
@hasufell no, it's regular glibc. I will try to see if filesystem type might be involved (I use JFS, might play an unexpected part). Furthermore, I will check which environment variables my environment has and if there might be any that plays a part, so:
|
@hasufell I checked the |
I just performed the install with a clean user with a minimal environment, same error. I'm now going to test with different filesystem. |
@hasufell It's the JFS filesystem mounted on /home. It has the case-insensitive option enabled (-O), but I tested with both: the case-insensitive option does not matter; I just formatted a 10GiB JFS filesystem without the -O option, the failure occurs identically. |
That's exciting. I'll investigate over the weekend. |
It appears the answer is this:
|
We'll have to do a point release for this. |
I'm not too sure how portable that implementation is. It works on JFS, but maybe have to investigate more filesystems. |
@hasufell let me know when a release is available so I can test! |
You can download master artifacts and try: https://github.com/haskell/ghcup-hs/suites/10766709038/artifacts/540774112 |
@hasufell can confirm that |
This is released now in https://github.com/haskell/ghcup-hs/releases/tag/v0.1.19.1 |
Installation seems to fail at the merging file tree stage, resulting in an error with code
GHCup-00130
. Full session log, Void Linux system, necessary packages installed:Logs:
The text was updated successfully, but these errors were encountered: