Tonight's attempted stunt was a failure. I was going to boot my Idun cartridge and interface with my #RC2014 with my #C64U.

There is some arch-ish breakage with the default Idun image where it will happily install bins, but not check dependencies. Fixing this with a pacman -Syu to sync everything up breaks the C64 interaction (sort of the whole point).

It would be nice if the creator posted build instructions so adventurous users could update the RPi's arch linux. There's open bugs about how programs like tmux are broken in similar ways.

https://github.com/idun-project/idun-cartridge/issues/35

tmux has glibc error · Issue #35 · idun-project/idun-cartridge

trying to run tmux and receive: GLIBC_2.42' not found (required by tmux) To workaround: pacman -Rs tmux sudo pacman -S --needed base-devel git clone https://github.com/tmux/tmux.git cd tmux sh auto...

GitHub