Angstrom-distribution / setup-scripts

Helper scripts for setting an Angstrom development environment
http://www.angstrom-distribution.org/building-angstrom
MIT License
84 stars 108 forks source link

ranpwd_git.bb failing when trying to bitbake systemd-image #44

Closed pauloasherring closed 9 years ago

pauloasherring commented 9 years ago

Hello all. I am new to this build thingy and I am trying to build from 2013_12. I am getting the following error, which is apparently a server (zytor.com) failure. Is there any backup for this? All i could build so far was console-image (which, by the way, I dont know how to use - shame on me, all I achieved so far is to use narcisus builds). I am getting this when trying to run "MACHINE=beagleboard bitbake systemd-image"

ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '.../oebb2013/setup-scripts/sources/downloads/git2/git.zytor.com.utils.ranpwd.git'...
fatal: read error: Connection reset by peer

ERROR: Function failed: Fetcher failure for URL: 'git://git.zytor.com/utils/ranpwd.git'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: .../oebb2013/setup-scripts/build/tmp-angstrom_v2013_12-eglibc/work/armv7ahf-vfp-neon-angstrom-linux-gnueabi/ranpwd/1.2+gitAUTOINC+b62aab579e-r0/temp/log.do_fetch.6808
ERROR: Task 1606 (.../oebb2013/setup-scripts/sources/meta-angstrom/recipes-bsp/fixmac/ranpwd_git.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3069 tasks of which 3067 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
No currently running tasks (3067 of 3090)

Summary: 1 task failed:
  .../oebb2013/setup-scripts/sources/meta-angstrom/recipes-bsp/fixmac/ranpwd_git.bb, do_fetch
koenkooi commented 9 years ago

This should be fixed now with https://github.com/Angstrom-distribution/meta-angstrom/commit/5641fb70ab8ac339b19cf6e78a2a35601e025d40

pauloasherring commented 9 years ago

Thanks, koenkooi!