q@mahef:~$ cd SALOME-9.8.0-native-UB20.04-SRC/ q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ ls ARCHIVES binsalome env_launch.sh INSTALL_back_up LOGS PROJECT salome salomeTools SOURCES BINARIES-UB20.04 env_build.sh INSTALL install_bin.sh omniORB.sh.txt README SALOME_9_8_0_Release_Notes.pdf sat tree q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ cp omniORB.sh.txt PROJECT/products/compil_scripts/omniORB.sh q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ chmod u+x PROJECT/products/compil_scripts/omniORB.sh q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ ./sat prepare SALOME-9.8.0-native -p omniORB,omniORBpy Clean the source directories ...OK Getting sources of the application SALOME-9.8.0-native workdir = /home/q/SALOME-9.8.0-native-UB20.04-SRC/salomeTools/.. omniORB: arc:/home/q/SALOME-9.8.0-native-UB20.04-SRC/ARCHIVES/omniORB-4.2.3.tar.gz ... OK omniORBpy: arc:/home/q/SALOME-9.8.0-native-UB20.04-SRC/ARCHIVES/omniORBpy-4.2.3.tar.gz ... OK Getting sources of the application: OK (2 / 2) Patching sources of the application SALOME-9.8.0-native workdir = /home/q/SALOME-9.8.0-native-UB20.04-SRC/salomeTools/.. Patching sources of the application: OK (2 / 2) q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ ./sat compile SALOME-9.8.0-native -p omniORB,omniORBpy --clean_all Executing the compile commands in the build directories of the products of the application SALOME-9.8.0-native SOURCE directory = /home/q/SALOME-9.8.0-native-UB20.04-SRC/salomeTools/../SOURCES BUILD directory = /home/q/SALOME-9.8.0-native-UB20.04-SRC/salomeTools/../BUILD Compilation of omniORB ....................... KO Compilation of omniORBpy ..................... ERROR : the following mandatory product(s) is(are) not installed: omniORB Compilation: KO (1/2) q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ ./salome context *** *** SALOME context is now set. *** Enter 'exit' (only once!) to leave SALOME context. *** q@mahef:~/SALOME-9.8.0-native-UB20.04-SRC$ python3 Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import omniORB Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'omniORB' >>> print(omniORB.__file__) Traceback (most recent call last): File "", line 1, in NameError: name 'omniORB' is not defined >>>