New comment by zdtcd on void-packages repository https://github.com/void-linux/void-packages/pull/15737#issuecomment-548623371 Comment: On 2019-10-31 07:14:21 -0700, Duncan Overbruck wrote: > Hm can we use `_man` instead to avoid clashes with user accounts. Let's me dig into man-db's source. -- digging -- Looks like we can, updated patch is comming. Anyway, man-db uses an extension of glibc's iconv. Thus, it warns this on musl-libc: > mandb: iconv_open ("UTF-8//IGNORE", "us-ascii"): Invalid argument Is it worth to patch man-db ourself to remove `//IGNORE` on musl? -- Danh