Comments
Patch
@@ -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 \
"
@@ -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"
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@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(-)