First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 229421
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Olivier Huber <oli.huber@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 229421 depends on: Show dependency tree
Bug 229421 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-06-25 16:44 0000
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 From Rémi Cardona 2008-06-26 09:06:07 0000 -------
Pushed to CVS only for libxml-2.6.32 without a revbump.

Thanks for reporting

First Last Prev Next    No search results available      Search page      Enter new bug