Opened 14 years ago

Closed 12 years ago

Last modified 10 years ago

#3037 closed task (fixed)

gnome-power-manager-2.28.2 compile issue

Reported by: Robert L. Inglis Owned by: blfs-book@…
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)

comment:1 by Randy McMurchy, 14 years ago

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?

in reply to:  1 comment:2 by Robert L. Inglis, 14 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:3 by Randy McMurchy, 13 years ago

Milestone: future6.7

Updated milestone to 6.7

comment:4 by Armin K, 12 years ago

Resolution: fixed
Status: newclosed

Your problem does not persist with latest gnome-power-manager in BLFS SVN. Marking as fixed.

comment:5 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.