You are not logged in.

#1 2006-12-22 21:03:34

microft
Member
From: Portugal
Registered: 2006-09-16
Posts: 29

gaim-svn 18019-1 bug on avatar resize

I'm getting a 100% cpu load and a crash when trying to open a conversation window with gaim-svn 18019-1.
I check with the project page, and it's is already documented.

I'll just leave the heads-up: If you have a gaim-svn that works fine, don't upgrade to this version.

Offline

#2 2006-12-23 08:38:32

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: gaim-svn 18019-1 bug on avatar resize

glad i'm not the only one smile

i found that it only affected the msn protocol. All other, google-talk, icq all opened as normal - it was only msn windows that hogged the cpu then eventually opened, but with no text entry or avatar

Offline

#3 2006-12-27 07:29:49

gentoofu
Member
Registered: 2006-10-05
Posts: 34

Re: gaim-svn 18019-1 bug on avatar resize

faulty on yahoo messenger avatars as well

Offline

#4 2007-01-10 20:56:24

CatalinuX
Member
Registered: 2007-01-10
Posts: 8

Re: gaim-svn 18019-1 bug on avatar resize

Yahoo! is faulty too with the current svn version. Crashes when opening a buddy window. Could someone please repackage it again from svn and add it to the repos ? I really need gaim-svn over normal gaim 2.0 beta3 Thanks a lot guys !

Offline

#5 2007-01-11 01:15:24

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: gaim-svn 18019-1 bug on avatar resize

I tried grabbing the latest svn, but the problem still persists. sad


Regards,
Picpak

Offline

#6 2007-01-11 07:05:14

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: gaim-svn 18019-1 bug on avatar resize

I had actually forgotten about this issue but in fact I have it too. I just turn off the avatars in conversation windows and show them only on the buddy list as a workaround.

Offline

#7 2007-01-11 07:08:53

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: gaim-svn 18019-1 bug on avatar resize

i versionpkg'd gaim-svn from aur yesterday (revision. 18081) and the MSN avatar problem is resolved.

Offline

#8 2007-01-11 16:39:39

CatalinuX
Member
Registered: 2007-01-10
Posts: 8

Re: gaim-svn 18019-1 bug on avatar resize

Hmm, link please ? Maybe I'm silly, but I don't see any gaim-svn in AUR.

Offline

#9 2007-01-11 17:24:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: gaim-svn 18019-1 bug on avatar resize

It's in unstable.

Offline

#10 2007-01-11 18:17:45

CatalinuX
Member
Registered: 2007-01-10
Posts: 8

Re: gaim-svn 18019-1 bug on avatar resize

tomk wrote:

It's in unstable.

Yeah, it is, but it's the buggy one we talked about earlier in this thread. I see the Yahoo problem is solved in the current SVN version from sourceforge. I installed it with the following PKGBUILD:

pkgname=gaim-cvs
pkgver=2.0.0
pkgrel=1
pkgdesc="A GTK+-based messaging client"
url="http://gaim.sourceforge.net"
depends=('startup-notification' 'libao'  'gnutls>=1.2.0' 'gtk2' 'gtkspell' 'dbus')
provides=('gaim')
conflicts=('gaim')
makedepends=('subversion')
source=()
md5sums=()

_svnmod="gaim"
_svncmd="svn co https://svn.sourceforge.net/svnroot/gaim/trunk ${_svnmod}"

build() {
    cd $startdir/src
    msg "Connecting to $_svnmod.sourceforge.net SVN server...."
    $_svncmd
    
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    cd $_svnmod
    ./autogen.sh --prefix=/usr
    make || return 1
    make prefix=$startdir/pkg/usr install || return 1

    rm $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
    mv $startdir/pkg/usr/lib/perl5/?.?.? $startdir/pkg/usr/lib/perl5/current

    find $startdir/pkg -name '*.la' -exec rm {} ;
}

Cheers, Catalin.

Offline

#11 2007-01-11 20:10:51

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: gaim-svn 18019-1 bug on avatar resize

The bug is in gaim's code, svn rev no 18019, not in the Arch package - you could have used Shadowhand's PKGBUILD, instead of writing your own.

You might like to have a look at the CVS/SVN PKGBUILD Guidelines in the wiki, btw - you have a few errors there.

Offline

#12 2007-01-11 21:09:54

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: gaim-svn 18019-1 bug on avatar resize

So all you're saying is that he installed the svn through the PKGBUILD and changed the revision number to 18081? Or is there an entire new package I'm missing here?


Regards,
Picpak

Offline

#13 2007-01-11 22:13:20

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: gaim-svn 18019-1 bug on avatar resize

my mistake about gaim-svn in aur, someone might have posted the pkgbuild in the forums at some point. Maybe the name at the top will give it away tongue

If you want the latest version, grab this PKGBUILD (or the other posted) and install versionpkg - then run versionpkg in the same dir as this PKGBUILD. That should build you the current version

#Contributor: SaintShakaJin <saintshakajin>

pkgname=gaim-svn
pkgver=18081
pkgrel=1
pkgdesc="A GTK+-based messaging client"
url="http://gaim.sourceforge.net"
depends=('startup-notification' 'libao'  'gnutls>=1.2.0' 'gtk2' 'gtkspell' 
    'audiofile' 'perl' 'python' 'libxss' 'dbus' 'ncurses' 'nss' 'aspell')
provides=('gaim')
conflicts=('gaim' 'gaim-cvs' 'gaim-devel')
makedepends=('subversion' 'intltool' 'pkgconfig')
source=()
md5sums=()

_svnmod=gaim
_svntrunk=https://svn.sourceforge.net/svnroot/gaim/trunk

build() {
    cd $startdir/src
    msg "Getting source..."
    svn co $_svntrunk $_svnmod -r $pkgver
    cd $_svnmod
    msg "Starting make..."
    ./autogen.sh --prefix=/usr 
             --enable-aspell --enable-gnutls=yes --enable-nss=yes 
             --enable-dbus --with-x 
             --disable-mono --disable-gstreamer 
             --disable-gevolution 
             --disable-tcl --disable-tk 
             --disable-doxygen
    make || return 1
    make prefix=$startdir/pkg/usr install || return 1

    rm $startdir/pkg/usr/lib/perl5/*/$CARCH-linux-thread-multi/perllocal.pod
    mv $startdir/pkg/usr/lib/perl5/?.?.? $startdir/pkg/usr/lib/perl5/current

    find $startdir/pkg -name '*.la' -exec rm {} ;
}

Offline

#14 2007-01-11 22:28:03

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: gaim-svn 18019-1 bug on avatar resize

OK, the repo package is now updated to 18096-1, and will be available on your favourite mirror shortly.

For anyone still interested in the nuts-and-bolts of CVS/SVN packages, see the Guidelines referred to above.

Offline

#15 2007-01-11 23:13:51

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: gaim-svn 18019-1 bug on avatar resize

I still have a problem with the MSN avatars sad


Regards,
Picpak

Offline

#16 2007-01-11 23:34:58

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: gaim-svn 18019-1 bug on avatar resize

picpak: did you versionpkg it yourself or use the unstable package?

Offline

#17 2007-01-11 23:36:41

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: gaim-svn 18019-1 bug on avatar resize

I used the unstable package, will versionpkging it myself work?


Regards,
Picpak

Offline

#18 2007-01-12 00:03:32

vasdee
Member
Registered: 2006-07-15
Posts: 55

Re: gaim-svn 18019-1 bug on avatar resize

I wouldn't have thought so. At the very least it *may* give you a hint at a dependency you are missing during compile.

That's the only thing i can think of since my version works...

Offline

#19 2007-01-12 00:13:29

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: gaim-svn 18019-1 bug on avatar resize

I can just turn the avatars off, no biggie.


Regards,
Picpak

Offline

#20 2007-01-12 12:08:48

CatalinuX
Member
Registered: 2007-01-10
Posts: 8

Re: gaim-svn 18019-1 bug on avatar resize

tomk, thank you for updating it. I tried it, and without installing gstreamer0.10 from extra, it won't run, complaining about a missing library:

gaim: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

By the way the new build kicks-ass wink

Offline

#21 2007-01-12 12:47:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: gaim-svn 18019-1 bug on avatar resize

Glad it's working again.

Re the missing gstreamer dep, I just took Shadowhand's work and updated it. I'll let him know.

Offline

Board footer

Powered by FluxBB