Hi, I needed fakeroot for some tests I'm writing, but it seemed to be Linux only and looked like it would be hard to port.
So I've written a fakeroot clone for OpenBSD, it's not complete but it does enough to be useful to me personally, if anyone's interested the code is here: https://git.vx21.xyz/sfakeroot/ Since OpenBSD's coreutils are statically linked and it needs LD_PRELOAD to work you'll probably want to use it with sbase[1] to be able to do anything useful. Thanks, Richard [1]: https://git.suckless.org/sbase/