This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new a9189da Add python-setuptools to yum install command. (#2)
a9189da is described below
commit a9189da199f4bd53ff6b9a72f61a6279031cc10d
Author: Kai Takahashi <[email protected]>
AuthorDate: Thu Aug 23 21:25:58 2018 +0900
Add python-setuptools to yum install command. (#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
...
---
source/installguide/building_from_source.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/installguide/building_from_source.rst
b/source/installguide/building_from_source.rst
index 508899d..75e4d33 100644
--- a/source/installguide/building_from_source.rst
+++ b/source/installguide/building_from_source.rst
@@ -348,7 +348,7 @@ Linux.
.. parsed-literal::
- # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql
mysql-server ws-commons-util MySQL-python createrepo
+ # yum install java-1.8.0-openjdk-devel.x86_64 genisoimage mysql
mysql-server ws-commons-util MySQL-python python-setuptools createrepo
Next, you'll need to install build-time dependencies for CloudStack with
Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)