All of lore.kernel.org
 help / color / mirror / Atom feed
* arago servers sane?
@ 2013-02-20 13:15 Andreas Müller
  2013-02-20 13:49 ` Cooper Jr., Franklin
  2013-02-20 18:54 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Müller @ 2013-02-20 13:15 UTC (permalink / raw)
  To: meta-ti

Hi

after deleting all my temp file I get during parse (?!):

ERROR: ExpansionError during parsing
/home/andreas/data/oe-core/sources/meta-ti/recipes-bsp/u-boot/u-boot_2013.01.bb:
Failure expanding variable SRCPV,expression was
${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
Fetcher failure: Fetch command failed with exit code 128, output:
fatal: The remote end hung up unexpectedly

ERROR: Command execution failed: Exited with 1

I tried to browse http://arago-project.org/git/projects/ but get only
an empty frame and the page loads forever.

Any thoughts?

Andreas


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

* Re: arago servers sane?
  2013-02-20 13:15 arago servers sane? Andreas Müller
@ 2013-02-20 13:49 ` Cooper Jr., Franklin
  2013-02-20 18:54 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Cooper Jr., Franklin @ 2013-02-20 13:49 UTC (permalink / raw)
  To: Andreas Müller, meta-ti@yoctoproject.org

Try cloning the git repository outside of OE. If that fails then the Arago-project server could be acting up.

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Andreas Müller
> Sent: Wednesday, February 20, 2013 7:16 AM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] arago servers sane?
> 
> Hi
> 
> after deleting all my temp file I get during parse (?!):
> 
> ERROR: ExpansionError during parsing
> /home/andreas/data/oe-core/sources/meta-ti/recipes-bsp/u-boot/u-
> boot_2013.01.bb:
> Failure expanding variable SRCPV,expression was ${@bb.fetch2.get_srcrev(d)}
> which triggered exception FetchError:
> Fetcher failure: Fetch command failed with exit code 128, output:
> fatal: The remote end hung up unexpectedly
> 
> ERROR: Command execution failed: Exited with 1
> 
> I tried to browse http://arago-project.org/git/projects/ but get only an empty
> frame and the page loads forever.
> 
> Any thoughts?
> 
> Andreas
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: arago servers sane?
  2013-02-20 13:15 arago servers sane? Andreas Müller
  2013-02-20 13:49 ` Cooper Jr., Franklin
@ 2013-02-20 18:54 ` Denys Dmytriyenko
  2013-02-25  9:26   ` Javier Martinez Canillas
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-02-20 18:54 UTC (permalink / raw)
  To: Andreas M??ller; +Cc: meta-ti

Yeah, as soon as I go on travel, things start falling apart... :)

For some reason git service went down, should be working now.

-- 
Denys


On Wed, Feb 20, 2013 at 02:15:37PM +0100, Andreas M??ller wrote:
> Hi
> 
> after deleting all my temp file I get during parse (?!):
> 
> ERROR: ExpansionError during parsing
> /home/andreas/data/oe-core/sources/meta-ti/recipes-bsp/u-boot/u-boot_2013.01.bb:
> Failure expanding variable SRCPV,expression was
> ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
> Fetcher failure: Fetch command failed with exit code 128, output:
> fatal: The remote end hung up unexpectedly
> 
> ERROR: Command execution failed: Exited with 1
> 
> I tried to browse http://arago-project.org/git/projects/ but get only
> an empty frame and the page loads forever.
> 
> Any thoughts?
> 
> Andreas
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: arago servers sane?
  2013-02-20 18:54 ` Denys Dmytriyenko
@ 2013-02-25  9:26   ` Javier Martinez Canillas
  0 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2013-02-25  9:26 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Wed, Feb 20, 2013 at 7:54 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> Yeah, as soon as I go on travel, things start falling apart... :)
>
> For some reason git service went down, should be working now.
>
> --
> Denys
>
>

It seems the git server is down again. I'm having this error when
trying to build an image:

$ bitbake core-image-minimal
Loading cache: 100% |##############################################|
ETA:  00:00:00
Loaded 74 entries from dependency cache.
ERROR: ExpansionError during parsing
/home/javier/collabora/devel/yocto/meta-ti/recipes-bsp/boot-monitor/boot-monitor_git.bb:
Failure expanding variable SRCPV, expression was
${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
Fetcher failure: Fetch command failed with exit code 128, output:
fatal: The remote end hung up unexpectedly

ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

It also fails if I try to manually clone the repo:

$ git clone git://arago-project.org/git/projects/boot-monitor.git
Cloning into 'boot-monitor'...
fatal: The remote end hung up unexpectedly

Best regards,
Javier


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

end of thread, other threads:[~2013-02-25  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 13:15 arago servers sane? Andreas Müller
2013-02-20 13:49 ` Cooper Jr., Franklin
2013-02-20 18:54 ` Denys Dmytriyenko
2013-02-25  9:26   ` Javier Martinez Canillas

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.