| View previous topic :: View next topic |
| Author |
Message |
sgarcia Apprentice

Joined: 21 May 2003 Posts: 246 Location: Bakersfield, CA
|
Posted: Thu Dec 23, 2010 4:02 am Post subject: [SOLVED]gnome-power-manager |
|
|
A world update just upgraded gnome to 2.32.0. Everything seems to have successfully upgraded except for gnome-power-manager.
The gnome-power-manager emerge seems to fail while processing the docbook2man sections. That really interesting part is that I have the "-doc" USE flag set.
| Code: | docbook2man gnome-power-manager.sgml &> /dev/null
docbook2man gnome-power-statistics.sgml &> /dev/null
docbook2man gnome-power-preferences.sgml &> /dev/null
make[2]: *** [gnome-power-manager.1] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [gnome-power-statistics.1] Error 2
make[2]: *** [gnome-power-preferences.1] Error 2
make[2]: Leaving directory `/home/portage/portage/gnome-extra/gnome-power-manager-2.32.0/work/gnome-power-manager-2.32.0/man'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/portage/portage/gnome-extra/gnome-power-manager-2.32.0/work/gnome-power-manager-2.32.0'
make: *** [all] Error 2
emake failed
|
Should docbook2man even be running? _________________ Ignorance killed the cat. Curiosity was framed.
Last edited by sgarcia on Thu Dec 23, 2010 4:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
idella4 Veteran


Joined: 09 Jun 2006 Posts: 1587 Location: Australia, Perth
|
Posted: Thu Dec 23, 2010 11:55 am Post subject: |
|
|
sgarcial
just where & how is the -doc set? _________________ idella4@aus |
|
| Back to top |
|
 |
sgarcia Apprentice

Joined: 21 May 2003 Posts: 246 Location: Bakersfield, CA
|
Posted: Thu Dec 23, 2010 2:19 pm Post subject: |
|
|
It's set globally.
But just to be sure, I just set it explicitly in package.use, and tried again. I get the same failure mode. _________________ Ignorance killed the cat. Curiosity was framed. |
|
| Back to top |
|
 |
padoor Advocate


Joined: 30 Dec 2005 Posts: 3911 Location: india
|
Posted: Thu Dec 23, 2010 2:28 pm Post subject: |
|
|
| Code: | localhost ramaswamy # eix gnome-power-manager
[I] gnome-extra/gnome-power-manager
Available versions: 2.30.1!t (~)2.32.0!t {debug doc +hal policykit test}
Installed versions: 2.32.0!t(18:13:59 12/08/10)(-doc -policykit -test)
Homepage: http://www.gnome.org/projects/gnome-power-manager/
Description: Gnome Power Manager
localhost ramaswamy # |
i have not specifically set any useflags for gnome-power-manager
it has updated everything correctly _________________ reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name) |
|
| Back to top |
|
 |
idella4 Veteran


Joined: 09 Jun 2006 Posts: 1587 Location: Australia, Perth
|
Posted: Thu Dec 23, 2010 2:59 pm Post subject: |
|
|
sgarcia
will need a little more to go on.
| Code: |
idella@genny /usr/src/linux-2.6.36-gentoo-r3 $ eix docbook2man
No matches found.
idella@genny /usr/src/linux-2.6.36-gentoo-r3 $ eix docbook2
* app-text/docbook2X
Available versions: 0.6.1-r2 (~)0.8.7-r1 (~)0.8.8 (~)0.8.8-r1 0.8.8-r2 {test}
Homepage: http://docbook2x.sourceforge.net/
Description: Tools to convert docbook to man and info
|
So docbook2man is not a gentoo package in the regular portage tree. Are you using the gnome overlay? At this point I can't tell where docbook2man is coming from. Perhaps it's from docbook2X. Is that emerged? I suggest posting a longer part of the tail of the error log. The portion posted doesn't really indicate a source. _________________ idella4@aus |
|
| Back to top |
|
 |
VoidMage Advocate


Joined: 14 Oct 2006 Posts: 4812
|
Posted: Thu Dec 23, 2010 4:14 pm Post subject: |
|
|
| docbook2man is a part of app-text/docbook-sgml-utils. |
|
| Back to top |
|
 |
sgarcia Apprentice

Joined: 21 May 2003 Posts: 246 Location: Bakersfield, CA
|
Posted: Thu Dec 23, 2010 4:30 pm Post subject: |
|
|
I'm using my own overlay -- it's just the stock gentoo gnome, edited to remove evolution, epiphany, and gnome-screensaver. I have no idea where any of the docbook stuff came from -- they may have been pulled as a dependency from some other package. As far as I can tell, docbook2man came from app-text/docbook-sgml-utils. There seems to be a tie-in to tetex, so it's probably quite old.
Hold the fort!
I just unmerged app-text/docbook-sgml-utils, and finally gnome-power-manager built successfully.
Thanks! I never would have thought to look for that. I'm also having trouble with texlive-basic-2010, maybe this is related... _________________ Ignorance killed the cat. Curiosity was framed. |
|
| Back to top |
|
 |
VoidMage Advocate


Joined: 14 Oct 2006 Posts: 4812
|
Posted: Thu Dec 23, 2010 6:44 pm Post subject: |
|
|
| Randomly unmerging packages rarely helps - you've most likely just hidden the real bug. |
|
| Back to top |
|
 |
desimo n00b

Joined: 18 Jan 2007 Posts: 4 Location: St. Louis, MO
|
|
| Back to top |
|
 |
|