All of lore.kernel.org
 help / color / mirror / Atom feed
* Recipes with fetch failures:
@ 2011-01-22 18:06 Otavio Salvador
  2011-01-22 19:46 ` Khem Raj
  2011-01-24 10:42 ` Marcin Juszkiewicz
  0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2011-01-22 18:06 UTC (permalink / raw)
  To: OpenEmbedded Devel List

Hello,

I have started a build with an empty download dir and found some failures:

Those are not fetchable:

   ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100501.patch.gz
   cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils

This does seems critical to us since it makes a hard time for anyone
trying to get something done with OE and has no background how to
workaround those. It seems that those need fixes.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: Recipes with fetch failures:
  2011-01-22 18:06 Recipes with fetch failures: Otavio Salvador
@ 2011-01-22 19:46 ` Khem Raj
  2011-01-22 20:07   ` Otavio Salvador
  2011-01-24 10:42 ` Marcin Juszkiewicz
  1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2011-01-22 19:46 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 22, 2011 at 10:06 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Hello,
>
> I have started a build with an empty download dir and found some failures:
>
> Those are not fetchable:
>
>   ftp://invisible-island.net/ncurses/5.7/ncurses-5.7-20100501.patch.gz

I fixed this yesterday

>   cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
>

yeah hh.org is gone. So you need to rely on mirrors to get the tarballs
add

SOURCE_MIRROR_URL ?= "http://sources.openembedded.org/"

to your local.conf and probably you also need to inherit own_mirrors

> This does seems critical to us since it makes a hard time for anyone
> trying to get something done with OE and has no background how to
> workaround those. It seems that those need fixes.
>
> --
> Otavio Salvador                             O.S. Systems
> E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Recipes with fetch failures:
  2011-01-22 19:46 ` Khem Raj
@ 2011-01-22 20:07   ` Otavio Salvador
  2011-01-22 20:17     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2011-01-22 20:07 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 22, 2011 at 17:46, Khem Raj <raj.khem@gmail.com> wrote:
> On Sat, Jan 22, 2011 at 10:06 AM, Otavio Salvador
>>   cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
>>
>
> yeah hh.org is gone. So you need to rely on mirrors to get the tarballs
> add
>
> SOURCE_MIRROR_URL ?= "http://sources.openembedded.org/"
>
> to your local.conf and probably you also need to inherit own_mirrors

I think the recipe should be change to use this in this case. I know I
can use mirrors but the recipe ought to use a fetchable reference IMO.

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: Recipes with fetch failures:
  2011-01-22 20:07   ` Otavio Salvador
@ 2011-01-22 20:17     ` Khem Raj
  2011-01-23 15:36       ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2011-01-22 20:17 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Jan 22, 2011 at 12:07 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Sat, Jan 22, 2011 at 17:46, Khem Raj <raj.khem@gmail.com> wrote:
>> On Sat, Jan 22, 2011 at 10:06 AM, Otavio Salvador
>>>   cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
>>>
>>
>> yeah hh.org is gone. So you need to rely on mirrors to get the tarballs
>> add
>>
>> SOURCE_MIRROR_URL ?= "http://sources.openembedded.org/"
>>
>> to your local.conf and probably you also need to inherit own_mirrors
>
> I think the recipe should be change to use this in this case. I know I
> can use mirrors but the recipe ought to use a fetchable reference IMO.
>

we are still hopeful of getting the cvs repos. But yes it wont hurt if
the SRC_URIs pointed
to source mirrors for now

> --
> Otavio Salvador                             O.S. Systems
> E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Recipes with fetch failures:
  2011-01-22 20:17     ` Khem Raj
@ 2011-01-23 15:36       ` Tom Rini
  2011-01-23 18:49         ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2011-01-23 15:36 UTC (permalink / raw)
  To: openembedded-devel

On 01/22/2011 01:17 PM, Khem Raj wrote:
> On Sat, Jan 22, 2011 at 12:07 PM, Otavio Salvador
> <otavio@ossystems.com.br>  wrote:
>> On Sat, Jan 22, 2011 at 17:46, Khem Raj<raj.khem@gmail.com>  wrote:
>>> On Sat, Jan 22, 2011 at 10:06 AM, Otavio Salvador
>>>>    cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
>>>>
>>>
>>> yeah hh.org is gone. So you need to rely on mirrors to get the tarballs
>>> add
>>>
>>> SOURCE_MIRROR_URL ?= "http://sources.openembedded.org/"
>>>
>>> to your local.conf and probably you also need to inherit own_mirrors
>>
>> I think the recipe should be change to use this in this case. I know I
>> can use mirrors but the recipe ought to use a fetchable reference IMO.
>>
>
> we are still hopeful of getting the cvs repos. But yes it wont hurt if
> the SRC_URIs pointed
> to source mirrors for now

If a rather critical part of how we do things was apparently dead 
software and just went away, perhaps we really really need to 
investigate using something else or taking up the project and hosting it 
$wherever ?

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: Recipes with fetch failures:
  2011-01-23 15:36       ` Tom Rini
@ 2011-01-23 18:49         ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 7+ messages in thread
From: Bernhard Reutner-Fischer @ 2011-01-23 18:49 UTC (permalink / raw)
  To: openembedded-devel, openembedded-devel

"Tom Rini" <tom_rini@mentor.com> wrote:

>On 01/22/2011 01:17 PM, Khem Raj wrote:
>> On Sat, Jan 22, 2011 at 12:07 PM, Otavio Salvador
>> <otavio@ossystems.com.br>  wrote:
>>> On Sat, Jan 22, 2011 at 17:46, Khem Raj<raj.khem@gmail.com>  wrote:
>>>> On Sat, Jan 22, 2011 at 10:06 AM, Otavio Salvador
>>>>>   
>cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
>>>>>
>>>>
>>>> yeah hh.org is gone. So you need to rely on mirrors to get the
>tarballs
>>>> add
>>>>
>>>> SOURCE_MIRROR_URL ?= "http://sources.openembedded.org/"
>>>>
>>>> to your local.conf and probably you also need to inherit
>own_mirrors
>>>
>>> I think the recipe should be change to use this in this case. I know
>I
>>> can use mirrors but the recipe ought to use a fetchable reference
>IMO.
>>>
>>
>> we are still hopeful of getting the cvs repos. But yes it wont hurt
>if
>> the SRC_URIs pointed
>> to source mirrors for now
>
>If a rather critical part of how we do things was apparently dead 
>software and just went away, perhaps we really really need to 
>investigate using something else or taking up the project and hosting
>it 
>$wherever ?
>
>-- 
>Tom Rini
>Mentor Graphics Corporation
>
>_______________________________________________
>Openembedded-devel mailing list
>Openembedded-devel@lists.openembedded.org
>http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

... or remove any notion of ipkg and use .opk



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

* Re: Recipes with fetch failures:
  2011-01-22 18:06 Recipes with fetch failures: Otavio Salvador
  2011-01-22 19:46 ` Khem Raj
@ 2011-01-24 10:42 ` Marcin Juszkiewicz
  1 sibling, 0 replies; 7+ messages in thread
From: Marcin Juszkiewicz @ 2011-01-24 10:42 UTC (permalink / raw)
  To: openembedded-devel

Dnia sobota, 22 stycznia 2011 o 19:06:40 Otavio Salvador napisał(a):

>    cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=ipkg-utils
> 
> This does seems critical to us since it makes a hard time for anyone
> trying to get something done with OE and has no background how to
> workaround those. It seems that those need fixes.

Just let someone switch OE to use opkg-utils by default. We did it in Poky 
years ago...

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz



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

end of thread, other threads:[~2011-01-24 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-22 18:06 Recipes with fetch failures: Otavio Salvador
2011-01-22 19:46 ` Khem Raj
2011-01-22 20:07   ` Otavio Salvador
2011-01-22 20:17     ` Khem Raj
2011-01-23 15:36       ` Tom Rini
2011-01-23 18:49         ` Bernhard Reutner-Fischer
2011-01-24 10:42 ` Marcin Juszkiewicz

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.