You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error trying to run taskline on my Raspberry PI:
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
/snap/taskline/23/bin/node: 1: /snap/taskline/23/bin/node: ELF: not found
/snap/taskline/23/bin/node: 13: /snap/taskline/23/bin/node: Syntax error: word unexpected (expecting ")")
Steps to reproduce
Install via snap:
sudo snap install taskline
Run:
taskline
Expected result:
works fine.
Actual result:
failed with error.
Environment
Raspberry PI 4 with Raspbian 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux
The text was updated successfully, but these errors were encountered:
Thanks for the bug report.
I will have a look on it tonight. Maybe i have to build the arm7 version directly on my pi.
I write as soon as I have new findings.
It looks like i have to build snaps for arm7 on a raspberry pi. I will test it in the next days, i first have to setup my pi... If its working i will try to upgrade my release pipeline to somehow build arm version on the pi. Would otherwise mean a large manual effort on each release.
Problem
I got an error trying to run taskline on my Raspberry PI:
Steps to reproduce
Install via
snap
:Run:
Expected result:
works fine.
Actual result:
failed with error.
Environment
Raspberry PI 4 with Raspbian 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux
The text was updated successfully, but these errors were encountered: