Your message dated Tue, 18 Mar 2008 03:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417366: fixed in libxml++ 1.0.4-2
has caused the Debian Bug report #417366,
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.)
--
417366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417366
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libxml++
Version: 1.0.4-1.2
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 libxml++_1.0.4-1.2 on coconut0 by sbuild/ia64 0.49
...
> g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libxml++\"
> -DVERSION=\"1.0.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
> -DHAVE_STRING=1 -DHAVE_LIST=1 -DHAVE_MAP=1 -DLIBXMLPP_COMPILATION -I. -I.
> -I../.. -I/usr/include/libxml2 -g -O2 -c parser.cc -MT parser.lo -MD -MP -MF
> .deps/parser.TPlo -fPIC -DPIC -o .libs/parser.o
> parser.cc: In member function 'virtual void
> xmlpp::Parser::check_for_exception()':
> parser.cc:192: error: 'auto_ptr' is not a member of 'std'
> parser.cc:192: error: expected primary-expression before '>' token
> parser.cc:192: error: 'tmp' was not declared in this scope
> make[3]: *** [parser.lo] Error 1
--- libxml++/parsers/parser.cc~ 2007-04-02 13:00:55.000000000 +0000
+++ libxml++/parsers/parser.cc 2007-04-02 13:01:08.000000000 +0000
@@ -9,6 +9,7 @@
#include <libxml/parser.h>
#include <cstdarg> //For va_list.
+#include <memory> //For auto_ptr
namespace xmlpp {
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libxml++
Source-Version: 1.0.4-2
We believe that the bug you reported is fixed in the latest version of
libxml++, which is due to be installed in the Debian FTP archive:
libxml++1.0-dev_1.0.4-2_i386.deb
to pool/main/libx/libxml++/libxml++1.0-dev_1.0.4-2_i386.deb
libxml++1.0-doc_1.0.4-2_all.deb
to pool/main/libx/libxml++/libxml++1.0-doc_1.0.4-2_all.deb
libxml++1.0c2a_1.0.4-2_i386.deb
to pool/main/libx/libxml++/libxml++1.0c2a_1.0.4-2_i386.deb
libxml++_1.0.4-2.diff.gz
to pool/main/libx/libxml++/libxml++_1.0.4-2.diff.gz
libxml++_1.0.4-2.dsc
to pool/main/libx/libxml++/libxml++_1.0.4-2.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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated libxml++ 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: Tue, 18 Mar 2008 03:30:44 +0100
Source: libxml++
Binary: libxml++1.0-dev libxml++1.0c2a libxml++1.0-doc
Architecture: source all i386
Version: 1.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
libxml++1.0-dev - A C++ interface to the GNOME XML library (libxml2)
libxml++1.0-doc - HTML interface documentation and examples for libxml++
libxml++1.0c2a - A C++ interface to the GNOME XML library (libxml2)
Closes: 395783 417366
Changes:
libxml++ (1.0.4-2) unstable; urgency=low
.
* QA upload
- Set maintainer to Debian QA Group
* Added "build" target to debian/rules (closes: #395783)
* Don't ignore errors from make distclean target, per lintian
* Replaced ${Source-Version} by ${binary:Version} in debian/control
* Created proper Homepage control field
* Fixed FTBFS with GCC 4.3 (closes: #417366)
* Added proper copyright notices to debian/copyright, per lintian
* Corrected doc-base section
* Updated standards version
Files:
2f754187b3863f8943fe9a8adbee31bb 742 devel optional libxml++_1.0.4-2.dsc
cbb8a5d4ebee4a05926b49aa6f5f4e62 20879 devel optional libxml++_1.0.4-2.diff.gz
d7516b3e41245df7b210af7623e587c4 607670 doc optional
libxml++1.0-doc_1.0.4-2_all.deb
e86b4dc2c4d1d152633a3ec3a5232a7b 76268 libdevel optional
libxml++1.0-dev_1.0.4-2_i386.deb
00a81d02dbb2680c0f4778b8fbbbf950 55328 libs optional
libxml++1.0c2a_1.0.4-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3zY9TTx8oVVPtMYRAkBQAJsHSu7QM06UOJQekG9dWc98LsdwbACgpCZN
Ff1EC66N9KZvE0Qkb65zpAs=
=SwaS
-----END PGP SIGNATURE-----
--- End Message ---