Current stable docbook2X (0.6.1-r2) outputs the result to stdout instead of
creating the corresponding man file. moreutils build fails because of this.
Any docbook2X version >0.8 should work, although our docbook2man.pl is broken
until docbook2X-0.8.8-r1, so that version should be used.
Here's the error:
-------------------------------------------
[man pages output to stdout during compile phase...]
>>> Starting src_install
make -j4 DESTDIR=/var/tmp/paludis/sys-apps-moreutils-0.30/image/ install
mkdir -p /var/tmp/paludis/sys-apps-moreutils-0.30/image//usr/bin
install -s isutf8 ifdata ifne pee sponge mispipe lckdo
/var/tmp/paludis/sys-apps-moreutils-0.30/image//usr/bin
install vidir vipe ts combine zrun
/var/tmp/paludis/sys-apps-moreutils-0.30/image//usr/bin
mkdir -p /var/tmp/paludis/sys-apps-moreutils-0.30/image//usr/share/man/man1
install sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1
zrun.1 mispipe.1 lckdo.1
/var/tmp/paludis/sys-apps-moreutils-0.30/image//usr/share/man/man1
install: cannot stat `sponge.1': No such file or directory
install: cannot stat `isutf8.1': No such file or directory
install: cannot stat `ifdata.1': No such file or directory
install: cannot stat `ifne.1': No such file or directory
install: cannot stat `pee.1': No such file or directory
install: cannot stat `mispipe.1': No such file or directory
install: cannot stat `lckdo.1': No such file or directory
make: *** [install] Error 1