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-base-image compilation setup

Hi,

me and my colleague Fabio were getting crazy compiling arago-base-image with ubuntu 9.10 64bit.
We had problems on openssl, openssl-native and python-native (he made some patches but he had not yet finished).
So I remember that DVSDK4.00beta installer was guarantee from Ti on ubuntu 10.04 32bit LTS, and so I go to my Vbox and the compilation was right.
As we are going on quickly fixing distro compilation we can focus on  ubuntu 10.04 32bit LTS host?
Let me know if this message and patches for arago are to be posted here or to arago-devel mailing list.


Thanks,
Raffaele

  • Raffaele,

    We had various trouble on using Ubuntu 10.04 64-bit to build with OE/Arago and hence switched to using Ubuntu 10.04 and so far it's been working pretty great to us. We needed to install the following host packages on ubuntu:

    sudo apt-get install build-essential subversion  ccache sed wget cvs git-core coreutils unzip texinfo docbook-utils gawk help2man diffstat file g++ python-psyco texi2html bison flex htmldoc chrpath libxext-dev xserver-xorg-dev doxygen

    And in addition to this we needed to download "wget" and "gzip" package to ubuntu 8.04 package. IIRC Arago project policy is: if you find any issue with arago-oe-dev snapshot then better to submit the patch in OE community for fixing the issue upstream and if you find any issue with arago overlay then submit patch to arago-devel mailing list.

    Hope this helps.

    Thanks

    Brijesh

  • Looks like copy/paste messed it. copying package list again:

    sudo apt-get install build-essential subversion  ccache sed wget cvs git-core coreutils unzip texinfo docbook-utils gawk help2man diffstat file g++ python-psyco texi2html bison flex htmldoc chrpath libxext-dev xserver-xorg-dev doxygen

    Thanks

    Brijesh

  • BTW, in my previous reply i mean, we are switched to using "Ubuntu 10.04 - 32 bit version" and its been working pretty good so far.

    -Brijesh

  • Brijesh,

    about differences between arago and angstrom:

    I have a problem running apache2 with modphp on the arago-console-image (arago-oe-dev), while it runs without problems on Angstrom console-image (oe).

    I see that libraries and configurations found in the output filesystems are (obviously) different. Could you please give me a hint on how to get detailed information about the differences between the two images?

    Thanks in advance,

    Fabio

  • Fabio,

    The _biggest_ difference i know is the toolchain. Arago uses CS-2009q1 whereas Angstrom build its own toolchain based on latest gcc and binutils. For Arago related questions i would recommending contacting directly to arago mailing list.

    Thanks

    Brijesh