All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
@ 2011-12-06  9:28 Martin Jansa
  2011-12-06 14:15 ` Chris Larson
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-12-06  9:28 UTC (permalink / raw)
  To: openembedded-core

* there are newest as well as older releases, so the SRC_URIs are valid longer
* someone with fast line should try to redownload world to see if the
  structure is the same for all projects (checked for subversion)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4e2f924..68eecb7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -528,7 +528,7 @@ export palmqtdir = "${palmtopdir}"
 ##################################################################
 
 ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/"
-APACHE_MIRROR = "http://www.apache.org/dist"
+APACHE_MIRROR = "http://archive.apache.org/dist"
 DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
 E_MIRROR = "http://download.enlightenment.org/releases"
 E_SVN = "svn://svn.enlightenment.org/svn/e"
-- 
1.7.8




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
  2011-12-06  9:28 [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site Martin Jansa
@ 2011-12-06 14:15 ` Chris Larson
  2011-12-06 17:23   ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Larson @ 2011-12-06 14:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, Dec 6, 2011 at 2:28 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> * there are newest as well as older releases, so the SRC_URIs are valid longer
> * someone with fast line should try to redownload world to see if the
>  structure is the same for all projects (checked for subversion)

Would it not be better to do what we do for other projects, and add
the archive URI to either the global MIRRORS for fallback, or prepend
to MIRRORS in the appropriate .inc?
-- 
Christopher Larson
clarson at kergoth dot com
Senior Software Engineer, Mentor Graphics



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
  2011-12-06 14:15 ` Chris Larson
@ 2011-12-06 17:23   ` Martin Jansa
  2011-12-06 22:24     ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-12-06 17:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 9868 bytes --]

On Tue, Dec 06, 2011 at 07:15:57AM -0700, Chris Larson wrote:
> On Tue, Dec 6, 2011 at 2:28 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > * there are newest as well as older releases, so the SRC_URIs are valid longer
> > * someone with fast line should try to redownload world to see if the
> >  structure is the same for all projects (checked for subversion)
> 
> Would it not be better to do what we do for other projects, and add
> the archive URI to either the global MIRRORS for fallback, or prepend
> to MIRRORS in the appropriate .inc?

You're right, it's even there already (I didn't know).. but it didn't work for me with subversion...

somehow it managed to append subversion-1.7.1.tar.bz2 twice

DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 returning http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2

longer version:
DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net', '/pub/security/host-security/lsof/', '', '', {}]
DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 returning http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2
NOTE: fetch http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2
DEBUG: executing /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2'
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2'
DEBUG: Running export HOME="/var/lib/jenkins"; export GIT_CONFIG="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-linux:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts/native-intercept:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/bitbake/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2'
DEBUG: Mirror fetch failure for url http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2 (original url: http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2)
DEBUG: Fetcher failure for URL: 'None'. Fetch command export HOME="/var/lib/jenkins"; export GIT_CONFIG="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-linux:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts/native-intercept:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/bitbake/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2/subversion-1.7.1.tar.bz2' failed with signal 8, output:

DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
DEBUG: For url http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 returning http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2
NOTE: fetch http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2
DEBUG: executing /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2'
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2'
DEBUG: Running export HOME="/var/lib/jenkins"; export GIT_CONFIG="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-linux:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts/native-intercept:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/bitbake/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2'
DEBUG: Mirror fetch failure for url http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2 (original url: http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2)
DEBUG: Fetcher failure for URL: 'None'. Fetch command export HOME="/var/lib/jenkins"; export GIT_CONFIG="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-linux:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts/native-intercept:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/bitbake/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /var/lib/jenkins/jobs/shr-core-gta02/workspace/shr-core/downloads 'http://build.shr-project.org/sources/subversion-1.7.1.tar.bz2' failed with signal 8, output:

ERROR: Function 'Fetcher failure for URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'. Unable to fetch URL http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 from any source.' failed

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
  2011-12-06 17:23   ` Martin Jansa
@ 2011-12-06 22:24     ` Richard Purdie
  2011-12-07  7:15       ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2011-12-06 22:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-12-06 at 18:23 +0100, Martin Jansa wrote:
> On Tue, Dec 06, 2011 at 07:15:57AM -0700, Chris Larson wrote:
> > On Tue, Dec 6, 2011 at 2:28 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > * there are newest as well as older releases, so the SRC_URIs are valid longer
> > > * someone with fast line should try to redownload world to see if the
> > >  structure is the same for all projects (checked for subversion)
> > 
> > Would it not be better to do what we do for other projects, and add
> > the archive URI to either the global MIRRORS for fallback, or prepend
> > to MIRRORS in the appropriate .inc?
> 
> You're right, it's even there already (I didn't know).. but it didn't work for me with subversion...
> 
> somehow it managed to append subversion-1.7.1.tar.bz2 twice

Try:

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rpurdie/useradd4&id=1b4003386bb1849d115f9b2f90594a60fbbf56cc

We really need a regression test for that function, its horrible...

Cheers,

Richard




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
  2011-12-06 22:24     ` Richard Purdie
@ 2011-12-07  7:15       ` Martin Jansa
  2011-12-07  7:19         ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-12-07  7:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 5144 bytes --]

On Tue, Dec 06, 2011 at 10:24:02PM +0000, Richard Purdie wrote:
> On Tue, 2011-12-06 at 18:23 +0100, Martin Jansa wrote:
> > On Tue, Dec 06, 2011 at 07:15:57AM -0700, Chris Larson wrote:
> > > On Tue, Dec 6, 2011 at 2:28 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > > * there are newest as well as older releases, so the SRC_URIs are valid longer
> > > > * someone with fast line should try to redownload world to see if the
> > > >  structure is the same for all projects (checked for subversion)
> > > 
> > > Would it not be better to do what we do for other projects, and add
> > > the archive URI to either the global MIRRORS for fallback, or prepend
> > > to MIRRORS in the appropriate .inc?
> > 
> > You're right, it's even there already (I didn't know).. but it didn't work for me with subversion...
> > 
> > somehow it managed to append subversion-1.7.1.tar.bz2 twice
> 
> Try:
> 
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rpurdie/useradd4&id=1b4003386bb1849d115f9b2f90594a60fbbf56cc
> 
> We really need a regression test for that function, its horrible...

OE om-gta02@shr ~/shr-core $ bitbake -D -b openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb -c fetch
DEBUG: Removed the following variables from the environment: PSEUDO_BINDIR, PSEUDO_LOCALSTATEDIR, LESS, LESSOPEN, PSEUDO_LIBDIR, HG, INFOPATH, SHLVL, CONFIG_PROTECT_MASK, WINDOW, EDITOR, MANPATH, BBFETCH2, LD_PRELOAD, GCC_SPECS, STY, PSEUDO_OPTS, TERMCAP, LD_LIBRARY_PATH, BUILDDIR, PSEUDO_PREFIX, LS_COLORS, PAGER, OPENGL_PROFILE
DEBUG: Clearing SRCREV cache due to cache policy of: clear
DEBUG: Using cache in '/OE/shr-core/tmp-eglibc/cache/bb_codeparser.dat' for codeparser cache
WARNING: Buildfile specified, dependencies will not be handled. If this is not what you want, do not use -b / --buildfile.
DEBUG: collecting .bb files
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
DEBUG: providers for subversion are: ['subversion']
DEBUG: selecting openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb as PREFERRED_VERSION 1.7.% of package subversion (for item subversion)
DEBUG: sorted providers for subversion are: ['openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb']

OE Build Configuration:
BB_VERSION        = "1.15.0"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "om-gta02"
DISTRO            = "shr"
DISTRO_VERSION    = "20111207"
TUNE_FEATURES     = "armv4 thumb arm920t"
TARGET_FPU        = "soft"
meta-jama         = "master:9c3e2ddc68f9dc96c3a1f700226954027771aa0d"
meta-shr
meta-aurora
meta-fso          = "master:4678b2f7ff38261f6b0bb7ed34b0c25c0ad204e6"
meta-efl
meta-oe
meta-gnome
meta-gpe          = "jansa/test:c6cc32c7466cf85c9c515717afe5eb25e2d773b3"
meta-nokia
meta-htc
meta-palm
meta-openmoko
meta-samsung      = "master:4678b2f7ff38261f6b0bb7ed34b0c25c0ad204e6"
meta-handheld     = "jansa/spitz:d31a0ccb76559fbf19d7320814a4aff3dca21477"
meta              = "jansa/test:644e9c55686133a3214fb17b8501195a951d4c73"

NOTE: Preparing runqueue
NOTE: Marking Active Tasks
NOTE: Pruned 26 inactive tasks, 1 left
NOTE: Assign Weightings
NOTE: Compute totals (have 1 endpoint(s))
NOTE: Executing RunQueue Tasks
DEBUG: Skip list (pre setsceneverify) []
DEBUG: Full skip list set([])
DEBUG: Using runqueue scheduler 'completion'
NOTE: Running task 1 of 1 (ID: 0, openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb, do_fetch)
NOTE: package subversion-1.7.1-r0: task do_fetch: Started
WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME="/OE"; export GIT_CONFIG="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/bin/crossscripts:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/OE/shr-core/openembedded-core/scripts:/OE/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.2:/OE/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2' failed with signal 8, output:

ERROR: http
ERROR: ftp
ERROR: ftp
ERROR: ftp
ERROR: ftp
ERROR: ftp
ERROR: http
ERROR: ftp
ERROR: http
ERROR: archive.apache.org
ERROR: /dist/subversion/subversion-1.7.1.tar.bz2
ERROR:
ERROR:

and now it hangs... but wget (in ps output) seems to be trying right url..

Cheers,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site
  2011-12-07  7:15       ` Martin Jansa
@ 2011-12-07  7:19         ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2011-12-07  7:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 24621 bytes --]

On Wed, Dec 07, 2011 at 08:15:16AM +0100, Martin Jansa wrote:
> On Tue, Dec 06, 2011 at 10:24:02PM +0000, Richard Purdie wrote:
> > On Tue, 2011-12-06 at 18:23 +0100, Martin Jansa wrote:
> > > On Tue, Dec 06, 2011 at 07:15:57AM -0700, Chris Larson wrote:
> > > > On Tue, Dec 6, 2011 at 2:28 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > > > * there are newest as well as older releases, so the SRC_URIs are valid longer
> > > > > * someone with fast line should try to redownload world to see if the
> > > > >  structure is the same for all projects (checked for subversion)
> > > > 
> > > > Would it not be better to do what we do for other projects, and add
> > > > the archive URI to either the global MIRRORS for fallback, or prepend
> > > > to MIRRORS in the appropriate .inc?
> > > 
> > > You're right, it's even there already (I didn't know).. but it didn't work for me with subversion...
> > > 
> > > somehow it managed to append subversion-1.7.1.tar.bz2 twice
> > 
> > Try:
> > 
> > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rpurdie/useradd4&id=1b4003386bb1849d115f9b2f90594a60fbbf56cc
> > 
> > We really need a regression test for that function, its horrible...
> 
> OE om-gta02@shr ~/shr-core $ bitbake -D -b openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb -c fetch
> DEBUG: Removed the following variables from the environment: PSEUDO_BINDIR, PSEUDO_LOCALSTATEDIR, LESS, LESSOPEN, PSEUDO_LIBDIR, HG, INFOPATH, SHLVL, CONFIG_PROTECT_MASK, WINDOW, EDITOR, MANPATH, BBFETCH2, LD_PRELOAD, GCC_SPECS, STY, PSEUDO_OPTS, TERMCAP, LD_LIBRARY_PATH, BUILDDIR, PSEUDO_PREFIX, LS_COLORS, PAGER, OPENGL_PROFILE
> DEBUG: Clearing SRCREV cache due to cache policy of: clear
> DEBUG: Using cache in '/OE/shr-core/tmp-eglibc/cache/bb_codeparser.dat' for codeparser cache
> WARNING: Buildfile specified, dependencies will not be handled. If this is not what you want, do not use -b / --buildfile.
> DEBUG: collecting .bb files
> DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
> DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
> DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
> DEBUG: providers for subversion are: ['subversion']
> DEBUG: selecting openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb as PREFERRED_VERSION 1.7.% of package subversion (for item subversion)
> DEBUG: sorted providers for subversion are: ['openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb']
> 
> OE Build Configuration:
> BB_VERSION        = "1.15.0"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "om-gta02"
> DISTRO            = "shr"
> DISTRO_VERSION    = "20111207"
> TUNE_FEATURES     = "armv4 thumb arm920t"
> TARGET_FPU        = "soft"
> meta-jama         = "master:9c3e2ddc68f9dc96c3a1f700226954027771aa0d"
> meta-shr
> meta-aurora
> meta-fso          = "master:4678b2f7ff38261f6b0bb7ed34b0c25c0ad204e6"
> meta-efl
> meta-oe
> meta-gnome
> meta-gpe          = "jansa/test:c6cc32c7466cf85c9c515717afe5eb25e2d773b3"
> meta-nokia
> meta-htc
> meta-palm
> meta-openmoko
> meta-samsung      = "master:4678b2f7ff38261f6b0bb7ed34b0c25c0ad204e6"
> meta-handheld     = "jansa/spitz:d31a0ccb76559fbf19d7320814a4aff3dca21477"
> meta              = "jansa/test:644e9c55686133a3214fb17b8501195a951d4c73"
> 
> NOTE: Preparing runqueue
> NOTE: Marking Active Tasks
> NOTE: Pruned 26 inactive tasks, 1 left
> NOTE: Assign Weightings
> NOTE: Compute totals (have 1 endpoint(s))
> NOTE: Executing RunQueue Tasks
> DEBUG: Skip list (pre setsceneverify) []
> DEBUG: Full skip list set([])
> DEBUG: Using runqueue scheduler 'completion'
> NOTE: Running task 1 of 1 (ID: 0, openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb, do_fetch)
> NOTE: package subversion-1.7.1-r0: task do_fetch: Started
> WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME="/OE"; export GIT_CONFIG="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/bin/crossscripts:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/OE/shr-core/openembedded-core/scripts:/OE/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.2:/OE/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2' failed with signal 8, output:
> 
> ERROR: http
> ERROR: ftp
> ERROR: ftp
> ERROR: ftp
> ERROR: ftp
> ERROR: ftp
> ERROR: http
> ERROR: ftp
> ERROR: http
> ERROR: archive.apache.org
> ERROR: /dist/subversion/subversion-1.7.1.tar.bz2
> ERROR:
> ERROR:
> 
> and now it hangs... but wget (in ps output) seems to be trying right url..

Sorry I was too impatient because I have to go, but now it finished,
only checksums are wrong, because to test I've just reverted APACHE_MIRROR
change and renamed subversion recipe back to 1.7.1.

| DEBUG: For url http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 returning http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2

rest of log:

ERROR: Function 'Fetcher failure for URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'. Checksum mismatch!
File: '/OE/shr-core/downloads/subversion-1.7.1.tar.bz2' has md5 checksum 8a4fa74385df85a9702141b6b68b8307 when 1e5dfffd27be080672e5a042564368a8 was expected (from URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2')
File: '/OE/shr-core/downloads/subversion-1.7.1.tar.bz2' has sha256 checksum d34bde626fac1aa553f5c9aeedf961999a77cc31540ace18da5aeacdd03d6608 when 7eb3e1ae2b0385e1cc20ca9e1839e0ef0ac98a7455dc52ba4cdf567547bfc517 was expected (from URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2')' failed
ERROR: Logfile of failure stored in: /OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/subversion-1.7.1-r0/temp/log.do_fetch.20657
Log data follows:
| DEBUG: Trying PREMIRRORS
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'build.shr-project.org', '/sources/', '', '', {}]
| DEBUG: Trying Upstream
| NOTE: fetch http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2
| DEBUG: executing /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| DEBUG: Running export HOME="/OE"; export GIT_CONFIG="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/bin/crossscripts:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/OE/shr-core/openembedded-core/scripts:/OE/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.2:/OE/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME="/OE"; export GIT_CONFIG="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/bin/crossscripts:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/OE/shr-core/openembedded-core/scripts:/OE/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.2:/OE/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2' failed with signal 8, output:
|
| DEBUG: Trying MIRRORS
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool/main', '', '', {}] to ['http', 'snapshot.debian.net', '/archive/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.de.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.au.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.cl.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hr.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.fi.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hk.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hu.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ie.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.it.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.jp.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.no.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.pl.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ro.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.si.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.es.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.se.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.tr.debian.org', '/debian/pool', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'mirrors.kernel.org', '/gnu', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'ftp.matrix.com.br', '/pub/gnu', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'ftp.cs.ubc.ca', '/mirror2/gnu', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'sunsite.ust.hk', '/pub/gnu', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'ftp.ayamura.org', '/pub/gnu', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['http', 'www.kernel.org', '/pub', '', '', {}]
| ERROR: http
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['ftp', 'ftp.us.kernel.org', '/pub', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['ftp', 'ftp.uk.kernel.org', '/pub', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['ftp', 'ftp.hk.kernel.org', '/pub', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['ftp', 'ftp.au.kernel.org', '/pub', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['ftp', 'ftp.jp.kernel.org', '/pub', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.franken.de', '/pub/crypt/mirror/ftp.gnupg.org/gcrypt/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.surfnet.nl', '/pub/security/gnupg/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['http', 'gulus.USherbrooke.ca', '/pub/appl/GnuPG/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/tex/CTAN', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'sunsite.sut.ac.jp', '/pub/archives/ctan/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'ctan.unsw.edu.au', '/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.gnutls.org', '/pub/gnutls/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.gnupg.org', '/gcrypt/gnutls/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'www.mirrors.wiretapped.net', '/security/network-security/gnutls/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.mirrors.wiretapped.net', '/pub/security/network-security/gnutls/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'josefsson.org', '/gnutls/releases/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['http', 'mirror.switch.ch', '/ftp/mirror/infozip/src/', '', '', {}]
| ERROR: http
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['ftp', 'sunsite.icm.edu.pl', '/pub/unix/archiving/info-zip/src/', '', '', {}]
| ERROR: ftp
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cerias.purdue.edu', '/pub/tools/unix/sysutils/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tau.ac.il', '/pub/unix/admin/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cert.dfn.de', '/pub/tools/admin/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/pub/unix/tools/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.kaizo.org', '/pub/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tu-darmstadt.de', '/pub/sysadmin/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tux.org', '/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'gd.tuwien.ac.at', '/utils/admin-tools/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'sunsite.ualberta.ca', '/pub/Mirror/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net', '/pub/security/host-security/lsof/', '', '', {}]
| DEBUG: For url ['http', 'www.apache.org', '/dist/subversion/subversion-1.7.1.tar.bz2', '', '', {}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
| ERROR: http
| ERROR: archive.apache.org
| ERROR: /dist/subversion/subversion-1.7.1.tar.bz2
| ERROR:
| ERROR:
| DEBUG: For url http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2 returning http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2
| NOTE: fetch http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2
| DEBUG: executing /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| DEBUG: Running export HOME="/OE"; export GIT_CONFIG="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/etc/gitconfig"; export PATH="/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/armv4t-oe-linux-gnueabi:/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/bin/crossscripts:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/sbin:/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux//bin:/OE/shr-core/openembedded-core/scripts:/OE/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.2:/OE/shr-core/openembedded-core/scripts"; /usr/bin/env wget -t 5 -q --passive-ftp --no-check-certificate -P /OE/shr-core/downloads 'http://archive.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'
| ERROR: Function 'Fetcher failure for URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2'. Checksum mismatch!
| File: '/OE/shr-core/downloads/subversion-1.7.1.tar.bz2' has md5 checksum 8a4fa74385df85a9702141b6b68b8307 when 1e5dfffd27be080672e5a042564368a8 was expected (from URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2')
| File: '/OE/shr-core/downloads/subversion-1.7.1.tar.bz2' has sha256 checksum d34bde626fac1aa553f5c9aeedf961999a77cc31540ace18da5aeacdd03d6608 when 7eb3e1ae2b0385e1cc20ca9e1839e0ef0ac98a7455dc52ba4cdf567547bfc517 was expected (from URL: 'http://www.apache.org/dist/subversion/subversion-1.7.1.tar.bz2')' failed
NOTE: package subversion-1.7.1-r0: task do_fetch: Failed
ERROR: Task 0 (openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb, do_fetch) failed with exit code '1'
ERROR: 'openembedded-core/meta/recipes-devtools/subversion/subversion_1.7.1.bb' failed

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-07  7:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06  9:28 [PATCH] bitbake.conf: change APACHE_MIRROR to use archive site Martin Jansa
2011-12-06 14:15 ` Chris Larson
2011-12-06 17:23   ` Martin Jansa
2011-12-06 22:24     ` Richard Purdie
2011-12-07  7:15       ` Martin Jansa
2011-12-07  7:19         ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.