Versions Compared

Key

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

...

  1. While installing external products

    Code Block
    languagebash
    titleoutput with error
    > make all
    WARNING: Do not close this terminal: some build might fail!
    Target directory  already exist.
    2021-11-29T18:18:55 buildTclTk [3m10.381s]                 [  OK  ]
    2021-11-29T18:22:05 buildTAO [0m2.881s]                    [==> FAILED]
    2021-11-29T18:22:08 buildMaven [0m0.005s]                  [==> FAILED]
    2021-11-29T18:22:08 buildJavaDependencies [0m0.006s]       [==> FAILED]
    2021-11-29T18:22:08 buildExternalDependencies [0m0.025s]   [==> FAILED]
    2021-11-29T18:22:08 buildAnt [0m0.004s]                    [==> FAILED]
    2021-11-29T18:22:08 buildJacorb ==== Building JacORB from: /Repos/ExtProd/INSTALL/../PRODUCTS into: /
    jacorb: Env Variable JACORB_HOME no set. Review your deployment
    [0m0.006s]                                                 [==> FAILED]
    2021-11-29T18:22:08 buildPython [0m0.016s]                 [  OK  ]
    2021-11-29T18:22:08 buildPyModules [0m0.007s]              [==> FAILED]
    2021-11-29T18:22:08 buildOmniORB [0m22.676s]               [  OK  ]
    2021-11-29T18:22:31 buildEclipse [9m54.753s]               [  OK  ]
    2021-11-29T18:32:25 buildSwig [0m25.429s]                  [  OK  ]
    2021-11-29T18:32:51 buildBoost [0m20.637s]                 [  OK  ]
    WARNING: Now log out and login again to make sure that
             the environment is re-evaluated!
     
    __oOo__
    2021-11-29T18:33:11 buildTools script has finished
     . . . 'all' done

    Some components might fail during this process. There are logs for each component in /Repos/ExtProd/INSTALL which you can check for diagnostics. Check permissions for directories /external/docker, /external/docker/alma, /external/docker/home in your machine, the owner and group should be your user (not root).

  2. While building ACS

    Code Block
    languagebash
    titleoutput with errors
    > make build
    Evaluating current ACS TAG from https://bitbucket.alma.cl/scm/asw/acs.git
    REPO tag is: master
    ############ Clean Build Log File: build.log #################
    ############ Check directory tree for modules  #################
    ############ Prepare installation areas      #################
    ### ==> FAILED! 

    You can try to reset the repo and build again

    Code Block
    languagebash
    sudo git clean -fdx -- .
    make build

...