-
Notifications
You must be signed in to change notification settings - Fork 17
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
Closed source binary for arm64 incompatible with plugin #55
Comments
Hi, |
oeserverd is not dependent on 32/64 differences. The 32 bit binary runs fine on ARM64. |
I'm using packages from the Arch User Repository for the plugins, I'm having a look now at how to use the Plugin Manager (that doesn't seem to give me any packages). I'll open an issue for this if needed, and I'll have a look then to answer your question! |
Also, I just tried to run |
On the Manjaro... $ldd oeserverd -a Thanks |
On the Raspberry:
|
The issue mentioned by gromian: I believe there were issues of including the oeserverd in the deb-package for the last few releases. |
The original problem has been solved a long time ago. This issue should really be closed. |
The problem was not having the driver or not, it was that it was not distributed properly when building the packages manually. People who wants to use the plugin are not just going to try and find where to go download the right executable, where to install it. Everything needs to be packaged properly. If this means that this plug-in package cannot be distributed in a gpl-compliant way, so be it. I believe this is fixed for flatpak packages at least, and through the plugin manager too. So probably this can be closed, if all oeserverd version are the same (since that was the original issue here). Ping @flupes, can this be closed now? |
For me the bigger problem is the distribution of a closed source package. Putting the binaries in the right place is one, configuring udev is two but and including the right dependencies is three. If you are using deb-files in the old-fashioned way this should all be in the deb (without having to run a script manually). But I think you also experienced the missing oeserverd and the sglock-udev-rule issue. Not to say that currently the deb-package is broken, but it is in dire need of some maintenance. But with the ocharts_pi on the way I ask myself if it is worth putting much time into it. For oesenc_pi the script with the after-installation commands is pretty straightforward: |
I disagree. For most users, the command line is already scary. We cannot ask them to write or run a script to install something (as a normal way of doing things I mean). Maybe click on something that will launch a prewritten script is OK (because there is still the issue of installed udev rules for the Flatpak distribution). And even more importantly, this all need to be documented somewhere. For now, doc is missing a lot regarding those issues.
If users are expected to switch to ocharts with the new release of OpenCPN, I agree. |
"If users are expected to switch to ocharts with the new release of OpenCPN, I agree." |
Fair enough. The plugin manager is working well and is a very fine
replacement IMO. Solves a lot of troubles with packages too.
…On Sat, Jun 5, 2021, 15:44 bdbcat ***@***.***> wrote:
"If users are expected to switch to ocharts with the new release of
OpenCPN, I agree."
And they are.
As an "official" OpenCPN policy, deb packages of plugins for OpenCPN are
deprecated. They will not be further maintained.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQWMVJ65HF4AN5GRRHYLB3TRIS4VANCNFSM4JVUTPOA>
.
|
oeserverd
for linuxarm64 is version 1.09c while latest version for other platforms is 1.14.The command line options seem to have changed between these revisions, making the latest version of the plugin inoperable for arm64 platform: plugin freezes at the first call with -s option.
Committing a v1.14 build of the closed source binaries for arm64 would fix the issue for users of RockPi 4, Pine64 and other SBCs with 64bit ARM architectures.
Ubuntu on x86_64:
Armbian on aarch64
The text was updated successfully, but these errors were encountered: