Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229421 - dev-libs/libxml2-2.6.32 should use xsts-2004-01-14.tar.gz instead of xsts-2006-11-06.tar.gz
Summary: dev-libs/libxml2-2.6.32 should use xsts-2004-01-14.tar.gz instead of xsts-200...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 16:44 UTC by Olivier Huber
Modified: 2008-06-26 09:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Huber 2008-06-25 16:44:23 UTC
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'


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="http://www.w3.org/XML/2004/xml-schema-test-suite"
 XSTS_NAME_1="xmlschema2002-01-16"
-XSTS_NAME_2="xmlschema2006-11-06"
+XSTS_NAME_2="xmlschema2004-01-14"
 XSTS_TARBALL_1="xsts-2002-01-16.tar.gz"
-XSTS_TARBALL_2="xsts-2006-11-06.tar.gz"
+XSTS_TARBALL_2="xsts-2004-01-14.tar.gz"

 SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz
        test? (
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2008-06-26 09:06:07 UTC
Pushed to CVS only for libxml-2.6.32 without a revbump.

Thanks for reporting