Package: groff
Version: 1.18.1.1-11
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 groff_1.18.1.1-11 on bigsur by sbuild/mips 1.80
...
> make[3]: Entering directory `/build/tbm/groff-1.18.1.1/src/devices/grohtml'
> g++ -I. -I/build/tbm/groff-1.18.1.1/src/devices/grohtml 
> -I/build/tbm/groff-1.18.1.1/src/include 
> -I/build/tbm/groff-1.18.1.1/src/include -DHAVE_CONFIG_H -O2 -g -Wall  -c 
> post-html.cc
> post-html.cc:264: error: extra qualification 'char_block::' on member 
> 'char_block'
> make[3]: *** [post-html.o] Error 1


--- ./src/devices/grohtml/post-html.cc~ 2006-03-10 16:11:34.000000000 +0000
+++ ./src/devices/grohtml/post-html.cc  2006-03-10 16:12:11.000000000 +0000
@@ -261,7 +261,7 @@
   char_block   *next;
 
   char_block();
-  char_block::char_block(int length);
+  char_block(int length);
 };
 
 char_block::char_block()

-- 
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