Package Details: gtalx 0.0.4-4

Package Base: gtalx
Description: A Linux client for gtalk, the voip application of Google. It supports voice and text-based chat.
Upstream URL: http://sites.google.com/site/jozsefbekes/Home/gtalx
Category: network
Licenses: GPL
Submitter: archdria
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2010-02-08 18:44
Last Updated: 2011-02-15 16:36

Latest Comments

Comment by x1101

2013-09-28 11:13

This package seems to constantly fail md5sums. I've tried to build it several times, and each time it has a different sum. This is even after applying the fix that senorsmile suggests.

Comment by senorsmile

2013-04-01 16:00

qt is now qt4. Must edit PKGBUILD to reflect that before building.

Comment by torto

2012-06-24 20:58

Updated PKGBUILD:
http://pastebin.com/QvAKYxiu

Comment by Unia

2012-02-14 15:53

Mediastreamer-git isn't helping either

Comment by Unia

2012-02-14 15:20

I'm trying to get an updated PKGBUILD working. So far, I got this: http://pastebin.com/d8TJ510S

Unfortunately, it errors out with the following error message. Can someone help me?

Making all in chat
make[3]: Map '/home/jente/abs/aur/gtalx/src/0.1.0/libjingle-modified/talk/chat' wordt binnengegaan
/bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DLINUX -DPOSIX -DINTERNAL_BUILD -D_REENTRANT -DORTP_INET6 -I/usr/include/ilbc -D_REENTRANT -DORTP_INET6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT chattask.lo -MD -MP -MF .deps/chattask.Tpo -c -o chattask.lo chattask.cc
chattask.cc: In member function 'void buzz::ChatTask::DingChat()':
chattask.cc:83:37: error: invalid conversion from 'void (*)(void*, unsigned int, void*)' to 'MSFilterNotifyFunc {aka void (*)(void*, _MSFilter*, unsigned int, void*)}' [-fpermissive]
/usr/include/mediastreamer2/mediastream.h:221:24: error: initializing argument 4 of 'RingStream* ring_start_with_cb(const char*, int, MSSndCard*, MSFilterNotifyFunc, void*)' [-fpermissive]
make[3]: *** [chattask.lo] Fout 1
make[3]: Map '/home/jente/abs/aur/gtalx/src/0.1.0/libjingle-modified/talk/chat' wordt verlaten
make[2]: *** [all-recursive] Fout 1
make[2]: Map '/home/jente/abs/aur/gtalx/src/0.1.0/libjingle-modified/talk' wordt verlaten
make[1]: *** [all-recursive] Fout 1
make[1]: Map '/home/jente/abs/aur/gtalx/src/0.1.0/libjingle-modified' wordt verlaten
make: *** [all] Fout 2
~/abs/aur/gtalx/src/0.1.0
make failed.

Comment by CPUnltd

2010-12-18 01:00

putting the fixes in place, but something keeps altering the openssladapter.cc file (I literally saved it and kept it open and my editor notified me that another program altered the file while it was still open)... will t-read-only and see what happens...

Anonymous comment

2010-12-16 13:44

i have found the problem: in the libjingle-modified/talk/base/openssladapter.cc file you must correct the line 665
from
X509V3_EXT_METHOD* meth = X509V3_EXT_get(extension);
in
X509V3_EXT_METHOD* meth = (X509V3_EXT_METHOD *) X509V3_EXT_get(extension);

and in the make scripr you have to correct line 60
from
echo found mediastreamer installed here: $MSFIND
to
echo found mediastreamer installed here: $MS2FIND

I have informed the developer of he software

Comment by archdria

2010-12-16 13:20

I have no idea f what is happening, I'm going to disown, feel free to adopt it :)

Anonymous comment

2010-12-16 12:52

CPUnltd i have the same problem

Anonymous comment

2010-12-16 10:43

if i download several times the tar.gz the md5sum is diffent any time...
ideas ?

Comment by CPUnltd

2010-10-30 19:37

getting the same error as pobega:


openssladapter.cc:653:57: error: invalid conversion from ‘const X509V3_EXT_METHOD*’ to ‘X509V3_EXT_METHOD*’
make[3]: *** [openssladapter.lo] Error 1
make[3]: Leaving directory `/home/adonus/myPKGBUILDs/gtalx/src/0.0.4/libjingle-modified/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/adonus/myPKGBUILDs/gtalx/src/0.0.4/libjingle-modified/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adonus/myPKGBUILDs/gtalx/src/0.0.4/libjingle-modified'
make: *** [all] Error 2
~/myPKGBUILDs/gtalx/src/0.0.4
make failed.
Aborting...


tried using the lines rsantiba suggested, but it gives me an md5 error... so I did makepkg -g with the lines rsantiba suggested, used the new md5 and it downloaded only to give me this error mulitple times... would REALLY like to try this package, but can't seem to figure out the build error here. Could anyone else chime in on this?

Comment by CPUnltd

2010-10-30 19:32

ok, not sure what to do about the md5sum line, because it actually keeps changing...

Comment by CPUnltd

2010-10-30 19:24

be better to replace those lines with:

source=('http://gtalx.svn.sourceforge.net/viewvc/$pkgname/$pkgver.tar.gz')
md5sums=('124ca3cb7fc8a3f34f4a5d76ca7bb046')

that way, when updates come, the only line to fix is the md5sums line because source will follow version number...

Anonymous comment

2010-08-08 02:08

Reeplace the lines:

source=('http://gtalx.svn.sourceforge.net/viewvc/gtalx/0.0.4.tar.gz')
md5sums=('2c18f980edb9d82fe757339c1a29991d')

Comment by pobega

2010-07-22 19:13

I've separated the important line. gtalx won't build and I have no idea why.

---------

/bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0` -DPOSIX -march=i686 -mtune=generic -O2 -pipe -MT openssladapter.lo -MD -MP -MF .deps/openssladapter.Tpo -c -o openssladapter.lo openssladapter.cc
openssladapter.cc: In member function ‘bool talk_base::OpenSSLAdapter::SSLPostConnectionCheck(SSL*, const char*)’:

openssladapter.cc:653:57: error: invalid conversion from ‘const X509V3_EXT_METHOD*’ to ‘X509V3_EXT_METHOD*’

make[3]: *** [openssladapter.lo] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-pobega/aur-gtalx/src/0.0.4/libjingle-modified/talk/base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-pobega/aur-gtalx/src/0.0.4/libjingle-modified/talk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-pobega/aur-gtalx/src/0.0.4/libjingle-modified'
make: *** [all] Error 2
/tmp/yaourt-tmp-pobega/aur-gtalx/src/0.0.4
make failed.
Aborting...

Comment by archdria

2010-07-11 10:17

I've fixed de md5, but I've realized it doesn't build :S

Anonymous comment

2010-07-11 05:55

==> Making package: gtalx 0.0.4-2 (Sat Jul 10 23:53:16 MDT 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading 0.0.4.tar.gz?view=tar...
--2010-07-10 23:53:16-- http://gtalx.svn.sourceforge.net/viewvc/gtalx/0.0.4.tar.gz?view=tar
Resolving gtalx.svn.sourceforge.net... 216.34.181.177, 216.34.181.65
Connecting to gtalx.svn.sourceforge.net|216.34.181.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: “0.0.4.tar.gz?view=tar.part”

[ <=> ] 3,369,285 173K/s in 19s

2010-07-10 23:53:36 (174 KB/s) - “0.0.4.tar.gz?view=tar.part” saved [3369285]

==> Validating source files with md5sums...
0.0.4.tar.gz?view=tar ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build gtalx.
==> Restart building gtalx ? [y/N]
==> ------------------------------
==>
==> WARNING: Following packages have not been installed:
gtalx