You are not logged in.

#1 2012-03-19 18:17:13

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

[SOLVED] gdk-pixbuf2 not at latest version?

Hi smile

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.1

I'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

#2 2012-03-19 18:25:55

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

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

#3 2012-03-19 18:28:20

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,290

Re: [SOLVED] gdk-pixbuf2 not at latest version?

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

#4 2012-03-19 18:37:16

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

Ah great! Thanks for the answers guys smile 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-pixbuf2

As you can see I have two versions of pixbuf2 installed... how can I resolve this? sad


Visit my blog and my DeviatArt page

Offline

#5 2012-03-19 18:48:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

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

#6 2012-03-19 18:54:50

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

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? smile 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

#7 2012-03-19 19:02:28

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

Starfall wrote:

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? smile 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

#8 2012-03-19 19:32:19

Starfall
Member
From: /home/
Registered: 2011-05-24
Posts: 209
Website

Re: [SOLVED] gdk-pixbuf2 not at latest version?

Thanks wonder, however that didn't seem to work sad

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 smile Thanks for all the help!

Last edited by Starfall (2012-03-19 20:09:23)


Visit my blog and my DeviatArt page

Offline

Board footer

Powered by FluxBB