Hi Chris,
This is very strange because -7 patch does not modify anything in
yahoo, it changes only some lines in gadugadu.
Can you recompile centericq with symbols (apt-get source, apply the
patch attached and run dpkg-buildpackage) and send me a backtrace of
the problem ?
Best Regards.
Julien Lemoine
* Chris Donoghue <[EMAIL PROTECTED]> [2005-07-15 11:51:54 +1000]:
> Debian packages version 4.20.0-7 seem to always segfault on yahoo login
> only (MSN, icq seem to work fine, I didn't check others).
>
> Package version 4.20.0-6 worked fine. This is for both centericq-utf8
> and centericq packages.
>
--- centericq-4.20.0/debian/rules.orig 2005-07-15 11:12:17.000000000 +0200
+++ centericq-4.20.0/debian/rules 2005-07-15 11:12:35.000000000 +0200
@@ -13,7 +13,7 @@
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CXXFLAGS += -O0
else
- CXXFLAGS += -O2
+ CXXFLAGS += -g2
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
@@ -120,7 +120,7 @@
dh_installchangelogs ChangeLog
dh_installexamples debian/external.example
dh_link
- dh_strip
+# dh_strip
dh_compress
dh_fixperms
dh_installdeb