omnisharp-roslyn icon indicating copy to clipboard operation
omnisharp-roslyn copied to clipboard

Release binary permissions problems (macOS)

Open genericptr opened this issue 4 years ago • 6 comments

I'm on macOS Catalina and not able to execute the language server. First thing I notice is that the permissions of the included files seem to be incorrect so I can't execute the binary but doing a chmod +x causes other errors so I'm not sure what the problem is.

omnisharp-osx$ ./run -bash: ./run: Permission denied

Screen Shot 2020-06-02 at 10 34 23 AM

genericptr avatar Jun 02 '20 03:06 genericptr

I confirm, run has only read-write permissions!

what errors are those you mentioned? could paste it here? if its too big use Pastebin instead, thanks!

easbarba avatar Jun 02 '20 22:06 easbarba

I just changed the permissions with chmod +x now and it seems to be working! I upgraded some .NET related stuff yesterday though so something may have changed. Sorry I can't track down the problem so I guess the issue now is the permissions are incorrect so I'll close the issue.

genericptr avatar Jun 03 '20 00:06 genericptr

@genericptr

It still an issue as most users will eventually realize that too.

easbarba avatar Jun 03 '20 02:06 easbarba

You're right. I'll let the actual moderators decide what to do. I can't reproduce the first set of errors but I don't know if they were related to the permissions or not.

genericptr avatar Jun 03 '20 02:06 genericptr

@genericptr

It might be because Linux binaries files are all set with execute permissions!

easbarba avatar Jun 03 '20 02:06 easbarba

I just downloaded 1.38.0 and get the same error! Really should fix this....

genericptr avatar Feb 17 '22 14:02 genericptr