Skip to content
javarias edited this page Sep 23, 2014 · 8 revisions

Ubuntu porting notes

The porting was done for Ubuntu 14.04.1 x86_64

Packages required for the compilation

  • g++
  • gfrotran
  • python-dev
  • bison
  • flex
  • libxml2-dev
  • libxslt2-dev
  • zlib1g-dev
  • autoconf
  • doxygen
  • valgrind
  • procmail (to handle lockfiles)
  • openjdk-7-jdk
  • ant

Differences with mainstream ACS

  • openjdk7-jdk is used instead of the Oracle's jdk. The scripts have been modified to setup the JAVA_HOME environment variable accordingly
  • ant should not be built, the ubuntu port will use the ant installed in the system. The scripts have been modified to setup the ANT_HOME library accordingly
  • python from the system is used instead of the python distributed with mainstream ACS. The version coming with Ubuntu (2.7.x) differs with version coming with ACS (2.6.5). OmniORBPy builds without a problem and so far, no problem has been found.

Clone this wiki locally