-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Syncthing package does not work on DS213+ #3456
Comments
PPC isn't supported by go so there is no way to compile it for 32bit ppc. |
Ah I see, that's too bad! I think the issue is when the arch is selected here, |
Sure that was a mistake - I have just disabled package... Please vote here golang/go#22885 for ppc32 support in Go |
Setup
Package Name: Syncthing
Package Version: 0.14.49-15
NAS Model: DS213+
NAS Architecture: e500v2 (freescale qoriq p1022)
DSM version: 6.2
Expected behavior
Clicking on run package should start syncthing
Actual behavior
Package status stays on stopped
Steps to reproduce
1. Install syncthing from DSM GUI
2. Run it
Package log
Check Package Center or
/usr/local/{package}/var/
Other logs
It looks like it was not compiled for the correct architecture:
When it should say:
Maybe it's just not getting the correct package? I tried manually installing the .spk for qoriq but got the same results.
The text was updated successfully, but these errors were encountered: