-
Notifications
You must be signed in to change notification settings - Fork 90
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
Something seems wrong with ghcup installing bindist for i386 on debian 12 #1107
Comments
I don't think that's the case:
See that the symbolic link is considered broken, but the file is actually there. And then we get some |
I see, is there something about the way ghcup is constructing these symlinks which causes the issue? The manual bindist install seems to work correctly. |
The manual install worked locally for me but it seems something else is quite fundamentally broken on deb12 on i386. Here is a job I added to ghcup-ci testing which installs the bindist directly (and fails in a different place), which I can't reproduce locally in a docker container. |
Something goes wrong during installation which means not all the files are copied into the installation directories.
I tried in a container unpacking and manually
./configure && make install
the bindist and that worked, so it appears the bindist is correct.With the manually installed bindist I can run the tests without problems.
The text was updated successfully, but these errors were encountered: