Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome Panel (applets) error
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mark7714
n00b
n00b


Joined: 14 Aug 2006
Posts: 39
Location: London

PostPosted: Sun Oct 21, 2007 3:21 pm    Post subject: Gnome Panel (applets) error Reply with quote

I booted up today and saw this error:

Quote:
The panel encountered a problem while loading "OAFIID:GNOME_WindowListApplet".


Tried to recompile gnome-panel, but got an error. Revdep-rebuild said something was busted with it libwnck, fixed it, and then while trying to recompile, it failed again. This is what it says:

Quote:
make[3]: *** [libwnck_applet_la-window-menu.lo] Error 1
make[3]: *** Waiting for unfinished jobs....

...

make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.18.3/work/gnome-panel-2.18.3/applets/wncklet'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.18.3/work/gnome-panel-2.18.3/applets'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-panel-2.18.3/work/gnome-panel-2.18.3'
make: *** [all] Error 2
*
* ERROR: gnome-base/gnome-panel-2.18.3 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called gnome2_src_compile
* gnome2.eclass, line 71: Called die
*
* compile failure


Rebuilt libwnck, and tried again - no good.

Ideas?

Thanks

Edit

For what it's worth, I tried disabling ccache, no go. Also, gnome-applets fails as well:

Quote:
applet.h:90: error: expected specifier-qualifier-list before 'GtkTooltips'
applet.c: In function 'gnome_volume_applet_init':
applet.c:222: error: 'GnomeVolumeApplet' has no member named 'tooltips'
applet.c:223: error: 'GnomeVolumeApplet' has no member named 'tooltips'
applet.c: In function 'cb_volume':
applet.c:1052: error: 'GnomeVolumeApplet' has no member named 'force_next_update'
applet.c: In function 'gnome_volume_applet_refresh':
applet.c:1101: error: 'GnomeVolumeApplet' has no member named 'force_next_update'
applet.c:1102: error: 'GnomeVolumeApplet' has no member named 'force_next_update'
applet.c:1141: error: 'GnomeVolumeApplet' has no member named 'tooltips'
applet.c: In function 'cb_gconf':
applet.c:1259: error: 'GnomeVolumeApplet' has no member named 'force_next_update'
make[3]: *** [applet.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0/mixer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0/mixer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-base/gnome-applets-2.18.0-r2/work/gnome-applets-2.18.0'
make: *** [all] Error 2
*
* ERROR: gnome-base/gnome-applets-2.18.0-r2 failed.
* Call stack:
* ebuild.sh, line 1654: Called dyn_compile
* ebuild.sh, line 990: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ebuild.sh, line 1334: Called gnome2_src_compile
* gnome2.eclass, line 71: Called die
*
* compile failure
Code:
Back to top
View user's profile Send private message
ChrisJumper
Advocate
Advocate


Joined: 12 Mar 2005
Posts: 2390
Location: Germany

PostPosted: Mon Oct 22, 2007 8:42 pm    Post subject: Reply with quote

Hi :)

Its funny, i have the same problem as you too.

Take a look in this Thread if you have Overlay..

Or if this does not help, look here.

I will try to find a solution.. but thats my two propositions.

Good Luck

Edit: I found a solution for me.

Downgrade..
Code:
# emerge  =libwnck-2.18.3
...
# emerge gnome-panel

...and remerge gnome-panel. It will be grate to mask >libwnck-2.18.3

Code:
# echo ">libwnck-2.18.3" >> /etc/portage/package.mask


Maybe in future the issue will be fixed. Here i suppose the reason was an ~libwnck for compiz-fusion or something else and the Version in the overlay is "older" than the ~ in portage. Because the ~ in portage is a component of gnome 2.20.

Edit2:
Oh and... i don't know if somethin else use the old libwnck-2.20-X. Its safty to run

Code:
# revdep-rebuild --library x11-libs/libwnck-2.18.3


(I hope this do what i think ;) -- Rebuild all Packages that use the libwnck... )
Back to top
View user's profile Send private message
mark7714
n00b
n00b


Joined: 14 Aug 2006
Posts: 39
Location: London

PostPosted: Sun Oct 28, 2007 9:11 am    Post subject: Reply with quote

Hey, thanks for the reply. I've been busy, but finally got back to trying to fix this, and settled on your downgrade option. Blah. Thanks though!
Back to top
View user's profile Send private message
Kobboi
l33t
l33t


Joined: 29 Jul 2005
Posts: 672
Location: Belgium

PostPosted: Sun Oct 28, 2007 6:49 pm    Post subject: Reply with quote

ChrisJumper wrote:
I found a solution for me.

Downgrade..
Code:
# emerge  =libwnck-2.18.3
...
# emerge gnome-panel

...and remerge gnome-panel.

Try to use the -1 option of emerge for this to prevent the inclusion of gnome-panel in your world file.
Back to top
View user's profile Send private message
bbn
n00b
n00b


Joined: 04 Nov 2007
Posts: 2

PostPosted: Sun Nov 04, 2007 3:22 pm    Post subject: Reply with quote

Hi!

ChrisJumper wrote:
Its funny, i have the same problem as you too.


Me too :)

But I had it on amd64... I just solved this problem by adding

Code:

gnome-base/gnome-panel ~amd64


to /etc/portage/package.keywords. And then remerged gnome-panel and gnome-applets...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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