First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 242264
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: C++ Team <cpp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Sveningsson <eXt@sidvind.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 242264 depends on: Show dependency tree
Bug 242264 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-10-15 21:02 0000
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 From David Sveningsson 2008-10-15 21:06:58 0000 -------
For clarity, the difference is to insert 3/ into the url.

------- Comment #2 From Jeroen Roovers 2008-10-16 17:15:12 0000 -------
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 From Sandro Bonazzola 2008-10-16 19:01:33 0000 -------
(In reply to comment #2)
> You mean like this:

[cut]

Yes. That's the new SRC_URI.

------- Comment #4 From Robin Johnson 2008-10-18 09:11:32 0000 -------
cpp: confirmed, affects 2.* series as well, please fix.

------- Comment #5 From Maurice van der Pot 2008-10-18 09:35:20 0000 -------
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 From David Sveningsson 2008-10-18 10:16:01 0000 -------
I can't find 2.7.0 either.

------- Comment #7 From Mark Loeser 2008-10-25 17:49:24 0000 -------
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.

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