Your message dated Mon, 17 Apr 2006 05:03:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356248: fixed in groff 1.18.1.1-12
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: 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/


--- End Message ---
--- Begin Message ---
Source: groff
Source-Version: 1.18.1.1-12

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

groff-base_1.18.1.1-12_powerpc.deb
  to pool/main/g/groff/groff-base_1.18.1.1-12_powerpc.deb
groff_1.18.1.1-12.diff.gz
  to pool/main/g/groff/groff_1.18.1.1-12.diff.gz
groff_1.18.1.1-12.dsc
  to pool/main/g/groff/groff_1.18.1.1-12.dsc
groff_1.18.1.1-12_powerpc.deb
  to pool/main/g/groff/groff_1.18.1.1-12_powerpc.deb



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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated groff 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: Mon, 17 Apr 2006 12:05:51 +0100
Source: groff
Binary: groff-base groff
Architecture: source powerpc
Version: 1.18.1.1-12
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 groff      - GNU troff text-formatting system
 groff-base - GNU troff text-formatting system (base system components)
Closes: 356248
Changes: 
 groff (1.18.1.1-12) unstable; urgency=low
 .
   * src/devices/grohtml/post-html.cc: Remove extra qualification on
     char_block constructor (closes: #356248).
Files: 
 89e6e863d86b382f936dd87ffa61b974 713 text important groff_1.18.1.1-12.dsc
 5f53631feb4d2a3811d35519e2bc3410 127812 text important 
groff_1.18.1.1-12.diff.gz
 0363e5797fe75e71ca67dc477007f098 883198 text important 
groff-base_1.18.1.1-12_powerpc.deb
 272d620a38a020080b13e4616a795ac2 1891272 text optional 
groff_1.18.1.1-12_powerpc.deb

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

iD8DBQFEQ3wl9t0zAhD6TNERAsnyAJ9SqCDvN2YJ56Git8aeoAgRtsiT3QCeMW4p
ekroRYDbsRSTpTfFKagHFsc=
=WsMw
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to