You are not logged in.

#1 2004-07-07 23:12:28

ro0x
Member
From: Santiago, Chile
Registered: 2004-06-20
Posts: 79

gaim-vv and dependencies

a very usefull package

Do you have a PKGBUILD?

http://gaim-vv.sf.net <--- look's great

Offline

#2 2004-12-22 20:24:56

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: gaim-vv and dependencies

*bump*
A package would come in handy, since I fail to compile Linphone-im.  (dependency). The compile-error made me boot my fathers Windows-pc  :evil: Since Im still there, I can't post the error-message.

Offline

#3 2004-12-24 19:05:27

Jet2k5
Member
Registered: 2004-10-03
Posts: 37

Re: gaim-vv and dependencies

looks awesome, I might would give it a try but I don't have a webcame so I can try it out tongue

Offline

#4 2004-12-27 06:58:25

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: gaim-vv and dependencies

libosip:

pkgname=libosip
pkgver=0.9.7
pkgrel=1
source=(http://simon.morlat.free.fr/download/0.12.2/source/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

libj2k:

pkgname=libj2k
pkgver=0.0.9
pkgrel=1
depends=()
makedepends=()
source=(http://belnet.dl.sourceforge.net/sourceforge/gaim-vv/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

linphone-im:

pkgname=linphone
pkgver=im
pkgrel=1
depends=('alsa-lib' 'libogg' 'xorg' 'gtk2' 'libosip')
source=(http://switch.dl.sourceforge.net/sourceforge/gaim-vv/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  # put it in /usr/local since it conflicts with speex-pkg
  ./configure --prefix=$startdir/pkg/usr/local
  cd oRTP
  sed -i s/SUBDIRS = src docs build/SUBDIRS = src build/ Makefile.in
  cd -
  cd osipua
  sed -i s/SUBDIRS = src docs/SUBDIRS = src/ Makefile.in
  cd -
  cd libr263
  make library
  cd -
  make || return 1
  make  install
  mkdir -p $startdir/pkg/usr/local/include/mediastreamer
  cp mediastreamer/*h $startdir/pkg/usr/local/include/mediastreamer/
}

gaim-vv:

pkgname=gaim-0.79-vv
pkgver=3
pkgrel=1
url="http://gaim-vv.sourceforge.net/"
depends=('libao' 'libosip' 'evolution-data-server' 'startup-notification' 'gtkspell' 'tk' 'xorg' 'libj2k' )
source=(http://puzzle.dl.sourceforge.net/sourceforge/gaim-vv/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-libj2k=/usr --enable-linphone --enable-msn-vv  --with-linphone-prefix=/usr/local
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#5 2004-12-27 14:34:46

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: gaim-vv and dependencies

hi!!

I tried to build linphone-im. But i got an error, while the sources dan´t be unpacked completly.

==> WARNING: MD5sums are missing or incomplete.  Cannot verify source integrity.
==> Extracting Sources...
==>     tar --use-compress-program=gzip -xf linphone-im.tar.gz

gzip: stdin: decompression OK, trailing garbage ignored
tar: Child returned status 2
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
==> ERROR: Failed to extract linphone-im.tar.gz
==> Aborting..

Is there a way to make abs tr to buil it, without stopping at this point???

Offline

#6 2004-12-27 15:54:03

jochen
Member
From: Germany
Registered: 2004-06-01
Posts: 102

Re: gaim-vv and dependencies

hi,

after this error continue with

makepkg -e

Offline

#7 2004-12-27 15:57:41

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: gaim-vv and dependencies

I solved the problems myself.

I unpakced the sources by hand into src/  and than build linphone-im with

makepkg -e

That works for me. It seems that the sources are complete. And the error is not important.

Another thing is.

If you wanna build gaim-vv itself. it needs the sources of linphone-im in the build-path of linphone-im. so do not use the -c option of makepkg.
Means do not use

makepkg -c

Thanks alot for these PKGBUILDS

Offline

#8 2005-01-18 19:27:14

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: gaim-vv and dependencies

I get the following error when I try to build gaim-vv:

...
ssl-nss.c:105: error: `SECStatus' undeclared (first use in this function)
ssl-nss.c:105: error: parse error before "status"
ssl-nss.c:109: error: `status' undeclared (first use in this function)
ssl-nss.c:111: warning: implicit declaration of function `PORT_GetError'
ssl-nss.c:115: error: `SEC_ERROR_INVALID_AVA' undeclared (first use in this funtion)
...
lots of ssl-ncc-crap
...

Anybody who gets the same errors/knows how to get by it?

Offline

#9 2005-01-20 02:19:47

Haakon
Member
From: Bergen, Norway
Registered: 2004-05-09
Posts: 109

Re: gaim-vv and dependencies

Building gaim-vv "works", but I get no SSL support (so no MSN or Jabber/SSL). I looked into this. After adding /opt/mozilla/lib/pkgconfig to PKG_CONFIG_PATH, I got it to recognize Mozilla's SSL stuff. But you also need GNU TLS. I have that installed, but it still didn't work. Looking in config.log, I find this:

configure:17373: checking for GNUTLS libraries
configure:17404: gcc -o conftest -march=i686 -O2 -pipe -Wall -g3    -lgnutls -lgcrypt conftest.c -lnsl  >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_der_decoding_startEnd@LIBTASN1_0_2
'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_expand_any_defined_by@LIBTASN1_0_2
'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_read_value@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_der_coding@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_create_element@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_array2tree@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_expand_octet_string@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_check_version@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_number_of_elements@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `_asn1_get_length_der@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_write_value@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `_asn1_find_up@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_find_structure_from_oid@LIBTASN1_0
_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_der_decoding@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `_asn1_find_node@LIBTASN1_0_2'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libgnutls.so: undefined reference to `asn1_delete_structure@LIBTASN1_0_2'
collect2: ld returned 1 exit status

So is the gnutls package broken, or has it something to do with gaim-vv?


Jabber: haakon@jabber.org

Offline

#10 2005-01-21 02:18:03

Haakon
Member
From: Bergen, Norway
Registered: 2004-05-09
Posts: 109

Re: gaim-vv and dependencies

Egil.B wrote:

Anybody who gets the same errors/knows how to get by it?

I hacked myself around it.

In gaim-0.79-vv-3/plugins/ssl/ssl-nss.c, replace this:

#include <nspr.h>
#include <private/pprio.h>
#include <nss.h>
#include <pk11func.h>
#include <prio.h>
#include <secerr.h>
#include <secmod.h>
#include <ssl.h>
#include <sslerr.h>
#include <sslproto.h>

with this:

#include <nspr.h>
#include <private/pprio.h>
#include <nss/nss.h>
#include <nss/pk11func.h>
#include <prio.h>
#include <nss/secerr.h>
#include <nss/secmod.h>
#include <nss/ssl.h>
#include <nss/sslerr.h>
#include <nss/sslproto.h>

I tried various arguments to configure to do it the right way, but I had no success.

Also, before I even got as far as this error, I had to upgrade gnuls to 1.0.24 which was released a week or so ago.


Jabber: haakon@jabber.org

Offline

#11 2005-03-31 18:05:25

ovihc
Member
Registered: 2004-06-16
Posts: 62

Re: gaim-vv and dependencies

did you guys follow this project? i know you guys posted in 2004, but now in 2005 i'm trying to get linphone working with aMsn . did you guys get it to work with aMSN or anything else?

Offline

Board footer

Powered by FluxBB