Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289343 - sys-apps/module-init-tools-3.11 fails when generating man page
Summary: sys-apps/module-init-tools-3.11 fails when generating man page
Status: RESOLVED DUPLICATE of bug 289278
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 16:23 UTC by Doug Goldstein (RETIRED)
Modified: 2009-10-16 16:57 UTC (History)
0 users

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 Doug Goldstein (RETIRED) gentoo-dev 2009-10-16 16:23:17 UTC
Compilation fails when making the man page.. don't have time to look into it more right now.

mv -f .deps/modprobe.Tpo .deps/modprobe.Po
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"module-init-tools\" -DPACKAGE_TARNAME=\"module-init-tools\" -DPACKAGE_VERSION=\"3.11\" -DPACKAGE_STRING=\"module-init-tools\ 3.11\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"module-init-tools\" -DVERSION=\"3.11\" -DCONFIG_USE_ZLIB=1 -DCONFIG_USE_ZLIB=1 -I. -I..     -march=athlon64 -O2 -pipe -ggdb -msse3 -Wunused -Wall -MT modinfo.o -MD -MP -MF .deps/modinfo.Tpo -c -o modinfo.o ../modinfo.c
mv -f .deps/depmod.Tpo .deps/depmod.Po
if [ "docbook2man" = "docbook2man" ]; then                     \
	    docbook2man ../doc/modprobe.conf.sgml > /dev/null 2>&1;                       \
	else                                                               \
	    docbook2man ../doc/modprobe.conf.sgml 2>&1 > modprobe.conf.5 | sed 's/^[^:]*://';              \
	fi
make[1]: *** [modprobe.conf.5] Error 127
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/modinfo.Tpo .deps/modinfo.Po
mv -f .deps/tables.Tpo .deps/tables.Po
make[1]: Leaving directory `/var/tmp/portage/sys-apps/module-init-tools-3.11/work/module-init-tools-3.11/build'
make: *** [all-all] Error 2
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-10-16 16:57:00 UTC

*** This bug has been marked as a duplicate of bug 289278 ***