You are not logged in.

#1 2007-04-12 16:12:43

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Error upgrading XGL

I tried to do a pacman -Syu this morning and it came back wanting me to remove/upgrade a whole lot of apps:

[root@linuxbox ~]# pacman -Su
:: Starting full system upgrade...
:: Replace aquamarine-svn with unstable/aquamarine-git? [Y/n]
:: Replace beryl-core-svn with unstable/beryl-core-git? [Y/n]
:: Replace beryl-manager-svn with unstable/beryl-manager-git? [Y/n]
:: Replace beryl-plugins-svn with unstable/beryl-plugins-git? [Y/n]
:: Replace beryl-plugins-vidcap-svn with unstable/beryl-plugins-vidcap-git? [Y/n]
:: Replace beryl-settings-bindings-svn with unstable/beryl-settings-bindings-git? [Y/n]
:: Replace beryl-settings-svn with unstable/beryl-settings-git? [Y/n]
:: Replace emerald-svn with unstable/emerald-git? [Y/n]
:: Replace emerald-themes-svn with unstable/emerald-themes-git? [Y/n]
:: Replace xgl-0.0.1 with community/xgl? [Y/n]


warning: kmplayer: forcing upgrade to version 0.9.4.a-1
resolving dependencies... done.

I select yes to all the questions, but, after that, I get this:

looking for inter-conflicts...
:: libwnck conflicts with libwnck-compiz. Remove libwnck-compiz? [Y/n] done.
error: failed to prepare transaction (could not satisfy dependencies)
:: xgl-0.0.1 requires compiz-git

and then it dies...

I checked and compiz-git is installed as well.

Any idea how to resolve this?

Thanks!!!

Joe

Last edited by Joeman1 (2007-04-12 16:14:01)

Offline

#2 2007-04-12 19:34:28

DaNiMoTh
Member
Registered: 2006-06-10
Posts: 260

Re: Error upgrading XGL

depends=('mesa>=6.5.2' 'glitz' 'xorg-server' 'xf86driproto' 'libxcomposite' 'libxdamage' \
         'libxrender' 'libxrandr' 'libxfixes' 'evieext' 'xtrans' 'xcmiscproto' \
         'resourceproto' 'bigreqsproto' 'xf86bigfontproto' 'libxevie' 'libxtrap' 'libxss' \
         'scrnsaverproto>=1.1.0' 'fixesproto' 'xorg-util-macros' 'damageproto>=1.1.0' \
         'randrproto>=1.2.0')

Do you see any 'compiz-git' ??

Do this:

Remove libwnck-compiz and install libwnck ( pacman -Rd libwnck-compiz && pacman -S libwnck )
Remove xgl-0.0.1 ( pacman -Rd xgl-0.0.1 )
install xgl ( pacman -S xgl )

Offline

#3 2007-04-12 19:50:30

Joeman1
Member
Registered: 2006-07-03
Posts: 49

Re: Error upgrading XGL

Thanks, I did this and it seems to have worked...

Joe

Offline

Board footer

Powered by FluxBB