[oe] [PATCH] libecj-bootstrap_3.6*: update `SRC_URI` to `archive.eclipse.org` to fix fetch error

Paul Menzel paulepanter at users.sourceforge.net
Mon May 23 07:55:16 UTC 2011


Date: Mon, 23 May 2011 09:41:29 +0200

Task fetch fails with the following error message using `minimal{,-uclibc}` which uses `libecj-bootstrap_3.6.1`.

	NOTE: fetch http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-3.6.1.zip
	NOTE: fetch http://mirrors.openembedded.org/ecjsrc-3.6.1.zip
	NOTE: fetch http://sources.openembedded.org/ecjsrc-3.6.1.zip
	ERROR: Function 'Fetch failed: Unable to fetch URL http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-3.6.1.zip from any source.' failed
	--2011-05-23 08:58:59--  http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-3.6.1.zip
	 Resolving mirrors.ibiblio.org... 152.19.134.44
	 Connecting to mirrors.ibiblio.org|152.19.134.44|:80... connected.
	 HTTP request sent, awaiting response... 404 Not Found
	 2011-05-23 08:58:59 ERROR 404: Not Found.

	 --2011-05-23 08:59:00--  http://mirrors.openembedded.org/ecjsrc-3.6.1.zip
	 Resolving mirrors.openembedded.org... 82.197.159.157
	 Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: No route to host.
	 --2011-05-23 08:59:03--  http://sources.openembedded.org/ecjsrc-3.6.1.zip
	 Resolving sources.openembedded.org... 140.211.169.165
	 Connecting to sources.openembedded.org|140.211.169.165|:80... connected.
	 HTTP request sent, awaiting response... 404 Not Found
	 2011-05-23 08:59:03 ERROR 404: Not Found.

The source files are not available on the ibiblio mirror [1] anymore. Using `angstrom-2010.x` the source from `libecj-boostrap-3.6.bb` can still be fetched from the Ȧngström mirror.

Therefore update `SRC_URI` to point to the Eclipse archive, where the sources are still available, but which seems to be quite slow.

[1] http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/ecj/libecj-bootstrap_3.6.1.bb |    2 +-
 recipes/ecj/libecj-bootstrap_3.6.bb   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ecj/libecj-bootstrap_3.6.1.bb b/recipes/ecj/libecj-bootstrap_3.6.1.bb
index 66e3fc1..b3e4c26 100644
--- a/recipes/ecj/libecj-bootstrap_3.6.1.bb
+++ b/recipes/ecj/libecj-bootstrap_3.6.1.bb
@@ -3,7 +3,7 @@ require libecj-bootstrap.inc
 PR = "r0"
 
 SRC_URI = " \
-	   http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \
+	   http://archive.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/ecjsrc-${PV}.zip \
 
           "
 
diff --git a/recipes/ecj/libecj-bootstrap_3.6.bb b/recipes/ecj/libecj-bootstrap_3.6.bb
index faece53..67e4e9b 100644
--- a/recipes/ecj/libecj-bootstrap_3.6.bb
+++ b/recipes/ecj/libecj-bootstrap_3.6.bb
@@ -3,7 +3,7 @@ require libecj-bootstrap.inc
 PR = "r0"
 
 SRC_URI = " \
-	   http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-${PV}.zip \
+	   http://archive.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-${PV}.zip \
           "
 
 SRC_URI[md5sum] = "25975087b48145eef4ff5f161e792f3e"
-- 
1.7.5.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110523/9efa2a91/attachment-0002.sig>


More information about the Openembedded-devel mailing list