Skip to content
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

1.20.x breaks on MacOS Sierra #177

Closed
teizz opened this issue May 6, 2022 · 4 comments
Closed

1.20.x breaks on MacOS Sierra #177

teizz opened this issue May 6, 2022 · 4 comments

Comments

@teizz
Copy link

teizz commented May 6, 2022

1.19.2 Works as expected, starting 1.20.0 Syncthing fails to start and just loops with:

dyld: lazy symbol binding failed: Symbol not found: _SecTrustEvaluateWithError
  Referenced from: /Users/Teizz/Library/Application Support/Syncthing-macOS/syncthing
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security

dyld: Symbol not found: _SecTrustEvaluateWithError
  Referenced from: /Users/Teizz/Library/Application Support/Syncthing-macOS/syncthing
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security

SIGABRT: abort
PC=0x63399ee m=15 sigcode=0

This is on MacOS Sierra v10.12.6

@imsodin
Copy link
Member

imsodin commented May 7, 2022

It was just pure luck that it worked before, already go1.17 requires mcaos >= 10.13. You need to update your system (preferred) or compile Syncthing yourself with an older go version. If you want help with that, please open a ticket on https://forum.syncthing.net

@imsodin imsodin closed this as completed May 7, 2022
@teizz
Copy link
Author

teizz commented May 7, 2022

I'm aware I indeed need to update this system. It doesn't run much besides Syncthing and Apple is (was?) still releasing security updates for Sierra so I've not gotten around to it. I'd already resolved the issue for myself.

In any case, maybe update the line in the README stating that from release v1.14.0-1 macOS 10.12 is required?

@babayoshihiko
Copy link

1.19.2 Works as expected, starting 1.20.0 Syncthing fails to start and just loops with:

I would like you to know I just had the same issue with you on my macos 10.12. I reintalled 1.19.2 and things are working now.

@xor-gate
Copy link
Member

xor-gate commented May 9, 2022

I have updated the readme v1.20.0 or higher needs at least macOS 10.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants