All of lore.kernel.org
 help / color / mirror / Atom feed
* angstrom site down, where to find mirrors
@ 2012-02-26 17:16 Roland
  2012-02-26 17:37 ` Eric Bénard
  0 siblings, 1 reply; 5+ messages in thread
From: Roland @ 2012-02-26 17:16 UTC (permalink / raw)
  To: openembedded-devel

Hi.

It looks like my first experiments with openembedded started at a bad time.

angstrom distribution's website is down, so some files which are needed 
to build anything are gone.

I'm trying to create the crosscompiler, but running 
recipes/gnu-config/gnu-config_git.bb, do_fetch is impossible since 
angstrom website is down, and none of the mirrors work.

So my question is:

where can I find mirrors for this file, and how do I add the mirrors to 
the build system.

Thanks for any advise You can give me,
Roland




---- ERROR LOG

NOTE: Running task 2 of 19 (ID: 8, 
/media/ssd-data/roland/workdir/OE/openembedde
d/recipes/gnu-config/gnu-config_git.bb, do_fetch)
--2012-02-26 18:11:30-- 
http://www.angstrom-distribution.org/unstable/sources/g
it_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.
gz
NOTE: package 
gnu-config-git-r1+gitre35217687ee5f39b428119fe31c7e954f6de64f0: ta
sk do_fetch: Started
  Resolving www.angstrom-distribution.org... 140.211.169.179
  Connecting to www.angstrom-distribution.org|140.211.169.179|:80... 
connected.
  HTTP request sent, awaiting response... 404 Not Found
  2012-02-26 18:11:31 ERROR 404: Not Found.

  --2012-02-26 18:11:31-- 
http://mirrors.openembedded.org/git_git.savannah.gnu.o
rg.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
  Resolving mirrors.openembedded.org... 82.197.159.157
  Connecting to mirrors.openembedded.org|82.197.159.157|:80... failed: 
No route t
o host.
  --2012-02-26 18:11:33-- 
http://sources.openembedded.org/git_git.savannah.gnu.o
rg.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
  Resolving sources.openembedded.org... 140.211.169.152
  Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2012-02-26 18:11:34 ERROR 404: Not Found.




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

* Re: angstrom site down, where to find mirrors
  2012-02-26 17:16 angstrom site down, where to find mirrors Roland
@ 2012-02-26 17:37 ` Eric Bénard
  2012-02-27 10:21   ` Marco Cavallini
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2012-02-26 17:37 UTC (permalink / raw)
  To: Roland; +Cc: openembedded-devel

Hi Roland,

Le Sun, 26 Feb 2012 19:16:46 +0200,
Roland <rolandu@gmail.com> a écrit :

> Hi.
> 
> It looks like my first experiments with openembedded started at a bad time.
> 
> angstrom distribution's website is down, so some files which are needed 
> to build anything are gone.
> 
> I'm trying to create the crosscompiler, but running 
> recipes/gnu-config/gnu-config_git.bb, do_fetch is impossible since 
> angstrom website is down, and none of the mirrors work.
> 
> So my question is:
> 
> where can I find mirrors for this file, and how do I add the mirrors to 
> the build system.
> 
> Thanks for any advise You can give me,
>
you can remove angstrom mirrors by editing :
sources/meta-angstrom/conf/distro/include/angstrom.inc
and commentting out line 96 :
# INHERIT += "angstrom-mirrors" 

Even when angstrom mirror is up it can be quite slow so you may save
some time by not using the mirror (but some downloads may fail if the
original source is no more available online).

Eric
-- 
http://eukrea.com/en/news/104-2012



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

* Re: angstrom site down, where to find mirrors
  2012-02-26 17:37 ` Eric Bénard
@ 2012-02-27 10:21   ` Marco Cavallini
  2012-02-27 10:47     ` Eric Bénard
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Cavallini @ 2012-02-27 10:21 UTC (permalink / raw)
  To: openembedded-devel

Eric Bénard ha scritto, Il 26/02/2012 18:37:

> you can remove angstrom mirrors by editing :
> sources/meta-angstrom/conf/distro/include/angstrom.inc
> and commentting out line 96 :
> # INHERIT += "angstrom-mirrors" 
> 
> Even when angstrom mirror is up it can be quite slow so you may save
> some time by not using the mirror (but some downloads may fail if the
> original source is no more available online).
> 

Eric
Where alre defined the URLs used by "angstrom-mirrors" ?


--
Marco



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

* Re: angstrom site down, where to find mirrors
  2012-02-27 10:21   ` Marco Cavallini
@ 2012-02-27 10:47     ` Eric Bénard
  2012-02-29  9:48       ` Marco Cavallini
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2012-02-27 10:47 UTC (permalink / raw)
  To: openembedded-devel

Hi Marco,

Le Mon, 27 Feb 2012 11:21:44 +0100,
Marco Cavallini <koansoftware@gmail.com> a écrit :
> Where alre defined the URLs used by "angstrom-mirrors" ?
> 
meta-angstrom/classes/angstrom-mirrors.bbclass

Eric
--
http://eukrea.com/en/news/104-2012



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

* Re: angstrom site down, where to find mirrors
  2012-02-27 10:47     ` Eric Bénard
@ 2012-02-29  9:48       ` Marco Cavallini
  0 siblings, 0 replies; 5+ messages in thread
From: Marco Cavallini @ 2012-02-29  9:48 UTC (permalink / raw)
  To: openembedded-devel

Eric Bénard ha scritto, Il 27/02/2012 11:47:
> Hi Marco,
> 
>> Where alre defined the URLs used by "angstrom-mirrors" ?
>>
> meta-angstrom/classes/angstrom-mirrors.bbclass


In case of do_fetch errors with Openembedded you can find some sources
here too:
http://sourceforge.net/projects/kaeilos/

HTH

Cordiali Saluti / Kindest Regards / Mit freundlichen Grüßen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
 embedded and real-time software engineering
   Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
      http://www.KoanSoftware.com
        http://www.KaeilOS.com



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

end of thread, other threads:[~2012-02-29  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-26 17:16 angstrom site down, where to find mirrors Roland
2012-02-26 17:37 ` Eric Bénard
2012-02-27 10:21   ` Marco Cavallini
2012-02-27 10:47     ` Eric Bénard
2012-02-29  9:48       ` Marco Cavallini

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.