<?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>229421</bug_id>
          
          <creation_ts>2008-06-25 16:44 0000</creation_ts>
          <short_desc>dev-libs/libxml2-2.6.32 should use xsts-2004-01-14.tar.gz instead of xsts-2006-11-06.tar.gz</short_desc>
          <delta_ts>2008-06-26 09:06:07 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>Applications</component>
          <version>2007.0</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>oli.huber@gmail.com</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>oli.huber@gmail.com</who>
            <bug_when>2008-06-25 16:44:23 0000</bug_when>
            <thetext>You can find that in xsrc/Makefile and it seems that xsts-2006-11-06.tar.gz is not needed. So it will download xsts-2004-01-14.tar.gz during test phase :

Missing the test suite description (2004-01-14), trying to fetch it
--2008-06-25 17:26:53--  http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz
Resolving www.w3.org... 193.51.208.70, 128.30.52.53, 128.30.52.54, ...
Connecting to www.w3.org|193.51.208.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2761085 (2.6M) [application/gzip]
Saving to: `xsts-2004-01-14.tar.gz&apos;


This changes did the trick :

--- libxml2-2.6.32.ebuild~      2008-06-25 17:51:29.000000000 +0200
+++ libxml2-2.6.32.ebuild       2008-06-25 17:58:11.000000000 +0200
@@ -14,9 +14,9 @@

 XSTS_HOME=&quot;http://www.w3.org/XML/2004/xml-schema-test-suite&quot;
 XSTS_NAME_1=&quot;xmlschema2002-01-16&quot;
-XSTS_NAME_2=&quot;xmlschema2006-11-06&quot;
+XSTS_NAME_2=&quot;xmlschema2004-01-14&quot;
 XSTS_TARBALL_1=&quot;xsts-2002-01-16.tar.gz&quot;
-XSTS_TARBALL_2=&quot;xsts-2006-11-06.tar.gz&quot;
+XSTS_TARBALL_2=&quot;xsts-2004-01-14.tar.gz&quot;

 SRC_URI=&quot;ftp://xmlsoft.org/${PN}/${P}.tar.gz
        test? (</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>remi@gentoo.org</who>
            <bug_when>2008-06-26 09:06:07 0000</bug_when>
            <thetext>Pushed to CVS only for libxml-2.6.32 without a revbump.

Thanks for reporting</thetext>
          </long_desc>
      
    </bug>

</bugzilla>