El mié, 13-07-2005 a las 11:42 -0400, Mith escribió:
> Hi,
> I updated to the latest Gaim version via pacman and all of a sudden icq 
> won't start up anymore. Everytime I try to login into the icq account 
> gaim crashes with this error:
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
> Gaim has segfaulted and attempted to dump a core file.
> This is a bug in the software and has happened through
> no fault of your own.
> 
> It is possible that this bug is already fixed in CVS.
> If you can reproduce the crash, please notify the gaim
> maintainers by reporting a bug at
> http://gaim.sourceforge.net/bug.php
> 
> Please make sure to specify what you were doing at the time,
> and post the backtrace from the core file. If you do not know
> how to get the backtrace, please get instructions at
> http://gaim.sourceforge.net/gdb.php. If you need further
> assistance, please IM either SeanEgn or LSchiere and
> they can help you.
> Aborted
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> I also tried making a package of it with the ABS pkgbuild but the same 
> error occurs. I haven't tried compiling the source yet by itself ( 
> without the PKGBUILD + pacman way ) .
> Is anybody else experiencing that behavior? I didn't see any bug report 
> for that on the gaim bugtracker so maybe it's only here where it's not 
> working......
> I still had the old 1.3.1 package in my  pacman cache  and with that 
> ICQ  works flawlessly .... any ideas?
> .Mith
> 
> _______________________________________________
> arch mailing list
> [email protected]
> http://www.archlinux.org/mailman/listinfo/arch
-- 

Have you tried making the package from the cvs version?
here is the build section for the pkgbuild ;)

build() {
cvs -d ':pserver:[EMAIL PROTECTED]:/cvsroot/gaim' login
cvs -z3 -d ':pserver:[EMAIL PROTECTED]:/cvsroot/gaim'
checkout
cd $startdir/src/gaim
./autogen.sh
  ./configure --prefix=/usr --enable-gtkspell --enable-gnutls=yes
--enable
  make || return 1
  make DESTDIR=$startdir/pkg install
}



_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to