Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366797 - sys-block/nbd-2.9.21 fails when docbook2man is not installed
Summary: sys-block/nbd-2.9.21 fails when docbook2man is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 366715 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-10 22:03 UTC by Victor Mataré
Modified: 2011-05-16 03:16 UTC (History)
4 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 Victor Mataré 2011-05-10 22:03:47 UTC
nbd-2.9.21 emerge fails with:
make[2]: Entering directory `/var/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21/man'
LC_ALL=C docbook2man nbd-server.1.in.sgml
/bin/sh: docbook2man: command not found
make[2]: *** [nbd-server.1.sh.in] Error 127
make[2]: Leaving directory `/var/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21/man'

I don't know which package might contain docbook2man, but surely this is some missing dependency?

Reproducible: Always
Comment 1 Michael Orlitzky gentoo-dev 2011-05-11 02:12:20 UTC
Confirmed. There are two missing build-time dependencies,

  >=app-text/docbook-sgml-dtd-4.5
  app-text/docbook-sgml-utils
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-13 01:03:34 UTC
*** Bug 366715 has been marked as a duplicate of this bug. ***
Comment 3 Jesse Adelman 2011-05-14 21:17:44 UTC
Confirmed here. Snippet from build on x86:

">>> Source configured.
>>> Compiling source in /home/jesse/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21 ...
make 
make  all-recursive
make[1]: Entering directory `/home/jesse/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21'
Making all in man
make[2]: Entering directory `/home/jesse/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21/man'
LC_ALL=C docbook2man nbd-server.1.in.sgml
/bin/sh: docbook2man: command not found
make[2]: *** [nbd-server.1.sh.in] Error 127
make[2]: Leaving directory `/home/jesse/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jesse/tmp/portage/sys-block/nbd-2.9.21/work/nbd-2.9.21'
make: *** [all] Error 2
emake failed
 * ERROR: sys-block/nbd-2.9.21 failed (compile phase):
 *   (no error message)
 *"
Comment 4 SpanKY gentoo-dev 2011-05-16 03:16:26 UTC
nbd-2.9.21a ships with compiled man pages