Your message dated Fri, 06 Apr 2007 20:32:21 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417473: fixed in paintlib 2.6.2-9
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: paintlib
Version: 2.6.2-8
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. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.
> Automatic build of paintlib_2.6.2-8 on coconut0 by sbuild/ia64 0.49
...
> plpixelformat.cpp:53: warning: deprecated conversion from string constant to
> 'char*'
> plpixelformat.cpp:53: warning: deprecated conversion from string constant to
> 'char*'
> plpixelformat.cpp: In static member function 'static PLPixelFormat::Channel
> PLPixelFormat::parseChannel(const std::string&, unsigned int&)':
> plpixelformat.cpp:129: warning: comparison is always false due to limited
> range of data type
> plpixelformat.cpp:137: warning: comparison is always false due to limited
> range of data type
> plpixelformat.cpp: In constructor 'PLPixelFormat::PLPixelFormat(const
> std::string&)':
> plpixelformat.cpp:228: error: 'atoi' was not declared in this scope
> make[4]: *** [plpixelformat.lo] Error 1
--- common/plpixelformat.cpp~ 2007-04-02 20:52:11.000000000 +0000
+++ common/plpixelformat.cpp 2007-04-02 20:52:17.000000000 +0000
@@ -10,6 +10,7 @@
#include "plpixelformat.h"
+#include <cstdlib>
#include <vector>
#include <sstream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: paintlib
Source-Version: 2.6.2-9
We believe that the bug you reported is fixed in the latest version of
paintlib, which is due to be installed in the Debian FTP archive:
paintlib-dev_2.6.2-9_i386.deb
to pool/main/p/paintlib/paintlib-dev_2.6.2-9_i386.deb
paintlib2c2a-dbg_2.6.2-9_i386.deb
to pool/main/p/paintlib/paintlib2c2a-dbg_2.6.2-9_i386.deb
paintlib2c2a_2.6.2-9_i386.deb
to pool/main/p/paintlib/paintlib2c2a_2.6.2-9_i386.deb
paintlib_2.6.2-9.diff.gz
to pool/main/p/paintlib/paintlib_2.6.2-9.diff.gz
paintlib_2.6.2-9.dsc
to pool/main/p/paintlib/paintlib_2.6.2-9.dsc
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.
Varun Hiremath <[EMAIL PROTECTED]> (supplier of updated paintlib 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: Fri, 6 Apr 2007 23:00:23 +0530
Source: paintlib
Binary: paintlib-dev paintlib2c2a-dbg paintlib2c2a
Architecture: source i386
Version: 2.6.2-9
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <[EMAIL PROTECTED]>
Changed-By: Varun Hiremath <[EMAIL PROTECTED]>
Description:
paintlib-dev - C++ class library for image manipulation
paintlib2c2a - C++ class library for image manipulation
paintlib2c2a-dbg - C++ class library for image manipulation
Closes: 417473
Changes:
paintlib (2.6.2-9) unstable; urgency=low
.
[ Torsten Werner ]
* Add Homepage to description.
.
[ Varun Hiremath ]
* Add patches/gcc4.3_missing_includes.diff to fix build with GCC 4.3
Thanks to Martin Michlmayr (Closes: #417473)
Files:
319ed52fe11b03679ad8c1d07a4d0b61 801 graphics optional paintlib_2.6.2-9.dsc
51637bc34a947ab0fee18273024ae62a 3965 graphics optional
paintlib_2.6.2-9.diff.gz
14324df1941ef36fd4f355ee82e50bbc 271588 libdevel optional
paintlib-dev_2.6.2-9_i386.deb
b8c49fe26de5c119bec54d8d06689e5a 152568 libs optional
paintlib2c2a_2.6.2-9_i386.deb
49b40edfeec10466218aa4cafcba5364 654178 libs extra
paintlib2c2a-dbg_2.6.2-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGFqRYfY3dicTPjsMRAitUAJ9EN34CUwtvvY3qptr5o8e6h31+3QCffROI
dQwi18YJigrDOKedS8CM7bU=
=DZDf
-----END PGP SIGNATURE-----
--- End Message ---