Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]gnome-power-manager
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
sgarcia
Apprentice
Apprentice


Joined: 21 May 2003
Posts: 254
Location: Bakersfield, CA

PostPosted: Thu Dec 23, 2010 4:02 am    Post subject: [SOLVED]gnome-power-manager Reply with quote

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
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Dec 23, 2010 11:55 am    Post subject: Reply with quote

sgarcial
just where & how is the -doc set?
_________________
idella4@aus
Back to top
View user's profile Send private message
sgarcia
Apprentice
Apprentice


Joined: 21 May 2003
Posts: 254
Location: Bakersfield, CA

PostPosted: Thu Dec 23, 2010 2:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Thu Dec 23, 2010 2:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Thu Dec 23, 2010 2:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Dec 23, 2010 4:14 pm    Post subject: Reply with quote

docbook2man is a part of app-text/docbook-sgml-utils.
Back to top
View user's profile Send private message
sgarcia
Apprentice
Apprentice


Joined: 21 May 2003
Posts: 254
Location: Bakersfield, CA

PostPosted: Thu Dec 23, 2010 4:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Dec 23, 2010 6:44 pm    Post subject: Reply with quote

Randomly unmerging packages rarely helps - you've most likely just hidden the real bug.
Back to top
View user's profile Send private message
desimo
n00b
n00b


Joined: 18 Jan 2007
Posts: 12
Location: St. Louis, MO

PostPosted: Fri Jan 25, 2013 4:33 am    Post subject: Reply with quote

In this case VoidMage was correct, as unmerging did not help for me.

The key was to emerge dev-perl/SGMLSpm, as detailed https://forums.gentoo.org/viewtopic-t-473947-highlight-docbook2man.html
Back to top
View user's profile Send private message
wjholden
l33t
l33t


Joined: 01 Mar 2004
Posts: 826
Location: Augusta, GA

PostPosted: Wed Jan 08, 2014 1:38 am    Post subject: Reply with quote

I also had trouble installing gnome-extra/gnome-power-manager-3.8.2. As desimo recommended, I was finally able to fix it by reinstalling dev-perl/SGMLSpm-1.03-r6.
Code:
1389144370: Started emerge on: Jan 07, 2014 20:26:10
1389144370:  *** emerge  gnome
1389144384:  >>> emerge (1 of 3) gnome-extra/gnome-power-manager-3.8.2 to /
1389144384:  === (1 of 3) Cleaning (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144384:  === (1 of 3) Compiling/Merging (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144393:  *** Finished. Cleaning up...
1389144393:  *** exiting unsuccessfully with status '1'.
1389144393:  *** terminating.
1389144672: Started emerge on: Jan 07, 2014 20:31:11
1389144672:  *** emerge --oneshot SGMLSpm
1389144676:  >>> emerge (1 of 1) dev-perl/SGMLSpm-1.03-r6 to /
1389144676:  === (1 of 1) Cleaning (dev-perl/SGMLSpm-1.03-r6::/usr/portage/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild)
1389144676:  === (1 of 1) Compiling/Merging (dev-perl/SGMLSpm-1.03-r6::/usr/portage/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild)
1389144679:  === (1 of 1) Merging (dev-perl/SGMLSpm-1.03-r6::/usr/portage/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild)
1389144681:  >>> AUTOCLEAN: dev-perl/SGMLSpm:0
1389144681:  === Unmerging... (dev-perl/SGMLSpm-1.03-r6)
1389144683:  >>> unmerge success: dev-perl/SGMLSpm-1.03-r6
1389144686:  === (1 of 1) Post-Build Cleaning (dev-perl/SGMLSpm-1.03-r6::/usr/portage/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild)
1389144686:  ::: completed emerge (1 of 1) dev-perl/SGMLSpm-1.03-r6 to /
1389144686:  *** Finished. Cleaning up...
1389144690:  *** exiting successfully.
1389144691:  *** terminating.
1389144695: Started emerge on: Jan 07, 2014 20:31:34
1389144695:  *** emerge  gnome
1389144709:  >>> emerge (1 of 3) gnome-extra/gnome-power-manager-3.8.2 to /
1389144709:  === (1 of 3) Cleaning (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144709:  === (1 of 3) Compiling/Merging (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144720:  === (1 of 3) Merging (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144722:  >>> AUTOCLEAN: gnome-extra/gnome-power-manager:0
1389144735:  === (1 of 3) Post-Build Cleaning (gnome-extra/gnome-power-manager-3.8.2::/usr/portage/gnome-extra/gnome-power-manager/gnome-power-manager-3.8.2.ebuild)
1389144735:  ::: completed emerge (1 of 3) gnome-extra/gnome-power-manager-3.8.2 to /
1389144735:  >>> emerge (2 of 3) gnome-base/gnome-extra-apps-3.8.0-r1 to /
1389144735:  === (2 of 3) Cleaning (gnome-base/gnome-extra-apps-3.8.0-r1::/usr/portage/gnome-base/gnome-extra-apps/gnome-extra-apps-3.8.0-r1.ebuild)
1389144735:  === (2 of 3) Compiling/Merging (gnome-base/gnome-extra-apps-3.8.0-r1::/usr/portage/gnome-base/gnome-extra-apps/gnome-extra-apps-3.8.0-r1.ebuild)
1389144737:  === (2 of 3) Merging (gnome-base/gnome-extra-apps-3.8.0-r1::/usr/portage/gnome-base/gnome-extra-apps/gnome-extra-apps-3.8.0-r1.ebuild)
1389144739:  >>> AUTOCLEAN: gnome-base/gnome-extra-apps:3.0
1389144741:  === (2 of 3) Post-Build Cleaning (gnome-base/gnome-extra-apps-3.8.0-r1::/usr/portage/gnome-base/gnome-extra-apps/gnome-extra-apps-3.8.0-r1.ebuild)
1389144741:  ::: completed emerge (2 of 3) gnome-base/gnome-extra-apps-3.8.0-r1 to /
1389144741:  >>> emerge (3 of 3) gnome-base/gnome-3.8.0-r1 to /
1389144741:  === (3 of 3) Cleaning (gnome-base/gnome-3.8.0-r1::/usr/portage/gnome-base/gnome/gnome-3.8.0-r1.ebuild)
1389144741:  === (3 of 3) Compiling/Merging (gnome-base/gnome-3.8.0-r1::/usr/portage/gnome-base/gnome/gnome-3.8.0-r1.ebuild)
1389144743:  === (3 of 3) Merging (gnome-base/gnome-3.8.0-r1::/usr/portage/gnome-base/gnome/gnome-3.8.0-r1.ebuild)
1389144745:  >>> AUTOCLEAN: gnome-base/gnome:2.0
1389144745:  === Unmerging... (gnome-base/gnome-3.8.0-r1)
1389144747:  >>> unmerge success: gnome-base/gnome-3.8.0-r1
1389144749:  === (3 of 3) Post-Build Cleaning (gnome-base/gnome-3.8.0-r1::/usr/portage/gnome-base/gnome/gnome-3.8.0-r1.ebuild)
1389144749:  ::: completed emerge (3 of 3) gnome-base/gnome-3.8.0-r1 to /
1389144749:  *** Finished. Cleaning up...
1389144750:  *** exiting successfully.
1389144751:  *** terminating.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4546
Location: Germany

PostPosted: Mon Feb 10, 2014 10:51 pm    Post subject: Reply with quote

Code:
perl-cleaner --all
should help
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum