Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# set ownership for directories
sudo chown $USER:$USER /external/docker/ /external/docker/alma/ /external/docker/home/

# install external products
cd /Repos
source LGPL/acsBUILD/config/.acs/.bash_profile.acs
cd ExtProd/INSTALL
sudo make all

# install ACS
cd ../..
make build
Code Block
languagebash
titlesample output
> make all
WARNING: Do not close this terminal: some build might fail!
Target directory ACS-2021AUG already exist.
2021-11-30T13:03:59 buildTclTk [3m17.215s]                 [  OK  ]
2021-11-30T13:07:16 buildTAO [10m53.151s]                  [  OK  ]
2021-11-30T13:18:09 buildMaven [0m0.134s]                  [  OK  ]
2021-11-30T13:18:09 buildJavaDependencies [5m35.790s]      [  OK  ]
2021-11-30T13:23:45 buildExternalDependencies [0m5.345s]   [  OK  ]
2021-11-30T13:23:50 buildAnt [0m16.545s]                   [  OK  ]
2021-11-30T13:24:07 buildJacorb ==== Building JacORB from: /Repos/ExtProd/INSTALL/../PRODUCTS into: /alma/ACS-2021AUG
==== Copying sources
==== Cumulative Patch
==== JacORB Version Patch
========= Done with unpacking and patching, can compile now... ==========
==== Building jars
==== Build Notification service IDL
==== Copy extra IDLs CosProperty(Service), DsLogAdmin and AVStreams into JacORB directory tree
==== Build with extra IDLs
======== SUCCESS!!!==========
[3m47.443s]                                                [  OK  ]
2021-11-30T13:27:54 buildPython [2m6.369s]                 [  OK  ]
2021-11-30T13:30:01 buildPyModules [1m56.054s]             [  OK  ]
2021-11-30T13:31:57 buildOmniORB [7m59.542s]               [  OK  ]
2021-11-30T13:39:56 buildEclipse [3m16.521s]               [  OK  ]
2021-11-30T13:43:13 buildSwig [1m12.888s]                  [  OK  ]
2021-11-30T13:44:26 buildBoost [3m58.007s]                 [  OK  ]
WARNING: Now log out and login again to make sure that
         the environment is re-evaluated!
 
__oOo__
2021-11-30T13:48:24 buildTools script has finished
 . . . 'all' done

Set INTROOT directory

Visit ACS Directory Structure#INTROOT for full details.

...