Summary: | Kopete crashed while starting up (std::string*, MSN::NotificationServerConnection::connect , libmsn?) | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Álvaro Villalba <vn.alvaro> |
Component: | WLM Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | andresbajotierra, pbtrn10k, tonikde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 206322 |
Description
Álvaro Villalba
2009-08-12 15:41:03 UTC
This could be a bug in libmsn. - What is your version of that package? (if you use an updated Arch, it should be "4.0beta7" ) Thanks libmsn-4.0beta7-1 That's it. Are you experiencing this crash every time ? If you are, can you run "ldconfig" as root and see if this fixes it ? Thanks Yes, I experience it every time, but ldconfig make no difference. It seems to be something about the configuration, because after doing: mv ~/.kde4/share/config/kopete* . and configuring an msn account it works. But reconfiguring it all may take a lot of time... It's still crashing even removing all configuration in ~/.kde4/share/config/kopete* and ~/.kde4/share/apps/kopete/* . It just takes more time to crash than before. So it seems it's not a configuration problem. *** Bug 203740 has been marked as a duplicate of this bug. *** Can you check downgrading to libmsn beta6 ? It seems beta7 caused a lot of crashes... Thanks libmsn-4.0-beta6 seems to solve the problem for me I don't find an archlinux package to downgrade it anywhere, so it seems I'll wait. Thank you. @Álvaro Villalba: try using your pacman cache at /var/cache/pacman/pkg Regards (In reply to comment #9) > I don't find an archlinux package to downgrade it anywhere, so it seems I'll > wait. > Thank you. (In reply to comment #10) > @Álvaro Villalba: try using your pacman cache at /var/cache/pacman/pkg > Regards If it's not in /var/cache/pacman/pkg this PKGBUILD will work: # $Id: $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Charly Ghislain <charlyghislain@gmail.com> pkgname=libmsn pkgver=4.0beta6 _pkgver=4.0-beta6 pkgrel=1 pkgdesc="A reusable, open-source, fully documented library for connecting to Microsoft's MSN" url="http://sourceforge.net/projects/libmsn/" arch=('i686' 'x86_64') license=('GPL2') depends=('openssl') makedepends=('cmake') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2) md5sums=('b2f9d8fc63921f4f66b91873f9f3f662') build() { cd ${srcdir}/$pkgname-$_pkgver mkdir build cd build cmake -D CMAKE_INSTALL_PREFIX=/usr .. || return 1 make DESTDIR=${pkgdir} install } *** Bug 204439 has been marked as a duplicate of this bug. *** Thanks for the PKGBUILD Pete! It works now. We broke binary compatibility in libmsn, please recompile Kopete or tell distribution to provide new recompiled Kopete packages. |