New review comment by desertsagebrush on void-packages repository https://github.com/void-linux/void-packages/pull/47870#discussion_r1435703241 Comment: Ok; With pandoc as a hostmakedepend, it fails the CI for other architectures (presumably because the cross-compiled cargo tries to call the different-architecture pandoc and then fails). Specifically, cargo-xtask fails like this: ``` ... => i3status-rust-0.32.3_1: running post_install ... target/aarch64-unknown-linux-gnu/debug/xtask: target/aarch64-unknown-linux-gnu/debug/xtask: cannot execute binary file => ERROR: i3status-rust-0.32.3_1: post_install: 'cargo xtask generate-manpage' exited with 126 => ERROR: in post_install() at srcpkgs/i3status-rust/template:22 ``` Alternatively, since pandoc is now required to generate the man page for i3status-rust, do you have any other suggestions?