-
-
Notifications
You must be signed in to change notification settings - Fork 389
Release package permissions and file name #316
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
Comments
I also encountered this recently when installing Haskell Language Server for the first time. The specific error I got in my Emacs
|
It should not be difficult to change the build script to change the name and set executable permisson (it it is not already done). |
@jneira I think the ghcup .tar.gz bundles might fix this issue. Let me check to see if they have the correct permissions |
9689b83 seems to only address the exec permissions. The other part of the problem is the file name of the executable in the bundle. I think it is reasonable to mention |
Hmm? Accidentally closed by the hook? From the patch that got merged, it doesn't seem to address the renaming yet. |
@hyiltiz yeah, the pr was linked to this issue and closed it |
The new version introduced a new hint that broke our build.
I was looking into the issue, but I believe this issue has been fixed in 34e9914. Is that correct? |
The way that we distribute releases has changed hugely, so I suspect this is done! |
I had to download the pre-built binaries from Github Release, unpack them,
chmod +x
them and also remove-Linux-
in their file name before putting them into$PATH
. The steps in bold weren't mentioned in the project Readme.md file. Better yet, would be easier if the file modes and names were set appropriately before archiving them for release.The text was updated successfully, but these errors were encountered: