Trying to run #OliveEditor 0.1 on #AlpineLinux. It doesn't appear to be packaged in #aports currently. Olive provides 0.1 as an #AppImage on their website. Installed the #fuse 2 Alpine package through aports, but executing the Olive AppImage just throws a load of "Error relocating /tmp/.mount_Olive-CPhlLo/usr/bin/../lib/libgmp.so.10: obstack_vprintf: symbol not found" errors. Curious how people run AppImages on Alpine. Does the "#Linux apps that run anywhere", run anywhere except Alpine?
#flatpak / #flathub has saved my #Magical #Bacon with #Tribler. Unfortunately the flathub version of #OliveEditor just #SegmentationFaults. :(
@crft
Not really able to help you, but I recommend not mounting images on /tmp... /tmp often has mount filters to block devices and executables. Instead, the Linux standard is to mount them either off of / directory, the /mnt directory, or something similar.
@crft Last time I checked appimages don't really support alpine linux (only glibc distros). In some cases installing gcompat helps but it looks like in your case the appimage is using a function which hasn't been implemented yet (https://github.com/void-linux/musl-obstack/pull/10).
Add obstack_vprint function by Johnnynator · Pull Request #10 · void-linux/musl-obstack

closes #9

GitHub
@crft I’ve never tried using Alpine as a workstation so I don’t have good advice for you on appimages. Is this a glibc/musl issue?