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 2021/02/09 08:38:53 UTC

[GitHub] [cloudstack] saliven1970 opened a new issue #4669: In Centos-8,Build Fail

saliven1970 opened a new issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   packaging
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.16
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   CentOS-8.2
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   n CentOS8, python should be used instead of python2
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   [INFO]
   [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc ---
   Scanned and found 624 APIs
   ./build-apidoc.sh: line 83: python: command not found
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Apache CloudStack Developer Tools - Checkstyle Configuration SUCCESS [  0.656 s]
   [INFO] Apache CloudStack 4.16.0.0-SNAPSHOT ................ SUCCESS [01:12 min]
   [INFO] Apache CloudStack Framework - Managed Context ...... SUCCESS [ 38.273 s]
   [INFO] Apache CloudStack Framework ........................ SUCCESS [  0.032 s]
   [INFO] Apache CloudStack Framework - Certificate Authority  SUCCESS [  0.727 s]
   [INFO] Apache CloudStack Utils ............................ SUCCESS [ 56.689 s]
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


----------------------------------------------------------------
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] shwstppr commented on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-775783976


   @saliven1970 were you able to build after replacing that line to python2?
   I guess it would still fail with other components especially marvin.
   As a workaround you can add a symlink for python2 while building,
   `ln -sf /usr/bin/python2 /usr/bin/python`


----------------------------------------------------------------
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] saliven1970 commented on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
saliven1970 commented on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-775780607


   tools/apidoc/build-apidoc.sh: line 83: python: command not found,must be 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] gokula-krishna-dev edited a comment on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
gokula-krishna-dev edited a comment on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-778554029


   > 
   > 
   > @saliven1970 were you able to build after replacing that line to python2?
   > I guess it would still fail with other components especially marvin.
   > As a workaround you can add a symlink for python2 while building,
   > `ln -sf /usr/bin/python2 /usr/bin/python`
   
   I tried this work around and it is still failing. Is there any alternative solution?


----------------------------------------------------------------
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] saliven1970 closed issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
saliven1970 closed issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669


   


----------------------------------------------------------------
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] gokula-krishna-dev removed a comment on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
gokula-krishna-dev removed a comment on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-778554029


   > 
   > 
   > @saliven1970 were you able to build after replacing that line to python2?
   > I guess it would still fail with other components especially marvin.
   > As a workaround you can add a symlink for python2 while building,
   > `ln -sf /usr/bin/python2 /usr/bin/python`
   
   I tried this work around and it is still failing. Is there any alternative solution?


----------------------------------------------------------------
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] gokula-krishna-dev commented on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
gokula-krishna-dev commented on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-778554029


   > 
   > 
   > @saliven1970 were you able to build after replacing that line to python2?
   > I guess it would still fail with other components especially marvin.
   > As a workaround you can add a symlink for python2 while building,
   > `ln -sf /usr/bin/python2 /usr/bin/python`
   
   I tried this work around and it is still failing. Any alternative solution?


----------------------------------------------------------------
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] saliven1970 commented on issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
saliven1970 commented on issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669#issuecomment-775787562


   Well, that's a good idea. Anyway, it will be upgraded to python3 in the future


----------------------------------------------------------------
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] saliven1970 closed issue #4669: In Centos-8,Build Fail

Posted by GitBox <gi...@apache.org>.
saliven1970 closed issue #4669:
URL: https://github.com/apache/cloudstack/issues/4669


   


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