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

Syntax error: word unexpected while running on Raspberry Pi #7

Open
humb1t opened this issue Oct 14, 2019 · 2 comments
Open

Syntax error: word unexpected while running on Raspberry Pi #7

humb1t opened this issue Oct 14, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@humb1t
Copy link

humb1t commented Oct 14, 2019

Problem

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

@perryrh0dan
Copy link
Owner

Hi humb1t,

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.

@perryrh0dan perryrh0dan added the bug Something isn't working label Oct 14, 2019
@perryrh0dan
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants