You are not logged in.

#1 2010-09-26 15:09:09

x5x_tim
Member
Registered: 2010-06-13
Posts: 86

empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

This (http://aur.archlinux.org/packages.php?ID=34436) package, for empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6, but that package does not exist in the main repos or in the use repo.
I downloaded it from the makers website and compiled and installed it, but makepkg still says I don't have the right version.
Someone else had this problem, commented on the package and the maintainer said it was fixed. However, I don't see that.
Is there a way to tell makepkg to not complain if it can't find that package?

Tim

Offline

#2 2010-09-26 15:28:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

'makepkg -d' skips dependency checks.

Edit: Maybe you should flag that AUR package out of date or something.

Last edited by karol (2010-09-26 15:29:27)

Offline

#3 2010-09-26 15:35:30

x5x_tim
Member
Registered: 2010-06-13
Posts: 86

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

Mmm, it looks like it's not the dependency for the AUR package
According to makepgk, it's for  empathy-2.31.3.tar.gz
(Also, how do I do that?)

Offline

#4 2010-09-26 15:38:00

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

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

development versions require development dependencies. those versions would be available on the next gnome release


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-09-26 15:42:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

wonder wrote:

development versions require development dependencies. those versions would be available on the next gnome release

Is there a requirement for AUR packages to have all the dependencies in the official repos or in AUR? Looks like those requirements are not met in this case.

Offline

#6 2010-09-26 15:44:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

x5x_tim wrote:

Mmm, it looks like it's not the dependency for the AUR package
According to makepgk, it's for  empathy-2.31.3.tar.gz
(Also, how do I do that?)

What happens if you build empathy-indicate with 'makepkg -d'?

Offline

#7 2010-09-26 15:46:58

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

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

karol wrote:
x5x_tim wrote:

Mmm, it looks like it's not the dependency for the AUR package
According to makepgk, it's for  empathy-2.31.3.tar.gz
(Also, how do I do that?)

What happens if you build empathy-indicate with 'makepkg -d'?

it would skip dependencies checking from PKGBUILD but it would fail at ./configure


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2010-09-26 15:53:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

wonder wrote:

it would skip dependencies checking from PKGBUILD but it would fail at ./configure

Sometimes apps work with older versions of their dependencies too.

If OP installs the proper versions of all the dependencies, but he installs some of them by hand, because they're neither in the repos nor in AUR, why would ./configure complain?

Offline

#9 2010-09-26 16:19:26

x5x_tim
Member
Registered: 2010-06-13
Posts: 86

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

The problem is, the dependency, empathy-2.31.3, is not in the official repos nor in the AUR, so I have no idea were to get it. If I try building it by hand (after finding it in ./src/empathy-2.31.3/ and changing the required version in the ./configure file) I get the following error:

make  all-recursive
make[1]: Entering directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3'
Making all in tools
make[2]: Entering directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/tools'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/tools'
Making all in extensions
make[2]: Entering directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/extensions'
make  all-am
make[3]: Entering directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/extensions'
  CC     extensions.lo
gcc: @LIBEMPATHY_CFLAGS@: No such file or directory
In file included from extensions.c:1:0:
extensions.h:4:25: fatal error: glib-object.h: No such file or directory
compilation terminated.
make[3]: *** [extensions.lo] Error 1
make[3]: Leaving directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/extensions'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3/extensions'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/Data/home/tim/.temp/empathy-indicate/src/empathy-2.31.3'
make: *** [all] Error 2

Offline

#10 2010-09-26 16:24:45

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

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

do you understand what i'm trying to tell you? YOU CAN'T COMPILE that unless you update glib2 to 2.25.x, telepathy-glib to 0.11.x, telepathy-mission to 5.6.0

have patience untill gnome 2.32 is in repos or compile empathy-indicate 2.30


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2010-09-26 16:55:21

x5x_tim
Member
Registered: 2010-06-13
Posts: 86

Re: empathy-indicate 2.31.3-1 requires telepathy-glib >= 0.11.6

Ah, thank you, I get it now

Offline

Board footer

Powered by FluxBB