<?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>117533</bug_id>
          
          <creation_ts>2006-01-02 20:08 0000</creation_ts>
          <short_desc>Compile error for dev-util/kdesvn-0.7.1 when compiling with GCC 4.1.0-beta20051230</short_desc>
          <delta_ts>2006-01-13 22:09:05 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>2005.1</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>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>steeeeeveee@gmx.net</reporter>
          <assigned_to>ka0ttic@gentoo.org</assigned_to>
          <cc>dev-tools@gentoo.org</cc>
    
    <cc>halcy0n@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>steeeeeveee@gmx.net</who>
            <bug_when>2006-01-02 20:08:55 0000</bug_when>
            <thetext>Compiling kdesvn-0.7.1 with GCC 4.1.0-beta20051230 does not work.

The bug is already reported upstream (http://www.alwins-world.de/programs/mantis/bug_view_page.php?bug_id=45) and the solution is to patch kdesvn-0.7.1/src/svncpp/targets.hpp with the following patch:

--- kdesvn-0.7.1/src/svncpp/targets.hpp.orig	2005-12-14 16:09:29.000000000 -0700
+++ kdesvn-0.7.1/src/svncpp/targets.hpp	2005-12-14 16:13:21.000000000 -0700
@@ -78,7 +78,7 @@
      * Constructor. Convert stringlist into target list.
      * @param targets
      */
-    Targets::Targets(const QStringList&amp;targets);
+    Targets (const QStringList &amp; targets);
 
     /**
      * Copy Constructor


cheers

SteveB</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>halcy0n@gentoo.org</who>
            <bug_when>2006-01-02 20:21:52 0000</bug_when>
            <thetext>Looks good to me</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>halcy0n@gentoo.org</who>
            <bug_when>2006-01-13 22:09:05 0000</bug_when>
            <thetext>Fixed, thanks.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>