-
Notifications
You must be signed in to change notification settings - Fork 253
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
[Bug] snap: ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so'
, deb: filename armv7 -> armhf
#968
Comments
I don't have a pi3 to test on and I have no idea about snap, so I don't really know if I'll be able to help you much. Does the armv7 binary in the release page run for you at the very least? |
Also the binary name is |
No, for the snap package there's only
Yes, no problem there. I use |
Yeah, was just asking as the binary name is Other than that... I'm not really sure what to do from here to help you. I don't run the snap distribution, so I can't really make any changes there. I guess I could add |
Yea, the binary is called I can also use the .deb for installing, but as I said, the string should be |
There's a link to contact the package maintainer on snapcraft, I guess there?
Sorry for the confusion, but is the issue... the file name? As that's named after the Rust target, and I kinda would personally prefer keeping that consistent, though I'm open to changing it. |
After thinking about it, probably for the better to switch it back to |
Yes, here's what I meant: |
Sounds good. I've already added new files (well, renamed old ones) to the 0.7.1 release following standard Debian naming (e.g. |
Merged #969, if the file naming issue is dealt with I'll close this issue in a bit, as I don't think I can help you regarding the other issue around the snap. |
Thanks, it's fine, I reported it there and now install from the deb file. |
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so'
ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libarmmem-${PLATFORM}.so'
, deb: filename armv7 -> armhf
To download and install the latest release for your architecture (needs jq): arch=$(dpkg --print-architecture) # amd64, arm64, armhf on RPi (32bit userland)
curl -s https://api.github.com/repos/ClementTsang/bottom/releases/latest | jq ".assets[] | select(.browser_download_url|test(\"$arch\")) | .browser_download_url" -r | wget -q -O /tmp/bottom.deb -i - && sudo dpkg -i /tmp/bottom.deb |
Checklist
Describe the issue
Everything seems to work, but I'm getting the error messages below on a RPi3.
What operating system and version are you using?
Raspbian GNU/Linux 11 (bullseye)
What architecture are you using?
arm32
What terminal(s) are you running
bottom
on?No response
What version of
bottom
are you running?0.7.1
How did you install
bottom
?snap
How can we reproduce this?
Additional information
The text was updated successfully, but these errors were encountered: