Openembedded Core Discussions
 help / color / mirror / Atom feed
* udev mirror
@ 2011-09-10 17:06 Enrico
  2011-09-10 17:48 ` Eric Bénard
  0 siblings, 1 reply; 6+ messages in thread
From: Enrico @ 2011-09-10 17:06 UTC (permalink / raw)
  To: openembedded-core

Hi,

since kernel.org is down udev (173) can't be fetched, do you know a
mirror that can be used?

I've tried one that i found googling around but i think it's not
updated and i get build errors.

Thanks,

Enrico



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

* Re: udev mirror
  2011-09-10 17:06 udev mirror Enrico
@ 2011-09-10 17:48 ` Eric Bénard
  2011-09-10 18:17   ` Enrico
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2011-09-10 17:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi,

Le 10/09/2011 19:06, Enrico a écrit :
> since kernel.org is down udev (173) can't be fetched, do you know a
> mirror that can be used?
>
> I've tried one that i found googling around but i think it's not
> updated and i get build errors.
>

git://mirrors.arsc.edu/kernel/scm/linux/hotplug/udev.git;protocol=http
worked here yesterday

Eric



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

* Re: udev mirror
  2011-09-10 17:48 ` Eric Bénard
@ 2011-09-10 18:17   ` Enrico
  2011-09-10 19:12     ` Enrico
  2011-09-10 20:46     ` Martin Jansa
  0 siblings, 2 replies; 6+ messages in thread
From: Enrico @ 2011-09-10 18:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, Sep 10, 2011 at 7:48 PM, Eric Bénard <eric@eukrea.com> wrote:
> git://mirrors.arsc.edu/kernel/scm/linux/hotplug/udev.git;protocol=http
> worked here yesterday

uhm it doesn't work, i have no errors in do_fetch but the git
directory is empty (and do_configure fails of course). But if i do a
git clone http://... it works.

I did a bitbake -c cleanall udev but nothing changes.

I'll manually copy the files to go on but i'd like to understand
what's happening.

Enrico



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

* Re: udev mirror
  2011-09-10 18:17   ` Enrico
@ 2011-09-10 19:12     ` Enrico
  2011-09-10 20:46     ` Martin Jansa
  1 sibling, 0 replies; 6+ messages in thread
From: Enrico @ 2011-09-10 19:12 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, Sep 10, 2011 at 8:17 PM, Enrico <ebutera@users.berlios.de> wrote:
> On Sat, Sep 10, 2011 at 7:48 PM, Eric Bénard <eric@eukrea.com> wrote:
>> git://mirrors.arsc.edu/kernel/scm/linux/hotplug/udev.git;protocol=http
>> worked here yesterday
>
> uhm it doesn't work, i have no errors in do_fetch but the git
> directory is empty (and do_configure fails of course). But if i do a
> git clone http://... it works.
>
> I did a bitbake -c cleanall udev but nothing changes.
>
> I'll manually copy the files to go on but i'd like to understand
> what's happening.

Sorry for the noise, it was my fault. I didn't know that this is wrong:

#SRC_URI = "git://git.kernel.org/pub/scm/linux/hotplug/udev.git;protocol=git \
SRC_URI = "git://mirrors.arsc.edu/kernel/scm/linux/hotplug/udev.git;protocol=http
\
...

The ending slash will "continue" the effect of the comment on the next
line, making a mess.

Enrico



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

* Re: udev mirror
  2011-09-10 18:17   ` Enrico
  2011-09-10 19:12     ` Enrico
@ 2011-09-10 20:46     ` Martin Jansa
  2011-09-10 21:21       ` Enrico
  1 sibling, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2011-09-10 20:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Sat, Sep 10, 2011 at 08:17:21PM +0200, Enrico wrote:
> On Sat, Sep 10, 2011 at 7:48 PM, Eric Bénard <eric@eukrea.com> wrote:
> > git://mirrors.arsc.edu/kernel/scm/linux/hotplug/udev.git;protocol=http
> > worked here yesterday
> 
> uhm it doesn't work, i have no errors in do_fetch but the git
> directory is empty (and do_configure fails of course). But if i do a
> git clone http://... it works.
> 
> I did a bitbake -c cleanall udev but nothing changes.
> 
> I'll manually copy the files to go on but i'd like to understand
> what's happening.

there is patch on oe-devel for using .tar.bz for 173 instead of git,
that's how I work arrouned it yesterday..

-- 
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: udev mirror
  2011-09-10 20:46     ` Martin Jansa
@ 2011-09-10 21:21       ` Enrico
  0 siblings, 0 replies; 6+ messages in thread
From: Enrico @ 2011-09-10 21:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, Sep 10, 2011 at 10:46 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> there is patch on oe-devel for using .tar.bz for 173 instead of git,
> that's how I work arrouned it yesterday..

Thanks, and looks like connman needs that patch too.

Enrico



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

end of thread, other threads:[~2011-09-10 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-10 17:06 udev mirror Enrico
2011-09-10 17:48 ` Eric Bénard
2011-09-10 18:17   ` Enrico
2011-09-10 19:12     ` Enrico
2011-09-10 20:46     ` Martin Jansa
2011-09-10 21:21       ` Enrico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox