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 2023/01/18 12:27:43 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #7102: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec when building cloudstack from source

weizhouapache commented on issue #7102:
URL: https://github.com/apache/cloudstack/issues/7102#issuecomment-1386974980

   @mail2lawi 
   I faced the similar issue when build packages in centos8 container
   it is because there is no command 'python', which is a bit different from you
   ```
   ./build-apidoc.sh: line 83: python: command not found
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 16.871 s
   [INFO] Finished at: 2023-01-18T12:26:05Z
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project cloud-apidoc: Command execution failed.: Process exited with an error: 127 (Exit value: 127) -> [Help 1]
   ```
   
   
   can you change "python" to "python3" in tools/apidoc/build-apidoc.sh and retry ?
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org