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
Build fails at codesign
on OS X <10.13.6
#6792
Comments
Was having issues installing with homebrew via Obviously you're trying to build/install from source, but have you tried installing via the Installer/.pkg option on their website? Installation succeeds, but can only thing I can run without the following error is
|
What you're getting is – unfortunately – a different issue. I just installed via the file you linked, and I'm getting the error you're describing. I'm fairly certain that that is unrelated to the issue described in this thread. I think what you're getting is that the binary created simply isn't compatible with OS X 10.9, and I'm not sure it's possible create a binary that is compatible with both OS X 10.9 and 10.14, so the fish authors would have to provide two download links. (By building an extra binary for older OS X, potentially on an old machine which would be a hassle)
However, currently you need to build from the latest |
Actually, I just looked at it some more. Your issue with the installer should be fixed in the next release. It was fixed with this commit fbb0f79, which went in one day after 3.1.0 was released. This also means that 10.9 is the minimum supported OS X version (at least for the installer). |
Very informative. Thanks for the extra research and report! 😅 Also glad I made the support cut off, hope they release + update their site to reflect this soon. ..until then, I can live with v3.0.2. |
Should be fixed with #6791? |
Building on OS X versions prior to 10.13.6 fails at the very end when running
codesign
.The
-options runtime
-argument isn't available on these earlier versions of the OS.The error (output from
make
)uname -a
sw_vers (Mac OSX/macOS version)
fish --version (after successful build – PR #6791)
The text was updated successfully, but these errors were encountered: