balena-electronjs
balena-electronjs copied to clipboard
Debian Buster compatibility
Hi team,
When trying to compile this with Balena on a Pi 4, I get the following error:
E: Unable to locate package libgnome-keyring-dev [electron] [electron] Removing intermediate container 57686fd91418 [electron] The command '/bin/sh -c install_packages apt-utils clang libxcb-image0 libxcb-util0 xdg-utils libdbus-1-dev libgtk2.0-dev libnotify-dev libgnome-keyring-dev libgconf2-dev libasound2-dev libcap-dev libcups2-dev libxtst-dev libxss1 libnss3-dev libsmbclient libssh-4 libexpat-dev' returned a non-zero code: 10
Any thoughts?
@nghiant can you check of the package reported missing above should be in the base image?
This is not Pi4 incompatibility, but buster incompatibility, even switching to other device types it works like this. Thus need an overhaul for Buster
Also can miss libgnome-keyring0
.
It might need gnome-keyring
instead https://packages.debian.org/search?keywords=gnome-keyring&searchon=names&suite=stable§ion=all
[imrehg] This issue has attached support thread https://jel.ly.fish/#/support-thread~fe58eda2-8314-40ba-a412-aa0fa0d904a0
Until this is fixed, would it be worth modifying this repo to use the previous version of Debian? :man_shrugging:
Any update on how to get this working?
I've not tried it myself, but a comment in #95 says that it works on Pi4.
I've not tried it myself, but a comment in #95 says that it works on Pi4.
Nah this isn't working, at least its not stable.
I am getting error
I believe this issue was originally about a problem at build-time, but it seems like you're having a problem at run-time? So maybe it's a separate problem which deserves a separate issue? :man_shrugging: