Debian unstable / aarch64 woes

I’m having some first world problems getting a few tools I use regularly to work on the Pocket Reform and wondered whether others have any advice!

First of all, at the time of writing three packages in Trixie/Sid are reporting bugs that have led me to hold on upgrading (libxml2, firefox and binutils), and that has knockon effects on efforts to build other things.

The key package I want to use is Joplin, which is my primary note-keeping app. They don’t support ARM64 directly.

  • There is an AppImage, and trying to run that gets so far (via box64) and then crashes with a SIGABRT
  • I could attempt to build it, but that requires node/yarn/webpack, and when I try to install all of that, I’m getting package conflicts with the held back testing packages.

Another thing I generally use is pyenv, but I’m currently unable to install Python versions as they fail with unable to find a C compiler (again, possibly due to not having updated binutils, I’m not sure). In this case I’d like to be able to use the toot Python TUI for Mastodon, but I’m not getting past the runtime hurdle. [standby; I’m trying something with this one right now, so it might go away] - I was missing various dev libraries like zip and ssl, now resolved.

Apart from those though, I’ve got a number of the things I usually install on a Linux system installed without issues (tailscale, NordVPN, jq, ripgrep, gh, atuin, mosquitto, tio etc) so I’m pretty happy!

1 Like

Hey! I just stumbled on this post while searching anything Joplin related, which is also my main note taking program. Were you ever able to get things off the ground?

Yes! I got Joplin built. I’m away from home right now so don’t have an easy way to share what I learned about that, but if you bear with me a few days I should be able to dig that out when I’m back.

Just a friendly reminder, I’d love to know what you’ve discovered. Thanks!