Bug 223971 - sys-apps/moreutils-0.30 fails because of old docbook2X
Bug#: 223971 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P3
Resolution: FIXED Assigned To: gregkh@gentoo.org Reported By: coldwind@gentoo.org
Component: Ebuilds
URL: 
Summary: sys-apps/moreutils-0.30 fails because of old docbook2X
Keywords:  
Status Whiteboard: 
Opened: 2008-05-28 17:10 0000
Description:   Opened: 2008-05-28 17:10 0000
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

------- Comment #1 From Santiago M. Mola 2008-05-28 17:12:58 0000 -------
*** Bug 222779 has been marked as a duplicate of this bug. ***

------- Comment #2 From Santiago M. Mola 2008-05-31 16:48:46 0000 -------
Fixed in CVS.