#3037 closed task (fixed)
gnome-power-manager-2.28.2 compile issue
Reported by: | Robert L. Inglis | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
file=echo zh_HK | sed 's,.*/,,'
.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
file=echo zh_TW | sed 's,.*/,,'
.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2/po' Making all in docs make[2]: Entering directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2/docs' Making all in man make[2]: Entering directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2/man' docbook2man gnome-power-manager.sgml > gnome-power-manager.1 make[2]: * [gnome-power-manager.1] Error 8 make[2]: Leaving directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2/man' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2' make: * [all] Error 2 ringlis [ /mnt/sources/sources/gnome2/src/gnome-power-manager-2.28.2 ]$
After seeing this error and double checking my xml/sgml installs I did a quick search and found this old sed command from gentoo for gnome-power-manager-2.24 http://bugs.gentoo.org/show_bug.cgi?id=239003 http://bugs.gentoo.org/attachment.cgi?id=166967&action=diff
sed -i -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' "${S}/man/Makefile.in"
Made a slight change to sed -i -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' "${S}man/Makefile.in"
Change History (5)
follow-up: 2 comment:1 by , 15 years ago
comment:2 by , 15 years ago
Replying to randy@…:
To build the man pages, it appears that docbook_utils (including the SGMLSpm perl module) needs to be installed. I will look into why the configure step is saying it is installed, when it is not.
Do you have docbook_utils (docbook2man) installed on your system, Ringlis?
Yes I do (and did at compile time). Source compiled fine after the sed command.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Your problem does not persist with latest gnome-power-manager in BLFS SVN. Marking as fixed.
To build the man pages, it appears that docbook_utils (including the SGMLSpm perl module) needs to be installed. I will look into why the configure step is saying it is installed, when it is not.
Do you have docbook_utils (docbook2man) installed on your system, Ringlis?