Your message dated Sun, 09 Apr 2006 14:32:13 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#274386: fixed in xgsmlib 0.2-5 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: xgsmlib Severity: normal Tags: patch When building 'xgsmlib' with gcc-3.4 I get the following error: x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/lib/gtkmm/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/lib/sigc++-1.0/include -I/usr/include/sigc++-1.0 -D_REENTRANT -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -c -o xgsm_sms_single_editor.o `test -f 'xgsm_sms_single_editor.cc' || echo './'`xgsm_sms_single_editor.cc xgsm_dialogs.h: In member function `virtual void Xgsm::SMSSingleEditor::open(std::string, std::string, std::string, bool, std::string)': xgsm_dialogs.h:76: error: `virtual void Xgsm::DeviceHelper::onDeviceEvent(Xgsm::EventType)' is protected xgsm_sms_single_editor.cc:333: error: within this context xgsm_dialogs.h: In member function `virtual void Xgsm::SMSSingleEditor::open(std::string)': xgsm_dialogs.h:76: error: `virtual void Xgsm::DeviceHelper::onDeviceEvent(Xgsm::EventType)' is protected xgsm_sms_single_editor.cc:345: error: within this context xgsm_dialogs.h: In member function `virtual void Xgsm::SMSSingleEditor::init()': xgsm_dialogs.h:76: error: `virtual void Xgsm::DeviceHelper::onDeviceEvent(Xgsm::EventType)' is protected xgsm_sms_single_editor.cc:355: error: within this context make[3]: *** [xgsm_sms_single_editor.o] Error 1 make[3]: Leaving directory `/xgsmlib-0.2/src' With the attached patch 'xgsmlib' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/xgsmlib-0.2/src/xgsm_dialogs.h ./src/xgsm_dialogs.h --- ../tmp-orig/xgsmlib-0.2/src/xgsm_dialogs.h 2002-03-17 11:46:53.000000000 +0100 +++ ./src/xgsm_dialogs.h 2004-10-01 16:49:26.794510336 +0200 @@ -72,9 +72,11 @@ // device callbacks: +public: // standard device event handler virtual void onDeviceEvent(EventType event); +protected: // standard open response handler virtual void onOpenDone(ResponseRef response);
--- End Message ---
--- Begin Message ---Source: xgsmlib Source-Version: 0.2-5 We believe that the bug you reported is fixed in the latest version of xgsmlib, which is due to be installed in the Debian FTP archive: xgsmlib_0.2-5.diff.gz to pool/main/x/xgsmlib/xgsmlib_0.2-5.diff.gz xgsmlib_0.2-5.dsc to pool/main/x/xgsmlib/xgsmlib_0.2-5.dsc xgsmlib_0.2-5_i386.deb to pool/main/x/xgsmlib/xgsmlib_0.2-5_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated xgsmlib package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 9 Apr 2006 14:10:21 -0700 Source: xgsmlib Binary: xgsmlib Architecture: source i386 Version: 0.2-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Andrew Pollock <[EMAIL PROTECTED]> Description: xgsmlib - Gnome application to handle mobile phone's phone book and SMS Closes: 274386 Changes: xgsmlib (0.2-5) unstable; urgency=low . * QA Group upload orphaning this package * debian/rules: bumped debhelper compatibility version to 4 * debian/copyright: updated address of the FSF * Included patch from Henrik Johansson to fix FTBFS with gcc-3.4 (closes: #274386) * debian/menu: quoted the unquoted Files: 9e7a31ef1d93606dca7ed7d6db024e7c 603 gnome extra xgsmlib_0.2-5.dsc d6e299137a8684e3891f609dbd503901 27909 gnome extra xgsmlib_0.2-5.diff.gz bbe772a74f77accc52a70149f0e377a1 245368 gnome extra xgsmlib_0.2-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEOXmGIblXXKfZFgIRApSrAJ4l0IFTcXfECyrgQDn2NUTT1tYaBwCgq2yj A8EkRBPAs/SQkWX6OxOOUOA= =79HE -----END PGP SIGNATURE-----
--- End Message ---

