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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
