Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AiGLX / Xfce4 / Beryl
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
misc
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2003
Posts: 109

PostPosted: Sun Oct 01, 2006 5:13 pm    Post subject: AiGLX / Xfce4 / Beryl Reply with quote

Hello.

Having some problems with installing this combination. There isn't much info available on how to install all of this together without using gnome/kde but thought it would be straight forward. Just load Xfce then Beryl. Anyway after emerging Xorg 7.1.1-r1, AiGLX and Xfce, I get an error while emerging Beryl. beryl-core-0.1.0 emerges Ok but then it gets to beryl-plugins-0.1.0 and then after making the make files:

Code:

make[1]: Entering directory `/var/tmp/portage/beryl-plugins-0.1.0/work/beryl-plugins'
Making all in src
make[2]: Entering directory `/var/tmp/portage/beryl-plugins-0.1.0/work/beryl-plugins/src'
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/startup-n
otification-1.0 -I/usr/include/beryl -I/usr/include/cairo -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/inc
lude/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDATADIR='"/usr/share"' -DL
IBDIR='"/usr/lib"' -DALL_LINGUAS="\"@ALL_LINGUAS@\"" -DLOCALEDIR="\"/usr/share/locale\"" -DIMAGEDIR='"/usr/share/beryl"' -I../include    -march=p
entium4 -O3 -pipe -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT
 dbus.lo -MD -MP -MF ".deps/dbus.Tpo" -c -o dbus.lo dbus.c; \
then mv -f ".deps/dbus.Tpo" ".deps/dbus.Plo"; else rm -f ".deps/dbus.Tpo"; exit 1; fi
mkdir .libs
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libpng12 -I/usr/include/startup-notification-1.0 -I/usr/include/beryl -I/usr/i
nclude/cairo -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/l
ib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DALL_LINGUAS=\"@ALL_LINGU
AS@\" -DLOCALEDIR=\"/usr/share/locale\" -DIMAGEDIR=\"/usr/share/beryl\" -I../include -march=pentium4 -O3 -pipe -Wall -Wpointer-arith -Wstrict-pro
totypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -MT dbus.lo -MD -MP -MF .deps/dbus.Tpo -c dbus.c  -fPIC
 -DPIC -o .libs/dbus.o
dbus.c: In function `dbusHandleActivateMessage':
dbus.c:149: warning: implicit declaration of function `dbus_message_iter_get_basic'
dbus.c: In function `dbusHandleMessage':
dbus.c:255: warning: implicit declaration of function `dbus_message_has_member'
dbus.c: In function `dbusProcessMessages':
dbus.c:288: warning: implicit declaration of function `dbus_connection_read_write_dispatch'
dbus.c: In function `dbusInitDisplay':
dbus.c:321: warning: implicit declaration of function `dbus_bus_request_name'
dbus.c:323: error: `DBUS_NAME_FLAG_REPLACE_EXISTING' undeclared (first use in this function)
dbus.c:323: error: (Each undeclared identifier is reported only once
dbus.c:323: error: for each function it appears in.)
dbus.c:324: error: `DBUS_NAME_FLAG_ALLOW_REPLACEMENT' undeclared (first use in this function)
dbus.c:331: warning: implicit declaration of function `dbus_connection_close'
dbus.c:339: error: `DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER' undeclared (first use in this function)
dbus.c: In function `dbusFiniDisplay':
dbus.c:388: warning: implicit declaration of function `dbus_bus_release_name'
make[2]: *** [dbus.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/beryl-plugins-0.1.0/work/beryl-plugins/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/beryl-plugins-0.1.0/work/beryl-plugins'
make: *** [all] Error 2

!!! ERROR: x11-plugins/beryl-plugins-0.1.0 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  beryl-plugins-0.1.0.ebuild, line 30:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/portage-xgl'


So, I tried to emerge dbus and got the following error:
<snip>
Code:

make[3]: Entering directory `/var/tmp/portage/dbus-0.61-r1/work/dbus-0.61/python'
/usr/bin/python ./extract.py ./dbus_bindings.pxd.in -I./..  -I. > dbus_bindings.pxd.tmp && mv dbus_bindings.pxd.tmp dbus_bindings.pxd
running echo '#include "dbus_h_wrapper.h"
'|cpp  -I./.. -I.pyrexc ./dbus_bindings.pyx -I. -o ./dbus_bindings.c
pyrexc ./dbus_glib_bindings.pyx  -I. -o ./dbus_glib_bindings.c
Traceback (most recent call last):
  File "/usr/bin/pyrexc", line 7, in ?
    from Pyrex.Compiler.Main import main
ImportError: No module named Pyrex.Compiler.Main
make[3]: *** [dbus_glib_bindings.c] Error 1
make[3]: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "/usr/bin/pyrexc", line 7, in ?
    from Pyrex.Compiler.Main import main
ImportError: No module named Pyrex.Compiler.Main
make[3]: *** [dbus_bindings.c] Error 1
make[3]: Leaving directory `/var/tmp/portage/dbus-0.61-r1/work/dbus-0.61/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/dbus-0.61-r1/work/dbus-0.61/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dbus-0.61-r1/work/dbus-0.61'
make: *** [all] Error 2

!!! ERROR: sys-apps/dbus-0.61-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  dbus-0.61-r1.ebuild, line 106:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Can anyone shed some light on this?

Also, just wondering if anyone out there is running all this on an ATI Radeon 9000 mobility and if so, what is the speed like? I have a Dell Inspiron 5150, it will probably run like crap but thought I'd give it a go.
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Mon Oct 02, 2006 12:53 am    Post subject: Reply with quote

Moved from Desktop Environments to Unsupported Software.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Gabrys
Veteran
Veteran


Joined: 05 Dec 2005
Posts: 1096
Location: Toruń [PL]

PostPosted: Tue Oct 03, 2006 7:59 pm    Post subject: Reply with quote

ImportError: No module named Pyrex.Compiler.Main

emerge pyrex?

Having a look at my signature... the combination of Xfce and Beryl with AIGLX is working :).
_________________
Sabayon Professional 1.1 (czyli zdradziłem oryginalne Gentoo)
@ Dell Inspiron 8600 (nVidia, Realtek, Pentium M)
Back to top
View user's profile Send private message
monicajae
Guru
Guru


Joined: 03 Sep 2003
Posts: 363
Location: Dorset, VT

PostPosted: Wed Oct 04, 2006 4:35 pm    Post subject: Reply with quote

Gabrys wrote:

Having a look at my signature... the combination of Xfce and Beryl with AIGLX is working :).


Could you enlighten those of us who are ignorant to how to do this and how you got it to work so we can all share in the fun?
Back to top
View user's profile Send private message
przemos
Guru
Guru


Joined: 30 May 2005
Posts: 433
Location: HWDP

PostPosted: Wed Oct 04, 2006 6:13 pm    Post subject: Reply with quote

Happily, I'm the second one who have this combinaton - xfce4-svn, beryl, emerald, AIGLX. I had some problems with beryl-0.1 (I wasn't able to compile it) but SVN version of beryl works great for me.
Back to top
View user's profile Send private message
Gabrys
Veteran
Veteran


Joined: 05 Dec 2005
Posts: 1096
Location: Toruń [PL]

PostPosted: Wed Oct 04, 2006 8:11 pm    Post subject: Reply with quote

Oh, it is nothing special. In sabayon overlay there are some nice ebuilds (like beryl-wrapper), but I took the most crucial from portage-xgl.

Both are available to install with layman (there is some howto on it on the Wiki). There are some howtos on AIGLX (including Beryl and Emerald) and XFCE from SVN. Use Google :).

However, when it comes to XFCE I would try the stable version first. The SVN version for some ebuilds doesn't compile properly. At least for me. That wasn't a problem some time ago, so maybe we're just about a 4.4 release and developers don't care about stability of the SVN anymore.

Find some Docs and just do it, there's no magic in it. What do you need:

o nvidia-9625 (sabayon overlay)
o Xorg 7.1 (portage/sabayon)
o AIGLX, beryl, emerald (portage-xgl overlay)
o XFCE/XFCE-svn (portage/xfce-svn overlay Download It Yourself)
o some configuration tweaks.

When you miss the window decorations or something I can publish my xorg.conf.
_________________
Sabayon Professional 1.1 (czyli zdradziłem oryginalne Gentoo)
@ Dell Inspiron 8600 (nVidia, Realtek, Pentium M)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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