#NetBSD #m68k now has binary packages for clang and llvm.
https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/m68k/10.0_2025Q1/All/
Does anyone want to give them a try?
#NetBSD #m68k now has binary packages for clang and llvm.
https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/m68k/10.0_2025Q1/All/
Does anyone want to give them a try?
@mirabilos I ran irssi for years on my Amiga :)
I suppose my build machines haven’t gotten far enough to build irssi yet, but it’s not large, so I’ll build it manually.
cmake is HUGE, but it’s already built for m68k.
One trick when building packages that aren’t yet available is to use the make bin-install target, which tries to install binary packages for anything available, dependencies included (like cmake), and builds from source only when a binary package isn’t available.
make bin-install, and he may try it when back at home (we’re onsite this week).@mirabilos I suppose that can happen if you’re using current pkgsrc but have installed packages from a quarterly release.
It’s always good to learn how to fix things.
For now, though, irssi is available for download :)
@lordnkon @mirabilos Certain software is a huge pain to build, and cmake is one of them. For packages like cmake, several of my build machines have 256 megs or more of memory. It might be possible in 128 megs with more swap (it can be built on VAX with 128 megs), but I don’t know for sure.
Glad to hear that irssi works! I used it for ages on m68k, although it’s been a few years since my m68k machine has been a general use shell server.