Your message dated Mon, 26 Nov 2007 00:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417075: fixed in libcoyotl 3.1.0-4
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: libcoyotl
Version: libcoyotl-3.1-4
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package causes other packages to fail 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 from unstable.
I'm including a patch for the problem below, but I'm not sure whether
are more problems.
> Automatic build of acovea_5.1.1-2 on coconut0 by sbuild/ia64 0.49
...
> ia64-linux-gnu-g++ -I. -I. -I. -I. -I.. -DACOVEA_VERSION=\"5.1.1\"
> -DACOVEA_CONFIG_DIR=\"/usr/share//libacovea/config/\"
> -DACOVEA_BENCHMARK_DIR=\"/usr/share//libacovea/benchmarks/\" -g -O2 -MT
> acovea.lo -MD -MP -MF .deps/acovea.Tpo -c acovea.cpp -fPIC -DPIC -o
> .libs/acovea.o
> In file included from acovea.cpp:36:
> acovea.h:422: warning: 'typedef' was ignored in this declaration
> acovea.h:630: warning: 'typedef' was ignored in this declaration
> acovea.h:636: warning: 'typedef' was ignored in this declaration
> In file included from acovea.cpp:40:
> /usr/include/libcoyotl/sortutil.h: In function 'void
> libcoyotl::quick_sort(T*, size_t)':
> /usr/include/libcoyotl/sortutil.h:138: error: 'CHAR_BIT' was not declared in
> this scope
--- libcoyotl/sortutil.h~ 2007-04-01 14:17:36.000000000 +0000
+++ libcoyotl/sortutil.h 2007-04-01 14:18:01.000000000 +0000
@@ -36,6 +36,7 @@
#if !defined(LIBCOYOTL_SORTUTIL_H)
#define LIBCOYOTL_SORTUTIL_H
+#include <climits>
#include <stdexcept>
namespace libcoyotl
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libcoyotl
Source-Version: 3.1.0-4
We believe that the bug you reported is fixed in the latest version of
libcoyotl, which is due to be installed in the Debian FTP archive:
libcoyotl-3.1-4_3.1.0-4_i386.deb
to pool/main/libc/libcoyotl/libcoyotl-3.1-4_3.1.0-4_i386.deb
libcoyotl-dev_3.1.0-4_i386.deb
to pool/main/libc/libcoyotl/libcoyotl-dev_3.1.0-4_i386.deb
libcoyotl_3.1.0-4.diff.gz
to pool/main/libc/libcoyotl/libcoyotl_3.1.0-4.diff.gz
libcoyotl_3.1.0-4.dsc
to pool/main/libc/libcoyotl/libcoyotl_3.1.0-4.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.
Al Stone <[EMAIL PROTECTED]> (supplier of updated libcoyotl 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: Sun, 25 Nov 2007 16:34:51 -0700
Source: libcoyotl
Binary: libcoyotl-3.1-4 libcoyotl-dev
Architecture: source i386
Version: 3.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Al Stone <[EMAIL PROTECTED]>
Changed-By: Al Stone <[EMAIL PROTECTED]>
Description:
libcoyotl-3.1-4 - portable C++ classes used by acovea
libcoyotl-dev - portable C++ classes used by acovea -- development files
Closes: 417075
Changes:
libcoyotl (3.1.0-4) unstable; urgency=low
.
* Closes: bug#417075 -- FTBS with GCC 4.3
* Lintian cleanup
Files:
7c8334a1f360b053d79fda858a6b6fcd 620 - optional libcoyotl_3.1.0-4.dsc
141819dce9f468883543765304e09f15 10470 - optional libcoyotl_3.1.0-4.diff.gz
aef10a1dbd9616c8bf2263f5977985aa 148440 libdevel optional
libcoyotl-dev_3.1.0-4_i386.deb
61705d29636f5991f24a9634d1c5511a 24578 libs optional
libcoyotl-3.1-4_3.1.0-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHSg2bso6+T7qY4V0RAtwrAJ0fpKq5q3XXxULtZSPEM7ig9BPE9QCeJDDz
1Y1ZlUiXBbj02TPdKkp2uB8=
=hS3I
-----END PGP SIGNATURE-----
--- End Message ---