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 build stop during compilation with failed to connect

Hi,

    Followed steps according to http://arago-project.org/wiki/index.php/Building_with_Arago

Able to start compilation for MACHINE = "da850-omapl138-evm", but after compilation stops by giving following error

Connecting to www.angstrom-distribution.org|140.211.169.177|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-07-16 12:30:02 ERROR 404: Not Found.

--2014-07-16 12:30:02--  http://mirrors.openembedded.org//git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
Resolving mirrors.openembedded.org... 82.197.159.157
Connecting to mirrors.openembedded.org|82.197.159.157|:80... connected.
HTTP request sent, awaiting response... NOTE: fetch http://mirrors.openembedded.org//git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
503 Service Unavailable
2014-07-16 12:30:12 ERROR 503: Service Unavailable.

--2014-07-16 12:30:13--  http://sources.openembedded.org//git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
Resolving sources.openembedded.org... 140.211.169.152
Connecting to sources.openembedded.org|140.211.169.152|:80... connected.
HTTP request sent, awaiting response... NOTE: fetch http://sources.openembedded.org//git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
404 Not Found
2014-07-16 12:30:13 ERROR 404: Not Found.

--2014-07-16 12:30:13--  http://arago-project.org/files/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
Resolving arago-project.org... 184.73.161.183
Connecting to arago-project.org|184.73.161.183|:80... connected.
HTTP request sent, awaiting response... NOTE: fetch http://arago-project.org/files/sources/git_git.savannah.gnu.org.config.git_e35217687ee5f39b428119fe31c7e954f6de64f0.tar.gz
404 Not Found
2014-07-16 12:30:14 ERROR 404: Not Found.

ERROR: TaskFailed event exception, aborting
ERROR: Build of virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb do_fetch failed
ERROR: Task 451 (virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb, do_fetch) failed with exit code 1
ERROR: 'virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed
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
ERROR: Build of virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb do_fetch failed
ERROR: Task 451 (virtual:native:/homeLearner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb, do_fetch) failed with exit code 1
ERROR: 'virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed
ERROR: 'virtual:native:/home/Learner/Desktop/Tbuild/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb' failed

How can i resolve this issue?

  • Hi learner,

    http://processors.wiki.ti.com/index.php/Arago_build_recipe_for_OMAPL1

    We just tried building the u-boot and filesystem from our end following the WIKI given above and able to build them successfully with few modifications given below.

    1. Before building, export the path of your local directory ( where "oe" folder is present) in "OEBASE" of setenv file.

    >vi arago/setenv

    export OEBASE=/home/shankari/oe

    2. Replace the file, /oe/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb with the one uploaded here. That particular *.bb file not able to fetch the package; So it is updated with the correct URL to fetch the required package.

    Build

    cd ~/oe

    >MACHINE=da850-omapl138-evm bitbake u-boot arago-base-image

    3. Once build is complete, you will find the built images at path :

    u-boot image : /oe/arago-tmp/deploy/glibc/images/da850-omapl138-evm/u-boot-da850-omapl138-evm.bin

    Filesystem images: /oe/arago-tmp/deploy/glibc/images/da850-omapl138-evm/

    4263.gnu-config_git.bb

    Please let us know how it goes for you.

    Regards,

    Shankari

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

  • Thanks a lot Shankari,

                                  It passed stage of compiling gnu-config and get failed at M4 recipe compilation as given log.

    gcc -std=gnu99 -I. -isystem/home/Learner/Desktop/arago-build/arago-tmp/sysroots/x86_64-linux/usr/include -isystem/home/Learner/Desktop/arago-build/arago-tmp/sysroots/x86_64-linux/usr/include -O2 -g -MT clean-temp.o -MD -MP -MF .deps/clean-temp.Tpo -c -o clean-temp.o clean-temp.c
    | In file included from clean-temp.h:22:0,
    | from clean-temp.c:23:
    | ./stdio.h:143:1: error: 'gets' undeclared here (not in a function)
    | _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
    | ^
    | make[3]: *** [clean-temp.o] Error 1
    | make[3]: Leaving directory `/home/Learner/Desktop/arago-build/arago-tmp/work/x86_64-linux/m4-native-1.4.14-r0.1/m4-1.4.14/lib'
    | make[2]: *** [all] Error 2
    | make[2]: Leaving directory `/home/Learner/Desktop/arago-build/arago-tmp/work/x86_64-linux/m4-native-1.4.14-r0.1/m4-1.4.14/lib'
    | make[1]: *** [all-recursive] Error 1
    | make[1]: Leaving directory `/home/Learner/Desktop/arago-build/arago-tmp/work/x86_64-linux/m4-native-1.4.14-r0.1/m4-1.4.14'
    | make: *** [all] Error 2
    | FATAL: oe_runmake failed
    | ERROR: Function do_compile failed
    NOTE: package m4-native-1.4.14-r0.1: task do_compile: Failed
    ERROR: TaskFailed event exception, aborting
    ERROR: Build of /home/Learner/Desktop/arago-build/arago-oe-dev/recipes/m4/m4-native_1.4.14.bb do_compile failed
    ERROR: Task 391 (/home/Learner/Desktop/arago-build/arago-oe-dev/recipes/m4/m4-native_1.4.14.bb, do_compile) failed with exit code 1
    ERROR: '/home/Learner/Desktop/arago-build/arago-oe-dev/recipes/m4/m4-native_1.4.14.bb' failed
    ERROR: '/home/Learner/Desktop/arago-build/arago-oe-dev/recipes/m4/m4-native_1.4.14.bb' failed

    Can you help me to resolve issue?

    Thanks.

  • Hi Learner,

    Could you please provide the steps that followed by you for arago build ?