<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>218779</bug_id>
          
          <creation_ts>2008-04-21 20:14 0000</creation_ts>
          <short_desc>dev-cpp/libxmlpp-1.0.5 fails w/ gcc-4.3.0</short_desc>
          <delta_ts>2008-05-02 08:52:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>GCC Porting</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>198121</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>loki_val@gentoo.org</reporter>
          <assigned_to>gnome-mm@gentoo.org</assigned_to>
          <cc>esigra@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>loki_val@gentoo.org</who>
            <bug_when>2008-04-21 20:14:18 0000</bug_when>
            <thetext>if /bin/bash ../../libtool --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;libxml++\&quot; -DVERSION=\&quot;1.0.5\&quot; -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      -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT parser.lo -MD -MP -MF &quot;.deps/parser.Tpo&quot; -c -o parser.lo parser.cc; \
        then mv -f &quot;.deps/parser.Tpo&quot; &quot;.deps/parser.Plo&quot;; else rm -f &quot;.deps/parser.Tpo&quot;; exit 1; fi
mkdir .libs
 i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;libxml++\&quot; -DVERSION=\&quot;1.0.5\&quot; -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cc  -fPIC -DPIC -o .libs/parser.o
parser.cc: In member function &apos;virtual void xmlpp::Parser::check_for_exception()&apos;:
parser.cc:197: error: &apos;auto_ptr&apos; is not a member of &apos;std&apos;
parser.cc:197: error: expected primary-expression before &apos;&gt;&apos; token
parser.cc:197: error: &apos;tmp&apos; was not declared in this scope
make[2]: *** [parser.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-cpp/libxmlpp-1.0.5/work/libxml++-1.0.5/libxml++/parsers&apos;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-cpp/libxmlpp-1.0.5/work/libxml++-1.0.5/libxml++&apos;
make: *** [all-recursive] Error 1
 *
 * ERROR: dev-cpp/libxmlpp-1.0.5 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2568:  Called gnome2_src_compile
 *             environment, line 1957:  Called die
 * The specific snippet of code:
 *       emake || die &quot;compile failure&quot;
 *  The die message:
 *   compile failure
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/dev-cpp/libxmlpp-1.0.5/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/dev-cpp/libxmlpp-1.0.5/temp/environment&apos;.


Reproducible: Always</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>loki_val@gentoo.org</who>
            <bug_when>2008-04-21 20:15:04 0000</bug_when>
            <thetext>Created an attachment (id=150528)
libxmlpp-1.0.5-gcc43.patch

Fixes the problem. Snatched from Debian.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>remi@gentoo.org</who>
            <bug_when>2008-05-02 08:52:46 0000</bug_when>
            <thetext>Fixed in CVS. Thanks for the patch :)</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>150528</attachid>
            <date>2008-04-21 20:15 0000</date>
            <desc>libxmlpp-1.0.5-gcc43.patch</desc>
            <filename>libxmlpp-1.0.5-gcc43.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGxpYnhtbCsrLTEuMC40Lm9yaWcvbGlieG1sKysvcGFyc2Vycy9wYXJzZXIuY2MKKysrIGxp
YnhtbCsrLTEuMC40L2xpYnhtbCsrL3BhcnNlcnMvcGFyc2VyLmNjCkBAIC05LDYgKzksNyBAQAog
I2luY2x1ZGUgPGxpYnhtbC9wYXJzZXIuaD4KIAogI2luY2x1ZGUgPGNzdGRhcmc+IC8vRm9yIHZh
X2xpc3QuCisjaW5jbHVkZSA8bWVtb3J5PiAvL0ZvciBhdXRvX3B0cgogCiBuYW1lc3BhY2UgeG1s
cHAgewogCgo=
</data>        

          </attachment>
    </bug>

</bugzilla>