Yann-Kaelig opened a new issue #4330:
URL: https://github.com/apache/cloudstack/issues/4330


   #3068 ### ISSUE TYPE
   * Other
   
   ##### COMPONENT NAME
   * BUILD
   
   ##### CLOUDSTACK VERSION
   *4.15.0.0-SNAPSHOT
   
   ##### OS / ENVIRONMENT
   *CentOS 8
   
   ##### SUMMARY
   cloud-apidoc failed to build because the script build-apidoc.sh calls the 
executable python which is not available on CentOS 8.
   
   ##### STEPS TO REPRODUCE
   
   1. Install CentOS 8 Minimal and the requirement for building/packaging.
   2. Run package.sh --distribution centos8
   
   ##### EXPECTED RESULTS
   cloud-apidoc build succeeded
   
   ##### ACTUAL RESULTS
   cloud-apidoc build failed
   
   ##### OTHER INFO
   Temporary fix consists of creating a symlink in /usr/bin/
   `ln -s python2.7 python`
   
   Note that the build failed if symlinking to python3.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to