Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223971 - sys-apps/moreutils-0.30 fails because of old docbook2X
Summary: sys-apps/moreutils-0.30 fails because of old docbook2X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
: 222779 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-28 17:10 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-05-31 16:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2008-05-28 17:10:48 UTC
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 Santiago M. Mola (RETIRED) gentoo-dev 2008-05-28 17:12:58 UTC
*** Bug 222779 has been marked as a duplicate of this bug. ***
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2008-05-31 16:48:46 UTC
Fixed in CVS.