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/07 12:11:35 UTC

[GitHub] [cloudstack] ustcweizhou opened a new pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

ustcweizhou opened a new pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306


   
   ## Description
   <!--- Describe your changes in detail -->
   
   error:
       dpkg-checkbuilddeps: error: Unmet build dependencies: python-mysql.connector
   
   root cause: python-mysql.connector is not valid any more in ubuntu 20.04
       root@buildbox-ubuntu20:~# dpkg -l |grep connector
       ii  python3-mysql.connector               8.0.15-2build1                    all          pure Python implementation of MySQL Client/Server protocol (Python3)
   
   solution: use python3-mysql.connector instead
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->
   


----------------------------------------------------------------
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] blueorangutan commented on pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306#issuecomment-688502442


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-1912


----------------------------------------------------------------
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] rhtyd commented on pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306#issuecomment-688801388


   cc @davidjumani can you review?


----------------------------------------------------------------
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] rhtyd commented on pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306#issuecomment-688692054


   Build verified, LGTM


----------------------------------------------------------------
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] rhtyd merged pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306


   


----------------------------------------------------------------
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] blueorangutan commented on pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306#issuecomment-688491631


   @rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


----------------------------------------------------------------
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] rhtyd commented on pull request #4306: Ubuntu 20.04: Fix issue while build package on ubuntu 20.04

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #4306:
URL: https://github.com/apache/cloudstack/pull/4306#issuecomment-688491100


   @blueorangutan package


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