You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/16 10:13:04 UTC

[GitHub] [cloudstack] Yann-Kaelig opened a new issue #4330: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc

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:
users@infra.apache.org



[GitHub] [cloudstack] Yann-Kaelig commented on issue #4330: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc

Posted by GitBox <gi...@apache.org>.
Yann-Kaelig commented on issue #4330:
URL: https://github.com/apache/cloudstack/issues/4330#issuecomment-693385348


   Ok, It's my fault. First try on CentOS, I have to configure python with:
   `alternatives --set python /usr/bin/python2`
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] Yann-Kaelig closed issue #4330: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc

Posted by GitBox <gi...@apache.org>.
Yann-Kaelig closed issue #4330:
URL: https://github.com/apache/cloudstack/issues/4330


   


----------------------------------------------------------------
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:
users@infra.apache.org