Your message dated Fri, 15 Feb 2008 09:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417502: fixed in qd 2.1.213.1-2
has caused the Debian Bug report #417502,
regarding FTBFS with GCC 4.3: missing #includes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
417502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417502
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: qd
Version: 2.1.200-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.  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 qd_2.1.200-1 on coconut0 by sbuild/ia64 0.49
...
>  g++ -DHAVE_CONFIG_H -I.. -I../include -I../include -g -Wall -O2 -c util.cpp  
> -fPIC -DPIC -o .libs/util.o
> util.cpp: In function 'void append_expn(std::string&, int)':
> util.cpp:7: error: 'abs' was not declared in this scope
> make[3]: *** [util.lo] Error 1

--- src/util.h~ 2007-04-02 21:33:55.000000000 +0000
+++ src/util.h  2007-04-02 21:34:02.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdlib>
 #include <string>
 
 void append_expn(std::string &str, int expn);

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


--- End Message ---
--- Begin Message ---
Source: qd
Source-Version: 2.1.213.1-2

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

libqd-dev_2.1.213.1-2_i386.deb
  to pool/main/q/qd/libqd-dev_2.1.213.1-2_i386.deb
libqd2c2a_2.1.213.1-2_i386.deb
  to pool/main/q/qd/libqd2c2a_2.1.213.1-2_i386.deb
qd_2.1.213.1-2.dsc
  to pool/main/q/qd/qd_2.1.213.1-2.dsc
qd_2.1.213.1-2.tar.gz
  to pool/main/q/qd/qd_2.1.213.1-2.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.
Christophe Prud'homme <[EMAIL PROTECTED]> (supplier of updated qd 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, 15 Feb 2008 08:59:13 +0100
Source: qd
Binary: libqd-dev libqd2c2a
Architecture: source i386
Version: 2.1.213.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
Changed-By: Christophe Prud'homme <[EMAIL PROTECTED]>
Description: 
 libqd-dev  - Double-double and quad double types in C++ and F90
 libqd2c2a  - Double-double and quad double types in C++ and F90
Closes: 417502 430295
Changes: 
 qd (2.1.213.1-2) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * debian/control: Added Vcs-Svn and Vcs-Browser fields to the Source
     section
 .
   [Christophe Prud'homme]
   * Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
     Michlmayr (Closes: #417502).
   * Bug fix: "ldbl128 transition for alpha, powerpc, sparc, s390", thanks
     to Matthias Klose (Closes: #430295).
   * debian/control: updated g++ and gfortran build-depends version
   * debian/control: updated Standards-Version
Files: 
 da1c2fe67250486b766f8e0dd4b67026 788 libs optional qd_2.1.213.1-2.dsc
 9b9cb1bf8d157c22937a9375e981b8bd 712615 libs optional qd_2.1.213.1-2.tar.gz
 784de6d21b633a8c5d4dcdbed246c66a 383306 libdevel optional 
libqd-dev_2.1.213.1-2_i386.deb
 e675a7a74d4c462157e12256ba204dc7 141184 libs optional 
libqd2c2a_2.1.213.1-2_i386.deb

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

iD8DBQFHtUfJoY+0C9S+FFARAgd4AJ4tUSKQcjq2uOnQsLdW4qpZeUvKUQCeL4K0
+eqeZSlQtw9wdT3tZf7w7IU=
=CVeF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to