Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerging cairo-dock fails [SOLVED]
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
temporary_user
n00b
n00b


Joined: 26 Aug 2012
Posts: 37

PostPosted: Thu Oct 25, 2012 12:18 am    Post subject: emerging cairo-dock fails [SOLVED] Reply with quote

Hello!

I've added an overlay using layman and tried to emerge cairo-dock, however the process fails:

Code:
* ERROR: x11-misc/cairo-dock-2.2.0.4 failed (compile phase):
 *   Make failed!
 *
 * Call stack:
 *     ebuild.sh, line   85:  Called src_compile
 *   environment, line 2919:  Called cmake-utils_src_compile
 *   environment, line  754:  Called _execute_optionaly 'src_compile'
 *   environment, line  273:  Called enable_cmake-utils_src_compile
 *   environment, line 1011:  Called cmake-utils_src_make
 *   environment, line  779:  Called die
 * The specific snippet of code:
 *               emake VERBOSE=1 "$@" || die "Make failed!";
 *


emerge --info =x11-misc/cairo-dock-2.2.0.4
/var/tmp/portage/x11-misc/cairo-dock-2.2.0.4/temp/build.log
/var/tmp/portage/x11-misc/cairo-dock-2.2.0.4/temp/environment


Does anyone know how to fix this? If you need any additional info please let me know!

temporary_user


Last edited by temporary_user on Thu Oct 25, 2012 10:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
V10lator
Apprentice
Apprentice


Joined: 11 Jul 2004
Posts: 207

PostPosted: Thu Oct 25, 2012 1:10 am    Post subject: Reply with quote

cairo-dock 2 is outdated. Please use the 3.0.2 ebuilds from the sabayon overlay or the (experimental) 3.1.0 ebuilds from here: http://glx-dock.org/bg_topic.php?t=6522#mess_75808
Back to top
View user's profile Send private message
temporary_user
n00b
n00b


Joined: 26 Aug 2012
Posts: 37

PostPosted: Thu Oct 25, 2012 10:31 am    Post subject: Reply with quote

Adding sabayon overlay and emerging it from there solved the problem. I can enjoy my dock now.

Thank you very much, V10lator!
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 9:07 am    Post subject: Reply with quote

i never installed without emerge / overlay. How can I emerge this ebuild?
3.0.2 from the sabayon-overlay isn't working. Will 3.1?


Rüdiger
Back to top
View user's profile Send private message
aCOSwt
Bodhisattva
Bodhisattva


Joined: 19 Oct 2007
Posts: 2537
Location: Hilbert space

PostPosted: Wed Nov 21, 2012 10:22 am    Post subject: Reply with quote

Wallsandfences wrote:
i never installed without emerge / overlay. How can I emerge this ebuild?
3.0.2 from the sabayon-overlay isn't working.

cairo-dock-3.0.2 from the sabayon overlay is working fine for me.
Did'nt you forget to emerge the x11-plugins/cairo-docks-plugins as well ?
Which problems are you experiencing ?
_________________
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 10:53 am    Post subject: Reply with quote

I emerged it, but they don't seem to be present:

A 2D-Dock appears an a message: 'No plug-in were found'

When start via a terminal i get:
Code:
rudi@localhost ~ $ cairo-dock
warning :  (/var/tmp/portage/x11-misc/cairo-dock-3.0.2/work/cairo-dock-3.0.2/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:209) 
  couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...

 ============================================================================
   Cairo-Dock version : 3.0.2
   Compiled date      : Nov 21 2012 09:07:04
   Built with GTK     : 3.4
   Running with OpenGL: 1
 ============================================================================

warning :  (/var/tmp/portage/x11-misc/cairo-dock-3.0.2/work/cairo-dock-3.0.2/src/cairo-dock.c:main:571) 
  Fehler beim Öffnen des Ordners »lib64/cairo-dock«: Datei oder Verzeichnis nicht gefunden
  no module will be available
rudi@localhost ~ $


Rüdiger
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 11:01 am    Post subject: Reply with quote

Well, no wonder. the data is in /usr/lib64/
How to change that?

Rüdiger
Back to top
View user's profile Send private message
aCOSwt
Bodhisattva
Bodhisattva


Joined: 19 Oct 2007
Posts: 2537
Location: Hilbert space

PostPosted: Wed Nov 21, 2012 11:08 am    Post subject: Reply with quote

ls /usr/lib64/cairo-dock

You should get 50 or more libcd* files in there.

If this is not the case then x11-plugins/cairo-dock-plugins has not been correctly installed.

EDIT : You were quicker !
Can you try launching cairo-dock -c
_________________
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 11:16 am    Post subject: Reply with quote

No, same behaviour. For me it sounds like the launcher of cairo uses the wrong path. I'd like to know how I can correct that.

Rüdiger
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 11:26 am    Post subject: Reply with quote

I re-emerged it and a lot of plugin-stuff gets installed. Still same behaviour

Rüdiger
Back to top
View user's profile Send private message
V10lator
Apprentice
Apprentice


Joined: 11 Jul 2004
Posts: 207

PostPosted: Wed Nov 21, 2012 11:45 am    Post subject: Reply with quote

Yes, the 3.0.2 ebuild is faulty here. As a workaround cd to /usr before starting cario-dock.

//EDIT: And for the 3.1 ebuilds: http://de.gentoo-wiki.com/wiki/Portage_Overlays#Anlegen_eines_lokalen_Overlays
Back to top
View user's profile Send private message
Wallsandfences
Guru
Guru


Joined: 29 Mar 2010
Posts: 378

PostPosted: Wed Nov 21, 2012 11:51 am    Post subject: Reply with quote

Hey, cool! it works now!

Rüdiger
Back to top
View user's profile Send private message
r4ph431
n00b
n00b


Joined: 20 Nov 2007
Posts: 5

PostPosted: Mon Feb 04, 2013 12:02 pm    Post subject: Reply with quote

new ebuilds now pull a bunch of new dependencies. 2.2.0.4 was the last one acceptable in this regard.
In order to upgrade to :2 or :3 I'd have needed to install, at least:
x11-plugins/cairo-dock-plugins
sys-power/upower
x11-libs/vte
x11-libs/libxklavier
x11-libs/gnome-pty-helper
WTF ?
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