Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242264 - dev-libs/xerces-c-3.0.0 invalid SRC_URI
Summary: dev-libs/xerces-c-3.0.0 invalid SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 21:02 UTC by David Sveningsson
Modified: 2008-10-25 17:49 UTC (History)
3 users (show)

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 David Sveningsson 2008-10-15 21:02:50 UTC
The dev-libs/xerces-c-3.0.0 ebuild has an invalid SRC_URI. Changing SRC_URI to "mirror://apache/xerces/c/3/sources/${P}.tar.gz" and regenerating the manifest fixes the issue.

Reproducible: Always

Steps to Reproduce:
Comment 1 David Sveningsson 2008-10-15 21:06:58 UTC
For clarity, the difference is to insert 3/ into the url.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-16 17:15:12 UTC
You mean like this:

Index: xerces-c-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.0.0.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 xerces-c-3.0.0.ebuild
--- xerces-c-3.0.0.ebuild       15 Oct 2008 10:47:23 -0000      1.2
+++ xerces-c-3.0.0.ebuild       16 Oct 2008 17:14:41 -0000
@@ -8,7 +8,7 @@

 DESCRIPTION="A validating XML parser written in a portable subset of C++."
 HOMEPAGE="http://xerces.apache.org/xerces-c/"
-SRC_URI="mirror://apache/xerces/c/sources/${P}.tar.gz"
+SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"

 LICENSE="Apache-2.0"
 SLOT="0"
Comment 3 Sandro Bonazzola 2008-10-16 19:01:33 UTC
(In reply to comment #2)
> You mean like this:

[cut]

Yes. That's the new SRC_URI.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-10-18 09:11:32 UTC
cpp: confirmed, affects 2.* series as well, please fix.
Comment 5 Maurice van der Pot (RETIRED) gentoo-dev 2008-10-18 09:35:20 UTC
I fixed it for 3.0.0 already, the rest is still to come.

Looks like they tossed out 2.7.0. I can only find 2.8.0 and 3.0.0. Am I right?
Comment 6 David Sveningsson 2008-10-18 10:16:01 UTC
I can't find 2.7.0 either.
Comment 7 Mark Loeser (RETIRED) gentoo-dev 2008-10-25 17:49:24 UTC
Did the ugly thing of pointing 2.7.0 to our mirrors for the time being.  Hopefully we can get rid of it after 3.0.0 goes stable.