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/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to