You are not logged in.
Hi ![]()
I'm wanting to build GTK3 from git, however, it has issues when trying to satisfy the gdk-pixbuf dependency:
Requested 'gdk-pixbuf-2.0 >= 2.25.2' but version of GdkPixbuf is 2.24.1I've taken a look at the gdk-pixbuf2 package, in the 'changes' section, it states it was updated to 2.25.2
Anyone have any idea how to fix this?
Any help is greatly appreciated, thanks in advance!
Last edited by Starfall (2012-03-19 20:09:38)
Visit my blog and my DeviatArt page
Offline
in extra we only use stable released versions and 2.25.2 is a development version.
check you gnome-unstable repo, it has gnome 3.4beta2 soon rc1 and has everything you want.
Give what you have. To someone, it may be better than you dare to think.
Offline
2.25.2 is in gnome-unstable. If you are using [extra] you should get the sources from the repos/extra-ARCH folder, not from trunk.
Offline
Ah great! Thanks for the answers guys
Appreciate it!
I do have another question... basically, all I want to do is build the GTK3-git package, however, take a look at what I'm trying to do below (I'm sure it's probably something nooby):
┌─[phyrne@poseidon][~]
└─[$] yaourt -Ss gdk-pixbuf2
extra/gdk-pixbuf2 2.24.1-3 [installed]
An image loading library
multilib/lib32-gdk-pixbuf2 2.24.1-2
An image loading library (32-bit)
gnome-unstable/gdk-pixbuf2 2.25.2-1 [installed: 2.24.1-3]
An image loading library
aur/mingw32-gdk-pixbuf2 2.24.1-5 (5)
An image loading library (mingw32)
┌─[phyrne@poseidon][~]
└─[$] yaourt -R gdk-pixbuf2
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: cogl: requires gdk-pixbuf2
:: gtk-update-icon-cache: requires gdk-pixbuf2>=2.24.1-3
:: libgpod: requires gdk-pixbuf2
:: libnotify: requires gdk-pixbuf2
:: librsvg: requires gdk-pixbuf2>=2.24.1-3
:: tumbler: requires gdk-pixbuf2As you can see I have two versions of pixbuf2 installed... how can I resolve this? ![]()
Visit my blog and my DeviatArt page
Offline
you don't have two versions installed, you still have 2.24.
i suggest to read http://archlinux.me/wonder/2012/03/11/g … available/ just to find out how to enable repos.
Give what you have. To someone, it may be better than you dare to think.
Offline
I enabled both testing and gnome-unstable repos in my pacman.conf then ran a db-upgrade and synced. How can I specify that I want to install the 2.25 version instead?
Would it be a case of disabling extra for this particular upgrade and then re-enabling it after?
Apologies for all the questions, I really appreciate this
Last edited by Starfall (2012-03-19 19:00:31)
Visit my blog and my DeviatArt page
Offline
I enabled both testing and gnome-unstable repos in my pacman.conf then ran a db-upgrade and synced. How can I specify that I want to install the 2.25 version instead?
Would it be a case of disabling extra for this particular upgrade and then re-enabling it after?
Apologies for all the questions, I really appreciate this
you need to do pacman -Syu. that's all
Give what you have. To someone, it may be better than you dare to think.
Offline
Thanks wonder, however that didn't seem to work ![]()
It's still saying I have the version from extra installed:
┌─[phyrne@poseidon][~]
└─[$] yaourt -Ss gdk-pixbuf2
extra/gdk-pixbuf2 2.24.1-3 [installed]
An image loading library
multilib/lib32-gdk-pixbuf2 2.24.1-2
An image loading library (32-bit)
gnome-unstable/gdk-pixbuf2 2.25.2-1 [installed: 2.24.1-3]**EDIT**
No worries, I sorted it by specifying the repo I wanted to install the package from
Thanks for all the help!
Last edited by Starfall (2012-03-19 20:09:23)
Visit my blog and my DeviatArt page
Offline