Your message dated Sat, 13 May 2006 12:07:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Closed.
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: apachetop
Version: 0.12.6-3
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 apachetop_0.12.6-3 on bigsur by sbuild/mips 1.94
...
> if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT apachetop.o 
> -MD -MP -MF ".deps/apachetop.Tpo" \
>         -c -o apachetop.o `test -f 'apachetop.cc' || echo './'`apachetop.cc; \
>       then mv -f ".deps/apachetop.Tpo" ".deps/apachetop.Po"; \
>       else rm -f ".deps/apachetop.Tpo"; exit 1; \
>       fi
> resolver.h:13: error: extra qualification 'Resolver::' on member 'Resolver'
> resolver.h:14: error: extra qualification 'Resolver::' on member 'Resolver'
> make[3]: *** [apachetop.o] Error 1


--- ./src/resolver.h~   2006-03-18 18:43:39.000000000 +0000
+++ ./src/resolver.h    2006-03-18 18:43:43.000000000 +0000
@@ -10,8 +10,8 @@
 class Resolver
 {
        public:
-       Resolver::Resolver(void);
-       Resolver::~Resolver(void);
+       Resolver(void);
+       ~Resolver(void);
        int add_request(char *request, enum resolver_action act);
 
 

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


--- End Message ---
--- Begin Message ---
  I didn't close this correctly in the changelog, so the bug is still
  open.

  It was fixed in version 0.12.6-4.  Please find the changes file below.

Steve
-- 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 12 May 2006 15:39:27 +0000
Source: apachetop
Binary: apachetop
Architecture: source i386
Version: 0.12.6-4
Distribution: unstable
Urgency: medium
Maintainer: Steve Kemp <[EMAIL PROTECTED]>
Changed-By: Steve Kemp <[EMAIL PROTECTED]>
Description: 
 apachetop  - Realtime Apache monitoring tool
Closes: 343180 358576
Changes: 
 apachetop (0.12.6-4) unstable; urgency=medium
 .
   * Applied patch from Martin Michlmayr to build with gcc 4.1
     (Close: #357644)
   * Applied patch for large file support from Sven Koch
     (Closes: #343180)
   * Updated URL in manpage, thanks to Mathieu De Zutter.
     (Closes: #358576)
Files: 
 dffd9e272a9f6453e4fc5aa03b8fb3ae 655 admin optional apachetop_0.12.6-4.dsc
 c0299a2b37439934b63da1cd2acf8c1a 41775 admin optional 
apachetop_0.12.6-4.diff.gz
 d98e9c6138d4571b2d0b1b03484cc81d 32152 admin optional 
apachetop_0.12.6-4_i386.deb

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

iD8DBQFEZJ5twM/Gs81MDZ0RAtYfAKC2X3nvZM5sR8Bu1mJX1w6e9POiHACgpIUB
AP4Uf1ZzcASl1Fp1KhnNtII=
=bD5d
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to