You are not logged in.

#1 2005-01-23 02:57:19

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Gaim 1.1.2

I've built Gaim 1.1.2 by upping the pkgver of the PKGBUILD in ABS from 1.1.1.

It installed fine and ran but although AIM connects OK, MSN doesn't.  The checkbox toggle to go online in the Accounts section doesn't function for the MSN account, regardless of whether the (new) http connection checkbox is selected.

Anyone else experience the same or managed to fix it?

Offline

#2 2005-01-23 04:07:13

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: Gaim 1.1.2

i had the same problem, and when i executed the debug mode :

server: gaim 1.1.2 logging in celeron@linuxchile.cl using MSN
autorecon: hid error message while connecting (SSL support is needed for MSN. Please install a supported SSL library. See http://gaim.sf.net/faq-ssl.php for more information.)


It seems has problems with gnutls :S


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#3 2005-01-23 04:55:41

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: Gaim 1.1.2

I recompile gaim and when the configure script ended. i had:

SSL Library/Libraries......... : No

But when i downgraded gnutls 1.0.23 => 1.0.22, i recompiled and obtained:

SSL Library/Libraries......... : GNUTLS

And now it is working big_smile


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#4 2005-01-23 20:26:21

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Gaim 1.1.2

fixed pkgbuild smile

# $Id: PKGBUILD,v 1.68 2004/12/29 04:30:15 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
# Contributor: Benoît Chesneau <benoitc@archlinuxfr.org>
pkgname=gaim
pkgver=1.1.2
pkgrel=1
pkgdesc="A GTK+-based messaging client"
url="http://gaim.sourceforge.net"
depends=('x-server' 'startup-notification' 'libao' 'gnutls' 'tk' 'gtkspell' 'nss-nspr')
source=(http://dl.sourceforge.net/sourceforge/gaim/gaim-$pkgver.tar.bz2)
md5sums=('d4bb61059214cfdbc75f85fe185b0e01')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-gtkspell --with-nss-includes=/usr/include/nss 
     --with-nss-libs=/usr/lib --with-nspr-includes=/usr/include/nspr 
     --with-nspr-libs=/usr/lib
  make || return 1
  make DESTDIR=$startdir/pkg install
  rm $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
  mv $startdir/pkg/usr/lib/perl5/?.?.? $startdir/pkg/usr/lib/perl5/current
}

Offline

#5 2005-01-23 23:41:06

Mith
Member
From: out there
Registered: 2004-10-05
Posts: 163

Re: Gaim 1.1.2

thx for the PKGBUILD
(I'd like to write more but there's not much more to say.. it works just fine)


ArchLinux (x86_64) w/ kdemod

Offline

#6 2005-01-24 07:08:02

siimo
Member
Registered: 2004-09-02
Posts: 34

Re: Gaim 1.1.2

AFAIK you need either gnutls or nss-nspr not both.  :?

Offline

#7 2005-01-24 07:44:01

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Gaim 1.1.2

siimo wrote:

AFAIK you need either gnutls or nss-nspr not both.  :?

but it works. If you hav'nt gnutls, it complained. But with this configure line gaim use nss-nspr.

Offline

#8 2005-01-24 13:27:47

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Gaim 1.1.2

The gnutls guys f*ck up things every minor release. Having a GNU SSL implementation is nice, but not when it changes even more frequently than the 2.6 kernels do.

Offline

#9 2005-01-31 02:18:08

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: Gaim 1.1.2

Hi
I just upgraded to the official 1.1.2 (current::network - 2005-01-30 18:29:20) via pacman and now MSN won't connect.
Reporting:  SSL support is needed for MSN. Any advice?

Offline

#10 2005-01-31 02:26:56

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Gaim 1.1.2

add the nss/nspr part of the pkgbuild I submitted to the current PKGBUILD in ABS and it should work wink

Offline

#11 2005-01-31 05:20:22

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: Gaim 1.1.2

Ok, I posted a bug and it has been fixed - new packages available. It now works. Thank you.

Offline

#12 2005-01-31 20:25:00

pfrancois
Member
From: paris, france
Registered: 2005-01-15
Posts: 7

Re: Gaim 1.1.2

as i am a makepkg newbie, i have some probleme with the dependance in nss-nspr. i think that if it's a dependance is not in my computer, it install. well i think wrong. so i have to solution : install it with pacman or with abs?
so i install it via pacman but i think it's not very good because now a library is "explicity installed".

moreover with this pkgconfig as is, it don't find the source.
i think if you change the source to a real server , for exemple
http://ovh.dl.sourceforge.net/sourcefor … .2.tar.bz2
it run
so the pkgbuild become

# $Id: PKGBUILD,v 1.68 2004/12/29 04:30:15 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl>
# Contributor: Benoît Chesneau <benoitc@archlinuxfr.org>
pkgname=gaim
pkgver=1.1.2
pkgrel=2
pkgdesc="A GTK+-based messaging client"
url="http://gaim.sourceforge.net"
depends=('x-server' 'startup-notification' 'libao' 'gnutls' 'tk' 'gtkspell' 'nss-nspr')
source=(http://ovh.dl.sourceforge.net/sourceforge/gaim/gaim-$pkgver.tar.bz2)
md5sums=('d4bb61059214cfdbc75f85fe185b0e01')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-gtkspell --with-nss-includes=/usr/include/nss 
     --with-nss-libs=/usr/lib --with-nspr-includes=/usr/include/nspr 
     --with-nspr-libs=/usr/lib
  make || return 1
  make DESTDIR=$startdir/pkg install
  rm $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
  mv $startdir/pkg/usr/lib/perl5/?.?.? $startdir/pkg/usr/lib/perl5/current
}

Offline

#13 2005-01-31 20:36:25

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Gaim 1.1.2

the nss-nspr package should be in a makedepends=() line in the PKGBUILD as well.

http://dl.sourceforge.net works, but I think the format is:

http://dl.sourceforge.net/PKGNAME/PKGNAME.PKGVER.tar.gz

Offline

#14 2005-02-01 02:52:13

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: Gaim 1.1.2

anyway current gaim pkg in repository is ok. Problem with gnutls is fixed smile

Offline

Board footer

Powered by FluxBB