Your message dated Sat, 3 Sep 2005 21:29:28 +0200 with message-id <[EMAIL PROTECTED]> and subject line Fixed by latest upstream version 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 18 Aug 2004 12:24:30 +0000 >From [EMAIL PROTECTED] Wed Aug 18 05:24:30 2004 Return-path: <[EMAIL PROTECTED]> Received: from b104194.adsl.hansenet.de (localhost) [62.109.104.194] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BxPUT-0006QE-00; Wed, 18 Aug 2004 05:24:30 -0700 Received: from aj by localhost with local (Exim 4.34) id 1BxPUm-0003y9-B3; Wed, 18 Aug 2004 14:24:48 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: hardware-monitor: FTBFS with gcc-3.4: no match for 'operator*' in '*window' Message-Id: <[EMAIL PROTECTED]> Date: Wed, 18 Aug 2004 14:24:48 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: hardware-monitor Severity: normal Tags: patch When building 'hardware-monitor' with gcc-3.4 I get the following error: x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DHARDWARE_MONITOR_GLADEDIR=\""/usr/share/hardware-monitor/glade/"\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGNOMEICONDIR=\""/usr/share/pixmaps"\" -DSENSORS_CONF_FILE=\""/etc/sensors.conf"\" -g -O2 -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libgnomeuimm-2.6 -I/usr/lib/libgnomeuimm-2.6/include -I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/libgnomecanvasmm-2.6 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include -I/usr/include/libgnomeui-2.0 -I/usr/include/gnome-vfsmm-2.6 -I/usr/lib/gnome-vfsmm-2.6/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnome-2.0 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libbonoboui-2.0 -I/usr/include/panel-2.0 -I/usr/include/libgtop-2.0 -Wall -O3 -c preferences-window.cpp preferences-window.cpp: In member function `Monitor* PreferencesWindow::run_choose_monitor_window(const Glib::ustring&)': preferences-window.cpp:593: error: no match for 'operator*' in '*window' make[3]: *** [preferences-window.o] Error 1 make[3]: Leaving directory `/hardware-monitor-1.2/src' With the attached patch 'hardware-monitor' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/hardware-monitor-1.2/src/preferences-window.cpp ./src/preferences-window.cpp --- ../tmp-orig/hardware-monitor-1.2/src/preferences-window.cpp 2004-07-10 12:07:22.000000000 +0200 +++ ./src/preferences-window.cpp 2004-08-18 14:18:38.285186057 +0200 @@ -590,7 +590,7 @@ Monitor *PreferencesWindow::run_choose_monitor_window(const Glib::ustring &str) { - ChooseMonitorWindow window(applet.get_icon(), *window); + ChooseMonitorWindow window(applet.get_icon(), *this->window); return window.run(applet.get_gconf_client(), str); } --------------------------------------- Received: (at 294245-done) by bugs.debian.org; 3 Sep 2005 19:29:29 +0000 >From [EMAIL PROTECTED] Sat Sep 03 12:29:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from c173118.adsl.hansenet.de (localhost.localdomain) [213.39.173.118] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBdhh-0000QM-00; Sat, 03 Sep 2005 12:29:29 -0700 Received: from aj by localhost.localdomain with local (Exim 4.51) id 1EBdhg-0006Vj-2s; Sat, 03 Sep 2005 21:29:28 +0200 Date: Sat, 3 Sep 2005 21:29:28 +0200 To: [EMAIL PROTECTED] Subject: Fixed by latest upstream version Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: Andreas Jochens <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 This has been fixed by the latest upstream version, thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]