You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/08/23 06:59:06 UTC

[GitHub] cl-k-takahashi opened a new pull request #2: Add python-setuptools to yum install command.

cl-k-takahashi opened a new pull request #2: Add python-setuptools to yum install command.
URL: https://github.com/apache/cloudstack-documentation/pull/2
 
 
   python-setuptools is necessary to build CloudStack correctly.
   Without python-setuptools, you'll fail to build CloudStack with the output below:
   
   [you@host]$ ./package.sh --pack noredist -d centos7
   ...
   cp tools/marvin/dist/Marvin-.tar.gz "debian/tmp"/usr/share/cloudstack-marvin/
   cp: cannot stat 'tools/marvin/dist/Marvin-.tar.gz': No such file or directory
   ...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services