Your message dated Fri, 24 Mar 2006 02:02:18 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356516: fixed in squidview 0.70-1
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: squidview
Version: 0.69-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of squidview_0.69-2 on bigsur by sbuild/mips 1.89
...
> make[1]: Entering directory `/build/tbm/squidview-0.69'
> g++ -DHAVE_CONFIG_H -I. -I. -I.     -Wall -g -DDEBIANIZED -O2 -c squidview.cpp
> squidview.h:202: error: extra qualification 'rUserTotal::' on member 
> 'operator='
> squidview.h:211: error: extra qualification 'rDomainTotal::' on member 
> 'operator='
> make[1]: *** [squidview.o] Error 1


--- ./squidview.h~      2006-03-12 15:36:25.000000000 +0000
+++ ./squidview.h       2006-03-12 15:36:32.000000000 +0000
@@ -199,7 +199,7 @@
   string sLoginName;
   string sFullName;
 
-  rUserTotal rUserTotal::operator= (const rUserTotal&);
+  rUserTotal operator= (const rUserTotal&);
 };
 
 struct rDomainTotal
@@ -208,7 +208,7 @@
   int iHits;
   string sDomain;
 
-  rDomainTotal rDomainTotal::operator= (const rDomainTotal&);
+  rDomainTotal operator= (const rDomainTotal&);
 };
 
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: squidview
Source-Version: 0.70-1

We believe that the bug you reported is fixed in the latest version of
squidview, which is due to be installed in the Debian FTP archive:

squidview_0.70-1.diff.gz
  to pool/main/s/squidview/squidview_0.70-1.diff.gz
squidview_0.70-1.dsc
  to pool/main/s/squidview/squidview_0.70-1.dsc
squidview_0.70-1_i386.deb
  to pool/main/s/squidview/squidview_0.70-1_i386.deb
squidview_0.70.orig.tar.gz
  to pool/main/s/squidview/squidview_0.70.orig.tar.gz



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.
Willi Mann <[EMAIL PROTECTED]> (supplier of updated squidview 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: Sat, 18 Mar 2006 15:21:14 +0100
Source: squidview
Binary: squidview
Architecture: source i386
Version: 0.70-1
Distribution: unstable
Urgency: low
Maintainer: Willi Mann <[EMAIL PROTECTED]>
Changed-By: Willi Mann <[EMAIL PROTECTED]>
Description: 
 squidview  - monitors and analyses squid access.log files
Closes: 356516
Changes: 
 squidview (0.70-1) unstable; urgency=low
 .
   * New upstream release
     - compiles with gcc-4.1 (closes: #356516, thanks Martin Michlmayr for the
       report and the fix and Graeme Sheppard for releasing the new upstream
       tarball so fast.)
   * Switch to debhelper compatibility 4 as 3 is deprecated.
Files: 
 49c8a40f1ec4c8abb6ec5c7c733b6eab 577 admin optional squidview_0.70-1.dsc
 62d002095de5b654624ddbc60a5e1060 103398 admin optional 
squidview_0.70.orig.tar.gz
 3b4ac23936ce20a32bdbaa49b4fdd3e7 4773 admin optional squidview_0.70-1.diff.gz
 b309e216500a7f95b50c3741f20ce106 78860 admin optional squidview_0.70-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEI8GZliSD4VZixzQRAjJVAJ9gz/gF9DTmMk6u5cKtnUOgAgSf8wCeNspU
i7a3Wq65AW/Moe/5ysUNMH4=
=tz2Q
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to