Comment by ๐ norayr
Re: "Has anyone got Micro working?"
are you writing about nncp compression initially written by bellard?
2025-07-01 ยท 10 months ago
Original Post
Has anyone got Micro working? โ I have recently reinstalled OpenBSD, only to find that my editor of choice (micro) is not available via pkg_add and that the program itself fails when installed from ports, source, or from the tarball. The error message is the following: [preformatted] Now, there is an issue open about this on GitHub. Apparently, the bug is due to syscall(2) being removed in OpenBSD 7.5, which was released just over a year ago. Since mle is failing to build without libc and I don'...