Your message dated Wed, 02 May 2007 18:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420983: fixed in sam2p 0.45-3-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: sam2p
Version: 0.44-13-1
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.

You can reproduce this problem with gcc-snapshot (20070422-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in the near
future.)

> Automatic build of sam2p_0.44-13-1 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -s -O2 -DHAVE_CONFIG2_H   -fsigned-char -fno-rtti 
> -fno-exceptions -ansi -pedantic -Wall -W -c sam2p_main.cpp
> In file included from sam2p_main.cpp:6:
> gensi.hpp: In member function 'void GenBuffer::each_char(void (*)(char, 
> void*), void*) const':
> gensi.hpp:75: warning: ISO C++ forbids casting between pointer-to-function 
> and pointer-to-object
> gensi.hpp: At global scope:
> gensi.hpp:252: error: extra ';'

--- gensi.hpp~  2007-04-25 16:23:47.000000000 +0000
+++ gensi.hpp   2007-04-25 16:24:04.000000000 +0000
@@ -249,7 +249,7 @@
       if (len!=0) block(beg,len,data);
       block(0,0,data);
     }
-    inline virtual void first_sub(Sub &sub) const { sub.beg=beg; sub.len=len; 
};
+    inline virtual void first_sub(Sub &sub) const { sub.beg=beg; sub.len=len; }
     inline virtual void next_sub(Sub &sub) const { sub.len=0; }
     inline char const*getCString() const { return beg; }
     inline char const*operator()() const { return beg; }


After fixing this, we get:

/usr/lib/gcc-snapshot/bin/g++ -s -O2 -DHAVE_CONFIG2_H   -fsigned-char -fno-rtti 
-fno-exceptions -ansi -pedantic -Wall -W -c pts_defl.c
pts_defl.c:3:1: error: '$' in identifier or number

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


--- End Message ---
--- Begin Message ---
Source: sam2p
Source-Version: 0.45-3-1

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

sam2p_0.45-3-1.diff.gz
  to pool/main/s/sam2p/sam2p_0.45-3-1.diff.gz
sam2p_0.45-3-1.dsc
  to pool/main/s/sam2p/sam2p_0.45-3-1.dsc
sam2p_0.45-3-1_i386.deb
  to pool/main/s/sam2p/sam2p_0.45-3-1_i386.deb
sam2p_0.45-3.orig.tar.gz
  to pool/main/s/sam2p/sam2p_0.45-3.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.
Stefan Fritsch <[EMAIL PROTECTED]> (supplier of updated sam2p 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: Wed, 02 May 2007 19:49:20 +0200
Source: sam2p
Binary: sam2p
Architecture: source i386
Version: 0.45-3-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Fritsch <[EMAIL PROTECTED]>
Changed-By: Stefan Fritsch <[EMAIL PROTECTED]>
Description: 
 sam2p      - convert raster images to EPS, PDF, and other formats
Closes: 420983
Changes: 
 sam2p (0.45-3-1) unstable; urgency=low
 .
   * New upstream release
   * Fix FTBFS with gcc 4.3 pre-release (Closes: #420983)
   * Fix FSF address
   * Fix manpage encoding
   * Convert build system to dpatch
   * Bump Standards-Version (no changes)
   * New maintainer email address
Files: 
 876248e006feb4099a3e6b62fb6266a1 567 graphics optional sam2p_0.45-3-1.dsc
 d9eff888a509d6610de80b3c1d22867e 490350 graphics optional 
sam2p_0.45-3.orig.tar.gz
 726e17581f96ee70c6e91807962c6b78 8420 graphics optional sam2p_0.45-3-1.diff.gz
 6a7e9f64da6cf58da8fcc67082fee237 196512 graphics optional 
sam2p_0.45-3-1_i386.deb

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

iD8DBQFGONN1bxelr8HyTqQRAhS6AJ4orxHMTGZGVgnP3iNgBI//FVjpQQCdG1BB
ATf9DCFTu+15Jh8dMKbC+LA=
=Q/gN
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to