This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Arago won't compile (git_git.savannah.gnu.org.config not found)

Hi all,

I am trying to compie a minimum arago image following this page :

http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment

When I launch the command

Hi all,

I am trying to compie a minimum arago image following this page :

http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment

When I launch the command bitbake arago-base-image it fails like this :

Connexion vers sources.openembedded.org|140.211.169.152|:80...NOTE: fetch http://sources.openembedded.org//git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
connecté.
requête HTTP transmise, en attente de la réponse...NOTE: package perl-native-5.10.1-r10: task do_patch: Succeeded
404 Not Found
2012-02-23 17:26:42 ERREUR 404: Not Found.

--2012-02-23 17:26:43--  http://arago-project.org/files/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
Résolution de arago-project.org... 184.73.161.183
Connexion vers arago-project.org|184.73.161.183|:80...connecté.

requête HTTP transmise, en attente de la réponse...NOTE: Running task 25 of 3832 (ID: 571, virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/unifdef/unifdef_2.6.bb, do_qa_configure)
NOTE: package unifdef-native-2.6-0: task do_qa_configure: Started
NOTE: package unifdef-native-2.6-0: task do_qa_configure: Succeeded
404 Not Found
2012-02-23 17:26:43 ERREUR 404: Not Found.

ERROR: TaskFailed event exception, aborting
ERROR: Build of virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb do_fetch failed
NOTE: Running task 26 of 3832 (ID: 572, virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/unifdef/unifdef_2.6.bb, do_compile)
NOTE: fetch http://arago-project.org/files/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
ERROR: Task 372 (virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb, do_fetch) failed with exit code 1
NOTE: package unifdef-native-2.6-0: task do_compile: Started
NOTE: Task failed: Fetch failed: Unable to fetch URL http://www.angstrom-distribution.org/unstable/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz from any source.
NOTE: package gnu-config-native-git-r1+gitre35217687ee5f39b428119fe31c7e954f6de64f0-arago1: task do_fetch: Failed
ERROR: TaskFailed event exception, aborting
NOTE: package quilt-native-0.48-r7.1: task do_install: Succeeded
ERROR: Build of virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb do_fetch failed
ERROR: Task 372 (virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb, do_fetch) failed with exit code 1
Waiting for 2 active tasks to finish:
1: unifdef-native-2.6-0 do_compile (pid 29668)
2: linux-libc-headers-native-2.6.31-r6 do_unpack (pid 28967)
Waiting for 1 active tasks to finish:
1: linux-libc-headers-native-2.6.31-r6 do_unpack (pid 28967)
NOTE: package unifdef-native-2.6-0: task do_compile: Succeeded
ERROR: 'virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed
NOTE: package linux-libc-headers-native-2.6.31-r6: task do_unpack: Succeeded
ERROR: 'virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed
ERROR: 'virtual:native:/home/jm/work/vodabox/sources/arago-gstti/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed

I understand that it tries to download the file from http://arago-project.org/files/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz and fails but why is it looking for this one ?

How can I solve this issue ?

Thanks in advance,
Regards,
JM

  • JM,


    The arago-project.org URL is an attempt to see if the requested package is available on the arago mirror.  The arago mirror contains very few actual packages.  The real source location is on the www.angstrom-distribution.org server.  It appears that this server is not responding.  I have pinged one of the angstrom distribution maintainers about this.  You may also want to try pinging openembedded-devel@lists.openembedded.org (since the angstrom site is down I doubt their mailing list is working).

    Chase