New comment by 0323pin on void-packages repository https://github.com/void-linux/void-packages/pull/36947#issuecomment-1265015585 Comment: @uncomfyhalomacro Thanks, appreciated. An heads-up, though. I've [merged](http://mail-index.netbsd.org/pkgsrc-changes/2022/10/02/msg261412.html) 0.4.0 on NetBSD yesterday, and you need to build with the default features off. Default now includes logging using `journald-log`, which is a systemd-thing. You will need to build with the equivalent of `cargo build --release --no-default-features --features=lefthk,sys-log`, which in NetBSD world translates into: ``` CARGO_NO_DEFAULT_FEATURES= YES CARGO_FEATURES+= lefthk sys-log ``` So, use whatever is the Voids equivalent to that. Once again, thanks! I maintain well over a hundred packages for NetBSD and have no time to contribute to Void as well. Even if I use it on another machine.